.news_page_content{
    font-family: YuGothic,YuGothicM, "Yu Gothic Medium", "游ゴシック Medium",  "游ゴシック体","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.news_page_main_title{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 2.2em;
	margin-bottom: 50px;
    color: #34B3D1;
}
.news_page_main_title img{
    width: 1.3em;
	margin-right: .3em;
}

.current-cat a{
	color: #34b3d1!important;
	font-weight: bold!important;
}

.news_list_ichiran_page{
	overflow-x: hidden;
}

.news_list a[href$='.pdf'] .txt:before {
    content: "\f1c1";
    font-family: FontAwesome;
    margin-right: 5px;
    font-weight: normal;
    color: #D14244;
    text-decoration: none;
    display: inline-block;
}



.top_common_news_box .news_list.news_list_ichiran_page ul li a {
    padding: 20px 0;
}
.top_common_news_box .news_list.news_list_ichiran_page ul li a .txt  {
	font-weight: bold;
}
.top_common_news_box .news_list.news_list_ichiran_page ul li a:hover .txt  {
	text-decoration: underline;
}

.top_common_news_box .news_list.news_list_ichiran_page ul li a .cat span {
    padding: 4px 8px;
}


.sidebar_title {
    font-size: 1.25em;
    line-height: 1.3;
    border-left: 5px solid #34b3d1;
    margin-bottom: 10px;
    padding-left: 0.4em;
    font-weight: bold;
}

.sidebar_link_ul a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 15px 0 15px 5px;
    color: inherit;
    text-decoration: none;
    line-height: 1.4;
    transition: .3s;
}
.sidebar_link_ul a:hover {
	background: #f1f1f1;
}

.news_page_title{
    font-size: 1.65em;
    padding: 0 0 10px;
    border-bottom: 1px solid #C3C3C3;
    position: relative;
}
.news_page_title:after {
    content: "";
    width: 45%;
    height: 3px;
    max-width: 380px;
    background: #34B3D1;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
}


@media screen and (min-width:1200px){
.news_page_content{
	font-size: 1.1em;}
}
@media screen and (max-width:959px){
.news_page_content{
	padding-top: 40px!important}
	.news_sidebar_body{
		padding-top: 45px;
	}
	
.top_common_news_box .news_list.news_list_ichiran_page ul li a {
    padding: 15px 0;
}
	.news_page_main_title{
	font-size: 1.8em;
	margin-bottom: 40px;
}
.news_page_main_title img{
    width: 1.3em;
	margin-right: .3em;
}
}
@media screen and (max-width:640px){
	.news_page_main_title{
	font-size: 1.55em;
	margin-bottom: 35px;
}
.news_page_main_title img{
    width: 1.3em;
	margin-right: .3em;
}
	.news_page_title {
    font-size: 1.4em;
}
	.sidebar_title {
    font-size: 1.15em;
}
}
	
/*一覧ページナビゲーションここから*/
.nav-links{
	text-align:center;}
