@charset "UTF-8";

/*main_head*/
main header figure {
	position: relative;
	margin-bottom: 50px;
}
main header figure img.main_img {
	width: 100%;
}
main header figure figcaption {
	position: absolute;
	bottom: 15px;
}
main header figure figcaption 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 h3 {
	font-size: 1.6rem;
	color: #4C85A9;
	margin-bottom: 20px;
	font-weight: bold;
}
section.case.gate h3 {
	font-size: 1.5rem;
	line-height: 2.2;
}
section.case h3 span {
	background-color: #E37749;
	color: #FFF;
	padding: 6px;
	margin: 0 2px;
	border-radius: 5px;
}
section.case figure {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
section.case figure img {
	width: 100%;
}
section.case figcaption {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 40px;
}
section.case .hr 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 {
	background-color: #E5EEF3;
}
.point h3 {
	background-color: #4C85A9;
	margin-bottom: 30px;
}
.point h3 img {
	width: 100%;
}
.point h4 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #4C85A9;
	text-align: left;
	margin-bottom: 15px;
}
.point figure {
	position: relative;
	margin-bottom: 20px;
}
.point figure img {width: 100%;}
.point p.refer {
	text-align: left;
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.point p.refer a {
	color: #333;
	text-decoration: underline;
}

.point .link_btn {
	margin-bottom: 30px;
}
.point .link_btn a {
	display: inline-block;
	padding: 15px 40px;
	text-align: center;
	text-decoration: none;
	background-color: #4C85A9;
  border-radius: 28px;
	color: #FFF;
	font-weight: bold;
}
.point .link_btn a:hover {
	text-decoration: none;
}
.point .link_btn span::after {
	display: inline-block;
	width: 7px;
	height: 11px;
	content: url(../shared/images/arrow_wht.svg);
	margin-left: 10px;
}
