@charset "UTF-8";

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

.main_copy {
	padding: 40px 0 30px 0;
	margin-bottom: 10px;
	position: relative;
}
.main_copy p img {
	width: 100%;
}
.main_copy .obj01 {
	position: absolute;
	top:10px;
	left: 15px;
	width: 78px;
}
.main_copy .obj02 {
	position: absolute;
	bottom: 10px;
	right: 15px;
	width: 96px;
}
.main_copy .obj01 img, .main_copy .obj02 img {
	width: 100%;
}

.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;
	margin-bottom: 10px;
}
section.case figure img {
	width: 100%;
}

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;
}

.point {
	position: relative;
	padding-top: 80px;
}
.point h3 {
	position: absolute;
	top: 0;
}
.point h3 img {width: 60%;}
.point_bg {
	background-color: #FAE6E7;
	padding-top: 100px;
}
.point h4 {margin-bottom: 30px;}
.point h4 img {width: 60%;}
.point figure {
	position: relative;
	margin-bottom: 20px;
}
.point figure img {width: 100%;}
.point p {
	text-align: left;
}
.point p.refer {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.point p.refer a {
	color: #333;
	text-decoration: underline;
}

.note {
	padding-top: 30px;
	padding-bottom: 30px;
}
.note p {
	font-size: 1.4rem;
	margin-bottom: 20px;
	text-indent: -1em;
	margin-left: 1em;
}
p.narrow {
	letter-spacing: -0.08em;
}
