@charset "UTF-8";

/*
ベースカラー変更 #3d578+6 → #1a4f76
*/

/*階層ページヘッダー*/
.logo_class {
    width: 46px;
    margin-top: 6px;
}

/*階層用*/
.class .h2_s {
    font-size: 20px;
    letter-spacing: 0.4em;
    margin-top: 40px;
    line-height: 1.8em;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .class .h2_s {
        font-size: 16px;
        margin-top: 20px;
    }
}


/*各MAP*/
@media screen and (min-width: 540px) {.br_map_h2 {display: none;}}
.map {
    margin: 40px 0;
}
@media screen and (max-width: 640px) {.map_pc {display: none;}}
@media screen and (min-width: 641px) {.map_sp {display: none;}}
.map_link_box {
    width: 150px;
    margin: auto;
}
.map_link {
    display: flex;
	flex-wrap: wrap;
	width: 150px;
    margin: 20px 0 0 0;
    list-style: none;
    text-align: center;
}
.map_link li {
    width: 100%;
    border: 1px solid #fff;
    line-height: 2.8em;
    border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
}
.map_link li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.map_link li a:hover {
    color: #1a4f76;
    background: #fff;
    overflow: hidden;
    border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
}

.map_link_hall_box {
    width: 250px;
    margin: 20px auto 0 auto;
}
.map_link_hall {
    display: flex;
	flex-wrap: wrap;
	width: 100%;
    list-style: none;
    text-align: center;
}
.map_link_hall li {
    width: 30%;
    margin: 1.66666666%; 
    border: 1px solid #fff;
    line-height: 2.8em;
    border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
}
.map_link_hall li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.map_link_hall li a:hover {
    color: #1a4f76;
    background: #fff;
    overflow: hidden;
    border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
}



/*宇宙かわいいと出会う広場ここから*/
.kawaii_area .block {
    width: 100%;
    padding: 5% 0;
}
.kawaii_area .block .cont {
    width: 100%;
    padding: 0;
    text-align: center;
}
.kawaii_area .block .cont .logo {
    max-width: 260px;
    margin: auto;
}
.kawaii_area .block .cont h3 {
    margin: 20px 0 0 0;
    font-weight: 500;
    font-size: 24px;
}
.kawaii_area .block .cont .area {
    margin: 20px 0 0 0;
    font-size: 15px;
}
.kawaii_area .block .cont .details {
    width: 100%;
    padding: 0 35px;
    margin: 20px 0 0 0;
    font-size: 15px;
    text-align: left;
    line-height: 1.8em;
    text-align: justify;text-justify: inter-ideograph;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width: 640px) {
    .kawaii_area .block .cont .details {
        padding: 0 10px;
    }
}

.kawaii_area .block .block_la {
    width: 40%;
    float: left;
}
.kawaii_area .block .block_ra {
    width: 60%;
    float: right;
}
.kawaii_area .block .block_ra img {
    width: 48%;
    margin-left: 2%;
    float: left;
}
.kawaii_area .block .block_lb {
    width: 60%;
    float: left;
}
.kawaii_area .block .block_rb {
    width: 40%;
    float: right;
}
.kawaii_area .block .block_lb img {
    width: 48%;
    margin-right: 2%;
    float: right;
}
@media screen and (max-width: 767px) {
    .kawaii_area .block .block_la {
        width: 100%;
    }
    .kawaii_area .block .block_ra {
        width: 100%;
        margin-top: 20px;
    }
    .kawaii_area .block .block_ra img {
        width: 50%;
        margin-left: 0%;
    }
    .kawaii_area .block .block_lb {
        width: 100%;
        margin-top: 20px;
    }
    .kawaii_area .block .block_rb {
        width: 100%;
        margin-top: 20px;
    }
    .kawaii_area .block .block_lb img {
        width: 50%;
        margin-right: 0%;
    }
}

