@charset "UTF-8";
/* /csr/anzen/
*********************************/
#page-title.anzen {
	background: url(/csr/anzen/images/img-bg-anzen.png) no-repeat;
	background-size: 100%;
}
.anzen .section {
	margin-bottom: 60px;
}
.anzen .title-inner.section {
	padding: 90px 0;
}
.anzen .page-ttl {
	margin: 0 0 80px;
}
.anzen .cat-info {
	width: 445px;
	font-size: 16px;
	line-height: 1.6;
}
.anzen .cat-info+.cat-info {
	margin-top: 30px;
}
.sp-read {
	display: none;
}

.section.anzen {
	width: 1200px;
	margin: 0 auto 60px;
}
.effort-ttl {
	text-align: center;
}
.effort-ttl img {
	width: 438px;
	margin-bottom: 60px;
}
.effort-list>li {
	margin-top: 30px;
	padding: 80px 100px;
	background: #f7f7f4;
}
.effort-list>li:first-child {
	margin-top: 0;
}
.effort-list>li h3 {
	margin-bottom: 56px;
	color: #e60312;
	font-size: 26px;
	text-align: center;
}
.effort-list>li h3 .effort-num {
	display: inline-block;
	width: 26px;
	height: 20px;
	margin-right: 10px;
	padding-top: 6px;
	background: #e60312;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
	font-size: 16px;
	vertical-align: top;
	position: relative;
	bottom: 1px;

}
.effort-list .text-box {
	float: left;
	width: 493px;
	font-size: 16px;
	line-height: 1.6;
}
.effort-list .text-box ol {
	margin-top: 30px;
}
.effort-list .text-box ol li {
	margin: 10px 0 0 25px;
	list-style: decimal;
}
.effort-list .text-box ol li:first-child {
	margin-top: 0;
}
.effort-list .text-box dl {
	margin-top: 27px;
	padding: 30px 26px;
	background: #fff;
}
.effort-list .text-box dl dt {
	font-size: 18px;
	font-weight: bold;
}
.effort-list .text-box dl dd+dt {
	margin-top: 20px;
}
.effort-list figure {
	position: relative;
	float: right;
	width: 480px;
	margin: 0;
}
.effort-list figure+figure {
	margin-top: 10px;
}
.effort-list figure img {
	width: 100%;
	vertical-align: bottom;
}
.effort-list figure .img-caption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	background: rgba(0,0,0,.6);
	color: #fff;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#page-title.anzen {
		text-shadow: 1px 1px 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
		background-size: cover;
	}
	.anzen .section {
		margin-bottom: 19px;
	}
	.anzen .title-inner.section {
		padding: 53px 20px !important;
		text-align: center;
	}
	.anzen .page-ttl {
		margin: 0;
		font-size: 24px;
	}
	.anzen .cat-info {
		display: none;
	}

	.sp-read {
		display: block;
		margin-bottom: 35px;
		padding: 0 20px;
	}
	.sp-read .cat-info+.cat-info {
		margin-top: 18px;
	}

	.section.anzen {
		margin: 0 0 20px;
		padding: 0 !important;
	}
	.effort-ttl img {
		width: 82.18%;
		margin: 0 auto 40px;
	}
	.effort-list>li {
		margin-top: 20px;
		padding: 40px 20px;
	}
	.effort-list>li h3 {
		margin-bottom: 27px;
		font-size: 18px;
	}
	.effort-list>li h3 .effort-num {
		width: 17px;
		height: 15px;
		margin-right: 7px;
		padding-top: 2px;
		font-size: 12px;
		bottom: 0;
	}
	.effort-list .text-box {
		float: none;
		width: 100%;
		font-size: 14px;
	}
	.effort-list .text-box ol {
		margin-top: 20px;
	}
	.effort-list .text-box ol li {
		margin: 14px 0 0 20px;
	}
	.effort-list .text-box dl {
		margin-top: 14px;
		padding: 15px;
	}
	.effort-list .text-box dl dt {
		font-size: 16px;
	}
	.effort-list .text-box dl dd+dt {
		margin-top: 14px;
	}
	.effort-list figure {
		float: none;
		width: 100%;
		margin-top: 18px;
	}
	.effort-list figure+figure {
		margin-top: 25px;
	}
	.effort-list figure .img-caption {
		padding: 10px;
		box-sizing: border-box;
		font-size: 12px;
	}
}