@charset "UTF-8";

/*main_head*/
main header figure {
	margin-bottom: 60px;
}
main header figure img.main_img {
	width: 100%;
}
main header figcaption {
	margin: 0 15px;
	margin-top: -40px;
	background-color: rgba(128,128,128,0.7);
	padding: 20px 10px;
	color: #FFF;
	font-size: 2.2rem;
}

.main_copy {
}
.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: 60px;
}

section.point h2 {
	margin-bottom: 20px;
}
section.point h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}
section.point figure img {
	width: 100%;
	margin-bottom: 10px;
}
section.point figcaption {
	font-size: 1.9rem;
	font-weight: bold;
}
section.point p {
	text-align: left;
}
section.point p.refer {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
section.point p.refer a {
	color: #333;
	text-decoration: underline;
}
section.washstand {
	background-color: #F2EDE8;
	padding: 50px 0;
	margin-bottom: 0;
}
section.washstand h3 {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 20px;
}
section.washstand figure img {
	width: 100%;
	margin-bottom: 10px;
}
#other {
	background-color: #FBE5D9;
	padding: 50px 0;
	margin-bottom: 0;
}
#other img.title {
	width: 100%;
}
#other figure {
	border-bottom: dotted 3px #F4AF8F;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#other figure img {
	width: 200px;
	margin-bottom: 10px;
}
#other h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}
