@charset "utf-8";
/* CSS Document */



* {
}

.news a{     transition: opacity .25s; }


.news a:hover{ opacity: .5; }



.news .search {
	background: #e9e9e9;
	
}
.news .search_content {
width: min(100%, 1050px);
		margin-inline: auto;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
	padding-inline:25px;
	        padding-block: 33px;
	gap: min(8.44vw, 125px);
	
}
.news .search_content > div{
	display: flex;
	column-gap: 14px;
	        align-items: center;
}

.news .search_content p{
	font-size: 2em;
	color: #A20834;
	font-weight: 700;
}
.news .search_content .search_select{

    background: #fff;
	position: relative;
    border-radius: 33px;
	border: 1px solid #AEAEAE;

}
.news .search_content .search_select select{
            padding-block: 21.66px;
    
        padding-inline: 33px 62px;
	display: inline-flex;
	position: relative;
	font-size: 1.8em;
	cursor: pointer;
}


.news .search_content .cat select{
   min-width:271px;
}

select:focus {
  outline:none;
}

/*---------------*/

 .news_list {
width: min(100%, 1050px);
		margin-inline: auto;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding-inline:25px;
	
}


 .news_list.news_archive article{

        border-bottom: 1px solid #505050;
	 position: relative;
}


 .news_list div {
	display: flex;
	flex-wrap: wrap;
	        align-items: center;
	column-gap: 23px;
	padding: 38px 20px 30px;
	position: relative;
}

 .news_list div .list_ymd,  .news_title div .list_ymd {
	color: #4D4D4D;
	font-size: 1.6em;
	font-weight: 700;
}


 .news_list.news_archive article:first-of-type{
	margin-top: 90px;
}
 .news_list.news_archive article:last-of-type{
	margin-bottom: 113px;
}

 .news_list div .list_cat,  .news_title div .list_cat{
	background: #F2F2F2;
	font-size: 1.8em;
	font-weight: 700;
	border-radius:14px; 
	padding:4px 26px;
	min-width: 158px;
	        text-align: center;
}






 .news_list div h2 {
	display: block;
	        width: 100%;
	font-size: 1.8em;
	font-weight: 700;
	margin-top: 25px;
	position: relative;
	         padding-right: 80px;
}


.news .pagination {
	
width: min(100%, 1050px);
		margin-inline: auto;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-inline:25px;
	        justify-content: center;
	position: relative;
	        gap: 13px;
	        margin-block: 0  128px;
	
}



.pagination .prev,
.pagination .next {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	
}
.pagination .prev {left: 0;}
.pagination .next {right: 0;}

.pagination .prev::before,.pagination .prev::after,
.pagination .next::before,.pagination .next::after{
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
}

.pagination .prev::before,
.pagination .next::before{
	width: 60px;
	height: 60px;
	        border-radius: 50%;
        background: #fff;
        right: 20px;
	border: 1px solid #505050;
}



.pagination .prev::after,
.pagination .next::after {
	position: absolute;
        width: 15px;
        height: 15px;
        border-top: 2px solid #A20834;
        border-right: 2px solid #A20834;
}
.pagination .prev::after{
	left: 50%;
	-webkit-transform: translateX(-28%) rotate(-135deg);
	transform:  translateX(-28%) rotate(-135deg);
}

.pagination .next::after{
	right: 50%;
	-webkit-transform: translateX(28%) rotate(45deg);
	transform:  translateX(28%) rotate(45deg);
}

.page-numbers:not(.prev, .next, .dots){
	font-size: 2.3em;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #E9E9E9;
	        display: flex;
        justify-content: center;
        align-items: center;
        color: #A20834;
        font-weight: 700;
}


.page-numbers.current{
	background: #A20834;
        color: #fff;
}

.page-numbers.dots{

	font-size: 2.3em;
	color: #333;
        font-weight: 700;
	align-self: end;
	
}
/*---------------*/

.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow::before{
	width: 36px;
	height: 36px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #A20834;
	right: 20px;
}
.arrow::after{
	right: 33px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform:translateY(-2px) rotate(135deg);
	transform:translateY(-2px) rotate(135deg);
}


article.arrow::after,.pagination .archive::after{
	        transform: translateX(-2px) rotate(45deg);
}
article.arrow::before{
        top: unset;
        bottom: 16px;
}
article.arrow::after{
	top: unset;
	        bottom: 28px;
}

/*---------------*/

    .news_title {
        background: #e9e9e9;
	 padding-block: 35px;
		
    }


    .news_title article{
	width: min(100%, 1150px);
        margin-inline: auto;
        box-sizing: border-box;
        padding-inline: 25px;
	
		
    }



.news_title div {
	display: flex;
	flex-wrap: wrap;
	        align-items: center;
	column-gap: 23px;
	padding: 36px 32px 30px;
	position: relative;
	 max-width:1100px; 
	        margin-inline: auto;
        background: #fff;
        border-left: 18px solid #A20834;
}



 .news_title h2 {
        display: block;
        width: 100%;
        font-size: 3em;
        font-weight: 700;
        margin-top: 25px;
        position: relative;
                line-height: 1.66;
        text-align: justify;
	         max-width: 1050px;
}



 .news_content {
        width: min(100%, 1050px);
        margin-inline: auto;
        box-sizing: border-box;
        padding-inline: 25px;
	 margin-top:54px;  
}



 .news_content .thumbnail{
        max-width: 900px;
	 margin-bottom:64px;  
	 margin-inline:auto;
}





