@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
html.wf-active {
    visibility: visible;
}
body {
    font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
p, .default {
    font-size: 17px;
	line-height: 170%;
    text-align: justify;
    color: #222;
    letter-spacing: 0.02em;
}
li, th, td {
    font-size: 17px;
	line-height: 160%;
    font-weight: normal;
    text-align: justify;
    color: #222;
    letter-spacing: 0.02em;
}
table, ul, ol {
    width: 100%;
    text-align: left;
	list-style: none;
    border-collapse: collapse;
}
a {
    color: #222;
	text-decoration: none;
    transition: all 0.2s ease;
}
img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* おしらせのトップページリスト */
.table_information_news th {
	font-size: 16px;
    line-height: 100%;
    font-weight: bold;
	text-align: left;
    color: #fa8796;
	display: block;
	padding: 20px 10px 0;
}
.table_information_news tr:first-child th {
    border-top: solid 1px #ddd;
}
.table_information_news td {
    font-size: 16px;
    line-height: 160%;
	display: block;
	padding: 7px 10px 15px;
    border-bottom: solid 1px #ddd;
}
.table_information_news td a {
	font-size: 16px;
    line-height: 180%;
    color: #222;
    border-bottom: solid 1px #fa8796;
    display: inline;
}
.table_information_news td a i {
	margin-right: 5px
}
@media screen and (min-width: 470px) {
/* ここの幅はtableの幅。画面全体ではないので注意 */
.table_information_news th {
	padding: 15px 15px 0;
}
.table_information_news td {
	padding: 10px 15px 15px;
}
.table_information_news a:hover {
    color: #fa8796;
}
}
/* おしらせのトップページリストここまで */


/* 一覧の横の［NEW］［重要］ボタン */
/* ★ここを書き変えた時は、管理画面のために、admin内css内のstyle.cssの最下部も同じにする*/
.news-new-waku {
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    color: #64b414;
    background-color: #ebfadc;
    border: solid 1px #64b414;
    padding: 0 7px;
    margin-left: 10px;
    vertical-align: 1px;
    display: inline-block;
}
.news-important-waku {
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    color: #fa8796;
    background-color: #fff0f5;
    border: solid 1px #fa8796;
    padding: 0 7px;
    margin-left: 10px;
    vertical-align: 1px;
    display: inline-block;
}



/* ページネーション（i-news-list.phpで使う） */
ul.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 10px;
}
ul.pagination li {
    margin: 0;
}
ul.pagination li:last-of-type {
    margin: 0;
}
ul.pagination li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.pagination li a i {
    font-size: 13px;
}
li.page_num a {
    font-size: 18px;
    margin: 0 12px;
}
li.page_pn a {
    width: 36px;
    height: 36px;
    color: #fa8796;
    background-color: #fff;
    border: solid 1px #fa8796;
}
li.page_prev_max a,
li.page_prev a {
    margin-right: 8px;
}
li.page_next a, 
li.page_next_max a {
    margin-left: 8px;
}
li.page_num a.pg_now {
    width: 36px;
    height: 36px;
    color: #fa8796;
    background-color: #fce6eb;
    border-radius: 50%;
    margin: 0;
}
p.page_total {
    text-align: center;
}
@media screen and (min-width: 600px){
.pagination_box {
    max-width: 700px;
    margin: 50px auto 0;
}
li.page_num a {
    font-size: 19px;
    margin: 0 12.5px;
}
li.page_num a:hover {
    color: #fa8796;
}
li.page_pn a {
    width: 40px;
    height: 40px;
}
li.page_pn a:hover {
    background-color: #fce6eb;
}
li.page_prev_max a,
li.page_prev a {
    margin-right: 10px;
}
li.page_next a, 
li.page_next_max a {
    margin-left: 10px;
}
}
/* ページネーションここまで */

