@charset "utf-8";
/* ------------------------------------------------------------ common */
.flow { width: 900px; margin: 0 auto 60px; }
.flow li { float: left; width: 270px; border-bottom: solid 3px #a3a3a3; margin: 0 0 0 45px; padding: 0 0 15px; font-family: 'Noto-Sans-JP-Medium'; color: #a3a3a3; }
.flow li:nth-of-type(3n+1) { clear: both; margin: 0 auto; }
.flow li.active { border-bottom: solid 3px #004bb2; color: #004bb2; }
.flow + p { line-height: 28px; text-align: center; margin: 0 auto 40px; }



/* ------------------------------------------------------------ fv */
#intro { padding: 70px 0; }
#intro h3 { text-align: center; margin: 0 auto 20px; font-size: 28px; color: #004bb2; text-align: left; line-height: 140%;}
#intro h3 span { display: inline-block; *display: inline; *zoom: 1; font-size: 28px; color: #004bb2; text-align: center; position: relative; padding: 0 35px; }
#intro h3 span::before { position: absolute; top: 0; bottom: 0; margin: auto 0; left: 0; display: block; width: 1px; height: 63px; background: #004bb2; -webkit-transform: rotate(-30deg); transform: rotate(-30deg); content: ''; }
#intro h3 span::after { position: absolute; top: 0; bottom: 0; margin: auto 0; right: 0; display: block; width: 1px; height: 63px; background: #004bb2; -webkit-transform: rotate(30deg); transform: rotate(30deg); content: ''; }
#intro .textbox { float: left; width: 490px; padding: 40px 0 0 0;}
#intro .textbox p { font-size: 20px; line-height: 37px; margin: 0 auto 30px; }
#intro .textbox strong { display: inline-block; *display: inline; *zoom: 1; font-size: 18px; color: #1c5ea7; background: #ffe92d; padding: 10px 30px; border-radius: 100px; -webkit-border-radius: 100px; position: relative; }
#intro .textbox strong::before { position:absolute; content: ""; border-top: 20px solid #ffe92d; border-right: 10px solid transparent; border-left: 10px solid transparent; width: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; display: block; left: 25px; bottom: -18px; }
#intro .textbox .tel { margin: 30px auto 0; }
#intro .textbox .tel a { display: inline-block; *display: inline; *zoom: 1; background: url(../images/common/tel.svg) no-repeat left 10px/30px; font-size: 46px; letter-spacing: 2px; padding: 0 0 0 40px; }
#intro .textbox .tel small { display: inline-block; *display: inline; *zoom: 1; line-height: 20px; margin: 0 0 0 10px; }
#intro img { float: right; width: 410px; height: auto; }

/* ------------------------------------------------------------ contact */
#contact { background: #e5f0f9; padding: 60px 0; }
#contact form { width: 1000px; margin: 0 auto; background: #fff; padding: 90px 50px; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
#contact form table { width: 100%; }
#contact form table tr { border-top: solid 1px #e5e5e5; }
#contact form table tr:first-of-type { border-top: none; }
#contact form table tr.ex th { vertical-align: top; }
#contact form table tr.ex th h3 { margin: 15px auto 0; }
#contact form table th { width: 310px; text-align: left; padding: 20px 0; }
#contact form table th h3 span { display: inline-block; *display: inline; *zoom: 1; font-size: 12px; color: #fff; background: #a40035; padding: 5px 8px 6px; margin: 0 0 0 15px; }
#contact form table th small { display: block; font-size: 14px; text-align: left; color: #8c8c8c; margin: 5px auto 0; }
#contact form table td { padding: 20px 0; }
#contact form table td input[type="text"],
#contact form table td textarea { width: 100%; padding: 20px; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; border: solid 1px #dcdcdc; }
#contact form table td label { display: inline-block; *display: inline; *zoom: 1; margin: 0 20px 0 0; }
#contact form table td  select { width: 100%; padding: 20px; }


#contact form .gradation_btn { text-align: center; margin: 40px auto; }
#contact form .gradation_btn a { border-radius: 100px; -webkit-border-radius: 100px; }
#contact form .gradation_btn span { display: block; font-size: 14px; margin: 0 auto 10px; }
#contact form .privacy_policy { text-align: center; }
#contact form .privacy_policy a { background: url(../images/common/tab.svg) no-repeat left center; padding: 0 35px; color: #004bb2; text-decoration: underline; }

/* ------------------------------------------------------------ エラー画面 */
.note { padding: 70px 0; margin: 100px auto 0; border-top: solid 1px #e5e5e5; border-bottom: solid 1px #e5e5e5; }
.note h3 { font-size: 27px; text-align: center; font-family: 'Noto-Sans-JP-Medium'; padding: 0 0 25px; }
.note .caution { font-size: 14px; text-align: center; border: solid 1px #000; padding: 20px 0; width: 700px; margin: 0 auto 40px; }
.note .alert { margin: 0 auto 40px; }
.note .alert span { display: block; font-size: 16px; text-align: center; padding: 0 0 20px; }
.note .btn { text-align: center; }
.note .btn a { background: #FF9393; display: inline-block; *display: inline; *zoom: 1; width: 300px; font-size: 16px; text-align: center; color: #fff; line-height: 60px; }

/* ------------------------------------------------------------ 確認画面 */
.note table { min-width: 700px; margin: 0 auto; }
.note table tr { border-bottom: 1px solid #d5d5d5; }
.note table th { width: 145px; padding: 30px 0; text-align: left; font-family: 'Noto-Sans-JP-Bold'; }
.note table td { font-size: 18px; padding: 30px 0 30px 40px; }
.note input[type="submit"] { background: #286fbe; display: inline-block; *display: inline; *zoom: 1; width: 300px; vertical-align: top; color: #fff; line-height: 60px; margin: 0 0 0 10px; }
.note.confirm .btn { margin: 50px auto 0; }

/* ------------------------------------------------------------ サンクス  */
.intro h3 { font-size: 27px; text-align: center; font-family: 'Noto-Sans-JP-Medium'; padding: 0 0 25px; line-height: 140%;}
.intro .caution { font-size: 14px; line-height: 24px; text-align: center; border: solid 1px #000; padding: 20px 0; width: 700px; margin: 0 auto 40px; }
.intro .gradation_btn { text-align: center; margin: 0 auto }



/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:640px){
/* ------------------------------------------------------------ common */
.flow { width: 100%; margin: 20px auto; }
.flow li { width: calc(30% - 5px); margin: 0 0 0 5px; padding: 0 0 10px; font-size: 11px; }
.flow li:nth-of-type(3n+1) { clear: inherit; margin: 0 auto; }
.flow li:nth-of-type(2) { width: calc(40% - 5px); }
.flow + p { font-size: 13px; line-height: 22px; text-align: left; margin: 0 auto 20px; }

/* ------------------------------------------------------------ fv */
#intro { padding: 30px 0 50px; }
#intro h3 { margin: 0 auto 20px; font-size: 20px; line-height: 27px; padding: 0 15px 0 25px; text-align: center;}
#intro h3 span { font-size: 16px; line-height: 27px; padding: 0 15px 0 25px; }
#intro h3 span br.SP { line-height: 0; height: 0; }
#intro h3 span::before { width: 1px; height: 50px; -webkit-transform: rotate(-25deg); transform: rotate(-25deg); }
#intro h3 span::after { width: 1px; height: 50px; -webkit-transform: rotate(25deg); transform: rotate(25deg); }
#intro .textbox { float: none; width: 100%; text-align: center; margin: 0 auto 30px; padding: 0; }
#intro .textbox p { font-size: 14px; line-height: 24px; margin: 0 auto 30px; text-align: left; }
#intro .textbox strong { font-size: 12px; padding: 10px; }
#intro .textbox strong::before { bottom: -12px; }
#intro .textbox .tel { display: inline-block; *display: inline; *zoom: 1; margin: 20px auto 0; }
#intro .textbox .tel a { background: url(../images/common/tel.svg) no-repeat left 10px/20px; font-size: 38px; padding: 0 0 0 30px; }
#intro .textbox .tel small { display: block; line-height: 20px; margin: 0; }
#intro img { float: none; width: 100%; height: auto; }

/* ------------------------------------------------------------ contact */
#contact { padding: 40px 0; }
#contact form { width: 90%; padding: 20px 20px 40px; }
#contact form table,
#contact form table tbody { display: block; width: 100%; }
#contact form table tr { display: block; }
#contact form table tr:first-of-type { border-top: none; }
#contact form table tr.ex th { display: block; }
#contact form table tr.ex th h3 { margin: 0 auto; }
#contact form table th { display: block; width: 100%; padding: 20px 0 10px; }
#contact form table th h3 { font-size: 14px; }
#contact form table th h3 span { font-size: 11px; margin: 0 0 0 10px; }
#contact form table th small { font-size: 11px; margin: 5px auto 0; }
#contact form table td { display: block; padding: 0 0 20px; }
#contact form table td input[type="text"],
#contact form table td textarea { width: 100%; padding: 12px; font-size: 14px; border: solid 1px #dcdcdc; appearance: none; -webkit-appearance:none; border-radius: 0; }
#contact form table td label { font-size: 14px; }
#contact form table td  select { padding: 12px; font-size: 14px; }

#contact form .gradation_btn { margin: 20px auto; }
#contact form .gradation_btn a { }
#contact form .gradation_btn span { font-size: 11px; margin: 0 auto 10px; }
#contact form .privacy_policy { font-size: 12px; }
#contact form .privacy_policy a { background-size: 15px; padding: 0 25px; }

/* ------------------------------------------------------------ エラー画面 */
.note { padding: 50px 0; margin: 60px auto 0; }
.note h3 { font-size: 24px; padding: 0 0 20px; }
.note .caution { font-size: 14px; padding: 10px 5%; width: 90%; margin: 0 auto 30px; line-height: 24px; }
.note .alert { margin: 0 auto 20px; }
.note .alert span { display: block; font-size: 14px; padding: 0 0 15px; }
.note .btn { padding: 0; display: flex; flex-direction: column-reverse;}
.note .btn a { width: 240px; font-size: 14px; line-height: 50px; margin: 0 auto 10px;}

/* ------------------------------------------------------------ 確認画面 */
.note.confirm .flow { margin: 0 auto 40px; }
.note table { margin: 0 auto; display: block; width: 100%; min-width: inherit; }
.note table tbody,
.note table tr { display: block; width: 100%; }
.note table th { display: block; width: 100%; padding: 15px 10px 10px; font-size: 14px; }
.note table td { display: block; width: 100%; padding: 0 10px 15px; font-size: 14px; }
.note input[type="submit"] { line-height: 50px; padding: 0; margin: 10px auto 0; width: 240px; margin: 0 auto 10px;}

/* ------------------------------------------------------------ サンクス */
.intro h3 { font-size: 22px; padding: 0 0 25px; }
.intro .caution { width: 100%; font-size: 13px; line-height: 24px; text-align: left; padding: 15px; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.intro .btn { padding: 10px 0 40px; }
.intro .btn a { width: 240px; font-size: 14px; line-height: 50px; }

}
