@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------------
***                                                                formSec
----------------------------------------------------------------------------*/
#formSec{}
#formSec > .sectionInner{

}

#formSec #formTb{}
#formSec #formTb .ttlBox{
    width: 1200px;
    margin: 110px auto 40px;
}
#formSec #formTb #formBox{
    width: 100%;
    padding: 80px 0 80px 0;
    margin: 0 auto;
    background-color: #f7f7f7;
}
#formSec #formTb #formBox .sectionInner{
    background: #ffffff;
    padding: 40px 80px;
    width: 1200px;
    margin: 0 auto 40px;
    box-sizing: border-box;
}
/*----------------------------------------------------------------------------
***                                                　　　　   太田追記
----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#formSec #formTb #formBox .sectionInner{
    background: #ffffff;
    padding: 40px 80px;
    width: 1200px;
    box-sizing: border-box;
		padding-left: calc(30 / 750* 100vw)!important;
        padding-right: calc(30 / 750* 100vw)!important;
}
}

#formSec #formTb #formBox .sectionInner{
    background: #ffffff;
    padding: 40px 80px;
    width: 1200px;
    margin: 0 auto 40px;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#formSec #formTb #formBox .sectionInner {
    background: #ffffff;
    padding-top: 0px;
		padding-bottom: 20px;
    width: 100%;
    margin: 0 auto 40px;
    box-sizing: border-box;
		padding-left: calc(30 / 750* 100vw)!important;
        padding-right: calc(30 / 750* 100vw)!important;
	
 }}
@media screen and (max-width: 767px) {
#formSec #formTb .ttlBox {
    width: 100%;
    margin: 0 auto 40px;
}
 }
@media screen and (max-width: 767px) {
#formSec h1, #formSec h2 {
    font-size: 5.73664vw!important;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 45px;
    padding: 0px 0px 0px 0px!important;
	text-align: center;
}
 }

#formBox h3{text-align: center;}
#formBox .check_message{text-align: center;}
.m-ttlsub-lv1{
    color: #c9a67f;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0px;
    margin-left: 15px;
}
.m-description{
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0px;
    margin-left: 15px;
}
@media screen and (max-width: 767px) {
    .m-kv {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .m-ttlsub-lv1{ color: #c9a67f;
        font-family: Roboto, sans-serif!important;
        font-size: 3.65059vw;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 5px;
        padding: 70px 0px 0px 0px!important;
        text-align: center;
        margin-left: 0px;
    }
    
    .m-description{
        font-family: Roboto, sans-serif;
        font-size: 1rem;
        line-height: 1;
        margin-bottom: 0px;
        margin-left: 1em;
    }
}


	
/*----------------------------------------------------------------------------
***                                                　　　　   太田追記
----------------------------------------------------------------------------*/
#formSec h1, #formSec h2{margin-bottom:25px;}
#formSec h1 span, #formSec h2 span{display:block; text-align:center; color:#fff; font-weight:normal;}
#formSec h1 .txt01, #formSec h2 .txt01{font-size:28px;}
#formSec h1 .txt02, #formSec h2 .txt02{font-size:34px;}


#formSec h1, #formSec h2{font-size: 2.13333rem;font-weight: 700;line-height: 1.5;margin-bottom: 45px;/* background-color: #00b0c5; *//* height: 50px; *//* color: #FFF; */padding:12px 0px 0px 15px;}

@media screen and (max-width: 767px) {
    .m-form__note:not(:last-child) {
        margin-bottom: calc(10 / 750* 100vw);
    }
}
@media screen and (max-width: 767px) {
    .m-form__note {
        font-size: 3.12907vw;
    }
}
.m-form__note {
    color: #f2385f;
    text-align: right;
}
.check_form{
	border-top: 3px solid #111;
    padding: 0px 0 32px 0;
}
@media screen and (max-width: 767px) {
 .check_form {
    border-top: 3px solid #111;
    padding: 0px 0 0px 0;
}
    }

@media screen and (max-width: 767px) {
    .m-form{
        margin-left: auto;
        margin-right: auto;
/*
        padding-left: 20px;
        padding-right: 20px;
*/
    }
}
@media screen and (max-width: 767px) {
#formTb.step2 .check_message {
    width: 100%;
    margin: 0 auto 24px;
    text-align:left!important;
}
}

/*----------------------------------------------------------------------------
***                                                                確認画面
----------------------------------------------------------------------------*/

#formTb.step2 h3 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
#formTb.step2 .check_message {
    width: 100%;
    margin: 0 auto 24px;
    text-align: center;
}
#formTb.step2 .confirm_btn_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 660px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#formTb.step2 .confirm_button {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    border: none !important;
    color: #fff;
    font-size: 16px;
    -webkit-appearance: none;
    text-align:center;
    border-radius: 100vw;
    font-weight: 700;
    line-height: 1.5em;
	    cursor: pointer;
}
#formTb.step2 .confirm_btn_grid_cell {
    width: 300px;
    margin-right: 15px;
    margin-left: 15px;
}
#formTb.step2 #submit_button {
    background-color: #c9a67f;
    border: none;
    border-radius: 100vw;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 20px;
}
#formTb.step2 .confirm_button.-back {
    background-color: #666;
    display: block;
}