@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secForm */
.secForm{
    margin-top: 78px;
}
.secForm .bgBox{
    background: #efefef;
    padding: 100px 0 150px;
}
.secForm .formInner{
    background: #fff;
    padding: 80px 50px;
}
.secForm .formTop{
    text-align: center;
}
.secForm .formTit{
    font-size: 20px;
    margin-top: 27px;
    position: relative;
}
.secForm .formTit::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #000;
    left: calc(50% - 20px);
    bottom: -32px;
}
.secForm .formTitSub{
    margin-top: 56px;
    font-size: 15px;
    line-height: 1.86;
    letter-spacing: 0.5px;
}
.secForm .formStep{
    margin-top: 34px;
    display: flex;
    justify-content: center;
}
.secForm .stepItem{
    width: 60px;
    margin-right: 75px;
    position: relative;
}
.secForm .stepItem:last-child{
    margin-right: 0;
}
.secForm .stepItem::after{
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    right: -60px;
    top: 28px;
}
.secForm .stepItem.lazyloaded::after{
    background: url(../img/common/iconFormStep.gif) center top no-repeat;
}
.secForm .stepItem:last-child::after{
    display: none;
}
.secForm .numberCircle{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #eee;
}
.secForm .stepItem.active .numberCircle{
    background: #1e88e5;
}
.secForm .stepTit{
    font-size: 15px;
    margin-top: 15px;
}
.secForm tbody{
    display: block;
}
@media only screen and (max-width:767px){
    .secForm{
        margin: 60px 0 80px;
    }
    .secForm .bgBox{
        background: none;
        padding: 0;
    }
    .secForm .formInner{
        padding: 0 4%;
    }
    .secForm .titEng img{
        height: 19px;
        width: auto;
    }
    .secForm .formTit{
        font-size: 16px;
        margin-top: 20px;
    }
    .secForm .formTit::after{
        width: 30px;
        left: calc(50% - 15px);
        bottom: -20px;
    }
    .secForm .formTitSub{
        margin-top: 33px;
        font-size: 12px;
        line-height: 1.83;
        letter-spacing: normal;
    }
    .secForm .formStep{
        margin-top: 16px;
    }
    .secForm .stepItem{
        width: 50px;
        margin-right: 55px;
    }
    .secForm .stepItem::after{
        width: 35px;
        height: 5px;
        right: -45px;
        top: 23px;
    }
    .secForm .stepItem.lazyloaded::after{
        background: url(../img/common/iconFormStep_sp.gif) center top / cover;
    }
    .secForm .numberCircle{
        width: 50px;
        height: 50px;
    }
    .secForm .numberCircle img{
        height: 13px;
        width: auto;
    }
    .secForm .stepTit{
        font-size: 12px;
        margin-top: 10px;
    }
    .secForm tbody{
        display: block;
    }
}

