@charset "UTF-8";

.main_head {
	background-image: url("../effort/img/img-head.jpg");
}

.effort {
	padding: 60px 0 80px;
	border-top: 1px solid #ddd;
}

.effort:first-child {
	border-top: 0;
}

.effort_ttl {
	font-size: 26px;
	text-align: center;
}

.effort_text {
	margin: 10px auto 0;
	max-width: 720px;
}

.effort_text.-long {
	max-width: 760px;
	margin: 10px auto 0;
	text-align: left;
}

.effort_intro {
	margin-top: 20px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.effort_intro_text {
}

.effort_intro_paper {
	position: relative;
	margin-right: 50px;
	min-width: 218px;
}

.effort_intro_paper img.-label {
	position: absolute;
	left: -22px;
	top: -20px;
}

.effort_fig {
	margin-top: 40px;
}

.effort_imgset {
	margin-top: 40px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;	/* justify-content: space-between; */
}

.effort_imgset > figure {
	width: 49%;
	margin-left: 2%;
}

.effort_imgset > figure:first-child {
	margin-left: 0;
}

.effort_sec {
	margin-top: 60px;
}

.effort_sec_head {
	text-align: center;
	line-height: 1;
}

.effort_sec_ttl {
	font-size: 22px;
	position: relative;
	margin-bottom: 25px;
}

.effort_sec_ttl em {
	display: inline-block;
	/* width: 100%; */
	/* max-width: 300px; */
	position: relative;
}

.effort_sec_ttl em:before,
.effort_sec_ttl em:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	background: #1D1D1D;
}

.effort_sec_ttl em:before {
	left: -50px;
}

.effort_sec_ttl em:after {
	right: -50px;
}

.effort_sec_ttl:after {
	content: "";
	display: none;
	position: absolute;
	background: #fff;
	border-bottom: 1px solid #E40011;
	border-left: 1px solid #E40011;
	border-right: 1px solid #E40011;
	width: 330px;
	height: 18px;
	left: 50%;
	margin-left: -165px;
	bottom: -19px;
}

.effort_sec_text {
	max-width: 760px;
	margin: 10px auto 0;
	text-align: left;
	line-height: 1.75;
}

.effort_sec_cnt {
}

.effort_sec_text {
	margin: 0 auto 40px;
	max-width: 720px;
}

.effort_sec_list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

