@charset "utf-8";

/* page_title
======================================================*/

.page_main {
	padding-top: 0px;
}

.page_title {
	width: 100%;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/page_header_back.png) center center no-repeat;
	background-size: cover;
	text-align: center;
}
.page_title h1 img {

}

@media screen and (max-width: 1024px) {

.page_main {
	margin: 0;
	padding-top: 77px;
}
.page_title {
	width: 100%;
	height: 185px;
}
.page_title img {
	width: auto;
	height: 48px;
}

}


@media screen and (max-width: 599px) {

.page_title {
	width: 100%;
	height: 120px;
}
.page_title img {
	width: auto;
	height: 32px;
}

}

/* topic_path
======================================================*/

.topic_path {
	border-bottom: solid 1px #9C9C9C;
	background-color: #fff;
}
.topic_path p {
	padding: 20px 0 20px 150px;
	color: #090A0D;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
}
.topic_path p span {
	display: inline-block;
	margin: 0 10px;
}
.topic_path p span.nen {
	display: inline-block;
	margin: 0 0 0 0px;
}
.topic_path p a {
	color: #090A0D;
}

@media screen and (max-width: 1600px) {

.topic_path p {
	padding: 20px 0 20px 20px;
}

}

@media screen and (max-width: 1024px) {

.topic_path p {
	padding: 20px 0 20px 20px;
	font-size: 16px;
}

}

@media screen and (max-width: 599px) {

.topic_path p {
	padding: 10px 0 10px 10px;
	font-size: 14px;
}

}


/* page_news_list
======================================================*/

.page_news_list {
	width: 100%;
	max-width: 1200px;
	margin: 80px auto 0 auto;
	display: flex;
}
.news_list_set {
	width: calc( 100% - 210px );
	padding: 0;
	margin: 0;
}
.news_aside {
	width: 210px;
}
.page_news_single .news_aside {
	margin-top: 60px;
}

.news_list_set ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	gap: 54px 17px;
}
.news_list_set ul li {
	width: calc(( 100% - 34px ) / 3 );
}
.news_list_set ul li a {
	display: block;
	color: #333;
}
.news_list_set ul li a .news_sm img {
	width: 100%;
	height: auto;
	aspect-ratio: 316 / 200;
	object-fit: cover;
	object-position: center center;
}
.news_list_set ul li a .date {
	display: block;
	margin: 15px 0 10px 0;
	line-height: 1;
	font-size: 14px;
	font-weight: 600;
}
.news_list_set ul li a .title {
	display: block;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 600;
}

.news_aside_set {
	width: 170px;
	margin: 0 0 0 auto;
}
.news_aside h2 {
	font-size: 20px;
	font-weight: 700;
	color: #222;
	line-height: 1;
	padding: 8px 0 17px 0;
	border-bottom: solid 2px #909090;
}

.ac_list {
	list-style: none;
	margin-top: 20px;
}
.ac_list a {
	color: #333;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	padding: 12px 0;
	display: block;
	border-bottom: solid 2px #ededed;
}

@media screen and (max-width: 1024px) {

.page_news_list {
	width: 100%;
	margin: 60px auto 0 auto;
	display: block;
}
.news_list_set {
	width: 100%;
}
.news_aside {
	width: 100%;
}

.news_list_set ul li {
	width: calc(( 100% - 17px ) / 2 );
}

.news_aside_set {
	width: 100%;
	margin: 60px 0 0 0;
}
.news_aside h2 {
	font-size: 18px;
	padding: 0px 0 10px 0;
}
}


@media screen and (max-width: 599px) {

.page_news_list {
	margin: 40px auto 0 auto;
}

.news_list_set ul {
	display: block;
}
.news_list_set ul li {
	width: 100%;
}
.news_list_set ul li:not(:first-child) {
	margin-top: 20px;
}
.news_list_set ul li a .date {
	margin: 7px 0 5px 0;
	font-size: 12px;
}
.news_list_set ul li a .title {
	display: block;
	line-height: 1.4;
	font-size: 14px;
	font-weight: 600;
}
}



/* pager_ac
======================================================*/

.pager_ac {
	text-align: center;
	margin-top: 90px;
}
.pager_ac_content {
	display: inline-block;
	position: relative;
}

.pager_ac_content:empty {
	display: none;
}

