@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secFormTop{
    background: #b9aa87;
    color: #fff;
    padding: 90px 0 188px;
}
.secFormTop .boxTable{
    background: #fff;
    padding: 76px 0 80px;
}
.secFormTop .tit{
    text-align: center;
    font-size: 38px;
    letter-spacing: 3px;
}
.secFormTop .formName{
    position: relative;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    margin-top: 22px;
}
.secFormTop .formName::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #fff;
    bottom: -30px;
    left: calc(50% - 15px);
}
.secFormTop .flowBox{
    display: flex;
    justify-content: space-between;
    width: 430px;
    margin: 30px auto 0;
}
.secFormTop .circleBox{
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.secFormTop .circleBox::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 8px;
    top: calc(50% - 4px);
    right: -50px;
}
.secFormTop .circleBox.lazyloaded::after{
    background: url(../img/common/iconFlowBox.png) center top no-repeat;
    background-size: contain;
}
.secFormTop .flowBox .circleBox:last-child::after{
    display: none;
}
.secFormTop .circleBox.on{
    background: #3b3b41;
    border: 2px solid #3b3b41;
}
.secFormTop .num{
    font-size: 22px;
    letter-spacing: 1px;
}
.secFormTop .circleTxt{
    font-size: 15px;
    font-weight: bold;
    margin-top: 6px;
    letter-spacing: 1px;
}
.secFormTop .formTopTxt{
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-top: 54px;
}
.secFormTop .redColor{
    width: 32px;
    height: 18px;
    font-size: 10px;
    display: inline-block;
    background: #cd2929;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
}
/* datepicker */
.ui-widget.ui-widget-content{
	z-index: 1000 !important;
}
@media only screen and (max-width: 767px){
    .secFormTop{
        background: #fff;
        padding: 47px 0 70px;
    }
    .secFormTop .boxTable{
        padding: 0;
    }
    .secFormTop .tit{
        font-size: 26px;
        letter-spacing: 2px;
    }
    .secFormTop .formName{
        font-size: 12px;
        margin-top: 16px;
    }
    .secFormTop .formName::after{
        bottom: -20px;
    }
    .secFormTop .flowBox{
        width: 294px;
        margin: 23px auto 0;
    }
    .secFormTop .circleBox{
        width: 70px;
        height: 70px;
        border: 1px solid #ccc;
    }
    .secFormTop .circleBox::after{
        width: 22px;
        height: 6px;
        top: calc(50% - 3px);
        right: -32px;
    }
    .secFormTop .circleBox.lazyloaded::after{
        background: url(../img/common/iconFlowBox_sp.png) center top no-repeat;
        background-size: contain;
    }
    .secFormTop .num{
        font-size: 15px;
        letter-spacing: 1px;
    }
    .secFormTop .circleTxt{
        font-size: 12px;
        margin-top: 5px;
        letter-spacing: 1px;
    }
    .secFormTop .formTopTxt{
        font-size: 12px;
        line-height: 1.91;
        margin-top: 35px;
    }
    .secFormTop .secCmnFormBtn{
        width: 79.711%;
    }
}
.secForm.co,
.secForm.ok{
    background: #f6f5f3;
    padding: 123px 0 120px;
}
.secForm .boxTable{
    background: #fff;
    padding: 76px 0 80px;
}
.secForm .tit{
    text-align: center;
    font-size: 38px;
    letter-spacing: 3px;
}
.secForm .formName{
    position: relative;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    margin-top: 22px;
}
.secForm .formName::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #000;
    bottom: -30px;
    left: calc(50% - 15px);
}
.secForm .flowBox{
    display: flex;
    justify-content: space-between;
    width: 430px;
    margin: 30px auto 0;
}
.secForm .circleBox{
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ccc;
}
.secForm .circleBox::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 8px;
    top: calc(50% - 4px);
    right: -50px;
}
.secForm .circleBox.lazyloaded::after{
    background: url(../img/common/iconFlowBox_white.png) center top no-repeat;
    background-size: contain;
}
.secForm.co .circleBox.lazyloaded::after,
.secForm.ok .circleBox.lazyloaded::after{
    background: url(../img/common/iconFlowBox.png) center top no-repeat;
    background-size: contain;
}
.secForm .flowBox .circleBox:last-child::after{
    display: none;
}
.secForm .circleBox.on{
    background: #3b3b41;
    border: none;
    color: #fff;
}
.secForm .num{
    font-size: 22px;
    letter-spacing: 1px;
}
.secForm .circleTxt{
    font-size: 15px;
    font-weight: bold;
    margin-top: 6px;
    letter-spacing: 1px;
}
.secForm .formTopTxt{
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-top: 54px;
}
.secForm .redColor{
    color: #cd2929;
}
/* datepicker */
.ui-widget.ui-widget-content{
	z-index: 1000 !important;
}
@media only screen and (max-width: 767px){
    .secForm.co,
    .secForm.ok{
        background: #fff;
        padding: 47px 0 70px;
    }
    .secForm .boxTable{
        padding: 0;
    }
    .secForm .tit{
        font-size: 26px;
        letter-spacing: 2px;
    }
    .secForm .formName{
        font-size: 12px;
        margin-top: 16px;
    }
    .secForm .formName::after{
        bottom: -20px;
    }
    .secForm .flowBox{
        width: 294px;
        margin: 23px auto 0;
    }
    .secForm .circleBox{
        width: 70px;
        height: 70px;
        border: 1px solid #ccc;
    }
    .secForm .circleBox::after{
        width: 22px;
        height: 6px;
        top: calc(50% - 3px);
        right: -32px;
    }
    .secForm .circleBox.lazyloaded::after{
        background: url(../img/common/iconFlowBox_white_sp.png) center top no-repeat;
        background-size: contain;
    }
    .secForm.co .circleBox.lazyloaded::after,
    .secForm.ok .circleBox.lazyloaded::after{
        background: url(../img/common/iconFlowBox_sp.png) center top no-repeat;
        background-size: contain;
    }
    .secForm .num{
        font-size: 15px;
        letter-spacing: 1px;
    }
    .secForm .circleTxt{
        font-size: 12px;
        margin-top: 5px;
        letter-spacing: 1px;
    }
    .secForm .formTopTxt{
        font-size: 12px;
        line-height: 1.91;
        margin-top: 35px;
    }
    .secForm .secCmnFormBtn{
        width: 79.711%;
    }
}

