@charset "utf-8";
main{
    overflow: visible;
    contain: paint;
}
/*-----------------------------------------------
    secFormTit
-----------------------------------------------*/
.secFormTit {
    margin-top: -55px;
}
.secFormTit .boxTit {
    position: relative;
    width: 1200px;
    min-height: 230px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}
.secFormTit .tit {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2
}
@media only screen and (max-width:767px){
    .secFormTit {
        margin-top: 0;
    }
    .co .secFormTit {
        margin-bottom: 20px;
    }
    .secFormTit .boxTit {
        width: auto;
        min-height: 0;
        padding: 20px 10px;
        min-height: 21.6666666667vw;
    }
    .secFormTit .tit {
        font-size: 20px;
    }
}

/*-----------------------------------------------
    secCmnForm
-----------------------------------------------*/
.secCmnForm{
    font-family: "YakuHanJP_Narrow","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    padding: 55px 0 150px;
    margin-bottom: 90px;
    font-weight: 500;
    line-height: 1.75;
    color: #333;
    font-size: 16px;
}
/* secForm */
.secCmnForm .secForm{
    padding: 30px 40px 60px;
    border: 1px solid #333;
}
/* boxCmnFormTit */
.ok.secCmnForm .boxCmnFormTit{
    margin-top: 30px;
}
.secCmnForm .boxCmnFormTit{
    text-align: center;
}
.secCmnForm .boxCmnFormTit .tit{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}
.secCmnForm .boxCmnFormTit .txt{
    margin: 40px 0 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
}
.secFormTable + .boxCmnFormTit .txt{
    margin-top: 60px;
}
@media only screen and (max-width:767px){
    .secCmnForm{
        padding: 55px 0 60px;
        margin-bottom: 45px;
        font-size: 14px;
    }
    /* secForm */
    .secCmnForm .secForm{
        padding: 20px 0;
        border: none;
    }
    /* boxCmnFormTit */
    .ok.secCmnForm .boxCmnFormTit{
        margin-top: 20px;
    }
    .secCmnForm .boxCmnFormTit .tit{
        font-size: 14px;
    }
    .secCmnForm .boxCmnFormTit .txt{
        font-size: 22px;
        margin-bottom: 10px;
    }
}

/*-----------------------------------------------
    boxFormStep
-----------------------------------------------*/
.secCmnForm .boxFormStep{
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
}
.secCmnForm .formStepItem{
    width: 240px;
    margin: 0 -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    min-height: 80px;
    background: #f6f6f6;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 20px 50%);
    font-size: 18px;
    line-height: 1.75;
    font-weight: 700;
    color: #909090;
}
.secCmnForm .boxFormStep>:first-child {
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
}
.secCmnForm .boxFormStep>:last-child {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20px 50%);
}
.secCmnForm .formStepItem.active {
    background: #333;
    color: #fff;
}
@media only screen and (max-width:767px){
    .secCmnForm .boxFormStep{
        margin: 18px auto 0;
        display: flex;
        justify-content: center;
    }
    .secCmnForm .formStepItem{
        flex-grow: 1;
        flex-shrink: 1;
        margin: 0 -2px;
        width: auto;
        clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 10px 50%);
        padding: 10px 10px 10px calc(10px + 10px);
        text-indent: -10px;
        min-height: 0;
        font-size: 10px;
    }
    .secCmnForm .boxFormStep>:first-child {
        clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
    }
    .secCmnForm .boxFormStep>:last-child {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
    }
}

/*-----------------------------------------------
    formMeter
-----------------------------------------------*/
.secCmnForm .formMeter{
    margin: 20px 0 0;
    position: sticky;
    top: 10px;
    z-index: 999;
    background: #f6f6f6;
    padding: 10px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0 10px;
    align-items: center;
}
.secCmnForm .formMeter_bar {
    height: 15px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    position: relative
}
.secCmnForm .formMeter_bar>span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #f43838;
    border-radius: 15px;
    width: 0%;
    -webkit-transition: width .4s;
    transition: width .4s
}
.secCmnForm .formMeter_txt {
    margin: 0
}
@media only screen and (max-width:767px){
    .secCmnForm .formMeter{
        margin: 0 -10px;
        padding: 10px;
        border-radius: 0;
        top: 0;
    }
}