.pager_ac_content .page-numbers {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	line-height: 28px;
	color: #333;
	margin: 0 3px;
}
.pager_ac_content .page-numbers.current {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #0B9ECE;
	border-radius: 100%;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	margin: 0 3px;
}
.pager_ac_content .page-numbers.dots {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 30px;
	border-radius: 0;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	color: #333;
	margin: 0 0px;
}
.pager_ac_content .prev {
	display: block;
	width: 30px;
	height: 30px;
	background: url("../img/ar_pre.png") center center no-repeat;
	background-size: 7px 12px;
	border-radius: 100%;
	position: absolute;
	left: -32px;
	top: 0px;
}
.pager_ac_content .next {
	display: block;
	width: 30px;
	height: 30px;
	background: url("../img/ar_next.png") center center no-repeat;
	background-size: 7px 12px;
	border-radius: 100%;
	position: absolute;
	right: -32px;
	top: 0px;
}

@media screen and (max-width: 599px) {

.pager_ac_content .page-numbers {
	margin: 0 2px;
}
.pager_ac_content .page-numbers.current {
	margin: 0 2px;
}
.pager_ac_content .page-numbers.dots {
	font-size: 14px;
}

}



/* page_news_single
======================================================*/

.page_news_single {
	width: 100%;
	max-width: 1200px;
	margin: 56px auto 0 auto;
	display: flex;
}
.news_single_set {
	width: calc( 100% - 210px );
	padding: 0;
	margin: 0;
}

.single_header span {
	display: inline-block;
	border: solid 1px #0B9ECE;
	border-radius: 100vh;
	width: 139px;
	height: 30px;
	box-sizing: border-box;
	text-align: center;
	line-height: 28px;
	color: #090A0D;
	font-size: 16px;
}
.single_header h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.4;
	color: 090A0D;
	padding: 20px 0;
	border-bottom: solid 1px #D9D9D9;
}
.single_header_img {
	margin-top: 30px;
	text-align: center;
}
.single_header_img img {
	max-width: 100%;
	height: auto;
}

.single_footer {
	margin-top: 60px;
}
.single_footer a {
	display: block;
	width: 350px;
	height: 80px;
	border-radius: 100vh;
	background-color: #0B9ECE;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 80px;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {

.page_news_single {
	width: 100%;
	margin: 40px auto 0 auto;
	display: block;
}
.news_single_set {
	width: 100%;
}

.single_footer a {
	display: block;
	width: 300px;
	height: 70px;
	font-size: 17px;
	line-height: 70px;
}

.single_header h1 {
	font-size: 18px;
	line-height: 1.4;
	padding: 10px 0;
}

}

@media screen and (max-width: 599px) {

.page_news_single {
	width: 100%;
	margin: 30px auto 0 auto;
}

.single_footer {
	margin-top: 40px;
}
.single_footer a {
	display: block;
	width: 260px;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
}

}


/* single
======================================================*/

.single_container {
	padding: 50px 0 0px 0;
	position: relative;
	overflow-wrap: break-word;
	color: #333;
}

.single_container h1,
.single_container h2,
.single_container h3,
.single_container h4,
.single_container h5,
.single_container h6 {
	margin-top: 40px;
	font-style: normal;
}

.single_container h1,
.single_container h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.6;
}
.single_container h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
}
.single_container h4 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
}
.single_container h5 {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.6;
}
.single_container h6 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}
.single_container p {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 1.5em;
}
.single_container ul {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 1.5em;
	margin-left: 1.5em;
	padding: 0;
}

.wp-block-image,
.wp-block-gallery {
	margin-top: 30px;
}

.single_top + h1,
.single_top + h2,
.single_top + h3,
.single_top + h4,
.single_top + h5,
.single_top + h6,
.single_top + p,
.single_top + figure {
	margin-top: 0;
}

.wp-block-image {
	text-align: center;
}
.wp-block-buttons {
	margin-top: 30px;
}



@media screen and (max-width: 1024px) {

.single_container {
	padding: 30px 0 0px 0;
	position: relative;
}

.single_container h1,
.single_container h2,
.single_container h3,
.single_container h4,
.single_container h5,
.single_container h6 {
	margin-top: 30px;
}

.single_container h1,
.single_container h2 {
	font-size: 22px;
}
.single_container h3 {
	font-size: 20px;
}
.single_container h4 {
	font-size: 18px;
}
.single_container h5 {
	font-size: 17px;
}
.single_container h6 {
	font-size: 16px;
}

.single_container p {
	font-size: 16px;
}
.single_container ul {
	font-size: 16px;
}

}


