@charset "utf-8";
/* main visual #mavisual ---------------- */
#mavisual{
	width: 100%;
	height: 480px;
	margin: 0 auto;
}
#mavisualinner{
	width: 100%;
	height: 480px;
	margin: 0 auto;
	position: relative;
	background:url(../images/mv/mv_bg.webp) no-repeat;
	background-size:100% auto;
	background-position: center center;
}

#mavisual #mavisualinner .h1box{
	width:100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 0 6.4%;
}

/* ma left div */
.h1box{}
.h1box ul{}

.mvft_bg{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 6.4%;
}
.mvft_bg ol{
	width: 100%;
	padding: 0 6.4%;
	box-sizing: border-box;
}

.mvft_bg li{
	width: 100%;
}
.mvft_bg li img{
	width: 76%;
}

.mvft_bg li span:nth-child(1){
	padding-right: 12px;
}
.mvft_bg li span:nth-child(2){
	padding-right: 12px;
}

.h1subtxt{
	width: calc(100% - 64px);
	font-size: 0.8em;
	letter-spacing: 0.035em;
}
/*　under txet formlink */
.h1box ul{
	width: 60%;
	box-sizing: border-box;
	font-size: 1.4em;
}
.h1box ul li span{
	display: block;
}
.mv_subtxt1{
	line-height: 1em;
	font-size: 1.em;
}
.mv_subtxt2{
	line-height: 1.4em;
	font-size: 1em;
	letter-spacing: 0.055em;
}




div.newsbox{
	width: 100%;
	position: relative;
}
div.newsboxinner{
}

.news_title{
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 14px;
	line-height: 44px;
	box-sizing: border-box;
	padding:0px 12px 0px;
	position: relative;
	border-top: solid 1px #efefef;
}

.topicbox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
	position: relative;
	box-sizing: border-box;
}

.topicbox a{
	width:100%;
	display: block;
	position: relative;
	box-sizing: border-box;
	padding:3.2% 6.4% 3.2% 3.2%;
	border-top: solid 1px #efefef;
}

.topicbox a:nth-last-child(1),.topicbox a:nth-last-child(2){
	border-bottom: solid 1px #efefef;
}
.topicbox a:nth-child(3),.topicbox a:nth-child(1){}
.topicbox a:hover{
	background:#efefef;
}
.topicbox a::after{
	display: block;
	content: "";
	position: absolute;
	bottom: 41%;
	right: 3.2%;
	width: 4px;
	height: 4px;
	margin: -2px 0 0 0;
	border-top: solid 1px #1e1e1e;
	border-right: solid 1px #1e1e1e;
   	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);	
}
.topicbox a:hover:after{}

.topicbox dl{
	box-sizing: border-box;
}
.topicbox dl:nth-last-child{
	margin-bottom:0!important;
}
.topicbox dl dt{
	line-height: 1em;
	font-size:12px;
	color:#9C9C9C;

}
.topicbox dl dd{
	line-height: 1.5em;
	font-size: 1em;
}

.topicbox dl dd h2{
	width: 100%;
	display: block;
	padding:2.4% 0 0;
	box-sizing: border-box;
	font-size: 1em;
	font-weight: normal !important;
	line-height: 1.2em;
}



/* recommended ------------------------------- */
.recommendtitlle{
	width: 100%;
	font-size: 1em;
	line-height: 1em;
	box-sizing: border-box;
	padding:13px 12px 10px;
	display: block;
	margin-bottom: 36px;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
}
#recommended{
	width: 100%;
	clear: both;
	overflow: hidden;
	border-bottom: solid 1px #efefef;
}
.recommendbox{
	width: calc((100% - 16px) / 2);
	box-sizing: border-box;
	float: left;
	margin-bottom: 32px;
	padding: 0 12px;
	position: relative;
	border-bottom: solid 1px #efefef;
}
#recommended .recommendbox:nth-child(odd){
	margin-left: 16px;
}
.recommendbox div dl{
	width: 100%;
	padding: 0px 0px 32px;
	box-sizing: border-box;
}
.recommendbox div dl dt{
	width: 100%;
	margin-bottom: 16px;
	line-height: 1.2em;
}
.recommendbox div dl dt img{
	width: 100%;
	height: auto;
}
.recommendbox div dl dd{
	font-size: 0.9em;
	line-height: 1.4em;
}
.recommendbox div dl dd:nth-child(2){
	margin-bottom: 10px;
}
.recommendbox div h3{
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
}
.recommendbox div dl dd:nth-child(3){
	line-height: 1.5em;
}
.recommendbox div dl dd:nth-child(4){
	font-size: 0.9em;
	line-height: 1em;
	position: absolute;
	right: 0px;
	bottom: 24px;
	text-align: center;
	background: #DD5053;
	color: #fff;
	padding: 3.5px 5px 3px;
	box-sizing: border-box;
}
.trianglebox::after{}
.trianglebox::before{}
.trianglebox{
	width: 100%;
	position: relative;
	display: block;
	line-height: 1;
}
.trianglebox::before{
	content: "";
    top: 0;
    left: 0;
    border-bottom: 2.4em solid transparent;
    border-left: 2.4em solid #DB4648;
    position: absolute;
}
.trianglebox::after{
	content: "";
    right: 0;
	bottom: 0;
    border-top: 2.4em solid transparent;
    border-right: 2.4em solid #DB4648;
    position: absolute;
}



