@charset "UTF-8";

#mainv {
	border-bottom: solid 7px #FFF;
}
#mainv {
	min-width: 1068px;
	height: 600px;
	text-align: center;
	background-image: url(../../images/mainv_p_02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
}
#mainv h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#faq .subContents {
	padding-top: 60px;
	position: relative;
}
#faq .subContents .toForm {
	width: 500px;
	text-align: center;
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 2;
}
#faq .subContents .toForm .btn a {
	color: #FFF;
	font-size: 1.3125rem;
	text-align: center;
	text-decoration: none;
	background: #CE6EA3;
	padding: 5px 0;
	display: block;
}
#faq .subContents p {
	font-size: .9375rem;
	margin: 5px 0 0 0;
}
#faq h2 {
	min-height: 88px;
	font-size: 2.1875rem;
	background: url(../images/faq_s_01.png) no-repeat left top;
	margin: 0 15px 50px;
	padding: 20px 0 0 90px;
	position: relative;
}
#faq .honbun #qs {
	margin: 0 0 60px;
}
#faq .honbun #qs li {
	padding: 0 0 0 1.5em;
	position: relative;
}
#faq .honbun #qs li::before {
	content: "Q.";
	position: absolute;
	top: 0;
	left: 0;
}
#faq .honbun dl:not(:first-of-type) {
	margin-top: 60px;
}
#faq .honbun .answer dt {
	color: #8C99A9;
	border-bottom: solid 1px #8C99A9;
	margin: 0 0 15px;
	padding: 0 0 3px 1.5em;
	position: relative;
}
#faq .honbun .answer dt::before {
	content: "Q.";
	position: absolute;
	top: 0;
	left: 0;
}
#faq .honbun .answer dt::after {
	content: " ";
	width: 46px;
	height: 11px;
	background: url(../images/faq_s_02.png) no-repeat;
	position: absolute;
	bottom: -1px;
	right: 0;
}

#form h2 {
	min-height: 93px;
	font-size: 2.1875rem;
	background: url(../images/form_s_01.png) no-repeat left 10px;
	margin: 0 15px 20px;
	padding: 0 0 0 120px;
	position: relative;
}
#form h2::after {
	content: " ";
	width: 73px;
	height: 12px;
	background: url(../images/form_t_subtitle.png) no-repeat;
	position: absolute;
	bottom: 25px;
	left: 140px;
}
#form .honbun .lead {
	margin: 0 0 60px;
}

#form .honbun .form dl.naiyo, 
#form .honbun .form dl.course {
	border-bottom: solid 1px #4D4D4D;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#form .honbun .form dl.course {
	display: none;
}
#form .honbun .form dl.course dd .basic {
	border-bottom: dashed 1px #4D4D4D;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#form .honbun .form dl.course dd p {
	margin: 0 0 10px;
}

#form .honbun .form dt {
	width: 220px;
	text-align: right;
	padding: 15px 60px 10px 0;;
	float: left;
	position: relative;
}
#form .honbun .form dt.required::after {
	content: "※必須";
	color: #BF272D;
	font-size: .8rem;
	position: absolute;
	top: 15px;
	right: 0;
}
#form .honbun .form dd {
	min-height: calc(2em + 20px);
	padding: 10px 0 10px 250px;
}
#form .honbun .form dd.pad {
	padding-top: 15px;
	padding-bottom: 15px;
}

#form .line {
	margin: 50px 0 0 0;
	display: flex;
	justify-content: space-between;
}
#form .line .left {
	width: 221px;
	text-align: center;
}
#form .line .right {
	width: 800px;
}
#form .line .left p {
	font-size: 2.1875rem;
	margin: 0 0 10px;
}
#form .line .right h3 {
	font-size: 2.1875rem;
	margin: 0 0 10px;
}
#form .line .right div p {
	font-size: .875rem;
}

#privacy {
	margin-top: 100px;
}
#privacy h2 {
	min-height: 90px;
	font-size: 2.1875rem;
	background: url(../images/privacy_s_01.png) no-repeat left top;
	margin: 0 15px 20px;
	padding: 0 0 0 130px;
	position: relative;
}
#privacy h2::after {
	content: " ";
	width: 112px;
	height: 20px;
	background: url(../images/privacy_t_subtitle.png) no-repeat;
	position: absolute;
	bottom: 15px;
	left: 150px;
}
#privacy .honbun {
	font-size: .875rem;
}
#privacy .honbun .midashi {
	margin-top: 1.5em;
}


body.confirm #form,
body.thanks #form {
	padding-top: 100px;
}
body.confirm #form .honbun .form dl.course {
	display: block;
}
body.confirm #form .honbun .form dd {
	padding-top: 15px;
	padding-bottom: 15px;
}

