@charset "utf-8";
/* CSS Document */

.mainTitle .titleBk {
	background-image: url(../images/effort/title_bk.jpg);
}
.titleWrap {
	background: linear-gradient(90deg, #5d8aa9 0%, #5d8aa9 30%, rgba(255,255,255,.0) 30%, rgba(255,255,255,.0) 100%);
}
.titleWrap .title {
	background: #5d8aa9;
}
/*----------------------------------------------------------------------------

--------------------------------------------------------------------------------*/
.effortList .article{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	margin-top: 70px;
}
.effortList .article:first-child{
	margin-top: 0;
}
.effortList .article:nth-child(even){
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.effortList .pic{
	width: 47.2%;
	text-align: center;
}
.effortList .item{
	width: 50%;
}
.effortList .ttl{
	text-align: center;
	margin-bottom: 1.125em;
}
.effortList .ttl h3{
	display: inline !important;
	font-size: 1.625em;
	font-weight: 700;
	background: linear-gradient(transparent 60%, #fff43f 0%);
}
.effortList .ttl .num{
	display: block;
	font-weight: 700;
}
.effortList .read{
	font-size: 1.125em;
	font-weight: 700;
	line-height: 2;
	color: #101246;
	display: inline !important;
	background: url(../images/unline.png) bottom repeat-x;
	background-size: auto 2px;
	padding-bottom: 0.2em;
}
.effortList .txt{
	margin-top: 1.875em;
	line-height: 1.625;
}
@media (max-width: 767px) {
.effortList .article{
	margin-top: 40px;
}

.effortList .pic{
	width:100%;
	margin-bottom: 1em;
}
.effortList .item{
	width: 100%;
}

.effortList .txt{
	margin-top: 0.5em;
}
}