.kawaii_area .block00 {
    background: url(./images/kawaii_area_img00.webp) no-repeat center center/ 120% auto;
    margin-top: 60px;
}
@media screen and (max-width: 850px) {
    .kawaii_area .block00 {
        background: url(./images/kawaii_area_img00.webp) no-repeat center center/ auto 120%;
    }
}
@media screen and (max-width: 640px) {
    .kawaii_area .block00 {
        margin-top: 40px;
    }
}
.kawaii_area .block01 {background: #e5949f;}
.kawaii_area .block02 {background: #333333;}
.kawaii_area .block03 {background: #ad2f46;}
.kawaii_area .block04 {background: #00171e;}
.kawaii_area .block05 {background: #ffe5a8;color: #1a4f76;}

@media screen and (min-width: 540px) {.br_kawaii_area_h2 {display: none;}}

.kawaii_area .block06 {background: #203864;}
.kawaii_area .block06 .sub {
    text-align: center;
    margin: 10px 0 0 0;
    line-height: 2em;
}
@media screen and (max-width: 640px) {
    .kawaii_area .block06 .sub {
        text-align: left;
    }
}

.kawaii_area .block07 {background: #4472c4;}
.kawaii_area_list {
    display: flex;
	flex-wrap: wrap;
	width: 100%;
    list-style: none;
}
.kawaii_area_list li {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 10px 0 0;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .kawaii_area_list li {
        width: 50%;
    }
}
@media screen and (max-width: 640px) {
    .kawaii_area_list li {
        width: 100%;
        padding: 0;
    }
}


.kawaii_area_list .image-container img {
    object-fit: cover;
    width: 100%;/* 横幅の指定 */
    aspect-ratio: 1 / 1;/* ここにアスペクト比を入れる */
}

.kawaii_area_list table {
	width: 100%;
	border-collapse: collapse;
    border: none;
}
.kawaii_area_list table th {
	width: 30%;
    font-size: 14px;
	vertical-align: middle;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	border: 2px solid #000;
    /*background: #dedede;*/
    background: #fff;
    color: #000;
}
.kawaii_area_list table td {
    width: 70%;
    font-size: 14px;
	vertical-align: middle;
	padding: 10px;
	text-align: left;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
	line-height: 1.6em;
	border: 2px solid #000;
    background: #fff;
    color: #000;
}
.kawaii_area_list .link {
    width: 100%;
    margin: 10px 0 0 0;
}
@media only screen and (max-width: 640px) {
    .kawaii_area_list .link {
        width: 100%;
        margin: 10px auto 0 auto;
    }
}
.kawaii_area_list .link a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 1.8em;
    color: #fff;
    text-decoration: none;
    background: #1a4f76;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px 10px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.kawaii_area_list .link a:hover {
    color: #1a4f76;
    background: #fff;
    border: 1px solid #1a4f76;
}



/*東京タワーでスターパーティ（星空観望会）ここから*/
.kawaii_area .block00 h3 {
    font-family: "Kaisei Opti", serif;
    font-size: 42px !important;
    line-height: 1.4em;
    margin: 0 !important;
}
.kawaii_area .block00 h3 span {
    font-size: 32px !important;
}
@media screen and (max-width: 767px) {
    .kawaii_area .block00 h3 {
        font-size: calc(42/767*100vw) !important;
    }
    .kawaii_area .block00 h3 span {
        font-size: calc(32/767*100vw) !important;
    }
}
@media screen and (max-width: 450px) {
    .kawaii_area .block00 h3 {
        font-size: 26px !important;
    }
    .kawaii_area .block00 h3 span {
        font-size: 20px !important;
    }
}
@media screen and (min-width: 451px) {.br_block00 {display: none;}}
.kawaii_area .block00 .cont_inner {
    max-width: 680px;
    margin: 40px auto;
    padding: 0 10px;
    font-size: 15px;
    text-align: left;
    line-height: 1.8em;
    text-align: justify;text-justify: inter-ideograph;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.kawaii_area .block00 .img {
    display: flex;
	flex-wrap: wrap;
	width: 100%;
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
}
.kawaii_area .block00 .img li {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 5px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
/*東京タワーでスターパーティ（星空観望会）ここまで*/
/*宇宙かわいいと出会う広場ここまで*/


/*宇宙かわいいを探すホールここから*/
.kawaii_hall .news_list {
	margin-top: 20px;
}
/*リスト*/
.kawaii_hall_ul {
	width: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
}
@media only screen and (max-width: 640px) {
    .kawaii_hall_ul {
        padding-top: 20px;
    }
}
.kawaii_hall_ul li {
    width: -webkit-calc(100% / 5);
    width: calc(100% / 5);
	padding: 0px 10px 10px 10px;
	margin-bottom: 50px;
    background: #fff;
    border: 4px solid #1a4f76;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
	.kawaii_hall_ul li {
        width: -webkit-calc(100% / 4);
        width: calc(100% / 4);
	}
}
@media only screen and (max-width: 767px) {
	.kawaii_hall_ul li {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
	}
}
@media only screen and (max-width: 640px) {
	.kawaii_hall_ul li {
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
        margin-bottom: 20px;
	}
}
@media only screen and (max-width: 400px) {
	.kawaii_hall_ul li {
        width: -webkit-calc(100% / 1);
        width: calc(100% / 1);
	}
}
.kawaii_hall_ul li a {
	color: #000;
	display: block;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.kawaii_hall_ul li a:hover {
	/*opacity: 0.6;filter: alpha(opacity=60);*/
}
.kawaii_hall_ul li img {
	width: 100%;
}
.kawaii_hall_ul li p {
	margin-top: 0px;
}
.kawaii_hall_ul li figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: url(./images/no_image.jpg) no-repeat center center/100% auto;
}
.kawaii_hall_ul li figure img {
	height: auto;
	transition: transform .6s ease;
}
.kawaii_hall_ul li figure:hover img {
	transform: scale(1.1);
}

.kawaii_hall_ul li .block_l {
    width: 48%;
    float: left;
    margin: 8px 0;
}
.kawaii_hall_ul li .block_r {
    width: 48%;
    float: right;
    margin: 8px 0;
}
.kawaii_hall_ul li .block_w {
    width: 100%;
    margin: 8px 0;
}
.kawaii_hall_ul li .block_top {
    width: 100%;
    text-align: center;
    background: #dedede;
    line-height: 2em;
    font-size: 12px;
    margin: 0 0 4px 0;
}
.kawaii_hall_ul li .block_l p, .kawaii_hall_ul li .block_r p, .kawaii_hall_ul li .block_w p {
    font-size: 12px;
    line-height: 1.2em;
}
/*リストここまで*/

/*詳細ここから*/
.kawaii_hall_k {
    margin-top: 40px;
    background: #fff;
    padding: 40px 0;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.kawaii_hall_k .cont_l {
    width: 52%;
    float: left;
    padding: 0 30px 0 40px;
    color: #000;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.kawaii_hall_k .cont_r {
    width: 48%;
    float: right;
    padding: 0 40px 0 10px;
    text-align: center;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .kawaii_hall_k {
        margin-top: 30px;
    }
    .kawaii_hall_k .cont_l {
        width: 100%;
        padding: 0 30px;
    }
    .kawaii_hall_k .cont_r {
        width: 100%;
        padding: 0 10px;
    }
}
@media only screen and (max-width: 640px) {
    .kawaii_hall_k .cont_l {
        padding: 0 10px;
    }
}
.kawaii_hall_k .cont_l .cont_top {
    width: 100%;
}
.kawaii_hall_k .cont_l .cont_top .logo {
    width: 100%;
    vertical-align: middle;
}
@media only screen and (max-width: 980px) {
    .kawaii_hall_k .cont_l .cont_top .logo {
        text-align: center;
    }
    .kawaii_hall_k .cont_l .cont_top .logo img {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 981px) {.br_kawaii_hall_logo {display: none;}}
.kawaii_hall_k .cont_l .cont_top .logo img {
    width: 130px;
    vertical-align: middle;
}
.kawaii_hall_k .cont_l .cont_top .brand_name {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 700;
}
@media only screen and (max-width: 980px) {
    .kawaii_hall_k .cont_l .cont_top .brand_name {
        margin-left: 0px;
    }
}
@media only screen and (max-width: 640px) {
    .kawaii_hall_k .cont_l .cont_top .brand_name {
        font-size: 20px;
        font-weight: 500;
    }
}
.kawaii_hall_k .cont_l .brand {
    font-size: 14px;
    margin-top: 40px;
    line-height: 1.8em;
    text-align: justify;text-justify: inter-ideograph;
}

.kawaii_hall_k .cont_r .link {
    width: 100%;
    margin: 40px 0 0 0;
}
@media only screen and (max-width: 640px) {
    .kawaii_hall_k .cont_r .link {
        width: 100%;
        margin: 20px auto 0 auto;
    }
}
.kawaii_hall_k .cont_r .link a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 1.8em;
    color: #fff;
    text-decoration: none;
    background: #1a4f76;
    text-align: center;
    border: 1px solid #fff;
    padding: 15px 10px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.kawaii_hall_k .cont_r .link a:hover {
    color: #1a4f76;
    background: #fff;
    border: 1px solid #1a4f76;
}

@media only screen and (min-width: 370px) {
    .kawaii_hall_k .cont_r .br_link {display: none;}
}

.kawaii_hall_k table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 40px;
    border: none;
}
.kawaii_hall_k table th {
	width: 42%;
    font-size: 14px;
	vertical-align: middle;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	border: 2px solid #000;
    background: #dedede;
}
.kawaii_hall_k table td {
    font-size: 14px;
	vertical-align: middle;
	padding: 10px;
	text-align: left;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
	line-height: 1.6em;
	border: 2px solid #000;
}
/*詳細ここまで*/

@media only screen and (min-width: 500px) {.br_kawaii_hall_h2_t {display: none;}}
/*検索BOX*/
.search_box {
    width: 100%;
    padding: 30px 40px 15px 40px;
    margin-top: 40px;
    background: #f8f8f8;
    color: #000;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.search_box .ck_l {
    float: left;
    width: 70%;
}
.search_box .ck_r {
    float: right;
    width: 30%;
    padding-top: 25px;
}
@media only screen and (max-width: 1000px) {
    .search_box {
        padding: 20px 10px 10px 10px;
    }
    .search_box .ck_l {
        width: 100%;
    }
    .search_box .ck_r {
        width: 100%;
        padding-top: 10px;
    }
}
@media only screen and (max-width: 640px) {
    .search_box {
        margin-top: 20px;
    }
}
.search_box button.btn_search {
    width: 49%;
    float: left;
    text-align: center;
    line-height: 2.1em;
    cursor: pointer;
    color: #fff;
    border: 1px solid #114393;
    background: #114393;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.search_box button.btn_search:hover {
    color: #000;
    background: none;
}
.search_box .btn_all {
    width: 49%;
    float: right;
    text-align: center;
    line-height: 2.2em;
    border: 1px solid #114393;
    text-decoration: none;
    color: #fff;
    background: #114393;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.btn_all:hover {
    color: #000;
    background: none;
}

.search_box .ck_box {
    margin-bottom: 15px;;
}
.search_box .ck_top {
    float: left;
    text-indent: -8px;
}
.search_box .ck_input {
    float: left;
    width: 160px;
}
@media only screen and (max-width: 650px) {
    .search_box .ck_top {
        width: 100%;
        margin-bottom: 6px;
    }
    .search_box .ck_input {
        margin-bottom: 3px;
    }
}


/* チェックボックス */
.checkbox input[type="checkbox"] {
	position: relative;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	border: 1px solid #333;
	vertical-align: -3px;
	cursor: pointer;
    background: #fff;
	-webkit-appearance: none;-moz-appearance: none;appearance: none;
}
.checkbox input[type="checkbox"]:checked {
	border: 1px solid #000;
	background: #fff;
}
.checkbox input[type="checkbox"]:checked:before {
	position: absolute;
	top: 0px;
	left: 4px;
	transform: rotate(50deg);
	width: 6px;
	height: 10px;
	border-right: 2px solid #c80000;
	border-bottom: 2px solid #c80000;
	content: '';
}
/*宇宙かわいいを探すホールここまで*/





.news_cont {
    margin-top: 40px;
    line-height: 2.2em;
}
.news_cont a {
    color: #fff;
}

/*NEWS一覧用*/
.news .h2_t {
    font-size: 40px;
    letter-spacing: 0.4em;
    margin-top: 40px;
    text-align: center;
    line-height: 1.8em;
}
@media screen and (max-width: 949px) {
    .news .h2_t {
        font-size: calc(40/949*100vw);
    }
}
@media screen and (max-width: 640px) {
    .news .h2_t {
        font-size: 26px;
        margin-top: 20px;
    }
}
/*NEWS詳細用*/
.news .h2_s {
    font-size: 20px;
    letter-spacing: 0.4em;
    margin-top: 40px;
    line-height: 1.8em;
}
@media screen and (max-width: 640px) {
    .news .h2_s {
        font-size: 16px;
        margin-top: 20px;
    }
}



/*NEWS一覧ここから*/
.news_list {
	width: 100%;
	margin-top: 80px;
}
@media only screen and (max-width: 767px) {
	.news_list {
		margin-top: 40px;
	}
}

/*NEW表示 ※必要*/
.news_list .news_ul_new {
    background-repeat: no-repeat;
	background-position: left 0px top 7px;
    background-image: url(images/new.png);
    /*padding-left: 38px;*/
    padding-left: 0px;
}
.news_list .news_single_new {
    background-repeat: no-repeat;
	background-position: left 0px top 5px;
    background-image: url(images/new.png);
    /*padding-left: 38px;*/
}
.news_list .news_ul {
	text-align: left;
	list-style: none;
}
.news_list .news_ul li {
	padding: 18px 0px;
    font-size: 16px;
	border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 949px) {
    .news_list .news_ul li {
        font-size: 14px;
    }
}
.news_list .news_ul li:first-child {
	border-top: 1px solid #dedede;
}
.news_list .news_ul li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 4px 0px;
	color: #fff;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
    .news_list .news_ul li a {
        padding-left: 16px;
        -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    }
}
.news_list .news_ul li a:hover {
	color:#fff;
    text-decoration: underline;
}
.news_list .news_ul li a p {
	line-height: 1.8em;
}
/* 768px以上一列 */
@media only screen and (min-width: 768px) {
	.news_list .news_ul li {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row nowrap;flex-flow: row nowrap;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
}
/* 日時 */
.news_list .news_ul_date {
	margin: 0 46px 0 30px;
	font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
    .news_list .news_ul_date {
        margin: 0px;
        padding-left: 16px;
        -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    }
}
/* カテゴリ */
.news_list .news_ul_cate {
	display: inline-block;
	min-width: 76px;
	margin: 0 16px 0 0;
	padding: 6px;
	color: #fff;
	font-size: 13px;
	line-height: 1em;
	text-align: center;
    display: none;
}
.news_list .news_ul_cate a {
	color: #ffffff;
}
.news_list .news_ul_cate.news_ul_info {
	color: #ffffff;
	background: #0c84c8 none;
}
/*NEWS一覧ここまで*/


/*ページングここから ※functions.phpに記述有り*/
.page-numbers {
	text-align: center;
	/*line-height: 24px;*/
	width: 100%;
    margin-top: 20px;
	list-style-type: none;
}
.page-numbers li {
	margin-left: 1px;
	margin-right: 1px;
	/*background-color: #F5F5F5;*/
	display: inline-block;
}
.page-numbers i {
	display:none;
}
.page-numbers li a,
.page-numbers li span {
	display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
	font-weight: normal;
    border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;
}
.page-numbers li a {
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
}
.page-numbers li span {
	color: #FFFFFF;
	border: 1px solid #0076d1;
	background-color: #0076d1;
}
.page-numbers li a:hover {
	color: #FFFFFF;
	border: 1px solid #fff;
	text-decoration: none;
	background-color: #0076d1;
}
.pages_prev, .pages_next {
    font-size: 13px;
}
.pages_lead a {
    background-image: url(../img/pages_lead.svg);
	background-repeat: no-repeat;
	background-position: center center;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
.pages_lead a:hover {
    background-image: url(../img/pages_lead_hover.svg);
    background-repeat: no-repeat;
	background-position: center center;
}
.pages_last a {
    background-image: url(../img/pages_last.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.pages_last a:hover {
    background-image: url(../img/pages_last_hover.svg);
    background-repeat: no-repeat;
	background-position: center center;
}
@media print, screen and (max-width : 468px){
    .page-numbers li {
        margin-left: 0px;
        margin-right: 0px;
    }
    .page-numbers li a,
    .page-numbers li span {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}
/*ページングここまで*/


/*投稿詳細ページナビ(前の記事・次の記事)ここから*/
.nav_page {
    width: 100%;
    margin-top: 40px;
    list-style: none;
    display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
    .nav_page {
        padding-bottom: 20px;
    }
}
.nav_page li {
    text-align: center;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-family: 'Noto Sans TC', sans-serif;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
    .nav_page li {
        width: 33.33333%;/*IE*/
    }   
}
@media only screen and (max-width: 640px) {
    .nav_page li {
        font-size: 18px;
    }
}
@media only screen and (max-width: 370px) {
    .nav_page li {
        font-size: 16px;
    }
}
.nav_page li a {
    color: #fff;
}
.nav_page li a:hover {
    color: #eaea00;
}
.nav_page li.nav_left {
    text-align: left;
}
.nav_page li.nav_right {
    text-align: right;
}
.nav_page li.center_end {
    text-align: center;
    width: 100%;
    margin: 10px;
}
@media only screen and (max-width: 459px) {
    .nav_page li {
        width: 44%;
    }
    .nav_page li.nav_left {
        width: 28%;
    }
    .nav_page li.nav_right {
        width: 28%;
    }
}
@media only screen and (max-width: 459px) {
    .nav_page li.center {
        width: 44%;
    }
    .nav_page li.nav_left {
        width: 28%;
    }
    .nav_page li.nav_right {
        width: 28%;
    }
}
@media only screen and (max-width: 359px) {
    .nav_page li.center {
        display: none;
    }
    .nav_page li.nav_left {
        width: 50%;
    }
    .nav_page li.nav_right {
        width: 50%;
    }
}
@media only screen and (min-width: 360px) {
    .nav_page li.center_end {
        display: none;
    }
}
/*投稿詳細ページナビ(前の記事・次の記事)ここまで*/