.effort_sec_list > figure {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.effort_sec_list.-col4 > figure {
	width: 23.5%;
	margin-left: 2%;
	margin-top: 30px;
}

.effort_sec_list.-col3 > figure {
	width: 32%;
	margin-left: 2%;
}

.effort_sec_list.-col2 > figure {
	width: 49%;
	margin-left: 2%;
}

.effort_sec_list.-col2.-small > figure {
	width: 43.75%;
}

.effort_sec_list > figure img {
	width: 100%;
	height: auto;
}

.effort_sec_list > figure figcaption {
	padding: 10px 0;
}

.effort_sec_list > figure h4 {
}

.effort_sec_list > figure p {
	text-align: left;
	margin-top: 5px;
}

.effort_def {
	margin-top: 50px;
}

.effort_def_row {
	display: table;
	width: 100%;
	margin-top: 20px;
}

.effort_def_row:first-child {
	margin-top: 0;
}

.effort_def_col {
	display: table-cell;
	vertical-align: middle;
}

.effort_def_col.-img {
	width: 32%;
}

.effort_def_col.-cnt {
	padding-left: 50px;
}

.effort_def_ttl {
	font-size: 18px;
	font-weight: bold;
}

.effort_def_text {
	margin-top: 15px;
}

/* for Tablet */
@media screen and (max-width:1030px) {
}

@media screen and (min-width:641px) {
	.effort_sec_list.-col4 > figure:nth-child(4n+1) {
		margin-left: 0;
	}

	.effort_sec_list.-col4 > figure:nth-child(-n+4) {
		margin-top: 0;
	}

	.effort_sec_list.-col3 > figure:nth-child(3n+1) {
		margin-left: 0;
	}

	.effort_sec_list.-col3 > figure:nth-child(-n+3) {
		margin-top: 0;
	}

	.effort_sec_list.-col2 > figure:nth-child(2n+1) {
		margin-left: 0;
	}

	.effort_sec_list.-col2 > figure:nth-child(-n+2) {
		margin-top: 0;
	}

}

/* for SP */
@media screen and (max-width:640px) {
	.main_head {
		background-image: url("../effort/img/img-head-sp.jpg");
	}

	.effort {
		padding: 40px 0;
	}

	.effort:first-child {
	}

	.effort_ttl {
		font-size: 20px;
	}

	.effort_text {
		text-align: left;
	}

	.effort_text.-long {
	}

	.effort_intro {
		display: block;
		margin-top: 15px;
		word-break: break-word;
	}

	.effort_intro_text {
	}

	.effort_intro_paper {
		text-align: center;
		margin: 40px auto 0;
		width: 140px;
	}

	.effort_intro_paper img.-label {
	}

	.effort_fig {
	}

	.effort_imgset {
		margin-top: 30px;
	}

	.effort_imgset > figure {
	}

	.effort_imgset > figure:first-child {
	}

	.effort_sec {
	}

	.effort_sec_head {
	}

	.effort_sec_ttl {
		font-size: 18px;
	}

	.effort_sec_ttl:after {
		width: 280px;
		margin-left: -140px;
	}

	.effort_sec_cnt {
	}

	.effort_sec_text {
	}

	.effort_sec_list {
	}

	.effort_sec_list > figure {
	}

	.effort_sec_list.-col4 > figure {
		width: 48.5%;
		margin-left: 3%;
		margin-top: 20px;
	}

	.effort_sec_list.-col4 > figure:nth-child(2n+1) {
		margin-left: 0;
	}

	.effort_sec_list.-col4 > figure:nth-child(-n+2) {
		margin-top: 0;
	}

	.effort_sec_list.-col3 > figure {
		width: 48.5%;
		margin-left: 3%;
		margin-top: 20px;
	}

	.effort_sec_list.-col3 > figure:nth-child(2n+1) {
		margin-left: 0;
	}

	.effort_sec_list.-col3 > figure:nth-child(-n+2) {
		margin-top: 0;
	}

	.effort_sec_list.-col2 > figure {
		width: 48.5%;
		margin-left: 3%;
		margin-top: 20px;
	}

	.effort_sec_list.-col2.-small > figure {
		width: 48.5%;
		margin-left: 3%;
		margin-top: 20px;
	}

	.effort_sec_list.-col2 > figure:nth-child(2n+1) {
		margin-left: 0;
	}

	.effort_sec_list.-col2 > figure:nth-child(-n+2) {
		margin-top: 0;
	}

	.effort_sec_list > figure img {
	}

	.effort_sec_list > figure figcaption {
		font-size: 13px;
	}

	.effort_sec_list > figure h4 {
		line-height: 1.4;
		font-weight: 500;
	}

	.effort_sec_list > figure p {
		line-height: 1.6;
	}

	.effort_def {
		margin-top: 30px;
	}

	.effort_def_row {
		display: block;
		border: 1px solid #ddd;
		max-width: 350px;
		padding: 15px;
		margin: 20px auto 0;
	}

	.effort_def_row:first-child {
	}

	.effort_def_col {
		display: block;
	}

	.effort_def_col.-img {
		width: 100%;
	}

	.effort_def_col.-cnt {
		padding-left: 0;
		margin-top: 15px;
	}

	.effort_def_ttl {
		font-size: 18px;
	}

	.effort_def_text {
		margin-top: 5px;
		text-align: justify;
	}

}

/* for Print */
@media print {
}