/* secFormTable */
.secForm{
    margin-top: -140px;
}
.secFormIn{
    background: #fff;
    padding: 60px 0 80px;
}
.secFormTable{
    width: 100%;
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left bottom / 4px 1px repeat-x;
}
.secForm.co .secFormTable,
.secForm.ok .secFormTable{
    margin-top: 41px;
}
.secFormTable.questionnaire{
    margin-top: 20px;
    background: none;
}
.secFormQuestionnaire + .secFormTable{
    margin-top: 0;
}
.secFormTable .txtError{
    width: 100%;
    color: #F00;
    font-size: 12px;
    line-height: 1.5;
    padding: 0 0 0 17px;
    margin-top: 10px;
}
.secFormTable.lazyloaded .txtError{
    background: url(../img/common/iconError.png) left 2px / 14px auto no-repeat;
}
.secFormTable tr{
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left top / 4px 1px repeat-x;
}
/* .secFormTable tr.last{
    background: none;
} */
.secFormTable.co tr:last-child{
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left bottom / 4px 1px repeat-x;
}
.secFormTable tr.questionFirst{
    background: none;
}
.secFormTable th{
    width: 303px;
    padding: 30px 0 30px;
    vertical-align: top;
}
/* .secFormTable .privacy{
    padding: 38px 0 0;
} */
.secFormTable th.calendar{
    padding-top: 70px;
}
.secFormTable.privacy th{
    padding: 32px 0;
}
.secFormTable .innerTh{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding-right: 30px;
}
.secFormTable .txtQuestionLine01{
    padding-top: 15px;
}
.secFormTable .txtTh,
.secFormTable.co td{
    font-size: 15px;
    line-height: 1.74;
    font-weight: 500;
}
.secFormTable .icoRequired{
    width: 32px;
    height: 17px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cd2929;
    color: #fff;
    font-weight: bold;
    padding-top: 1px;
    margin-top: 4px;
}
.secFormTable td{
    width: calc(100% - 303px);
    padding: 32px 0 30px 0;
    vertical-align: middle;
    position: relative;
    font-size: 15px;
}
.secFormTable input[type="text"],
.secFormTable input[type="tel"],
.secFormTable input[type="email"],
.secFormTable input[type="password"],
.secFormTable input[type="number"],
.secFormTable select{
	height: 54px;
	border: 1px solid #bababa;
	font-size: 15px;
	padding-left: 13px;
	background: #FFF;
}
.secFormTable select{
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
_:-ms-lang(x)::-ms-backdrop, .secFormTable select{
	padding-right: 0;
}
.secFormTable textarea{
    width: 826px;
    height: 150px;
    padding: 15px;
	border: 1px solid #bababa;
    resize: none;
    font-size: 15px;
}
.secFormTable input[type="text"].inputRequired,
.secFormTable input[type="tel"].inputRequired,
.secFormTable input[type="email"].inputRequired,
.secFormTable input[type="password"].inputRequired,
.secFormTable input[type="number"].inputRequired,
.secFormTable select.inputRequired,
.secFormTable textarea.inputRequired{
    border: 1px solid #cd2929;
	background: #fffef7;
}
.secFormTable .mw200{
    min-width: 200px;
}
.secFormTable .mw360{
    min-width: 360px;
}
.secFormTable .w55{
    width: 55px;
}
.secFormTable .w60{
    width: 60px;
    display: inline-block;
}
.secFormTable .w80{
    width: 80px;
}
.secFormTable .w95{
    width: 95px;
}
.secFormTable .w100{
    width: 100px;
}
.secFormTable .w120{
    width: 120px;
}
.secFormTable .w150{
    width: 150px;
}
.secFormTable .w360{
    width: 360px;
}
.secFormTable .w400{
    width: 400px;
}
.secFormTable .w666{
    width: 666px;
}
.secFormTable .w800{
    width: 800px;
}
.secFormTable .w100p{
    width: 100%;
}
.secFormTable .txtNote01{
    font-size: 12px;
    margin-top: 15px;
}
.secFormTable .txtZip{
    font-size: 15px;
    margin-right: 7px;
}
.secFormTable .btnZip{
    width: 100px;
    height: 40px;
    border-radius: 20px;
    background: #1d1d1d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin-left: 13px;
}
.secFormTable .rowAddress{
    margin-top: 10px;
}
.secFormTable .inputAddress{
    margin-left: 9px;
}
.secFormTable .txtNote02{
    font-size: 12px;
    margin-top: 15px;
}
.secFormTable .txtNote03{
    font-size: 12px;
    margin-top: 12px;
}
.secFormTable input[type="radio"],
.secFormTable .txtRadio::before{
    width: 20px;
    height: 20px;
}
.secFormTable input[type="radio"]{
    visibility: hidden;
    position: absolute;
    margin: 0;
}
.secFormTable .labelRadio{
    position: relative;
    font-size: 15px;
    display: inline-block;
}
.secFormTable .itemRadio:nth-child(n+2){
    margin-top: 15px;
}
.secFormTable .txtRadio{
    display: inline-flex;
    line-height: 20px;
}
.secFormTable .txtRadio::before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    margin-right: 10px;
    border: 1px solid #bababa;
}
.secFormTable input[type="radio"]:checked + .txtRadio::after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #000;
    position: absolute;
    top: 6px;
    left: 5px;
}
.secFormTable input[type="checkbox"],
.secFormTable .txtCheck::before{
    width: 20px;
    height: 20px;
}
.secFormTable input[type="checkbox"]{
    visibility: hidden;
    position: absolute;
    margin: 0;
}
.secFormTable .labelCheck{
    position: relative;
    font-size: 15px;
    display: inline-block;
}
.secFormTable .itemCheck:nth-child(n+2){
    margin-top: 15px;
}
.secFormTable .txtCheck{
    display: inline-flex;
    line-height: 20px;
    align-items: center;
}
.secFormTable .txtCheckIn{
    display: block;
}
.secFormTable .txtCheck::before{
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 4px;
    background: #fff;
    margin-right: 10px;
    border: 1px solid #bababa;
    margin-top: -3px;
}
.secFormTable .txtCheck.checkRequired::before{
    background: #fff;
    border-color: #adadad;
}
.secFormTable input[type="checkbox"]:checked + .txtCheck.lazyloaded::before{
    background: url(../img/common/iconCheckbox.gif) center center / 14px auto no-repeat;
}
.secFormTable .linkPrivacy{
    color: #1290b5;
}
.secFormTable .boxInputList{
    padding-top: 2px;
}
.secFormTable .itemInput{
    display: flex;
    align-items: center;
}
.secFormTable .itemInput:nth-child(n+2){
    margin-top: 9px;
}
.secFormTable .boxQuestionRow{
    display: flex;
    align-items: center;
}
.secFormTable .boxQuestionRow + .boxQuestionRow{
    margin-top: 10px;
}
.secFormTable .txtQuestionRow01{
    margin-left: 10px;
    font-size: 15px;
}
.secFormTable .inputListText{
    margin-top: 10px;
}
.secFormTable .inputListTextArea{
    height: 100px;
}
.secFormTable .txtQuestionRow02{
    font-size: 15px;
    width: 50px;
}
.secFormTable .txtCalendarNote{
    font-size: 16px;
    line-height: 1.8125;
    margin-top: 18px;
}
.secFormTable .fNotePoint{
    color: #cd2929;
}
.secFormTable td .boxAddress {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 10px;
}
.secFormTable td .boxAddress .zipbtn {
    font-size: 12px;
    line-height: 1.7;
    padding: 10px 0 0;
    height: 40px;
    color: #fff;
    text-decoration: none;
    background: #3b3b41;
    text-align: center;
    display: block;
    width: 120px;
    border-radius: 30px;
    margin-left: 15px;
    letter-spacing: 1px;
    font-weight: bold;
}
.secFormTable .iconZip{
    font-size: 15px;
    margin-right: 7px;
}
.secFormTable td .boxAddress02 {
    padding-left: 10px;
}
.secFormTable td .flexbox {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.secFormTable td .redTxt{
    color: #cd2929;
    font-size: 12px;
    line-height: 1.5;
    padding-top: 10px;
}
.secForm .boxNote{
    margin-top: 40px;
    background: #f8f8f8;
    padding: 40px 30px 35px;
}
.secForm .noteTit{
    font-size: 15px;
    font-weight: 500;
}
.secForm .noteTxt{
    font-size: 13px;
    line-height: 1.92;
    margin-top: 14px;
}
.secForm .mw500{
    min-width: 500px;
}
.secForm .time{
    display: flex;
    align-items: center;
    margin-left: 31px;
}
.secForm .timetxt{
    font-size: 15px;
    margin-right: 7px;
}
/* 231215フォーム改修 */
.secForm .formTxt{
  font-size: 15px;
  margin-left: 7px;
}
.secForm .mt15{
  margin-top: 15px;
  display: block;
}
.secForm .ml15{
  margin-left: 15px;
}
.secForm .btnQuestionnaire {
  display: block;
  width: 100%;
  margin: 30px 0;
  padding: 32px 0 30px;
  text-align: center;
  text-decoration: none;
  background: #b09b11;
  color: #fff;
  border-bottom: 8px solid #91800f;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .5px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.secForm .btnQuestionnaire.on .onBtn{ display:none;}
.secForm .btnQuestionnaire .noneBtn{ display:none;}
.secForm .none{ display:none;}
.secForm .btnQuestionnaire.on .noneBtn{ display:block;}
.secForm .boxQuestionnaire{ display: none;}
.secForm .titFormTable {
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  background: #b09b11;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
}
.secFormTable .checkth {
  padding: 30px 0 0;
}
.secFormTable .item{
  line-height: 32px;
}
.secFormTable .priorityList .item{
  margin-bottom: 15px;
}
.secFormTable .priorityList .item:last-child{
  margin-bottom: 0px;
}
.secFormTable .formflex{
  display: flex;
}
@media only screen and (max-width:767px){
    .secForm{
    }
    .secFormTable{
        background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 2px) left bottom / 2px 1px repeat-x;
    }
    .secForm.co .secFormTable,
    .secForm.ok .secFormTable{
        margin-top: 20px;
    }
    .secForm .mw500{
        min-width: 0;
        width: 100%;
    }
    .secFormTable .w360{
        width: 100%;
    }
    .secFormTable.questionnaire{
        margin-top: 0;
    }
    .secFormTable,
    .secFormTable tbody,
    .secFormTable tr,
    .secFormTable th,
    .secFormTable td{
        display: block;
    }
    .secFormTable tr{
        padding: 23px 0 22px;
    }
    .secFormTable tr{
        background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 2px) left top / 2px 1px repeat-x;
    }
    .secFormTable.co tr:last-child{
        background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 2px) left bottom / 2px 1px repeat-x;
    }
    .secFormTable th,
    .secFormTable th.calendar,
    .secFormTable.privacy th{
        width: 100%;
        padding: 0;
    }
    .secFormTable .privacy{
        padding: 0;
    }
    .secFormTable .innerTh{
        height: auto;
        padding-right: 0;
    }
    .secFormTable .txtQuestionLine01{
        padding-top: 0;
    }
    .secFormTable .txtTh,
    .secFormTable.co td{
        font-size: 13px;
        line-height: 1.43;
    }
    .secFormTable .txtTh{
        font-weight: bold;
    }
    .secFormTable td{
        width: 100%;
        padding: 17px 0 0;
    }
    .secFormTable input[type="text"],
    .secFormTable input[type="tel"],
    .secFormTable input[type="email"],
    .secFormTable input[type="password"],
    .secFormTable input[type="number"],
    .secFormTable select{
        height: 46px;
        font-size: 16px;
        padding-left: 10px;
    }
    .secFormTable select{
        padding-right: 10px;
        padding-left: 5px;
    }
    .secFormTable textarea{
        width: 100%;
        height: 100px;
        font-size: 16px;
        padding: 10px;
    }
    .secFormTable .ws100p{
        width: 100%;
        min-width: auto;
    }
    .secFormTable .ws100{
        width: 100px;
        min-width: auto;
    }
    .secFormTable .ws120{
        width: 120px;
        min-width: auto;
    }
    .secFormTable .ws150{
        width: 150px;
        min-width: auto;
    }
    .secFormTable .ws200{
        width: 200px;
        min-width: auto;
    }
    .secForm .ml15{
      margin-left: 5px;
    }
    .secFormTable .mws170{
        min-width: 170px;
    }
    .secFormTable .txtNote01{
        display: block;
        line-height: 1.66;
        margin: 11px 0 0;
    }
    .secFormTable .inputAddress{
        margin: 10px 0 0;
    }
    .secFormTable .txtNote02{
        font-size: 12px;
        line-height: 1.67;
        margin: 6px 0 -3px;
    }
    .secFormTable .txtNote03{
        font-size: 12px;
        line-height: 1.67;
        margin: 9px 0 0px;
    }
    .secFormTable .boxInputList{
        padding-top: 0;
    }
    .secFormTable .txtCheck::before,
    .secFormTable .txtRadio::before{
        width: 23px;
        height: 23px;
        margin-top: 0;
    }
    .secFormTable input[type="radio"]:checked + .txtRadio::after{
        width: 10px;
        height: 10px;
        top: 4px;
        left: 4px;
    }
    .secFormTable .txtCalendarNote{
        font-size: 13px;
        line-height: 1.769;
        margin-top: 2px;
    }
    .secFormTable td .boxAddress {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 10px;
    }
    .secFormTable .mr10{
        margin-right: 6px;
    }
    .secFormTable .iconZip{
        font-size: 13px;
        margin-right: 7px;
    }
    .secFormTable td .boxAddress .zipbtn {
        font-size: 12px;
        line-height: 1.8;
        padding: 10px 0px;
        height: 40px;
        color: #fff;
        text-align: center;
        display: block;
        width: 35%;
        border-radius: 30px;
        margin-left: 15px;
    }
    .secFormTable td .flexbox{
        display: block;
    }
    .secFormTable td .boxAddress02{
        padding-left: 0;
        margin-top: 10px;
    }
    .secFormTable .w666{
        width: 100%;
    }
    .secForm .boxNote{
        margin-top: 25px;
        padding: 21px 15px;
    }
    .secForm .noteTit{
        font-size: 13px;
        line-height: 1.69;
    }
    .secForm .noteTxt{
        font-size: 12px;
        line-height: 1.75;
        margin-top: 5px;
    }
    .secFormTable .w150{
        width: 120px;
    }
    .secForm .time{
        margin-left: 0;
        margin-top: 10px;
    }
    .secForm .timetxt{
        flex-shrink: 0;
        font-size: 13px;
    }
    /* 231215フォーム追加 */
    .secForm .btnQuestionnaire {
      margin: 38px auto 30px;
      border-bottom-width: 5px;
      padding: 15px 0 17px;
      font-size: 12px;
      line-height: 18px;
    }
    .secForm .titFormTable {
      display: none;
    }
    .secFormTable .txtRadio::before {
      content: "";
      width: 20px;
      height: 20px;
      border-radius: 15px;
      margin-right: 10px;
    }
    .secFormTable input[type="radio"]:checked + .txtRadio::after {
      width: 10px;
      height: 10px;
      top: 6px;
      left: 5px;
    }
    .secFormTable .mls0{
      margin-left: 0;
    }
    .secFormTable .mts15{
      margin-top: 15px;
    }
    .secFormTable .formflex{
      display:block;
    }
    .secFormTable .icoRequired {
      margin-top: 0px;
  }
}
@media only screen and (max-width:359px){
    .secFormTable tr{
        padding: 20px 2.67%;
    }
    .secFormTable .txtTh, .secFormTable.co td {
      font-size: 12px;
    }
    .secForm .formTxt {
      font-size: 14px;
    }
    .secFormTable .w80 {
      width: 60px;
    }
}
.secForm .sectxtNone{
	background: #eeeeee;
	width: 560px;
	margin: 50px auto;
	padding: 53px 0px;
}
.secForm .sectxtNone .tit{
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.secForm .sectxtNone .subtit{
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	color: #e02321;
  text-align: center;
}
.secForm .sectxtNone .txt{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	margin: 0 auto;
	margin-top: 23px;
	width: 385px;
}
@media only screen and (max-width: 767px){
    .secForm .sectxtNone{
        background: #eeeeee;
        width: 95%;
        margin: 30px auto 0px;
        padding: 27px 0%;
    }
    .secForm .sectxtNone .tit{
        font-size: 16px;
        letter-spacing: 0;
    }
    .secForm .sectxtNone .subtit{
        font-size: 13px;
    }
    .secForm .sectxtNone .txt{
        font-size: 12px;
        line-height: 22px;
        text-align: left;
        margin: 0 auto;
        margin-top: 12px;
        width: 94%;
        max-width: 385px;
    }
}

/*-----------------------------------------------
    co
-----------------------------------------------*/
.secForm.co{
    padding: 50px 0 120px;
    margin-top: 0;
}
.secForm.co th,
.secForm.co td{
    padding: 30px 0;
    font-size: 15px;
    line-height: 1.5;
}
.secForm .btnForm{
    width: 400px;
    height: 70px;
    text-decoration: none;
    margin: 40px auto 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #757575;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .secForm.co{
        padding: 40px 0 70px;
    }
    .secForm.co th,
    .secForm.co td{
        font-size: 13px;
    }
    .secForm.co th{
        padding: 0;
    }
    .secForm.co td{
        padding: 7px 0 0;
    }
    .secForm .btnForm{
        width: 66.667%;
        height: 50px;
        margin: 30px auto 0;
    }
}
.secFormTable.privacyBox{
  background: none;
  margin-top: 0;
}







