<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

#info{
	margin-top: 112px;
	border: none;
	align-items: flex-start;
}
.info_topics_box+.info_topics_box{margin-top: 24px;}
.newslist{
	margin-bottom: 24px;
	display: none;
}
.newslist:nth-child(1) { display: block; }

#info .info_topics_box{
	align-items: flex-start;
}
#info .info_topics_box a{
	margin-top: 4px;
	white-space:inherit;
	 overflow: inherit;
	text-overflow: inherit;
}
.new{margin-top: 8px;}
.sec_l{width: 100%;}

.sec_r{
	margin-left: 20px;
	width: 140px;
/*    float: right;*/
}
.sec_r li{
	background: url(../../../../common/images/list_arrow04.png) no-repeat 20px center;
    margin-bottom: 5px;
    padding: 10px 0 10px 10px;
    text-align: center;
}
#info .sidetab li{
	color: #126198;
    text-decoration: none;
    transition: color 0.2s;
    cursor: pointer;
}
#info .sidetab li.current{
	color: #818181;
    background-color: #f2f2f2;
}



/*==================================================
記事 css
===================================*/
main.subpage #info{
	max-width: 1080px;
	margin: 72px auto 0;
    padding: 0 20px;
}
main.subpage .subpage_main_box{
	justify-content: center;
}
main.subpage .subpage_main_box .subpage_main_box_text{margin-top: 24px;}

#news{margin-top: 32px;}
.topics_title{
	padding-top: 48px;
}
#news .topics_title h3{
	line-height: 2;
}
#news p.topics_text{
	line-height: 2;
	width: 100%;
}
#news .topics_text + img{margin-top: 72px;}
#news .topics_title + .topics_text{margin-top: 72px;}
#news .topics_text + .topics_title{margin-top: 72px;}



#news dl.rp_dl{
}
#news dl.rp_dl dt {
    float: left;
    display: block;
    clear: both;
    min-width: 14%;
    max-width: 30%;
    font-weight: bold;
}
#news dl.rp_dl dd {
    float: left;
    display: block;
}
.clearfix::after{
	content: "";
    display: block;
	clear: both;
}

@media print, screen and (max-width: 767px) {
	
	#news .topics_title{margin-bottom: 40px;}
	#news p.topics_text + img{margin-top: 40px;}
	
	#info{
		margin-top: 56px;
		flex-direction: column-reverse;
	}
	.info_topics_box+.info_topics_box{margin-top: 32px;}
	.newslist{margin-bottom: 32px;}
	#info .info_topics_box a{margin-top: 8px;}
	
	.sec_r{
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 56px;
	}
	.sec_r .news_year {
        text-align: center;
        padding: 1em;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        margin-bottom: 1em;
    }
	.sec_r ul.sidetab li {
        width: 20%;
        float: left;
        padding: 0.8em 0;
        background-image: none;
    }
	
	main.subpage .subpage_main_box .subpage_main_box_text{margin-top: 0;}
	#news dl.rp_dl dt {
		width: 100%;
        margin-bottom: 0.5em;
	}
	#news dl.rp_dl dd {
        width: 100%;
        padding-left: 1em;
    }
	#news .topics_text + img{margin-top: 56px;}
	#news .topics_title + .topics_text{margin-top: 56px;}
}</pre></body></html>