.news_content h2, h3, h4, h5, h6{
	 font-weight: 700;
	
}

 .news_content > *:not(h2, h3, h4, h5, h6){
font-size: 180%;
	 line-height: 1.75;
}

 .news_content h2{
color: #333333;
	 font-size: 280%;
	 border-bottom: 5px solid #A20834;
	         padding-bottom: 15px;
}
 .news_content h3{
color: #A20834;
	 font-size: 250%;
	 border-bottom: 5px solid #AEAEAE;
	         padding-bottom: 12px;

}
 .news_content h4{
color: #333333;
	 font-size: 230%;
	 display: flex;
	 align-items: center;
	 column-gap: 13px;
}

 .news_content h4::before{
content: "";
	 display: block;
	 width: 17px;
	 height: 17px;
	 background: #A20834;
}

.news_content h2 + p, .news_content h3 + p, .news_content h4 + p, .news_content h5 + p {
	margin-top: 20px;
}




.news_content ul li {
	 display: flex;
	 align-items: center;
	 column-gap: 13px;
	line-height: 1.75;
}

.news_content ul li::before{
content: "";
	 display: block;
	 width: 17px;
	 height: 17px;
	border-radius: 50%;
	 background: currentcolor;
}



.btn_link{
	width: 100%;
	
}

.btn_link a{
	all:unset;/**/
	background: #fff;
	color: #333;
	        border: 1px solid #C7C7C7;
        font-weight: 500;
        border-radius: 10px;
	display: flex;
	align-items: center;
	        min-height: 80px;
        margin-top: 30px;
	        cursor: pointer;
	transition: opacity .25s; 
	        letter-spacing: 0.05em;
	line-height: 1.5;
}

.btn_link a::before,.btn_link a::after{

	content: "";
	display: block;
	
	
}


.btn_link a::before{
	
	background: url("./image/icon_circle.svg") no-repeat;
	background-size:contain;
	width: 17px;
	height: 17px;
	margin-right: 16px;
	margin-left: 22px;
	        flex-shrink: 0;
	        background-position: center;

}
.btn_link a[target="_blank"]::after{
	
	background: url("./image/icon_brank.svg") no-repeat;
	background-size:contain;
	width: 86px;
	height: 30px;
	        margin-left: auto;
	        flex-shrink: 0;
	        background-position: center;
}


.btn_link a[href$=".pdf"]::before{
	
	background: url("./image/icon_pdf.svg") no-repeat;
	background-size:contain;
	width: 32px;
	height: 40px;
	margin-right: 16px;
	        background-position: center;
}

.btn_link a[href*=".pdf"]::after,
.btn_link a[href*=".pdf"]::after,
.btn_link a[href*=".doc"]::after,
.btn_link a[href*=".docx"]::after,
.btn_link a[href*=".xls"]::after,
.btn_link a[href*=".xlsx"]::after,
.btn_link a[href*=".ppt"]::after,
.btn_link a[href*=".pptx"]::after{
	
	background: url("./image/icon_download.svg") no-repeat;
	background-size:contain;
	        background-position: center;
}
.pagination.single{
	
padding-top: 57px;
	border-top:1px solid #505050;
	margin-bottom: 162px;
	margin-top: 140px;
}
.pagination .archive{
font-size: 1.8em;
        width: fit-content;
	min-width: 320px;
        min-height: 60px;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        background: #A20834;
        color: #fff;
	position: relative;
	padding-inline: 30px;
	
}
/*---------------*/
#load_news{
	background-color: #fff;
}
    #load_news .news__inner {
        max-width: 1048px;
        margin-inline: auto;
		padding-inline:24px;
		        padding-block: 55px;
		position: relative;
    }

#load_news article{
	display: flex;
	        align-items: flex-start;
}
#load_news .news_list{
	    padding-inline: 0;
}
#load_news .news_list.news_archive article:first-of-type {
        margin-top: 25px;
    }
#load_news .news_list.news_archive article:last-of-type {
        margin-bottom: 45px;
    }

.list_thumb{
flex-shrink: 0;
	        margin-block: 20px;
}
.list_thumb img{
	width: 190px;
	height: 174px;
	object-fit: cover;
	
        border-radius: 10px;
}
#load_news .news_list div h2 {
	margin-top: 48px;
}

#load_news .pagination {
        position: absolute;
        top: 128px;
        margin: unset;
        right: -400px;
	
}


#load_news .pagination .archive{
        font-size: 1.6em;
        min-width: unset;
        min-height: unset;
        padding: 6px 46px;
}
#load_news .pagination .archive.arrow::before{
	content: none;
}
#load_news .pagination .archive.arrow::after{
        right: 14px;
        width: 7px;
        height: 7px;
}
/*---------------*/