.content_base{
	margin-bottom: 24%;
}

.cnt_divbase{
	padding-top: 6.4%;
	border-top:solid 2px #d65bd6;
	box-sizing: border-box;
}
.cnt_divbase h2{
	width: 100%;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 3.2%;
	text-align: center;
	letter-spacing: 0.05em;
	position: relative;
	color: #d65bd6;
}
.cnt_divbase > ul{
	margin-bottom: 4.8%;
}
.cnt_divbase > ul > li{
	width: 100%;
	box-sizing: border-box;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	letter-spacing: 0.05em;
	color: #A7A7A7;
}

.cnt_divbase ol{
	width: 100%;
	position: relative;
}
.cnt_divbase ol > li{
	width: 100%;
}
.cnt_divbase ol > li:nth-child(1){
	height: 100%;
	margin-bottom: 4.8%;/* 3.2% */
	overflow: hidden;
	font-size: 0;
}
.cnt_divbase ol > li:nth-child(1) img{
	width: 100%;
	vertical-align: bottom;
}
.cnt_divbase ol > li:nth-child(2){
	background: #fff;
	font-size: 1em;
	line-height: 1.8em;
	box-sizing: border-box;
}

.cnt_divbase a:hover{
	text-decoration: underline;
}

.text_link{
	position: relative;
}
.text_link span{
	color: #00c3e5;
}

.newline{
	margin-bottom: 1.6% !important;
}


.txt_notes{
	font-size: 0.25em;
	color: #f74350 !important;
}



dl.index_souce_link{
	width: 88%;
	margin: 2.4% 0 0 12%;
}
dl.index_souce_link dt{
	width: 100%;
	font-size: 0.8em;
	line-height: 1em;
	padding-bottom: 8px;
	border-bottom: solid 1px #efefef;
	margin-bottom: 12px;
	color: #9C9C9C;
}
dl.index_souce_link dd{}
dl.index_souce_link dd a{
	display: block;
	color: #00c3e5;
	line-height: 1em;
	font-size: 0.9em;
}
dl.index_souce_link dd a span{
	width: 100%;
	text-align: right;
	display: block;
}

dl.index_souce_link dd a span:nth-child(1){
	margin-bottom: 7px;
}





/* content_3 -- */
.content_3{
	border-top:solid 2px #588d6a
}
.content_3 h2{
	line-height: 1em;
	color: #588d6a
}
.content_3 ul{}
.content_3 ul li{}
.content_3  ol{
	margin-bottom: 6.4%;
}
.content_3  ol li:nth-child(1){
}
.content_3  ol li:nth-child(1) img{}
.content_3 ol li:nth-child(2){}

/* content_4 -- */
.content_4{
	border-top:solid 2px #efcc5e;
}
.content_4 h2{
	line-height: 1em;
	color: #efcc5e;
}
.content_4 ul{}
.content_4 ul li{}
.content_4  ol{
	margin-bottom: 12%;
}
.content_4  ol li:nth-child(1){}
.content_4  ol li:nth-child(1) img{}
.content_4 ol li:nth-child(2){}

/* content_5 -- */
.content_5{
	border-top:solid 2px #f74350;
}
.content_5 h2{
	color: #f74350;
}
.content_5 ul{}
.content_5 ul li{}
.content_5  ol{}
.content_5  ol > li:nth-child(1){
	background-size: cover;
	background-position: center center;
}
.content_5  ol li:nth-child(1) img{}
.content_5 ol li:nth-child(2){}



/* content_2 -- */
.content_2{
}

