@charset "utf-8";
/*レイアウト*/

#main_containar {
	max-width: 1200px;
	margin: 0 auto;
}
.ctsArticle{padding:80px 0}
.ctsContainer{max-width:1200px;margin-left:auto;margin-right:auto;box-sizing:border-box}

/* clearfix
--------------------------------------*/
.clearfix:after {
 content: "";
	display: block;
	height: 0;
	line-height:0;
	visibility: hidden;
	clear: both;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* universal
--------------------------------------*/
/*vertical-align*/
.vat{vertical-align:top!important}
.vam{vertical-align:middle!important}
.vab{vertical-align:bottom!important}

/*display*/
.none{display:none!important}
.dsb{display:block!important}
.dsib{display:inline-block!important}
.dsi{display:inline!important}

.tal { text-align: left !important;}
.tac { text-align: center !important;}
.tar { text-align: right !important;}
.fR { float: right;}
.fL { float: left;}
.clr { float: none; clear: both;}

.pb0 { padding-bottom:0px;}
.pb05 { padding-bottom:5px;}
.pb10 { padding-bottom:10px;}
.pb15 { padding-bottom:15px;}
.pb20 { padding-bottom:20px;}
.pb30 { padding-bottom:30px;}

.ml40 { margin-left:40px;}
.ml60 { margin-left:60px;}
.mr10 { margin-right:10px;}
.mb0 { margin-bottom:0px !important;}
.mb05 { margin-bottom:05px;}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.mb50 { margin-bottom:50px;}
.mb60 { margin-bottom:50px;}

.fwn{font-weight: normal !important;;}
.fwb{font-weight: bold !important;;}

/*background 背景*/
.bgGray{background:#ddd}
.bgLightGray{background:#ececec}
.bgDarkGray{background:#1e1e1e;color:#fff;}
.bgDarkGray02{background:#4e4e4e;color:#fff;}
.bgGrade{background:#cc0000;background:-moz-linear-gradient(-45deg, #cc0000 0%, #ca723b 100%);background:-webkit-linear-gradient(-45deg, #cc0000 0%, #ca723b 100%);background:linear-gradient(135deg, #cc0000 0%, #ca723b 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#ca723b',GradientType=1 )}

.cRed{color: #ff0000;}
.cWhite{color:#fff}
.cBlack{color:#000}
.cBlue{color:#099ee3}
.cOrange{color:#ff7400}
/*メイン*/
.main_title_containar {
    margin: 0 auto;
    text-align: center;
    background: url(images/mv.png) no-repeat center top;
    background-size: cover;
    border-bottom: 1px solid #00112e;
}

.main_title_containar .inner{
	padding: 40px 0;
    margin: 0 auto;
}
.main_title_containar .inner .subtitle{
	color: #fff;
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.main_title_containar .inner .subtitle em{
    font-size: 24px;
    background: rgba(26, 156, 251, 0.6784313725490196);
    border-radius: 50px;
    padding: 4px 10px 2px;
    margin-bottom: 10px;
    font-weight: normal;
}
.main_title_containar .inner .title{
    font-size: 50px;
    /*font-weight: normal;*/
    font-weight: bold;
    color: #fff;
    /*line-height: 1.4;*/
    line-height: 1.1;
    margin-bottom: 40px;
    text-shadow: 0 0 20px #000;
}
.main_title_containar .inner .title span{
	color: #efff11;
}
.main_title_containar .inner .title em{
	font-weight: bold;
	/*font-size: 54px;*/
	font-size: 80px;
	color: #fbd51a;
}
.main_title_containar .inner .lead{
	color: #fff;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 6px dotted;
}
.main_title_containar .inner .leadBox{}
.main_title_containar .inner .leadBox .attention{
	color: #fbd51a;
    font-size: 30px;
    margin-bottom: 40px;
}
.main_title_containar .inner .leadBox .attention span{
	/*border-bottom: 2px solid #fbd51a;*/
    text-shadow: 0 0 6px #000;
}
.main_title_containar .inner .leadBox .attention span span{
	font-size: 44px;
	border:none;
}

/*txt*/
.secTtlType01{
	text-align: left;
    font-weight: normal;
    line-height: 1.4;
	font-size:20px;
}
.secTtlType02{
	text-align: left;
    font-weight: normal;
    line-height: 1.4;
	font-size:28px;
}
.setLeadTxtCts{
	width: 64%;
    margin: 0 auto;
}
.setLeadTxtCts p{
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.secLead{margin: 40px auto}
.secLead p{
	font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.ctsTitle{
	background: #333;
    text-align: center;
    border-radius: 4px;
}
.ctsTitle p{
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 10px 0 8px;
}
.ctsTitle p span{
    font-size: 26px;
    font-weight: bold;
}
.matome span{
	font-weight: bold;
    font-size: 30px;
}
/*wp*/
.box .lbox {
		float: left;
		width: 40%;
}
.box .rbox {
		float: right;
		width: 56%;
}

.wpImg{
	margin-bottom: 20px;
	box-shadow: 4px 4px 10px #999;
	/*display: inline-block;
	vertical-align: top;*/
}
.info_list{margin-left: 3em;}
.info_list li{
    font-size: 16px;
    list-style: disc;
}
.shiryobox {}
.shiryobox h3{
	text-indent: -3em;
    padding-left: 3em;
}
.shiryobox .text01 {
  margin-left: 0px;
}
.shiryobox ul {
  margin-bottom: 30px;
}
.shiryobox ul li {
  font-size:18px;
  line-height: 1.8em;
  position: relative;
  /*font-weight: bold;*/
  padding-left: 1em;
  /*display: inline-block;*/
}
.shiryobox ul li:before{
    display: inline-block;
    color: #333;
    content: '●';
}
.shiryobox ul li ul li{font-weight: normal;display: block;}
.shiryobox ul li ul li:before{display: none;}
.shiryobox .list01 {
  margin-bottom: 0px;
  list-style: circle;
  padding: 20px 20px 0 20px;
}
.shiryobox .list02 {
  margin-bottom: 0px;
  list-style: none;
}
.shiryobox .list02 li{
    font-size: 16px;
    margin-bottom: 4px;
    padding: 0;
}
.shiryobox .list02 li:before{
	display: none;
}


/*資料提供元企業*/
.compbox {
		background-color: #f6f6f6;
		border: 1px solid #ccc;
		padding: 20px;
}

.compbox .p01 {
	border-bottom: 1px solid #ccc;
    font-size: 18px;
    line-height: 1.5em;
    padding-bottom: 6px;
    text-align: center;
    margin-bottom: 20px;

}

.compbox .box .lbox {
	float: left;
	width: 30%;
	text-align: center;
}
.compbox .box .lbox img {
	background-color: #fff;
	width: 80%;
}
.compbox .box .txt {
	font-size: 18px;
	line-height: 1.5em;
}
.compbox .box .rbox {
	float: right;
	width: 67%;
}
.companyname{font-weight: bold;font-size: 18px;}

/*クロージングボックス*/
.closingbox{
    background: #333 url(images/closingIMG.png) no-repeat left center;
    background-size: contain;
}
.ctsArticle.closingbox{padding: 40px 0;}
.closingbox .title{
    color: #fbd51a;
    font-size: 28px;
}
.closingbox .title span{
	border-bottom: 2px solid #fbd51a;
}
.closingbox .title em{
	font-size: 40px;
}


.ico_arrow{display: inline-block;}
.ico_arrow:before{
/*    position: absolute;
    top: 18%;
    left: 8px;*/
    content: " ";
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 30px;
    background: url(images/aroow.png) no-repeat center center;
    padding-right: 14px
}



.linkimg a img {
background:none!important;
}
.linkimg a:hover img {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}

.catchbox{
	width:1000px;
	margin:0 auto 0px;
}

.catch{
font-weight:bold;
font-size:28px;
line-height:1.5em;
/*color:#ff8400;*/
color:#ff0000;
/*text-align:center;*/
}

.tinner_01{
width:1000px;
margin:0 auto 0px;
}

.tinner_02{
width:1000px;
margin:0 auto 0px;
}

.tit{
font-weight:bold;
font-size:24px;
line-height:1.5em;
color:#fff;
background-color:#002862;
padding:0.5em 1.0em;
}

.txt{
font-size:16px;
line-height:1.5em;
}

.lead{
font-size:20px;
line-height:1.4;
color: #fff;
}

.lead span{
	font-weight: bold;
	/*line-height:1.6em;*/
	/*color:#022865;*/
	/*font-size: 1.2em;*/
}

.lead_img{
	text-align: center;
}

.txtbox01 .list{
	font-size:20px;
	line-height:1.5em;
	list-style:disc inside;
	margin-bottom:30px;
	border-top:1px dotted #bbb;
	padding-top:10px;
}

.txtbox01 .list li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #bbb;
}


.txtbox01 .box02 .lbox{
	float:left;
	width:500px;
}

.txtbox01 .box02 .rbox{
	float:right;
	width:300px;
	text-align:right;
}


.btnbox{
	border:4px solid #ff0000;
	padding:30px;
	width:700px;
	margin:0 auto 40px;
}

.btnbox .stxt{
	font-size:18px;
	color:#ff0000;
	margin-bottom:10px;
	text-align:center;
}

.btnbox .img{
	margin-bottom:0px;
}




.readbox{
	background-color:#4dc5c6;
	margin-bottom:40px;
	padding:30px;
}

.readbox .stit{
	font-size:38px;
	line-height:1.5em;
	font-weight:bold;
	margin-bottom:20px;
	color:#fff;
	text-align:center;
}

.readbox .slist{
	list-style:disc inside;
	margin-bottom:-10px;
}

.readbox .slist li{
	padding:16px;
	margin-bottom:10px;
	font-size:25px;
	font-weight:bold;
	line-height:1.5em;
	background-color:#fff;
	color:#29b5b4;
}

.red_txt{
	color:#ff0000;
	font-size:26px;
	line-height:1.5em;
	text-align:center;
	margin-bottom:20px;
}

.txt_teikyo{
	font-size:14px;
	line-height:1.5em;
	text-align:right;
	margin-top:16px;
}

.tit_naiyo {
		background-color: #1d2088;
		color: #fff;
		font-size: 22px;
		font-weight: bold;
		line-height: 1.2em;
		margin: 20px 0;
		padding: 10px 20px;
		/*text-align: center;*/
}

.txt {
		font-size: 18px;
		line-height: 1.5em;
}



/*拡散ボタン*/
.snsbtns_area{
    margin: -35px 60px 0;
}
.snsbtns_area ul{
	text-align: left;
}
.snsbtns_area ul li{
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: top;
}