@charset "utf-8";

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

#effortArea {
	width: 100%;
	margin-top: -60px;
	margin-bottom: 20px;
	padding: 100px 0;
	background: url(../../img/effort/effort_bg02_pc.png) no-repeat center top;
	background-size: cover;
}
.effortInner {
	width: 92.5%;
	margin: 0 auto;
	display: table;
}
.csrTl {
	display: table-cell;
	width: 30%;
	background-color: rgba( 0, 78, 161, 0.8 );
	font-size: 2.4rem;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}
.csrTxt {
	display: table-cell;
	width: 70%;
	padding: 40px;
	background-color: rgba( 255, 255, 255, 0.8 );
	font-size: 1.6rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.effortImg {
	width: 100%;
	margin-bottom: 60px;
	text-align: center;
}
.effortImg img {
	width: 100%;
}


#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: 45px 0;
	background: url(../../img/effort/effort_arr.png) no-repeat center 90% #004ea0;
	background-size: 10px auto;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#effortLink li a:hover {
	background: url(../../img/effort/effort_arr.png) no-repeat center 98% #2c7acc;
	background-size: 10px auto;
}



.effortBox {
	width: 92.5%;
	margin: -50px auto 30px;
}
.ef_img {
	width: 100%;
}
.ef_img img {
	width: 100%;
}


.effortsubTl {
	float: left;
	width: 250px;
	height: 250px;
	margin-right: 40px;
	padding: 40px 20px 20px;
	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: -60px;
	padding: 45px 0 5px 25px;
	background: url(../../img/effort/effort_line.png) repeat-y 0 0;
	backgroud-size: 4px auto;
}
.ef_num {
	display: block;
	margin-bottom: 30px;
	font-size: 6.0rem;
	font-weight: 900;
	color: #004ea0;
	line-height: 1.0;
}
.ef_tl {
	display: block;
	font-size: 2.6rem;
	font-weight: 900;
	color: #004ea0;
}
.ef_tl_en {
	font-size: 1.4rem;
	font-weight: 900;
	color: #e99f11;
}
.efr {
	float: left;
	width: 55%;
	padding-top: 80px;
}
.effort_col,
.effort_col02 {
	width: 100%;
}
.effort_list {
	margin-bottom: 20px;
}
.ef_subtl {
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: 900;
}
.ef_subtl span {
	display: inline-block;
	margin-right: 20px;
	color: #004ea0;
}
.effort_list p {
	padding-left: 1em;
	text-indent: -1em;
}