.content_2 > div{
	margin-bottom: 12%;
}
.content_2 > div:last-child{
	margin-bottom: 0 !important;
}

.content_2 h4{
	width: 100%;
	height: 44px;
	line-height:44px;
	padding: 0 12px;
	font-size: 1em;
	box-sizing: border-box;
}

.content_2 ul{}
.content_2 ul li{}
/* 国内ニュース - 国外ニュース */
.index_news_basebox{
	width: 100%;
	position: relative;
}
.index_news_basebox ul{
	margin-bottom: 4.8%;
}
.index_news_basebox ul li{
	width: 100%;
}
.index_news_basebox ul li a{
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding:3.8% 0 2.4%;
	border-bottom: solid 1px #efefef;
	position: relative;
}
/* NEWS link_action */
.index_news_basebox ul li a:hover{
	background:#F1F1F1;
}
.index_news_basebox ul li a:hover:after{}
.index_news_basebox ul li a::after{
	display: block;
	content: "";
	position: absolute;
	bottom: 46%;
	right: 12px;
	top: 50%;
	width: 4px;
	height: 4px;
	margin: -2px 0 0 0;
	border-top: solid 1px #1e1e1e;
	border-right: solid 1px #1e1e1e;
   	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);	
	}

.index_news_basebox ul li:nth-child(2){}
.index_news_basebox ul li:nth-child(3){}
.index_news_basebox ul li:nth-child(odd){}
.index_news_basebox ul li a dl{}
/* date */
.index_news_basebox ul li a dl dt{
	margin-bottom: 1.2%;
	font-size: 0.75em;
	line-height: 1em;
	color:#9C9C9C;
}
/* title */
.index_news_basebox ul li a dl dd:nth-child(2) h2{
	line-height: 1.2em;
	margin-bottom: 1.2%;
	font-size: 1em;
}
.index_news_basebox ul li a dl dd:nth-child(3){
	width: 100%;
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 1%;
}
.index_news_basebox ul li a dl dd:nth-child(3) p{
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;	
}

.index_news_basebox .index_newslink,.newsbox .index_newslink{
	width: 20%;
	min-width: 120px;
	top: 0;
	right: 0;
	position: absolute;
}

.index_newslink a{
	width: 100%;
	display: block;
	font-size: 0.7em;
	line-height: 44px;
	height: 44px;
	position: relative;
	box-sizing: border-box;
	padding:0 12px;
	background: #FCFCFC;
}
/* NEWS link_action */
.index_newslink a:hover{
	background:#F1F1F1;
	color: #1e1e1e;
}
.index_newslink a:hover::after{
	border-top: solid 1px #1e1e1e;
	border-right: solid 1px #1e1e1e;
}
.index_newslink a::after{
	display: block;
	content: "";
	position: absolute;
	top: calc( 50% - 0.5px );
	right: 12px;
	width: 4px;
	height: 4px;
	margin: -2px 0 0 0;
	border-top: solid 1px #1e1e1e;
	border-right: solid 1px #1e1e1e;
   	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);	
	}

.news_basebox2 .index_newslink{
	width: 20%;
	min-width: 120px;
	top: 2.6%;
	right: 3.2%;
	position: absolute;
}
.news_basebox2 .index_newslink a{
	background: #efcc5e !important;
}

.news_basebox2{
	width: 100%;
	background: #fffcf5;
	margin-top: 12%;
	box-sizing: border-box;
	padding: 3.2%;
	position: relative;
}
.news_basebox2 h4{
	width: 100%;
	height: 44px;
	line-height:44px;
	padding: 0 12px;
	font-size: 1em;
	box-sizing: border-box;
}
.news_basebox2 ul{
	margin-bottom: 3.2%;
}
.news_basebox2 ul li{
	width: 100%;
}
.news_basebox2 ul li a{
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding:3.8% 0 2.4%;
	border-bottom: solid 1px #efefef;
	position: relative;
}

.news_basebox2 ul li a dl dt{
	margin-bottom: 1.2%;
	font-size: 0.75em;
	line-height: 1em;
	color:#9C9C9C;
}
/* title */
.news_basebox2 ul li a dl dd:nth-child(2) h2{
	line-height: 1.2em;
	margin-bottom: 1.2%;
	font-size: 1em;
}
.news_basebox2 ul li a dl dd:nth-child(3){
	width: 100%;
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 1%;
}
.news_basebox2 ul li a dl dd:nth-child(3) p{
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;	
}

