@charset "utf-8";
/* main visual #mavisual ---------------- */
#mavisual{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	border-bottom: solid 1px #efefef;
	background:url(../images/02_img_material/bg_metal.jpg);
	background-size:cover;
	background-position: center center;
}
#mavisualinner{
	width: 100%;
	max-width: 1920px;
	height: 400px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

#mavisual #mavisualinner .h1box{
	width:100%;
	height: 100%;
	position: relative;
}

@media screen and (max-width:1024px){
#mavisualinner{
	padding: 0px 0px;
	height: 400px;
	}

	#mavisual #mavisualinner .h1box{}
	.h1box ul{}
}
@media screen and (min-width:1200px){
	#mavisualinner{
	}
}



/* ma left div */
.h1box{}

.mvft_bg{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
}

.mvft_bg li{
	width: 100%;
	text-align: center;
	font-size: 4.5em;
	box-sizing: border-box;
}

.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;
	margin-bottom:6px;
}
.mv_subtxt2{
	line-height: 1.4em;
	font-size: 1em;
	letter-spacing: 0.055em;
}

li.pc_tellbtn a{
	width: calc(100% - 96px);
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	line-height: 1em;
	letter-spacing: 0.045em;
	padding: 16px 20px 14px;
	background: #1e1e1e;
	border: solid 1px #FFF;
	border-radius: 3px;
	position: absolute !important;
	bottom: 62px;
	left:48px;
}
.pc_tellbtn a:hover{
	background:#DD4346;
	}
.pc_tellbtn a:after{
	top: calc(50% + 0.5px);
	right: 24px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	}



/* sidebar floating bottom limit 
*/
#breadcrumb{
	display: none;
}
/* #contents --------------------------------- */
/* cntent base */
.content_base{
	width: 100%;
	margin-bottom: 88px;
}
/* margin-bottomは#contentsで指定 */
.content_base:last-child{
	margin-bottom: 48px;
}

/* H2 */
#main_cnt h2{
}



/* -- #contents -- #main_cnt -- div.newsbox*/
div.newsbox{
	width: 100%;
	position: relative;
	margin-top: 48px;
}
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:calc((100% - 12px) / 2);
	display: block;
	position: relative;
	line-height: 1.2em;
	box-sizing: border-box;
	padding:12px 24px 12px 12px;
	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){
	margin-right: 12px;
}
.topicbox a:hover{
	background:#efefef;
}
.topicbox a::after{
	display: block;
	content: "";
	position: absolute;
	bottom: 41%;
	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);	
}
.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: 14px;
	font-weight: bold;
}

.topicbox dl dd h2{
	width: 100%;
	display: block;
	padding:6px 0 0px;
	box-sizing: border-box;
	font-size: 1em;
	line-height: 1em;
}



/* 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 ------------------------------- */
/* .cnt_divbase and content_3 and content_4 */
.cnt_divbase{
	padding-top: 4.8%;
	border-top:solid 2px #d65bd6;
	box-sizing: border-box;
}
.cnt_divbase h2{
	width: 100%;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 1.6%;
	text-align: center;
	letter-spacing: 0.05em;
	position: relative;
	color: #d65bd6;
}
.cnt_divbase > ul{
	margin-bottom: 3.2%;
}
.cnt_divbase > ul > li{
	width: 100%;
	box-sizing: border-box;
	padding-top: 1.2%;
	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){
	margin-bottom: 2.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;
}

li.word_tooltip{
	width: 88%;
	padding: 2.4%;
	margin:3.2% auto 4.8% !important;
	box-sizing: border-box;
	background: #fefefe;
  background-image :
    linear-gradient(to right, #9c9c9c, #9c9c9c 2px, transparent 2px, transparent 8px),  /* 上の線 */
    linear-gradient(to bottom, #9c9c9c, #9c9c9c 2px, transparent 2px, transparent 8px), /* 右の線 */
    linear-gradient(to left, #9c9c9c, #9c9c9c 2px, transparent 2px, transparent 8px),  /* 下の線 */
    linear-gradient(to top, #9c9c9c, #9c9c9c 2px, transparent 2px, transparent 8px);   /* 左の線 */
  background-size:
    8px 1px,  /* 上の線 */
    1px 8px, /* 右の線 */
    8px 1px,  /* 下の線 */
    1px 8px;   /* 左の線 */
  background-position:
    left top,  /* 上の線 */
    right top, /* 右の線 */
    right bottom,  /* 下の線 */
    left bottom;   /* 左の線 */
  background-repeat:
    repeat-x,  /* 上の線 */
    repeat-y, /* 右の線 */
    repeat-x,  /* 下の線 */
    repeat-y;   /* 左の線 */
	border-radius: 3.5px;
}
li.word_tooltip ul{
	margin-bottom: 1.2%;
}
li.word_tooltip ul:last-child{
	margin-bottom: 0 !important;
}
li.word_tooltip ul > li{
	font-size: 0.9em !important;
	line-height: 1.2em;
	color: #9c9c9c;
}
li.word_tooltip ul li:nth-child(1){
	margin-bottom: 1.2%;
}
li.word_tooltip ul li:nth-child(2){
	margin-bottom: 1.2%;
}
li.word_tooltip ul li:nth-child(3){
	text-align: right;
}

li.word_tooltip ul li a{
	color: #00c3e5;
}


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 #ffe377;
}
.content_4 h2{
	line-height: 1em;
	color: #ffe377;
}
.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;
	background: #1e1e1e;
	color: #fff;
}

.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: 12px 6.4% 12px 12px;
	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%;
	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%;
	font-size: 1em;
}
.index_news_basebox ul li a dl dd:nth-child(3){
	width: 100%;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 1%;
}

.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;	
}
