@charset "UTF-8";



/* ------------------------------
	.news
------------------------------ */
.news{
	position: relative;
	padding: 0 0 150px;
}

.news_list li{
	border-top: 1px solid #111;
}
.news_list li:last-child{
	border-bottom: 1px solid #111;
}

.news_list li a{
	position: relative;
	display: flex;
	align-items: center;
	min-height: 100px;
	padding: 20px 85px 20px 40px;
}

.news_list li .arw{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #111;
	background: #fff url(../img/common/ico_arw01.svg) no-repeat center center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.news_list li .date_box{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 250px;
	margin-right: 30px;
}

.news_list li .date{
	font-size: 2.0rem;
	font-weight: 500;
}

.news_list li .cate{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	min-height: 30px;
	padding: 6px 5px 4px;
	background: #111;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
}

.news_list li .ttl{
	width: 100%;
	line-height: 1.6;
	font-weight: bold;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@media screen and (min-width: 769px) {
	.news_list li a:hover{
		opacity: 1;
	}
	.news_list li a:hover .ttl{
		color: #006FFF;
	}
	.news_list li a:hover .arw{
		border-color: #006FFF;
		background: #006FFF url(../img/common/ico_arw02.svg) no-repeat center center;
	}
}

.news .cate_list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 80px;
}

.news .cate_list li + li{
	margin-left: 15px;
}
.news .cate_list li:nth-child(4n + 1){
	margin-left: 0;
}
.news .cate_list li:nth-child(n + 5){
	margin-top: 15px;
}

.news .cate_list li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 236px;
	height: 46px;
	border-radius: 50px;
	background: #A5A5A5;
	font-size: 2.0rem;
	font-weight: 500;
	color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.news .cate_list li.current a{
	background: #111;
}
@media screen and (min-width: 769px) {
	.news .cate_list li a:hover{
		opacity: 1;
		background: #111;
	}
}


@media screen and (max-width: 768px){
	.news{
		padding: 60px 0 60px;
	}

	.news_list li a{
		flex-wrap: wrap;
		min-height: 0;
		padding: 20px 40px 20px 10px;
	}

	.news_list li .arw{
		right: 5px;
		width: 22px;
		height: 22px;
		border-width: 1px;
		background-size: 10px;
	}

	.news_list li .date_box{
		justify-content: flex-start;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.news_list li .date{
		font-size: 1.4rem;
	}

	.news_list li .cate{
		margin-left: 10px;
		width: 115px;
		min-height: 20px;
		padding: 4px 10px;
		font-size: 1.2rem;
	}

	.news_list li .ttl{
		font-size: 1.2rem;
	}

	.news .cate_list{
		margin-bottom: 40px;
	}

	.news .cate_list li{
		width: calc(33.3333% - 4px);
	}
	.news .cate_list li:nth-child(4n + 1),
	.news .cate_list li + li{
		margin-left: 6px;
	}
	.news .cate_list li:nth-child(n + 5),
	.news .cate_list li:nth-child(n + 4){
		margin-top: 10px;
	}
	.news .cate_list li:nth-child(3n + 1){
		margin-left: 0;
	}

	.news .cate_list li a{
		width: 100%;
		height: 25px;
		font-size: 1.2rem;
	}
}



/* ------------------------------
	.news_details
------------------------------ */
.news_details{
	padding: 150px 0 150px;
}

.news_details .wrap{
	max-width: 760px;
}

.news_head{
	margin-bottom: 35px;
}

.news_head .news_ttl{
	position: relative;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.6;
}
.news_head .news_ttl::before{
	position: absolute;
	top: 0.8em;
	left: -60px;
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #111;
}

.news_head .date_box{
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.news_head .date_box .date{
	padding: 7px 0 0;
	font-size: 1.8rem;
	font-weight: bold;
}

.news_head .date_box .cate{
	margin-left: 20px;
}
.news_head .date_box .cate a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	min-height: 30px;
	padding: 2px 10px;
	border-radius: 50px;
	background: #111;
	color: #fff;
	font-weight: 500;
	line-height: 1.3;
	font-size: 1.4rem;
}

.news_details .sns_box{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 95px;
}

.news_details .sns_box .sns_ico + .sns_ico{
	margin-left: 30px;
}

.news_details .sns_box .sns_ico a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}
.news_details .sns_box .sns_ico a img{
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}
@media screen and (min-width: 769px){
	.news_details .sns_box .sns_ico a:hover{
		opacity: 1;
	}
	.news_details .sns_box .sns_ico a:hover img{
		opacity: 0;
	}
}
.news_details .sns_box .sns_ico.twitter a{
	background: url(../img/news/sns_ico01_hov.svg) no-repeat center center;
	background-size: 100%;
}
.news_details .sns_box .sns_ico.facebook a{
	background: url(../img/news/sns_ico02_hov.svg) no-repeat center center;
	background-size: 100%;
}

