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

#main_containar {
	max-width: 1200px;
	margin: 0 auto;
}

.ctsArticle {
	padding: 80px 0 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;
}

.mr40 {
	margin-right: 40px;
}

.mb0 {
	margin-bottom: 0px;
}

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

/*メイン*/
.main_title_containar {
	margin: 0 auto;
	text-align: center;
	background: url(images/mv_line.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 31%;
}

.main_title_containar .inner {
	padding: 40px 0;
	width: 1100px;
	margin: 0 auto;
}

.main_title_containar .inner .subtitle {
	color: #fff;
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 30px;

}

.main_title_containar .inner .subtitle em {
	color: #e93f32;
	font-size: 26px;
	border: 2px solid;
	padding: 4px 20px 0;
	border-radius: 100px;
}

.main_title_containar .inner .title {
	font-size: 70px;
	text-align: left;
	color: #000;
	line-height: 1.3;
	/*margin-bottom: 20px;*/
	/*text-shadow: 0 0 20px #000;*/
}

.main_title_containar .inner .title span {
	font-size: 33px;
}

.main_title_containar .inner .leadBox {}

.main_title_containar .inner .leadBox .attention {
	color: #01354a;
	font-weight: bold;
	text-decoration: underline;
	display: inline-block;
	font-size: 26px;
	background: #ffffff9e;
	margin: 0 auto;
	padding: 4px 20px 0;
}

.main_title_containar .inner .leadBox .attention span {
	text-decoration: underline;
}

.main_title_containar .inner .leadBox .attention span em {
	font-size: 34px;
	text-decoration-color: #ff0000;
	text-decoration: underline;
}

/*txt*/
.secTtlType01 {
	text-align: center;
	font-weight: normal;
	line-height: 1.8em;
	font-size: 18px;
}

.secTtlType02 {
	text-align: center;
	font-weight: normal;
	line-height: 1.8em;
	font-size: 28px;
}

.setLeadTxtCts {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

.setLeadTxtCts p {
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 20px;
	text-align: center;
	display: inline-block;
}

.setLeadTxtCts ul {
	font-size: 18px;
	color: #ED7D31;
	line-height: 1.8em;
	margin-bottom: 20px;
	text-align: left;
	display: inline-block;
}

.setLeadTxtCts img.graph {
	width: 53%;
	margin: 0 auto 30px;
}

.secLead {
	margin: 40px auto
}

.secLead p {
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 10px;
}

.comment {
	text-align: right;
	font-size: 14px;
	margin-right: 5%;
}


/*wp*/
.wp_area {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	width: 100%;
	font-size: 18px;
	font-size: 1.5em;
	line-height: 1.8em;
	margin-bottom: 40px;
}

.wp_area__lbox {
	width: 50%;
	margin-left: 5%;
}

.wp_area__lbox-img {
	width: 80%;
	margin-bottom: 20px;
}

.wp_area__info {
	margin-left: 3em;
}

.wp_area__info-item {
	list-style: disc;
}

.wp_area__rbox {
	width: 50%;
	margin-left: 5%;
}

.wp_area__ttl.wp_area__ttl--bold {
	color: #07b53b;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.card-container__ttl {
	font-weight: 700;
}

.card-container__item {
	padding-left: 3%;
}



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

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

}

.compbox .box .lbox {
	float: left;
	width: 40%;
	text-align: center;
}


.compbox .box .lbox img {
	background-color: #fff;
	/*padding: 20px;*/
	max-width: 100%;
	height: auto;
}

.compbox .box .txt {
	font-size: 18px;
	line-height: 1.8em;
}

.compbox .box .rbox {
	float: right;
	width: 60%;
	/* text-align: right; */
}

.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: #01354a;
	font-size: 30px;
	font-weight: bold;
}

.closingbox .title span {
	/*border-bottom: 2px solid #01354a;*/
	/*text-decoration: underline;*/
}

.closingbox .title em {
	font-size: 38px;
	text-decoration-color: #ff0000;
	/*text-decoration: underline;*/
}




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

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


/*拡散ボタン*/
.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;
}

/*クロージングボックス*/
.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;
}