@charset "UTF-8";
/*------------------------------------------------
	style home 2025.07
--------------------------------------------------*/

#main-contents{
	width: auto;padding-bottom: 26px;padding-top: 3em;font-size: 16px;
	background: url('../images/bg.jpg') 50% -647px no-repeat;
	background-size: cover;
}
#main-contents .main-menu-block{padding-bottom: 26px;width: 627px;margin-left: auto; margin-right: auto;}

#main-contents .section-block + .section-block{margin-top: 36px;}
#main-contents .white-area{background-color: #fff;padding-bottom: 36px;padding-top: 36px;}
#main-contents .white-area .series{color: #333;border-color: #333;margin-bottom: 10px;}
#main-contents .section-block{
	margin-left: auto;
	margin-right: auto;
	width: 627px;
}

#main-contents a{text-underline-offset: 4px;}

/****** リスト型 *******/
#main-contents .link-lists{text-align: left;padding-left: 10px;line-height: 1.8;}
#main-contents .link-lists > li::before,
#main-contents a[target="_blank"]:not(.a-pdf)::after,
#main-contents a.a-pdf::after{
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;

}
#main-contents .link-lists > li::before{
	margin-right: 0.5em;
	background: url(../images/icon_listmark.png) center center no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#main-contents a[target="_blank"]:not(.a-pdf):not(.no-outer-icon)::after{
	margin-left: 0.5em;
	background: url(../images/icon_outer_link.png) center center no-repeat;
	background-size: contain;
}

#main-contents a.a-pdf::after{
	margin-left: 0.5em;
	background: url(../images/icon_pdf.png) center center no-repeat;
	background-size: contain;
	vertical-align: middle;
}


/****** タブ切り替え *******/
#main-contents .tabs {
	display: flex;
	cursor: pointer;
}
#main-contents .js-tab {
	padding: 7px 16px 8px;
	background: #F6F6F6;
	flex: 1;
}
#main-contents .js-tab + .js-tab{border-left: 1px solid #D3D8D7;}
#main-contents .js-tab.active {
	background: #536FB9;
	color: #fff;
	border: none;
}
#main-contents .js-tab-content {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: opacity 0.5s;;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #D3D8D7;
}
#main-contents .js-tab-content.active {
	opacity: 1;
	height: auto;
	overflow: auto;
}


/****** 参考ウェブサイト 海外 *******/


/****** 参考ウェブサイト 国内 *******/
#main-contents .list-block.domestic .link-lists{line-height: 2;}

/****** NEWS *******/
#main-contents .information .overflow-y{
	padding: 20px 5px 10px 15px;
	height: 300px;
	overflow-y: scroll;
}
#main-contents .information .news-lists .tabs{font-size: 14px;}
#main-contents .information .news-lists > li{display: flex;}
#main-contents .information .news-lists > li + li{margin-top: 20px;}
#main-contents .information .news-lists .date{width: 23%;}
#main-contents .information .news-lists .content{width: 77%;}

#main-contents .information .news-lists.en .date{width: 19%;}
#main-contents .information .news-lists.en .content{width: 81%;}
#main-contents .information .news-lists.cn .date{width: 16%;}
#main-contents .information .news-lists.cn .content{width: 84%;}
