@charset "utf-8";

#effortMv {
	background: url(../../img/effort/effort_bg_sp.jpg) no-repeat center;
	background-size: cover;
}

#effortArea {
	width: 100%;
	margin-top: -50px;
	margin-bottom: 20px;
	padding: 40px 0;
	background: url(../../img/effort/effort_bg02_sp.png) no-repeat center top;
	background-size: cover;
}
.effortInner {
	width: 87.5%;
	margin: 0 auto;
}
.csrTl {
	width: 100%;
	padding: 35px 0;
	background-color: rgba( 0, 78, 161, 0.8 );
	font-size: 2.0rem;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
}
.csrTxt {
	width: 100%;
	padding: 20px;
	background-color: rgba( 255, 255, 255, 0.8 );
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.effortImg {
	width: 100%;
	margin: 0 auto 30px;
}

#effortLink {
	width: 100%;
}
#effortLink li {
	float: left;
	width: 25%;
	border-right: 1px solid #eeeeee;
	display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#effortLink li:last-child {
	border-right: none;
}
#effortLink li a {
	display: block;
	width: 100%;
	padding: 25px 0;
	background: url(../../img/effort/effort_arr.png) no-repeat center 90% #004ea0;
	background-size: 10px auto;
	font-size: 1.1rem;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#effortLink li a span {
	font-size: 1.0rem;
}

.effortCol {
	width: 100%;
	margin-bottom: 50px;
}
.ef_img {
	width: 100%;
}
.effortBox {
	width: 87.5%;
	margin: -35px auto;
}
.effortsubTl {
	display: inline-block;
	margin-bottom: 15px;
	padding: 25px 10px 15px;
	background-color: rgba( 255, 255, 255, 0.9 );
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.efsubtl {
	display: inline-block;
	margin-top: -40px;
	padding: 25px 0 5px 15px;
	background: url(../../img/effort/effort_line.png) repeat-y 0 0;
	backgroud-size: 4px auto;
}
.ef_num {
	display: block;
	margin-bottom: 10px;
	font-size: 2.8rem;
	font-weight: 900;
	color: #004ea0;
	line-height: 1.0;
}
.ef_tl {
	display: block;
	font-size: 2.0rem;
	font-weight: 900;
	color: #004ea0;
}
.ef_tl_en {
	font-weight: 900;
	color: #e99f11;
}

.effort_list {
	margin-bottom: 20px;
}
.ef_subtl {
	margin-bottom: 10px;
	font-size: 1.3rem;
	font-weight: 900;
}
.ef_subtl span {
	display: inline-block;
	margin-right: 20px;
	color: #004ea0;
}
.effort_list p {
	padding-left: 1em;
	text-indent: -1em;
}