a.page-numbers{
	text-decoration:none;
	margin:0 5px;
	display:inline-block;
	padding:10px 8px;
	background:#f1f1f1;
	color:#000;}
.page-numbers.current,
a.page-numbers:hover{
	margin:0 5px;
	display:inline-block;
	padding:10px 8px;
	background:#666;
	color:#fff;}
	
.navigation.pagination {
	margin-top:40px;}
.navigation.pagination h2.screen-reader-text{
	display:none;}
/*一覧ページナビゲーションここまで*/


/*柔軟コンテンツCSSここから*/
.news_title2 {
    padding: .4em .75em;
    background-color: #eee;
    font-size: 1.3em;
    line-height: 1.4;
	margin-bottom: 30px;
}
.news_title3 {
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.4;
	margin-bottom: 30px;
}
.news_title4 {
	border-left: 5px solid #888;
	padding-left: 10px;
    font-size: 1.1em;
    line-height: 1.4;
	margin-bottom: 30px;
}

.news_yohaku{
	height: 80px;
}
.news_yohaku_s{
	height: 40px;
}

.news_kugirisen_hasen{
	margin-top: 80px;
	height: 80px;
	border-top: 1px dashed #aaa;
}

.news_float_pic{
	line-height: 0;
	margin: 0 0 30px 20px;
	float: right;
}
.news_float_pic img{
	max-width: 250px;
}

.news_link_list li{
	line-height: 1.4;
	text-indent: -1.5em;
	margin-left: 1.5em;
}
.news_link_list li:before{
	content: "\f138";
	font-family: FontAwesome;
	margin-right: 10px;
	color: #aaa;
}
.news_link_list li:nth-child(n+2),
.news_file_list li:nth-child(n+2){
	margin-top: 15px;
}
.news_link_list li a:after {
}

.news_border_box{
	padding: 20px;
	border: 1px solid #888;
	margin-bottom: 30px;
}
.news_border_box_title{
    font-size: 1.2em;
    margin-bottom: 15px;
    color: #444;
}
.news_border_box_title i{
    margin-right: 10px;
}

.news_file_list a[href$='.pdf']:before{
	content:"\f1c1";
	font-family:FontAwesome;
	margin-right:5px;
	color:#D14244;
	text-decoration:none;
	display: inline-block;
}

.news_file_list a[href$='.doc']:before, .news_file_list a[href$='.rtf']:before, .news_file_list a[href$='.docx']:before {
	content:"\f1c2";
	font-family:FontAwesome;
	margin-right:5px;
	color:#344290;
	text-decoration:none;
	display: inline-block;
}

.news_file_list a[href$='.xls']:before,.news_file_list  a[href$='.xlsx']:before {
	content:"\f1c3";
	font-family:FontAwesome;
	margin-right:5px;
	color:#4C7B3B;
	text-decoration:none;
	display: inline-block;
}

.hukusuu_gazou_a{
	display: block;
	width: 19%;
	height: 120px;
	margin-left: 1.25%;
    background-size: cover;
    background-position: center;
}
.hukusuu_gazou_a:hover{
	opacity: .7;
}
.hukusuu_gazou_a:nth-child(5n-4){
	margin-left: 0;
}
.hukusuu_gazou_a:nth-child(n+6){
	margin-top: 20px;
}

.news_back_btn a,
.news_prev_btn a,
.news_next_btn a{
	text-decoration: none;
	background: #222;
	position: relative;
	color: #fff;
	padding: 10px;
	display: block;
	width: 100%;
}
.news_prev_btn a,
.news_next_btn a{
	background: none;
	color: #333;
}
.news_next_btn a::after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-bottom: 3px solid #333;
    border-left: 3px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.news_prev_btn a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.news_back_btn a:hover,
.news_prev_btn a:hover,
.news_next_btn a:hover{
	opacity: .7;
}

.news_navigation{
	padding-top: 60px;
	margin-top: 80px;
	border-top: 1px solid #aaa;
	text-align: center;
}

.news_prev_btn,
.news_next_btn{
	width: 20%;
}
.news_back_btn{
	width: 40%
}

.hukusuu_gazou_wrap{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.news_navigation{
    display: flex;
justify-content: space-between;
margin-top: 80px;
}

.juunan_contents_body{
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}

.movie_box{
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
}
.movie_box:before {
    content:"";
    display: block;
    padding-top: 56.25%; 
}
.movie_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:959px){
.news_content{
    width: 100%;}
.news_sidebar{
    width: 100%;
    margin-top: 50px;
}
    .hukusuu_gazou_a {
    height: 90px;
}
}
@media screen and (max-width:767px){
    .news_float_pic {
        margin: 0 0 20px;
        float: none;
        text-align: center;
    }

    .news_back_btn a,
    .news_prev_btn a,
    .news_next_btn a{
        padding: 6px;
        font-size: .9em;
    }
    .news_back_btn a{
        padding: 6px 12px;
    }
    .news_prev_btn,
    .news_next_btn{
        width: 34%;
    }
    .news_back_btn{
        width: 32%
    }

    .news_prev_btn a::after ,
    .news_next_btn a::after {
        display: none;
    }
    
    .hukusuu_gazou_a {
    width: 31%;
    height: 75px;
    margin-left: 3.5%;
}
    .hukusuu_gazou_a:nth-child(n+4) {
    margin-top: 20px;
}
    .hukusuu_gazou_a:nth-child(5n-4) {
    margin-left: 3.5%;
}
    .hukusuu_gazou_a:nth-child(3n-2) {
    margin-left: 0;
}
    
.news_navigation{
margin-top: 50px;
}
}
/*柔軟コンテンツCSSここまで*/