/***********************************************************************

------------------------------------------------------------------------
parts
***********************************************************************/

/* component > btn
========================================== */

.c-btn {
	font-weight: bold;
	letter-spacing: 0.05em;
	display: inline-block;
}
.c-btn__top {
	padding-right: 5em;
	color: #0476D9;
	background:#fff url(../img/common/ic_arr_r_bl.svg) no-repeat right 2em center ;
	text-align: center;
	padding: .8em 5em .8em 3em;
	font-size: 16px;
	border: 1px solid #0476D9;
	border-radius: 5px;
}


/* component > title
========================================== */

.c-title-border {
	font-size: 26px;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.c-title-border::after {
	content: "";
	width: 120px;
	height: 5px;
	display: block;
	background: linear-gradient(90deg, rgba(146,228,255,1) 0%, rgba(4,118,217,1) 100%);
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
}

.c-title-left-border {
	font-weight: bold;
	font-size: 22px;
	padding-right: 40px;
	text-indent:20px ;
	border-left: #379DF6 5px solid;
}

/* l-wrap > back
========================================== */

.btn-wrap-back {
	text-align: center;
	padding: 100px 15px 0;
	
}
.btn-back {
	background: #86BDED url(../img/common/ic_arr_l_wh.svg) no-repeat center left 1em;
	padding: 1em 3em 1em 5em;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
}

/* bg
========================================== */

.bg-skybl {
	background: #E4F6FD;
}
.bg-pt01 {
	background: url(../img/common/bg_pt01.png) #E4F6FD top left repeat-x ;
	background-size: auto;
	padding-top: 50px;
	padding-bottom: 100px;
}
.bg-gr01 {
	background: #FAFAFB;
}

/* unit > box
========================================== */

.u-box-shadow {
	background: #fff;
	box-shadow: 0px 5px 12px 0px rgba(59, 86, 117, 0.11);
	border-radius: 5px;
}
.u-box-inner {
	padding: 100px 160px 80px;
}
@media screen and (max-width:640px) {
	.u-box-inner {
		padding: 100px 15px 80px;
	}
}

/* component > text
========================================== */

.c-text__basic {
	font-size: 20px;
	line-height: 3;
	letter-spacing: 0.05em;
}

.c-text__basic + .c-text__basic {
	margin-top: 60px;
}

/* message
========================================== */

.message-text {
	margin-top: 80px;
}
figure.message-pic {
	margin-top: 70px;
}
figure.message-pic img {
	width: 260px;
}
figure.message-pic figcaption {
	font-size: 18px;
	margin-top: 10px;

}

/* component > pic
========================================== */

.c-pic-zoom {
	display: flex;
	justify-content: center;
}

.c-pic-zoom::before {
	content: "";
	background: url(../img/common/ic_zoom.svg) no-repeat left;
	background-size: 27px;
	width: 27px;
	height: 27px;
	display: inline-block;
	margin-right: 1em;
}