/* secFormTable */
.secFormTable{
    display: block;
    margin: 40px auto 0;
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left top / 4px 1px repeat-x;
}
.secFormTable tr{ 
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left bottom / 4px 1px repeat-x;
    display: block;
}
.secFormTable th{
    width: 274px;
    font-size: 15px;
    padding: 50px 0;
    position: relative;
    letter-spacing: 0.5px;
    vertical-align: top;
}
.secFormTable .flSapn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secFormTable th .must{
    width: 32px;
    padding: 3px 0 4px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #cd2929;
    display: block;
}
.secFormTable td{
    font-size: 15px;
    padding: 32px 0 29px 30px;
    position: relative;
    vertical-align: middle;
}
.secFormTable td.pt0{ padding-top:0;}
.secFormTable .flBox{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
/* input */
.secFormTable input[type="text"], 
.secFormTable input[type="tel"], 
.secFormTable input[type="email"], 
.secFormTable input[type="number"], 
.secFormTable input[type="password"], 
.secFormTable select{
    height: 54px;
    border: 1px solid #adadad;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 0 5px 0 15px;
    background: #fff;
    font-family: inherit;
}
_:-ms-lang(x)::-ms-backdrop, .secFormTable select{
    padding-right: 0;
}
.secFormTable input[type="text"].inputRequired, 
.secFormTable input[type="tel"].inputRequired, 
.secFormTable input[type="email"].inputRequired, 
.secFormTable input[type="number"].inputRequired, 
.secFormTable input[type="password"].inputRequired, 
.secFormTable select.inputRequired,
.secFormTable textarea.inputRequired{
    background: #fffef7;
    border: 1px solid #cd2929;
}
.secForm textarea{
    height: 100px;
    border: 1px solid #adadad;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 10px;
    background: #fff;
    font-family: inherit;
    width: 826px;
    resize: none;
}
/* address */
.secFormTable .boxAddress{
    display: flex;
    align-items: center;
}
.secFormTable .spanAddress{
    position: relative;
    bottom: -2px;
}
.secFormTable .btnZip{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    background: #1d1d1d;
    text-decoration: none;
    border-radius: 20px;
    margin-left: 14px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding-top: 2px;
}
.secFormTable .boxZip{
    font-size: 0;
    margin-top: 10px;
    display: flex;
}
/* txtError */
.secFormTable .txtError {
    color: #f00;
    font-size: 12px;
    background: url(../img/common/iconError.png) left 2px no-repeat;
    background-size: 14px;
    padding: 0 0 0 17px;
    margin-top: 10px;
    line-height: 1.5;
    text-align: left;
}
.isDesktopIpad .secFormTable .txtError{
    background-position: left top 6px;
}
.secFormTable .mt10 { margin-top: 10px;}
.secFormTable .mr10 { margin-right: 10px;}
.secFormTable .ml8 { margin-left: 8px;}
.secFormTable .w100p { width: 100%;}
.secFormTable .w100{ width: 100px;}
.secFormTable .w150 { width: 150px;}
.secFormTable .w360 { width: 360px;}
.secFormTable .w666 { width: 666px;}
.secFormTable .w826 { width: 826px;}
.secFormTable .mx100{
    max-width: 100%;
}
.secFormTable .h80{height: 80px;}
.secFormTable .h150{height: 150px;}
/* datepicker */
.ui-widget.ui-widget-content{
    z-index: 1000 !important;
}
/* calendar */
.secFormTable .tdCalender{
    padding-bottom: 25px;
}
.secFormTable .flexbox{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.secFormTable .time{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 30px;
}

.secFormTable .dayTxt,.secFormTable .timeTxt{
    letter-spacing: 0.5px;
}
/* privacy */
.secFormTable .privacy th {padding: 34px 0}
.secFormTable .privacy td{
    padding: 30px 0 24px 30px;
}
.secFormTable td a{
    color: #1e88e5;
    display: inline-block;
    line-height: 1.6;
    text-underline-offset: 4px;
}
.secFormTable .txtNote{
    font-size: 12px;
    line-height: 26px;
    padding-top: 6px;
}
.secFormTable .labelCheck{
    position: relative;
    font-size: 15px;
    display: inline-block;
}
.secFormTable input[type="checkbox"]{
    visibility: hidden;
    position: absolute;
    margin: 0;
    width: 25px;
    height: 25px;
}
.secFormTable .txtCheck{
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.secFormTable .txtCheck::before{
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 3px;
    background: #fff;
    margin-right: 10px;
    border: 1px solid #adadad;
}
.secFormTable input[type="checkbox"]:checked + .txtCheck.lazyloaded::before {
    background: url(../img/common/iconCheckbox.png) center center / 14px auto no-repeat;
}
/* boxNote */
.secForm .boxNote{
    margin: 30px auto 0;
    padding: 34px 28px 35px;
    background: #f8f8f8;
}
.secForm .boxTit{
    font-size:15px;
    line-height: 1.8;
    letter-spacing: 0.25px;
}
.secForm .boxTxt{
    font-size:13px;
    padding-top: 8px;
    line-height: 1.92;
}
.secForm .color{ color:#cd2929;}

/* btnForm */
.secForm .btnForm{
    font-size: 16px;
    letter-spacing: 1.5px;
    display: block;
    color:#fff;
    width: 360px;
    height: 70px;
    margin: 50px auto 0;
    text-align: center;
    text-decoration: none;
    position:relative;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
}
.secForm .btnForm.lazyloaded{
    background: url(../img/common/iconFormArrow.gif) right 30px center / 7px auto no-repeat 
    #1e88e5;
}
.secForm .btnPrevMain{
    text-decoration: none;
    border-radius: 25px;
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #101010;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    margin: 40px auto 0;
}
.secForm .btnPrevMain.lazyloaded{
    background: url(../img/common/iconBackBtnArrow.gif) left 19px center / 6px auto no-repeat 
    #fff;
}
@media only screen and (max-width: 767px){
    .secFormTable{
        margin: 20px auto 0;
        background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 5px) left top / 5px 1px repeat-x;
    }
    .secFormTable tr{ 
        background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 5px) left bottom / 5px 1px repeat-x;
        display: block;
    }
    .secFormTable th{
        width: 100%;
        display: block;
        font-size: 13px;
        letter-spacing: normal;
        padding: 17px 0 0;
        line-height: 1.53;
    }
    .secFormTable td{
        display: block;
        font-size: 13px;
        padding: 12px 0 20px;
        letter-spacing: normal;
    }
    .secFormTable th .must{
        padding: 1px 0;
    }
    .secFormTable input[type="text"], .secFormTable input[type="tel"], .secFormTable input[type="email"], .secFormTable input[type="number"], .secFormTable input[type="password"], .secFormTable select {
        height: 48px;
        font-size: 16px;
        padding-left: 8px;
    }
    .secForm textarea{
        line-height: 1.73;
    }
    /* calendar */
    .secFormTable .tdInnerBox select{
        width: calc(100% - 37px);
        margin-left: 10px;
    }
    .secFormTable .timeTxt{
        width: 27px;
    }
    .secFormTable .time{
        padding-left: 0;
        margin-top: 10px;
    }
    .secFormTable .mts10 {margin-top: 10px;}
    .secFormTable .mts14 {margin-top: 14px;}
    .secFormTable .mrs0 {margin-right: 0;}
    .secFormTable .mls0 {margin-left: 0;}
    .secFormTable .mls5 {margin-left: 5;}
    .secFormTable .ws100p{width: 100%;}

    .secFormTable .flexbox{
        display: block;
    }
    /* adress */
    .secFormTable .boxZip{
        margin-top: 10px;
        display: block;
    }
    .secFormTable .btnZip{
        margin-left: 14px;
    }
    .secFormTable .spanAddress {
        top: -2px;
        bottom: 0;
    }
    /* privacy */
    .secFormTable .privacy th{
        padding: 16px 0 0;
    }
    .secFormTable .privacy td{
        padding: 11px 0 17px;
    }
    .secFormTable .boxCheck{
        padding: 19px 0;
    }
    .secFormTable .labelCheck{
        font-size: 13px;
    }
    .secFormTable input[type="checkbox"]{
        width: 20px;
        height: 20px;
    }
    .secFormTable .txtCheck::before {
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }
    .secFormTable .txtNote{
        font-size: 12px;
        line-height: 1.66;
        padding-top: 10px;
    }
    /* boxNone */
    .secForm .boxNote {
        margin: 20px auto 0;
        padding: 25px 14px 26px;
    }
    .secForm .boxTit{
        font-size: 13px;
        line-height: 1.4;
        letter-spacing: -0.35px;
    }
    .secForm .boxTxt{
        font-size: 12px;
        padding-top: 13px;
        line-height: 1.66;
    }
    /* btnForm */
    .secForm .btnForm{
        font-size: 15px;
        width: 285px;
        height: 54px;
        margin: 40px auto 0;
        border-radius: 27px;
    }
    .secForm .btnForm.lazyloaded{
        background-size: 5px auto;
        background-position: right 20px center;
    }
    .secForm .btnPrevMain{
        font-size: 13px;
        width: 200px;
        height: 44px;
        border-radius: 22px;
        margin-top: 30px;
    }
    .secForm .btnPrevMain.lazyloaded{
        background-position: left 10px center;
        background-size: 6px auto;
    }
}

.secCmnBack{
    margin-top: 80px;
}

/* メールアドレス下テキスト */
.secFormTable .salesTxt{
    margin-top: 17px;
    font-size: 12px;
}
@media only screen and (max-width: 767px){
    .secCmnBack{
        margin-top: 30px;
    }
}
/* co */
.co .secForm{
    margin-top: 0;
}
.co .secFormTable td{
    vertical-align:middle;
    line-height: 1.8;
}
.co .secFormTable .spanAddress{
    bottom: 0;
    top: 0;
}
@media only screen and (max-width: 767px){
    .co .secForm{
        margin-top: 50px;
    }
}
/* ok */
.ok .secForm{
    margin-top: 0;
}
.ok .okTxt{
    font-size: 15px;
    line-height: 2;
    text-align: center;
    margin-top: 40px;
}
.ok .formStep{
    margin-top: 60px;
}
@media only screen and (max-width: 767px){
    .ok .secForm{
        margin-top: 50px;
    }
    .ok .okTxt{
        font-size: 12px;
        margin-top: 30px;
        text-align: left;
    }
    .ok .formStep{
        margin-top: 40px;
    }
}


.formInner .btnBox{
    margin-bottom: 50px;
    text-align: center;
}
.formInner .btnBox .btnInner{
    width: 500px;
    background-color: #000000;
    text-align: center;
    padding: 30px 0 28px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    text-decoration: none;
}
.formInner .btnBox .btnInner span{
    font-size: 22px;
    letter-spacing: 1.5px;
    color: #fff;
    position: relative;
    padding-left: 40px;
}
.formInner .btnBox .btnInner span::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 21px;
    left: 0;
    top: calc(50% - 9px);
}
.formInner .btnBox .btnInner.lazyloaded span::after{
    background: url(../img/common/iconMail02.png) center top / cover;
}
.formInner .btnBox .txt1{
    font-size: 12px;
    line-height: 1.8;
    margin-top: 7px;
}
@media only screen and (max-width:767px){
    .formInner .btnBox{
        margin: 30px auto;
        text-align: center;
    }
    .formInner .btnBox .btnInner{
        width: 90%;
        padding: 23px 0;
        margin: 0 auto;
        display: block;
    }
    .formInner .btnBox .btnInner span{
        font-size: 13px;
        letter-spacing: normal;
        font-weight: bold;
        color: #fff;
        position: relative;
        padding-left: 25px;
    }
    .formInner .btnBox .btnInner span::after{
        width: 20px;
        height: 14px;
        left: -5px;
        top: calc(50% - 6px);
    }
    .formInner .btnBox .txt1{
        font-size: 11px;
        letter-spacing: normal;
        line-height: 1.5;
        text-align: left;
        margin-top: 15px;
    }
}
@media only screen and (max-width:360px){
    .formInner .btnBox .btnInner span {
        font-size: 11px;
    }
}