<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*譟碑ｻ溘さ繝ｳ繝�Φ繝ГSS縺薙％縺九ｉ*/
.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 #ccc;
	padding-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.4;
	margin-bottom: 30px;
}
.news_title4 {
	border-left: 5px solid #666;
	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 {
    content: "\f08e";
    font-family: FontAwesome;
    margin-left: 30px;
    color: #888;
    text-decoration: none;
    display: inline-block;
}

.news_border_box{
	padding: 20px;
    border: 1px solid #7a84a6;
	margin-bottom: 30px;
}
.news_border_box_title{
    font-size: 1.2em;
    margin-bottom: 15px;
    color: #132f83;
}
.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;
}


@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;
}
}
/*譟碑ｻ溘さ繝ｳ繝�Φ繝ГSS縺薙％縺ｾ縺ｧ*/</pre></body></html>