@charset "UTF-8";
/*======================

  トップ（PC

========================*/
/*全体共通*/
section h2 {
	position: relative; 
	padding: 12px 0;
	margin-bottom: 40px;
	font-size: 31px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 2px;
	background: #eeefef;
}
section h2:after {
	position: absolute;
	bottom: -16px;
	left: 50%;
	display: block;
	margin-left: -16px; 
	content: "";
	border-top: 16px solid #eeefef;
	border-right: 16px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 16px solid transparent;
}

_:-ms-input-placeholder, :root section h2 {
	padding: 18px 0 11px;
}

/*メインビジュアル*/
#main_block h2 {
	padding: 48px 0 25px 0; 
	text-align: center;
}

#main_block .inner {
	padding-bottom: 30px;
	margin-bottom: 6px; 
	background: -moz-linear-gradient(to bottom, #e9f8ff, #eff6fb 75%, #dfeffb 85%, #d3e5f6);
	background: -webkit-linear-gradient(to bottom, #e9f8ff, #eff6fb 75%, #dfeffb 85%, #d3e5f6);
	background: linear-gradient(to bottom, #e9f8ff, #eff6fb 75%, #dfeffb 85%, #d3e5f6);
}

#main_block .entry_btn {
	margin-top: -45px;
}

#main_block .text_set {
	margin: 0px 45px; 
	text-align: center;
	background: url(../img/common/bg_dot.png) repeat;
}
#main_block .text_set img {
	margin: 50px 0;
}

/*サービス紹介*/
#service h3 {
	padding-top: 20px; 
	margin-bottom: 16px;
}

#service [class^="box"] {
	overflow: hidden; 
	clear: both;
}

#service .text_block {
	float: left;
	margin-left: 13px;
}

#service .img_block {
	position: relative;
	z-index: 1; 
	float: right;
	margin-top: -117px;
}

#service .sub_ttl {
	padding-bottom: 11px; 
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
	color: #187fc3;
}

#service .text {
	font-size: 16px;
	letter-spacing: .02em;
}

#service .paid_service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 23px 32px 23px 20px;

	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#service .paid_service img {
	border: 1px solid #dfdfdf;
}

#service .box01 {
	padding-bottom: 20px;
}
#service .box01 .img_block {
	margin-right: 5px;
}

#service .box02 {
	padding-bottom: 40px; 
	margin: 0 13px;
}
#service .box02 .illust {
	margin-top: 2px;
	margin-bottom: 15px; 
	text-align: center;
	background: #f6efc2;
}
#service .box02 .illust img {
	margin: 8px 0; 
	border: 1px solid #d3c9b3;
}

#service .box03 {
	margin: 0 13px 50px;
	border: 1px solid #f6ac3b;
}
#service .box03 .text {
	padding: 17px 0 20px;
	font-size: 15px;
	line-height: 1.8;
}

#service .box04 {
	margin-bottom: 40px; 
	border-bottom: 2px solid #dfdfdf;
}

/*動画エリア*/
#movie {
	margin-top: 70px;
}
#movie h3 {
	margin-bottom: 11px;
	font-size: 23px;
	font-weight: 600;
	color: #187fc3;
	letter-spacing: .03em;
}
#movie .list {
	padding: 25px 20px 35px 20px; 
	margin-bottom: 5px;
	background: #f5f2e8;
}
#movie ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*IE10*/

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/* Safari6.1以降 */
}
#movie ul li {
	width: 302px;
}
#movie ul li.last {
	padding-top: 45px;
}
#movie ul li iframe {
	width: 302px;
	height: 166px;
}
#movie ul li p {
	padding-top: 3px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.58; 
	letter-spacing: .02em;
}

/*登録の流れ*/
#flow {
	position: relative; 
	text-align: center;
}
#flow .flow_bg {
	padding: 60px 0 65px;
	margin-top: 50px; 
	background: linear-gradient(#eaf6fd, #d3e5f6);
}
#flow .copy {
	margin-bottom: 45px;
}
#flow .entry_btn {
	position: relative;
	z-index: 2;
}
#flow:after {
	position: absolute;
	bottom: 94px;
	left: 50%;
	z-index: 1;
	display: block;
	width: 980px;
	height: 82px;
	margin-left: -490px; 
	content: "";
	background: url(../img/common/bg_line.png) no-repeat;
	background-position: bottom center;
}