@charset "UTF-8";

/*main_head*/
main header figure {
	position: relative;
	padding-bottom: 30px;
}
main header figure img.main_img {
	width: 100%;
}
main header figure figcaption {
	position: absolute;
	bottom: 0;
	right: 15px;
}
main header figure figcaption img {
	width: 130px;
}

.main_copy {
	background: url(images/main_copy_bg.svg) no-repeat top left 15px;
	background-size: 70px;
	padding: 30px 0;
	margin-bottom: 20px;
}
.main_copy p {
	color: #638301;
	text-align: left;
	font-size: 2.3rem;
}
.main_copy p:nth-child(2) {
	margin-left: 1.5em;
}
.main_copy p:nth-child(3) {
	margin-left: 2.5em;
}
.main_copy p:nth-child(4) {
	margin-left: 3.5em;
}


.sub_copy {
	position: relative;
}
@media screen and (min-width: 545px) {
	.sub_copy {
		width: 50%;
		margin: 0 auto;
	}
}
.sub_copy p {
	font-size: 2.1rem;
	font-weight: bold;
	color: #333;
	padding: 20px 15px;
	margin-bottom: 30px;
}
@media screen and (max-width: 320px) {
	.sub_copy p {font-size: 1.7rem;}
}
.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 h3 {
	font-size: 1.8rem;
	background-color: #829C33;
	color: #FFF;
	padding: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}
section.case figure {
	position: relative;
	display: block;
}
section.case figure img {
	width: 100%;
	margin-bottom: 10px;
}
section.case p {
	text-align: left;
}
section.case p.refer {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
section.case p.refer a {
	color: #333;
	text-decoration: underline;
}

.select_point {
	background-color: #F8EDE7;
}
.select_point h3 img {width: 100%;}
.select_point .point_sub_title {text-align: center;}
.select_point .point_sub_title img {width: 70%;}
.select_point .point_outline img {width: 100%;}
.select_point figure {
	position: relative;
	padding-top: 40px;
	margin-bottom: 20px;
}
.select_point figure img {width: 100%;}
.select_point figure figcaption img {
	position: absolute;
	top: 0;
	left: 15px;
	width: 45%;
}
.select_point p.memo {font-size: 1.4rem; text-align: left;}
.select_point .secret img {width: 100%;}
.select_point .secret ul {
	display: flex;
}
.select_point .secret ul li {
	width: 50%;
	padding: 10px;
	text-align: left;
	font-size: 1.4rem;
}
