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

#effortArea {
	width: 100%;
	margin-top: -70px;
	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%;
	max-width: 1040px;
	margin: 0 auto;
	display: table;
}
.csrTl {
	display: table-cell;
	width: 30%;
	background-color: rgba( 0, 78, 161, 0.8 );
	font-size: 2.6rem;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}
.csrTxt {
	display: table-cell;
	width: 70%;
	padding: 70px;
	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: 70px;
	text-align: center;
}

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

.effortCol {
	width: 100%;
	margin-bottom: 50px;
}
.ef_img {
	width: 100%;
}
.ef_img img {
	width: 100%;
}

.effortBox {
	width: 92.5%;
	max-width: 1040px;
	margin: -50px auto 30px;
}

.effortsubTl {
	float: left;
	width: 240px;
	height: 250px;
	margin-right: 30px;
	padding: 30px 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;
}
@media screen and (min-width: 1200px) {
	.effortsubTl {
		width: 250px;
		height: 250px;
		margin-right: 60px;
		padding: 40px 20px 20px;
	}
}
.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;
}

.effort_col {
	float: left;
	width: 33%;
	padding-top: 80px;
}
.effort_col:last-child {
	float: right;
	margin-left: 25px;
}
.effort_col02 {
	float: right;
	width: 70%;
	max-width: 730px;
	padding-top: 80px;
}
@media screen and (min-width: 1200px) {
	.effort_col {
		width: 33%;
		max-width: 345px;
		padding-top: 80px;
	}
	.effort_col:last-child {
		float: rigt;
		margin-left: 40px;
	}
}
.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;
}




