@charset "UTF-8";

/*main_head*/
main header figure {
}
main header figure img.main_img {
	width: 100%;
}

.main_copy {
	background: linear-gradient(to right, #E37749, #C16381);
	padding: 40px 0;
	margin-bottom: 60px;
}
.main_copy p {
	color: #FFF;
	text-align: left;
	font-size: 2.2rem;
}
.main_copy p.title {
	font-size: 2.9rem;
	letter-spacing: -2px;
	margin-left: -0.5em;
	margin-bottom: 10px;
}

.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;
	letter-spacing: -2px;
}
@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: #A41D48;
	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 section {
	background-color: #FCEAD3;
	padding: 20px 15px 30px 15px;
	border-bottom-right-radius: 15px;
}
.select_point h3 {
	color: #A41D48;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.select_point img {
	background-color: #FCEAD3;
	width: 100px;
	float: left;
	margin: 0 15px 0 0;
}
.select_point p {
	text-align: left;

	background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #FCEAD3 0%, #FCEAD3 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2em;
}