/*-----------------------------------------------
    secFormTable
-----------------------------------------------*/
.secCmnForm .secFormTable{
    margin: 20px 0 0;
    border-collapse: collapse;
    width: 100%;
}
.secFormTable>thead>tr,
.secFormTable>tbody>tr {
    border-bottom: 1px solid #e3e3e3;
}
.secFormTable>thead>tr>th,
.secFormTable>thead>tr>td,
.secFormTable>tbody>tr>th,
.secFormTable>tbody>tr>td {
    border: 0;
}
.secFormTable th,
.secFormTable td {
    padding: 17px 20px 21px;
    vertical-align: top;
    text-align: left;
    border: 1px solid #e3e3e3;
    background-clip: padding-box;
}
.secFormTable th {
    font-weight: bold;
    width: 300px;
}
.secFormTable td {
    width: calc(100% - 300px);
}
.co .secFormTable td {
    vertical-align: middle;
}
@media only screen and (max-width:767px){
    .secCmnForm .secFormTable{
        display: block;
        border: 0;
        margin: 0;
    }
    .secCmnForm .secFormTable tbody{
        width: 100%;
        display: block;
    }
    .secFormTable>thead>tr,
    .secFormTable>tbody>tr {
        border-bottom: none;
        display: block;
        margin: 20px 0 0;
    }
    .secFormTable>thead>tr>th,
    .secFormTable>thead>tr>td,
    .secFormTable>tbody>tr>th,
    .secFormTable>tbody>tr>td {
        display: block;
        border: 0;
        padding: 0;
    }
    .secFormTable>thead>:first-child,
    .secFormTable>tbody>:first-child {
        margin-top: 0;
    }
    .secFormTable>thead>tr>th,
    .secFormTable>tbody>tr>th {
        margin: 20px 0 0;
        padding: 0 0 5px;
        border-bottom: 1px solid #e3e3e3;
    }
    .secFormTable th,
    .secFormTable td {
        width: 100%;
    }
}