.news_pager{
	margin-top: 100px;
}

.news_pager_list{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 430px;
	margin: 0 auto;
}

.news_pager_list li a{
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
@media screen and (min-width: 769px){
	.news_pager_list li a:hover{
		opacity: 1;
		color: #006FFF;
	}
}

.news_pager_list .prev{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding-right: 40px;
	border-right: 1px solid #111;
}
.news_pager_list .next{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	padding-left: 40px;
	border-left: 1px solid #111;
}


@media screen and (max-width: 768px){
	.news_details{
		padding: 60px 0;
	}

	.news_details .wrap{
		width: 86%;
	}

	.news_head{
		margin-bottom: 20px;
	}

	.news_head .news_ttl{
		font-size: 1.8rem;
	}
	.news_head .news_ttl::before{
		left: calc(-5vw - 10px);
		width: 5vw;
		height: 2px;
	}

	.news_head .date_box{
		margin-top: 25px;
	}

	.news_head .date_box .date{
		padding-top: 2px;
		font-size: 1.6rem;
		font-weight: 500;
	}
	.news_head .date_box .cate a{
		width: 115px;
		min-height: 20px;
		font-size: 1.2rem;
	}

	.news_details .sns_box{
		margin-top: 60px;
	}

	.news_details .sns_box .sns_ico a{
		width: 34px;
		height: 34px;
	}

	.news_pager{
		margin-top: 55px;
	}
	.news_pager_list{
		width: 260px;
	}

	.news_pager_list li a{
		font-size: 1.4rem;
	}

	.news_pager_list .prev{
		padding-right: 20px;
	}
	.news_pager_list .next{
		padding-left: 20px;
	}
}



/* ------------------------------
	.details_txt_box
------------------------------ */
.details_txt_box > *:first-child,
.details_txt_box > *:first-child *:first-child{
	margin-top: 0 !important;
}
.details_txt_box > *:last-child,
.details_txt_box > *:last-child *:last-child{
	margin-bottom: 0 !important;
}

.details_txt_box > *{
	max-width: 100%;
}

.details_txt_box{
	overflow: hidden;
}

.details_txt_box *{
	font-size: 1.6rem;
	line-height: 1.8;
	word-break: break-all;
	word-break: break-word;
}

.details_txt_box h1,
.details_txt_box h2,
.details_txt_box h3,
.details_txt_box h4,
.details_txt_box h5,
.details_txt_box h6{
	line-height: 1.6;
	font-weight: bold;
}

.details_txt_box h1{
	font-size: 2.5rem;
}
.details_txt_box h2{
	font-size: 2.4rem;
}
.details_txt_box h3{
	font-size: 2.2rem;
}
.details_txt_box h4{
	font-size: 2.0rem;
}
.details_txt_box h5{
	font-size: 1.8rem;
}
.details_txt_box h6{
	font-size: 1.6rem;
}

.details_txt_box a{
	font-size: inherit;
	line-height: inherit;
	text-decoration: underline;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
@media screen and (min-width: 769px) {
	.details_txt_box a:hover{
		opacity: 1;
		color: #006FFF;
	}
}

.details_txt_box span{
	font-size: inherit;
	line-height: inherit;
}

.details_txt_box > *,
.details_txt_box > * p + p{
	margin-top: 45px;
}

.details_txt_box h1 + *,
.details_txt_box h2 + *,
.details_txt_box h3 + *,
.details_txt_box h4 + *,
.details_txt_box h5 + *,
.details_txt_box h6 + *{
	margin-top: 15px;
}

.details_txt_box figure{
	text-align: center;
}

.details_txt_box .col_img{
	display: flex;
	justify-content: center;
}
.details_txt_box .col_img > *{
	flex: 1;
}
.details_txt_box .col_img > * + *{
	margin-left: 20px;
}

.details_txt_box .wp-caption-text,
.details_txt_box figcaption,
.details_txt_box caption {
	display: block !important;
	font-size: 1.4rem;
	margin-bottom: 0 !important;
	margin-top: 0.5em;
	text-align: center;
}

.details_txt_box .aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.details_txt_box .wp-block-image .aligncenter{
	display: table;
}
.details_txt_box .alignright{
	float:right;
	margin-left: 40px;
	padding-bottom: 0.3em;
	overflow: hidden;
}
.details_txt_box .alignleft{
	float:left;
	margin-right: 40px;
	padding-bottom: 0.3em;
	overflow: hidden;
}
.details_txt_box p::after{
	content: "";
	clear: both;
}
.details_txt_box > *:first-child.alignright + p,
.details_txt_box > *:first-child.alignleft + p{
	margin-top: 0;
}
.details_txt_box .alignleft + .aligncenter,
.details_txt_box .alignright + .aligncenter{
	padding-top: 28px;
}

.details_txt_box ul,
.details_txt_box ol{
	padding-left: 25px;
}

.details_txt_box li + li{
	margin-top: 5px;
}

.details_txt_box ul li{
	position: relative;
}
.details_txt_box ul li::before{
	position: absolute;
	top: 0;
	left: -25px;
	content: "●";
}

.details_txt_box ol{
	counter-reset: ol_num;
}
.details_txt_box ol li{
	position: relative;
}
.details_txt_box ol li:before {
	position: absolute;
	top: 0;
	left: -25px;
	counter-increment: ol_num;
	content: counter(ol_num)'.';
	color: #006FFF;
	font-weight: bold;
}

.details_txt_box blockquote{
	padding: 10px 0 10px 15px;
	border-left: 1px solid #111;
}
.details_txt_box blockquote,
.details_txt_box blockquote *{
	color: #666666;
	font-size: 1.3rem;
}

.details_txt_box table{
	width: 100%;
}

.details_txt_box th,
.details_txt_box td{
	padding: 10px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 1.8;
	background: #fff;
}
.details_txt_box tr > *:last-child{
	border-right: 1px solid #ddd;
}
.details_txt_box tr:first-child > *{
	border-top: 1px solid #ddd;
}

.details_txt_box th{
	font-weight: bold;
}


@media screen and (max-width: 768px){
	.details_txt_box .alignright,
	.details_txt_box .alignleft{
		float:none;
		display:block;
		text-align: center;
		margin: 30px auto 0;
		padding: 0;
	}
	.details_txt_box .alignleft + .aligncenter,
	.details_txt_box .alignright + .aligncenter{
		padding-top: 0;
	}

	.details_txt_box .aligncenter figcaption,
	.details_txt_box .alignleft figcaption,
	.details_txt_box .alignright figcaption{
		display: block;
		text-align: center;
		margin-bottom: 0;
	}

	.details_txt_box > *,
	.details_txt_box > * p + p{
		margin-top: 30px;
	}

	.details_txt_box h1 + *,
	.details_txt_box h2 + *,
	.details_txt_box h3 + *,
	.details_txt_box h4 + *,
	.details_txt_box h5 + *,
	.details_txt_box h6 + *{
		margin-top: 10px;
	}

	.details_txt_box *{
		font-size: 1.4rem;
	}

	.details_txt_box h1{
		font-size: 1.8rem;
	}
	.details_txt_box h2{
		font-size: 1.8rem;
	}
	.details_txt_box h3{
		font-size: 1.7rem;
	}
	.details_txt_box h4{
		font-size: 1.7rem;
	}
	.details_txt_box h5{
		font-size: 1.6rem;
	}
	.details_txt_box h6{
		font-size: 1.5rem;
	}

	.details_txt_box .wp-caption-text,
	.details_txt_box figcaption,
	.details_txt_box caption{
		margin-top: 5px;
		font-size: 1.2rem;
	}

	.details_txt_box blockquote{
		padding: 5px 0 5px 10px;
	}
	.details_txt_box blockquote,
	.details_txt_box blockquote *{
		font-size: 1.2rem;
	}

	.details_txt_box ul,
	.details_txt_box ol{
		padding-left: 23px;
	}
	.details_txt_box ul li:before,
	.details_txt_box ol li:before{
		left: -23px;
	}

	.details_txt_box .col_img{
		flex-direction: column;
	}

	.details_txt_box .col_img > * + *{
		margin-left: 0;
		margin-top: 30px;
	}
}