/*-----------------------------------------------
    ok
-----------------------------------------------*/
.secForm.ok{
    padding: 50px 0 120px;
    margin-top: 0;
}
.secForm.ok .flowBox{
    margin-top: 60px;
}
.secForm.ok .okTxt{
    font-size: 15px;
    text-align: center;
    line-height: 1.786;
    margin-top: 60px;
}
@media only screen and (max-width: 767px){
    .secForm.ok{
        padding: 40px 0 70px;
    }
    .secForm.ok .flowBox{
        margin-top: 40px;
    }
    .secForm.ok .okTxt {
        font-size: 13px;
        line-height: 1.8;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 359px){
    .secForm.ok .okTxt {
        font-size: 12px;
    }
}

.cmnBtn.bot .secCmnFormBtn{
    margin-top: 80px;
    width: 350px;
    height: 70px;
}
@media only screen and (max-width:767px){
    .cmnBtn.bot{
        margin-top: 50px;
        padding-top: 30px;
        background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 2px) left top / 2px 1px repeat-x;
    }
    .cmnBtn.bot .secCmnFormBtn{
        margin-top: 0;
        width: 62.32%;
        height: 50px;
    }
}

/* 追記0530 */
.secForm .formTxtSub {
    text-align: left;
    font-size: 13px;
    line-height: 2;
    margin-top: 30px;
}
.secForm .cv{
    display: flex;
    justify-content: center;
}
.secForm .spanIcon{
    padding-right: 5px;
}
@media only screen and (max-width:767px){
    .secForm .formTxtSub {
        font-size: 12px;
        line-height: 1.91;
        margin-top: 20px;
    }
    .secForm .cv{
        display: flex;
        justify-content: center;
    }
}

.boxTrSwitch.off,
.boxTrSwitch2.off,
.secForm .btnQuestionnaire.off{
    display: none!important;
}

.btnSendCo.no_tap,
.btnSendCoBack.no_tap{
    opacity: 0.3!important;
    pointer-events: none!important;
    transition: none!important;
}
.btnSendCo.no_tap{
    background: url(../img/common/iconLoader.png) center center / 32px auto no-repeat,#fff!important;
    font-size: 0!important;
}