@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 {
	background-color: #B94054;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #FFF;
	padding: 15px 20px;
}
.sub_copy {
	position: relative;
}
@media screen and (min-width: 545px) {
	.sub_copy {
		width: 50%;
		margin: 0 auto;
	}
}
.sub_copy p {
	font-size: 1.7rem;
	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 {
	margin-bottom: 15px;
}
section.case h2 {
	font-size: 2.2rem;
	color: #B94054;
	text-align: left;
	margin-bottom: px;
}
section.case h2 span {
	display: inline-block;
	width: 26px;
	height: 26px;
	font-size: 1.7rem;
	background-color: #B94054;
	color: #FFF;
	text-align: center;
	border-radius: 13px;
}
section.case p.copy {
	text-align: left;
	margin-bottom: 20px;
}

section.case figure {
	position: relative;
}
section.case img {
	width: 100%;
	margin-bottom: 20px;
}

.spec {background-color: #F8F8F8; padding: 10px;}
.spec table th, .spec table td {padding: 2px; text-align: left; font-size: 1.4rem;}
.spec table th {font-weight: normal; white-space: nowrap;}
.spec table td::before {
	display: inline-block;
	content: "：";
	margin-right: 5px;
}

.feature {
	padding: 20px 0;
	background-color: #f7e8eb;
	margin-bottom: 0;
}
.feature h2 {
	background-color: #B94054;
	color: #FFF;
	border-radius: 5px;
	padding: 10px;
	font-size: 2.0rem;
	margin-bottom: 30px;
}
.feature h2 strong {
	display: block;
	font-size: 2.4rem;
}
.feature p.copy {
	text-align: left;
	margin-bottom: 20px;
}
.feature img {
	width: 100%;
	margin-bottom: 20px;
}

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