/* boxMust */
.secFormTable .boxMust{
    padding-left: 65px;
    text-indent: -45px;
}
.secFormTable .boxMust:before {
    content: "必須";
    width: 35px;
    height: 20px;
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    letter-spacing: normal;
    text-indent: 0;
    font-weight: 400;
    background: #f43838;
    font-size: 12px;
    line-height: 12;
    color: #fff;
}
.secFormTable td>:first-child {
    margin-top: 0
}
.secFormTable td>.box_row:first-child {
    margin-top: -15px;
}
/* box_row */
.secFormTable .box_row{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin: -5px 0 0 -20px;
}
.secFormTable .w70{
    width: 70px!important;
}
.secFormTable .w250{
    width: 250px;
}
.secFormTable .w350{
    width: 350px!important;
}
.secFormTable .w450{
    width: 450px!important;
}
.secFormTable .w100p{
    width: 100%!important;
}
/* boxCover */
.secFormTable .box_row .boxCover{
    margin: 15px 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    position: relative;
    width: calc(100% / 12 * 4 - 20px);
}
.secFormTable .box_input,
.secFormTable .box_select{
    width: 100%;
}
.secFormTable .w30_txt + .box_input,
.secFormTable .w30_txt + .box_select{
    width: calc(100% - 40px);
}
.secFormTable .w30_txt{
    width: 30px;
    white-space: nowrap;
}
.secFormTable .w70_txt + .box_input,
.secFormTable .w70_txt + .box_select{
    width: calc(100% - 80px);
}
.secFormTable .w70_txt{
    width: 70px;
    white-space: nowrap;
}
.secFormTable .w90_txt + .box_input,
.secFormTable .w90_txt + .box_select{
    width: calc(100% - 100px)!important;
}
.secFormTable .w90_txt{
    width: 90px!important;
    white-space: nowrap;
}
.secFormTable input[type="text"],
.secFormTable input[type="tel"],
.secFormTable input[type="email"],
.secFormTable input[type="number"],
.secFormTable input[type="password"],
.secFormTable select,
.secFormTable textarea{
    width: 100%;
    min-width: 1px;
    font-family: inherit;
    border: 1px solid #e3e3e3;
    height: 44px;
    padding: 0 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: inherit;
}
.secFormTable textarea{
    padding: 10px;
    overflow: auto;
    resize: vertical;
    height: 150px;
}
.secFormTable .txtNote{
    margin: 10px 0 0;
    line-height: normal;
    font-size: 12px;
}
.secFormTable .boxZipBtn{
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.secFormTable .boxZipBtn a{
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    background: #909090;
    padding: 0 20px;
    white-space: nowrap;
}
.secFormTable .fRed{
    color: #f43838;
}
@media only screen and (max-width:767px){
    .secFormTable .boxMust{
        padding-left: 45px;
        text-indent: -45px;
    }
    .secFormTable .boxMust:before {
        font-size: 10.5px;
    }
    .secFormTable td>:first-child {
        margin-top: 0
    }
    .secFormTable td>.box_row:first-child {
        margin-top: 10px;
    }
    .secFormTable input[type="text"],
    .secFormTable input[type="tel"],
    .secFormTable input[type="email"],
    .secFormTable input[type="number"],
    .secFormTable input[type="password"],
    .secFormTable select,
    .secFormTable textarea{
        font-size: 16px;
    }
    /* box_row */
    .secFormTable .box_row{
        margin: 10px 0 0 0;
        gap: 10px;
        justify-content: space-between;
    }
    .secFormTable .box_zip{
        justify-content: flex-start;
        gap: 15px;
    }
    .secFormTable .w230{
        width: calc(100% - 125px) !important;
    }
    .secFormTable .w100sp{
        width: 100%!important;
    }
    /* boxCover */
    .secFormTable .box_row .boxCover{
        margin: 0;
        width: calc(100% / 12 * 6 - 5px);
    }
    .secFormTable .boxCover .txt{
        width: 30px;
    }
    .secFormTable .txt + .box_input{
        width: calc(100% - 35px);
    }
    .secFormTable .boxCover .w70_txt{
        width: 56px;
    }
    .secFormTable .w70_txt + .box_input,
    .secFormTable .w70_txt + .box_select{
        width: calc(100% - 61px);
    }
    .secFormTable .wsp90_txt + .box_input,
    .secFormTable .wsp90_txt + .box_select{
        width: calc(100% - 100px)!important;
    }
    .secFormTable .wsp90_txt{
        width: 90px!important;
    }
    .secFormTable .txtNote{
        margin: 8px 0 0;
        font-size: 10px;
    }
}

/* ラジオボックス */
/* チェックボックス */
.secFormWrap .boxRadio,
.secFormWrap .boxCheck{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    margin-top: 25px;
}
.secFormWrap .itemRadio,
.secFormWrap .itemCheck{
    font-size: 0;
}
.secFormWrap .labelRadio input[type="radio"],
.secFormWrap .txtRadio::before,
.secFormWrap input[type="checkbox"],
.secFormWrap .txtCheck::before{
    width: 20px;
    height: 20px;
}
.secFormWrap .labelRadio input[type="radio"],
.secFormWrap input[type="checkbox"]{
    visibility: hidden;
    position: absolute;
    margin: 0;
}
.secFormWrap .labelRadio,
.secFormWrap .labelCheck{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.secFormWrap .txtRadio,
.secFormWrap .txtCheck{
    display: inline-flex;
    align-items: center;
}
.secFormWrap .txtRadio::before,
.secFormWrap .txtCheck::before{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    margin-right: 10px;
    border: 1px solid #c4c4c4;
}
.secFormWrap .txtRadio::before{
    border-radius: 100%;
}
.secFormWrap input[type="checkbox"]:checked + .txtCheck::before{
    background: url(../img/common/iconCheckbox.gif) center center / 14px auto no-repeat,#fff;
}
.secFormWrap input[type="radio"]:checked + .txtRadio::after{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #333;
    position: absolute;
    top: 0;
    left: 4px;
    bottom: 0;
    margin: auto;
}
.secFormWrap .boxCheck .txt{
    width: calc(100% - 30px);
}
.secFormWrap .txt{
    font-size: 16px;
    line-height: 1.5;
}
.secFormWrap .itemRadio_input,
.secFormWrap .itemCheck_input{
    display: flex;
    align-items: center;
}
.secFormWrap .itemRadio_input .box_input,
.secFormWrap .itemCheck_input .box_input {
    margin-left: 20px;
}
@media only screen and (max-width:767px){
    .secFormWrap .boxRadio,
    .secFormWrap .boxCheck{
        margin-top: 10px!important;
        gap: 10px 20px;
    }
    .secFormWrap .itemRadio,
    .secFormWrap .itemCheck{
        width: auto;
    }
    .secFormWrap .txtCheck::before{
        margin-right: 8px;
    }
    .secFormWrap .txtRadio::before{
        margin-right: 5px;
    }
    .secFormWrap .txt{
        white-space: nowrap;
        font-size: 14px;
        line-height: 1;
    }
    .secFormWrap .itemRadio_input .box_input,
    .secFormWrap .itemCheck_input .box_input {
        margin-left: 10px;
    }
}

/* boxListMemo */
.boxListMemo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    margin-top: 20px;
}
.boxListMemo .txtMemo {
    text-indent: -14px;
    padding-left: 14px;
}
@media only screen and (max-width:767px){
    .boxListMemo {
        font-size: 12px;
    }
    .boxListMemo .txtMemo {
        text-indent: -12px;
        padding-left: 12px;
    }
}

/*-----------------------------------------------
    secFormSend
-----------------------------------------------*/
.co .secFormSend{
    margin-top: 50px;
}
/* boxAccordion */
.secFormSend .boxAccordion{
    margin: 20px 0 0;
}
.secFormSend .accordionBtn{
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #e3e3e3;
    background: #f6f6f6;
    padding: 10px 20px;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    cursor: pointer;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}
.secFormSend .accordionBtn:hover {
    opacity: .6;
    text-decoration: none;
}
.secFormSend .accordionBtn::before,
.secFormSend .accordionBtn::after{
    content: "";
    display: block;
    background: #333;
    height: 1px;
    width: 28px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.secFormSend .accordionBtn::after{
    transform: rotate(90deg);
}
.secFormSend .accordionBtn.on::after{
    transform: rotate(0);
    opacity: 0;
}
.secFormSend .accordionItem{
    display: none;
    margin-top: 20px;
}
/* txtNote */
.secFormSend .txtNote{
    text-align: center;
    margin-top: 40px;
}
.secFormSend .txtNote a{
    background-color: transparent;
    outline: 0;
    color: #909090;
}
/* boxFormBtn */
.secFormSend .boxFormBtn{
    margin-top: 20px;
}
.secFormSend .boxFormBtn .aBtnForm{
    position: relative;
    width: calc(99.9% / 12 * 5);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
    border: 1px solid transparent;
    background: #e3e3e3;
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    font-weight: 700;
    background: #333;
    color: #fff;
}
.secFormSend .boxFormBtn .aBtnForm.no_tap{
    opacity: 0.6;
}
.secFormSend .boxFormBtn .aBtnForm::after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-backdrop-filter: invert(1) contrast(5);
    backdrop-filter: invert(1) contrast(5);
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.secFormSend .boxFormBtn .btnSendCoBack{
    width: calc(99.9% / 12 * 3);
    margin-top: 20px;
    border-color: #333;
    background: #fff;
    color: inherit;
}
.secFormSend .boxFormBtn .btnSendCoBack::after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-backdrop-filter: invert(1) contrast(5);
    backdrop-filter: invert(1) contrast(5);
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width:767px){
    .co .secFormSend{
        margin-top: 30px;
    }
    /* boxAccordion */
    .secFormSend .accordionBtn{
        padding-right: 40px;
        font-size: 15px;
    }
    .secFormSend .accordionBtn:hover {
        opacity: .6;
        text-decoration: none;
    }
    .secFormSend .accordionBtn::before,
    .secFormSend .accordionBtn::after{
        width: 20px;
        right: 10px;
    }
    /* txtNote */
    .secFormSend .boxFormBtn + .txtNote{
        margin-top: 20px;
    }
    /* boxFormBtn */
    .secFormSend .boxFormBtn{
        margin-top: 20px;
    }
    .secFormSend .boxFormBtn .aBtnForm{
        width: calc(99.9% / 12 * 10);
        padding: 10px 20px;
        font-size: 15px;
        text-align: center;
    }
    .secFormSend .boxFormBtn .aBtnForm::after{
        right: 7px;
    }
}

/* txtError */
.txtError {
	color: #F00;
	font-size: 12px;
	line-height: 18px;
	background: url(../img/common/iconError.png) 0 2px / 14px auto no-repeat;
	padding: 0 0 0 17px;
	margin-top: 8px;
}
.txtMemo + .txtError {
    margin-top: 18px;
}

/* btnSendCo */
.btnSendCo.no_tap,
.btnSendCoBack.no_tap{
    pointer-events: none!important;
    transition: none!important;
}
.btnSendCoBack.no_tap{
    opacity: 0.3!important;
}
.btnSendCo.no_tap{
    background: url(../img/common/iconLoader.png) center center / 32px auto no-repeat,rgb(48, 48, 48,.3)!important;
    font-size: 0!important;
}
.secFormSend .boxFormBtn .cmnBtnTxt{
    font-size: 18px;
}
.btnSendCo.no_tap .cmnBtnTxt{
    opacity: 0;
}
@media only screen and (max-width:767px){
    .secFormSend .boxFormBtn .cmnBtnTxt{
        font-size: 15px;
    }
}
.box_dummy input{
    visibility: hidden;
    position: absolute;
    margin: 0;
}