@charset "UTF-8";

/*main_head*/
main header figure {
	margin-bottom: 20px;
}
main header figure img.main_img {
	width: 100%;
}

.main_copy {
	background-color: #F2F2F2;
	padding: 20px 0;
	margin-bottom: 60px;
}
.main_copy img {
	width: 100%;
	filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .2));
}

.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 figure {
	position: relative;
	display: block;
}
section.case figure img {
	width: 100%;
	margin-bottom: 10px;
}
section.case figcaption {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background-color: #4983AF;
	padding: 3px 20px;
	font-size: 1.9rem;
	font-weight: bold;
	color: #FFF;
}
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;
}
section.case p.copy {
	color: #4983AF;
	font-weight: bold;
}

.select_point {
	background-color: #FBEDE7;
	padding: 50px 0 20px 0;
}
.select_point h3 {
}
.select_point h3 img {
	width: 100%;
}
.select_point p {
	text-align: left;
}
.select_point p.memo {
	font-size: 1.4rem;
}
.select_point figure {
	margin-bottom: 20px;
}
.select_point figure img {
	width: 100%;
}
.select_point p.refer {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.select_point p.refer a {
	color: #333;
	text-decoration: underline;
}


.functional {
	padding: 50px 0;
}
.functional section {
	border: solid 2px #736357;
	background-color: #F8F2E8;
	padding-bottom: 30px;
}
.functional h3 {
	background-color: #736357;
	padding: 15px;
}
.functional h3 img {
	width: 100%;
}
.functional figure img {
	width: 100%;
	padding: 15px;
}
.functional p.copy {
	text-align: left;
	padding: 15px;
}
@media screen and (max-width: 320px) {
	.functional p.copy img {
		width: 100%;
	}
}
.functional dl {
	text-align: left;
	padding: 15px;
}
.functional dl dt {
	color: #29ABE2;
}
.functional p.memo {
	text-align: left;
	background-color: #FFF;
	padding: 10px;
	margin: 15px;
}
