@charset "UTF-8";

/*main_head*/
main header figure {
	position: relative;
}
main header figure img.main_img {
	width: 100%;
}


.main_copy {
	margin-top: -30px;
	text-align: left;
	margin-bottom: 50px;
}
.main_copy p {
	display: inline-block;
	background-color: rgba(41,102,71,0.9);
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	color: #FFF;
	padding: 5px 20px;
	margin: 5px;
}
.main_copy p.line2 {
	margin-left: 80px;
}

.sub_copy {
	position: relative;
}
@media screen and (min-width: 545px) {
	.sub_copy {
		width: 50%;
		margin: 0 auto;
	}
}
.sub_copy p {
	font-size: 2.1rem;
	line-height: 2.0;
	font-weight: bold;
	color: #333;
	padding: 20px 15px;
	margin-bottom: 30px;
}
.sub_copy p img {
	margin: 3px 0;
}
@media screen and (max-width: 320px) {
}
.sub_copy .bg_l {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/brackets_l.svg) no-repeat top left;
	background-size: contain;
}
.sub_copy .bg_r {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/brackets_r.svg) no-repeat top left;
	background-size: contain;
}

.arrow {
	display: block;
	width: 24px;
	height: 15px;
	background: url(images/arrow.svg) no-repeat top left;
	background-size: contain;
	margin: 3px auto;
}
h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
}

section.case {
	padding: 20px 0;
	margin-bottom: 0;
}
section.case h2 {
	display: inline-block;
	padding: 0 30px 8px 30px;
	font-size: 2.2rem;
}
section.case p.copy {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.5rem;
}

section.case figure {
	position: relative;
}
section.case img {
	width: 100%;
	margin-bottom: 20px;
}
section.case01 {background-color: #f8fbf4;}
section.case02 {background-color: #f7e8eb;}
section.case03 {background-color: #ffede3;}
section.case04 {background-color: #e0edf6;}
section.case01 h2 {
	color: #618946;
	border-bottom: solid 1px #618946;
}
section.case02 h2 {
	color: #C9718E;
	border-bottom: solid 1px #C9718E;
}
section.case03 h2 {
	color: #F3A667;
	border-bottom: solid 1px #F3A667;
}
section.case04 h2 {
	color: #68A3D8;
	border-bottom: solid 1px #68A3D8;
}

section.case01 figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #618946;
	border-radius: 10px;
	border: solid 1px #FFF;
	padding: 5px 0;
}
section.case01 figcaption p {
	color: #FFF;
	text-align: center;
}

section.case p.refer {
	font-size: 1.4rem;
	margin-bottom: 15px;
	text-align: left;
}
section.case p.refer a {
	color: #333;
	text-decoration: underline;
}
