@charset "utf-8";

select {
    -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */
    }
    ::-ms-expand { /* select要素のデザインを無効にする（IE用） */
    display: none;
}

/*==============================
    datepicker
==============================*/
.ui-widget.ui-widget-content{
	z-index: 1000 !important;
}

/*==============================
    mailcomplete
==============================*/
.ui-menu-item-wrapper{
	font-size: 13px;
	padding: 10px 15px !important;
}

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

/*==============================
    secCmnForm
==============================*/
.secCmnForm{
    padding: 145px 0 0;

}
.secCmnForm .secFormWrap{
    background: #fff;
}
.secCmnForm .secForm {
    width: 1400px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    padding: 78px 0 0;
}
@media only screen and (max-width:767px){
    .secCmnForm{
        padding: 57px 0 0;
        background: none;
    }
    .secCmnForm .secFormWrap{
        width: 100%;
        margin: 30px auto 0;
    }
    .secCmnForm .secForm {
        width: 100%;
        padding: 0 0 0;
        max-width: none;
        width: calc((305 / 375)* 100%);
    }
}

/*==============================
    secFormTit
==============================*/
.secFormTit{
    width: 1000px;
    margin: 0 auto 0;
}
.secFormTit .formMainTit{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
}
.secFormTit .formMainTit::after{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.secFormTit .formTxtNote{
    margin-top: 50px;
    font-size: 16px;
    line-height: 2.25;
    padding: 0 95px 0 130px;
    letter-spacing: 0.5px;
}
.secFormTit .secFormStep{
    display: flex;
    justify-content: center;
    margin-top: 67px;
}
.secFormTit.co .secFormStep{
    margin-top: 60px;
}
.secFormTit .formStepItem{
    text-align: center;
 color: rgb(31, 133, 186);
    margin-right: 60px;
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
    font-weight: bold;
}
.secFormTit .formStepItem:last-child{
    margin-right: 0;
}
.secFormTit .formStepItem.active{
    color: #165e83;
}
.secFormTit .formStepItem::after{
    position: absolute;
   content: "";
   background: #1f85ba;
   width: 90px;
   height: 1px;
   right: -76px;
   top: calc(50% - 0.5px);
}
.secFormTit .formStepItem:last-child::after{
    display: none;
}
.secFormTit .txtCo{
    font-size: 14px;
    text-align: center;
    margin-top: 50px;
    letter-spacing: 0.5px;
}

.secFormTit .spanTxt{
    display: block;
    padding-bottom: 50px;
    font-size: 18px;
    font-weight: 500;
}
.secFormTit .formStepItem::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-color: rgb(31, 133, 186);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    top: calc(50% - 10px);
    left: calc(50% - 10px);
}
.secFormTit .formStepItem.active::before{
    position: absolute;
    content: "";
    background:#165e83 ;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
}
@media only screen and (max-width:767px){
    .secFormTit{
        width: calc((305 / 375)* 100%);
        margin: 0 auto 0;
    }
    .secFormTit .formMainTit{
        font-size: 18px;
        padding-bottom: 20px;
    }
    .secFormTit .formMainTit::after{
        width: 50px;
    }
    .secFormTit .formTxtNote{
        margin-top: 21px;
        font-size: 13px;
        line-height: 2.15;
        padding: 0 0;
        letter-spacing: 0px;
    }
    .secFormTit .secFormStep{
        margin: 21px auto 0;
        max-width: 305px;
    }
    .secFormTit.co .secFormStep{
        margin-top: 35px;
    }
    .secFormTit .txtCo{
        font-size: 12px;
        margin-top: 30px;
        line-height: 1.8;
        letter-spacing: 0.5px;
    }


    .secFormTit .spanTxt {
        padding-bottom: 40px;
        font-size: 15px;
        letter-spacing: 1px;
    }
    .secFormTit .formStepItem {
        margin-right: 47px;
        font-size: 14px;
        letter-spacing: 0px;
    }
    .secFormTit .formStepItem::after {
        width: 87px;
        right: -76px;
        top: calc(50% - 0.5px);
    }
}
@media only screen and (max-width:350px){
    .secFormTit .formStepItem{
        font-size: 11px;
    }
}

/*==============================
    secFormTable
==============================*/
.secFormTable{
    width: 100%;
    margin: 0 auto;
    font-size: 0;
}
.secFormTable.last{
    border-bottom: solid 1px #e8e8e8;
}
.secFormTable a{
    color: #000000;
    text-decoration: underline;
}
.secFormTable tr {
	border-top: solid 1px #e8e8e8;
}
.secFormTable th,
.secFormTable td {
	letter-spacing: 3px;
	vertical-align: top;
	line-height: 1.5;
	padding: 50px 0;
}
.secForm td.hide .formError{
    display: none !important;
}
.secFormTable td.boxPass{
    position: relative;
}
.secFormTable th {
	width: 240px;
	position: relative;
	line-height: 1.8;
	padding: 42px 0;
    font-size: 16px;
}
.secCmnForm  .txtMust{
	color:#c41616;
}
.secFormTable td {
    width: calc(100% - 240px);
	vertical-align: middle;
    position: relative;
    font-size: 16px;
    padding: 30px 0px 30px 47px;
}
.secFormTable input[type="text"], 
.secFormTable input[type="tel"], 
.secFormTable input[type="email"], 
.secFormTable input[type="number"], 
.secFormTable input[type="password"], 
.secFormTable select,
.secFormTable textarea {
    height: 54px;
    border: solid 1px #e8e8e8;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    font-family: inherit;
    color: #222;
    letter-spacing: 1px;
}
.secFormTable textarea {
    width: 100%;
    height: 200px;
    padding: 15px;
    line-height: 1.5;
}
.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 {
    background: #fefafa;
    border: solid 1px #c41616;
}
.secFormTable input[type="checkbox"],
.secFormTable input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;

}
.secFormTable .flexBox{
    font-size: 16px;
    display: flex;
    align-items: center;
}
.secFormTable .spanTel{
    margin: 0 4.5px;
}
.secFormTable .boxZip.flex {
    display: flex;
    align-items: center;
}
.secFormTable .boxZip{
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 1.5px;
}
.secFormTable .boxZip.top{
    margin-top: 0;
}
.secFormTable .btnZip {
    width: 150px;
    height: 40px;
    background: #000;
    border-radius: 20px;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #fff;
}
.secFormTable .boxZip .boxZipInner input,
.secFormTable .boxZip .boxZipInner select {
    margin-left: 0px;
}
.secFormTable .boxZip .boxZipInner:last-child{
    margin-left: 32px;
}
.secFormTable .checkList .checkItem:nth-child(n + 2){
    margin-top: 16px;
}
.secFormTable .checkList .labelItem{
    display: inline-flex;
    font-size: 16px;
}
.secFormTable .checkList .labelItem .others{
    font-size: 14px;
    color: #666;
    margin-left: 12px;
    letter-spacing: 0.5px;
}
.secFormTable .checkList .labelItem input{
    margin: 1px 10px 0 0;
    flex-shrink: 0;
}
.secFormTable td .label03{
    font-size :16px;
}
.secFormTable td .checkPrivacy{
    margin:-2px 10px 0 0;
}
.secFormTable .txtNote {
	font-size: 14px;
	margin-top: 20px;
	line-height: 2;
	letter-spacing: 0.5px;
}
.secFormTable .txtNote.privacy{
    margin-top: 10px;
}
.secFormTable .txtError,
.secFormCalendar .txtError {
	color: #f00;
	font-size: 12px;
	background: url(../img/common/iconError.png) left top no-repeat;
	background-size: 14px;
	padding: 0 0 0 17px;
	margin-top: 10px;
	line-height: 14px;
}
.secFormCalendar .txtError {
	margin-bottom: 10px;
}
.secFormTable .borderNone{
    border: none!important;
}
.secCmnForm .mailTxt{
	background-color:#f4f9fb;
	padding:40px 40px 30px;
	text-align: left;
	margin-top:30px;
}
.secCmnForm .mailTxt .innerTit{
	font-weight: bold;
    font-size:16px;
    letter-spacing: 0.5px;
}
.secCmnForm .mailTxt .innerTxt{
	font-size:16px;
	line-height:2.25;
	margin-top:12px;
}
.secCmnFormBtn{
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    color: #fff;
    width: 480px;
    font-weight: bold;
    margin: 60px auto 0;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding-bottom: 4px;
    border-radius: 48px;
    background-image: -moz-linear-gradient(-90deg, rgb(22, 94, 131) 0%, rgb(26, 113, 156) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(22, 94, 131) 0%, rgb(26, 113, 156) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(22, 94, 131) 0%, rgb(26, 113, 156) 100%);
}
.secCmnFormBtn.back{
    width: 350px;
    background: #000;
}
.secFormTable .iconEye{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 330px;
    cursor: pointer;
}


.secForm .btnFormBack{
    width: 320px;
    height: 80px;
    border: solid 1px #222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #222;
    text-decoration: none;
    margin: 30px auto 0;
    letter-spacing: 1px;
    border-radius: 48px;
    background: #fff;
    font-weight: 700;
}
.secForm .flexList{
    display: flex;
}
@media only screen and (max-width:767px){
    .secFormTable,
	.secFormTable tbody,
	.secFormTable tr,
	.secFormTable th,
	.secFormTable td {
		display: block;
	}
    .secFormTable th,
    .secFormTable td {
        letter-spacing: 0.5px;
        line-height: 1.5;
        font-size: 13px;
        padding: 15px 0;
    }
    .secFormTable th {
        width: 100%;
        padding: 22px 0 0;
        letter-spacing: 1px;
    }
    .secFormTable tr td:first-child{

    }
    .secFormTable td {
        width: 100%;
        vertical-align: top;
        padding: 11px 0 24px;
    }
    .secFormTable td.maxTd{
        max-width: 345px;
    }
    .secFormTable input[type="text"], 
    .secFormTable input[type="tel"], 
    .secFormTable input[type="email"], 
    .secFormTable input[type="number"], 
    .secFormTable input[type="password"], 
    .secFormTable select,
    .secFormTable textarea {
        height: 45px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .secFormTable input[type="text"].h75{
        height: 75px;
    }
    .secFormTable .checkList {
        margin-top: -6px;
    }
    .secFormTable textarea {
        height: 120px;
        padding: 15px 10px;
        line-height: 1.3;
        font-size: 13px;
    }
    .secFormTable input::placeholder{
        font-size: 13px;
    }
    .secFormTable input.nameInput{
        width: calc(50% - 17.5px);
    }
    .secFormTable .flexBox{
        font-size: 14px;
        flex-wrap: wrap;
    }
    .secFormTable .spanTel{
        margin: 0 6.5px;
    }
    .secFormTable .boxZip.flex {
        display: block;
    }
    .secFormTable .boxZip{
        margin-top: 10px;
        font-size: 13px;
        letter-spacing: 0px;
    }
    .secFormTable .boxZip.top{
        display: flex;
        flex-wrap: wrap;
    }
    .secFormTable .btnZip {
        width: 110px;
        height: 35px;
        border-radius: 20px;
        font-size: 12px;
        line-height: 35px;
        letter-spacing: 0.5px;
    }
    .secFormTable .boxZip .boxZipInner:last-child {
        margin-left: 0;
    }
    .secFormTable .boxZip .boxZipInner input,
    .secFormTable .boxZip .boxZipInner select {
        margin-left: 0px;
        margin-right: 0;
    }
    .secFormTable .boxZip .boxZipInner input{
        width: calc(100% - 100px);
    }
    .secFormTable .checkList .checkItem:nth-child(n + 2){
        margin-top: -3px;
    }
    .secFormTable .checkList .labelItem{
        font-size: 13px;
        line-height: 2.667;
    }
    .secFormTable .checkList .labelItem .others{
        display: block;
        margin-top: 8px;
        margin-left: 0;
        font-size: 12px;
        line-height: 1.5;
        width: 100%;
    }
    .secFormTable .checkList .labelItem input{
        margin-right: 8px;
        margin-top: 6px;
    }
    .secFormTable input[type="checkbox"], .secFormTable input[type="radio"] {
        width: 20px;
        height: 20px;
    }
    .secFormTable td .label03{
        font-size :13px;
    }
    .secFormTable .txtNote {
        font-size: 12px;
        margin-top: 15px;
        line-height: 2;
    }
    .secCmnForm .mailTxt .innerTxt {
		font-size: 13px;
		line-height: 2.15;
		margin-top: 0px;
	}
	.secCmnForm .mailTxt {
        padding: 13px 18px 10px;
		margin-top: 25px;
	}
	.secCmnForm .mailTxt .innerTit {
        font-size: 13px;
        line-height: 2.15;
        letter-spacing: 0px;
	}
    .secCmnFormBtn{
        font-size: 14px;
        width: 100%;
        height: 60px;
        margin: 30px auto 0;
        letter-spacing: 0px;
        padding-bottom: 1px;
        border-radius: 30px;
    }
    .secCmnFormBtn.back{
        width: 80%;
        background: #000;
    }
    .secFormTable .iconEye{
        position: absolute;
        top: calc(50% - 2px);
        transform: translateY(-50%);
        left: auto;
        right: 15px;
        cursor: pointer;
    }



    .secForm .btnFormBack {
        width: 80%;
        height: 50px;
        font-size: 13px;
        margin: 30px auto 0;
        border-radius: 48px;
    }
    .secFormTable .flexBox.ro{
        display: flow-root;
    }
    .secFormTable .spBox{
        margin-top: 10px;
    }
    .secForm .flexList {
        display: block;
    }
}
@media only screen and (max-width:350px){
    .secFormTable .btnZip {
        width: 85px;
        font-size: 11px;
        letter-spacing: 0;
        margin-top: 10px;
    }
    .secFormTable input[type="tel"]{
        width: 75px;
    }
    .secFormTable .spanTel{
        margin: 0 5px;
    }
    .secFormTable input[type="text"], .secFormTable input[type="tel"], .secFormTable input[type="email"], .secFormTable input[type="number"], .secFormTable input[type="password"], .secFormTable select, .secFormTable textarea {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/*================================================
    入力チェックマーク
================================================*/
/* .secForm .successCheck,
.secForm .successCheckTwo,
.secForm .successCheckThree,
.secForm .successCheckZip,
.secForm .successCheckList,
.secForm .successCheckPrivacy{
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin: 15px 1px 0 10px;
}
.secForm .successCheckList{
    position: absolute;
    top: 30px;
    right: 0;
    margin: 0;
}
.secForm .successCheckPrivacy{
    margin: -1px 0 0 10px;
}
.secForm .successCheck.flex,
.secForm .successCheckThree.flex,
.secForm .successCheckZip.flex{
    margin-top: 0;
}
.secForm .success + .successCheck,
.secForm .success +.success + .successCheckTwo,
.secForm .success + span +.success + span + .success + .successCheckThree,
.secForm .success + span + .success + .successCheckZip,
.secForm .checkList.check + .successCheckList,
.secForm .success + a + .successCheckPrivacy {
    background: url(../img/common/imgSuccess.gif) center top / cover no-repeat;
}
@media only screen and (max-width:767px){
    .secForm .successCheck,
    .secForm .successCheckTwo,
    .secForm .successCheckThree,
    .secForm .successCheckZip,
    .secForm .successCheckList,
    .secForm .successCheckPrivacy{
        width: 20px;
        height: 20px;
        margin: 10px 1px 0 5px;
    }
    .secForm .successCheckList{
        position: absolute;
        top: 18px;
        right: 0;
        margin: 0;
    }
    .secForm .successCheckPrivacy{
        margin: -1px 0 0 10px;
    }
    .secForm .successCheck.flexClear{
        margin-top: -10px;
    }
} */

/* secFormGuide */
/* .secFormGuide{
    position: fixed;
    bottom: 80px;
    right: calc(50% - 690px);
    font-size: 14px;
    line-height: 1.4;
    background: rgba(00,00,00,0.8);
    color: #fff;
    min-width: 180px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
.secFormGuide .num{
    color: #ffde00;
}
@media only screen and (max-width:767px){
    .secFormGuide{
        right: 4%;
        bottom: 20px;
        font-size: 13px;
    }
} */

/*================================================
    確認ページ
================================================*/
.secFormTable.co td{
    padding-left: 40px;
    font-size: 16px;
}
.titQuestionnaire {
    background: #eee;
    padding: 19px 0 17px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 20px;
}
.secForm #boxQuestionnaire.co {
    display: table;
}
.secForm #boxQuestionnaire.co .boxMore{
    display: table-row;
}
@media only screen and (max-width:767px){
    .secFormTable.co td{
        padding-left: 0;
        font-size: 13px;
    }
    .secFormTable.co td .bold{
        font-weight: bold;
    }
    .titQuestionnaire {
        padding: 13px 0 12px;
        font-size: 14px;
        letter-spacing: 0.5px;
        margin-top: 10px;
    }
}

/*================================================
    完了ページ
================================================*/
.secForm.ok .sendOk{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1;
    text-align: center;
}
.secForm.ok .txtNote{
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-top: 50px;
}
@media only screen and (max-width:767px){
    .secForm.ok .sendOk{
        font-size: 25px;
    }
    .secForm.ok .txtNote{
        font-size: 13px;
        text-align: left;
        margin-top: 30px;
    }
}



/* 幅・スペース指定　*/
.secFormTable .ml3 {margin-left: 3px;}
.secFormTable .ml10 {margin-left: 10px;}
.secFormTable .ml13 {margin-left: 13px;}
.secFormTable .ml20 {margin-left: 20px;}
.secFormTable .ml25 {margin-left: 25px;}
.secFormTable .mr2 {margin-right: 2px;}
.secFormTable .mr3 {margin-right: 3px;}
.secFormTable .mr5 {margin-right: 5px;}
.secFormTable .mr10 {margin-right: 10px;}
.secFormTable .mr12 {margin-right: 12px;}
.secFormTable .mr17 {margin-right: 13px;}
.secFormTable .mr25 {margin-right: 25px;}
.secFormTable .mr35 {margin-right: 35px;}
.secFormTable .mr40 {margin-right: 40px;}
.secFormTable .mt5 {margin-top: 5px;}
.secFormTable .mt12 {margin-top: 12px;}
.secFormTable .mt10 {margin-top: 10px;}
.secFormTable .mt20 {margin-top: 20px;}
.secFormTable .w114 {width: 114px;}
.secFormTable .w105 {width: 105px;}
.secFormTable .w80 {width: 80px;}
.secFormTable .w120 {width: 120px;}
.secFormTable .w150 {width: 150px;}
.secFormTable .w170 {width: 170px;}
.secFormTable .w180 {width: 180px;}
.secFormTable .w250 {width: 250px;}
.secFormTable .w200 {width: 200px;}
.secFormTable .w260 {width: 260px;}
.secFormTable .w180 {width: 180px;}
.secFormTable .w380 {width: 380px;}
.secFormTable .w500 {width: 500px;}
.secFormTable .w100p {width: 100%;}
.secFormTable .w100pCheck {width: calc(100% - 41px);}
@media only screen and (max-width:767px){

    .secFormTable .ml3 {margin-left: -3px;}
    .secFormTable .mls0 {margin-left: 0px;}
    .secFormTable .mls5 {margin-left: 5px;}
    .secFormTable .ws75 {width: 80px;}
    .secFormTable .ws85 {width: 80px;}
    .secFormTable .ws100 {width: 100px;}
    .secFormTable .ws120 {width: 120px;}
    .secFormTable .ws135 {width: 135px;}
    .secFormTable .ws170 {width: 170px;}
    .secFormTable .ws100p {width: 100%;}
    .secFormTable .ws100pCheck {width: calc(100% - 31px);}
    .secFormTable .mrs0 {margin-right: 0px;}
    .secFormTable .mrs5 {margin-right: 7px;}
    .secFormTable .mrs0 {margin-right: 0px;}
    .secFormTable .mrs18 {margin-right: 18px;}
    .secFormTable .mrs10 {margin-right: 6px;}
    .secFormTable .mts10 {margin-top: 10px;}
    .secFormTable .mts12 {margin-top: 12px;}
    .secFormTable .mts20 {margin-top: 20px!important;}
    .secFormTable .mbs10 {margin-bottom: 10px;}
}

/*================================================
    資料選択部分 ※資料以外は不要
================================================*/
.secFormCatalog{
    margin: 100px 0;
}
.secFormCatalog span{
    display: block;
}
.secFormCatalog .catalogList{
    width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.secFormCatalog .catalogItem{
    width: 48.4375%;
    margin-right: 3.125%;
    position: relative;
    border: solid 1px #000;
    background: #f5f5f5;
}
.secFormCatalog .catalogItem:nth-child(2n) {
    margin-right: 0;
}
.secFormCatalog .catalogItem:nth-child(n + 3) {
    margin-top: 40px;
}
.secFormCatalog .catalogItem input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: -1;
}
.secFormCatalog .catalogItem .item {
    transition: opacity 0.2s ease-out;
    cursor: pointer;
    height: 100%;
    padding-bottom: 124px;
}
.secFormCatalog .catalogItem .imgWrap{
    padding: 60px 35px 60px;
    background: #fff;
}
.secFormCatalog .catalogItem .imgBox {
    width: 100%;
    padding-top: 47.155%;
}
.secFormCatalog .catalogItem .txtWrap{
    padding: 20px 35px 0;
}
.secFormCatalog .catalogTit {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.8;
}
.secFormCatalog .catalogTxt {
    font-size: 15px;
    line-height: 2;
    margin-top: 10px;
}
.secFormCatalog .btnOff, .secFormCatalog .btnOn {
    width: 400px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    margin: 25px auto 0;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 200px);
    border-radius: 4px;
}
.secFormCatalog .btnOff{
    background: #f08b00;
}
.secFormCatalog .btnOn{
    background: #6eb92b;
}
.secFormCatalog input[type="checkbox"]:not(:checked) + .item .btnOn,
.secFormCatalog input[type="checkbox"]:checked + .item .btnOff{
    display: none;
}
@media only screen and (max-width:767px){
    .secFormCatalog{
        margin: 50px 0;
    }
    .secFormCatalog .catalogList{
        width: 84%;
        display: block;
    }
    .secFormCatalog .catalogItem{
        width: 100%;
        margin-right: 0;
    }
    .secFormCatalog .catalogItem:nth-child(n + 2),
    .secFormCatalog .catalogItem:nth-child(n + 3) {
        margin-top: 20px;
    }
    .secFormCatalog .catalogItem .item {
        padding-bottom: 20px;
    }
    .secFormCatalog .catalogItem .imgWrap{
        padding: 20px 15px;
    }
    .secFormCatalog .catalogItem .txtWrap{
        padding: 15px 15px 0;
    }
    .secFormCatalog .catalogTit {
        font-size: 14px;
        letter-spacing: 0.5;
        line-height: 1.5;
    }
    .secFormCatalog .catalogTxt {
        font-size: 12px;
        line-height: 1.35;
        margin-top: 5px;
    }
    .secFormCatalog .btnOff, .secFormCatalog .btnOn {
        width: 200px;
        height: 40px;
        font-size: 12px;
        letter-spacing: 0.5px;
        margin-top: 15px;
        max-width: 100%;
        position: static;
    }
}

/*================================================
    マイページ部分
================================================*/
.secMypageMenu{
    width: 880px;
    margin: 65px auto 0;
}
.secMypageMenu.space{
    margin-bottom: 70px;
}
.secMypageMenu .list{
    display: flex;
    justify-content: space-between;
}
.secMypageMenu .item{
    width: 270px;
}
.secMypageMenu .itemLink{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 2px solid #000;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000;
}
.secMypageMenu .itemLink.on{
    pointer-events: none;
    border: 2px solid #e02321;
    color: #e02321;
    position: relative;
}
.secMypageMenu .itemLink.on::after{
    position: absolute;
    content: "";
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 13px solid #e02321;
    border-bottom: 0;
}
@media only screen and (max-width:767px){
    .secMypageMenu{
        width: 92%;
        margin: 50px auto 0;
    }
    .secMypageMenu.space{
        margin-bottom: 55px;
    }
    .secMypageMenu .item{
        width: 30.5%;
        text-align: center;
    }
    .secMypageMenu .itemLink{
        height: 66px;
        font-size: 13px;
        line-height: 1.3;
        letter-spacing: 0.5px;
    }
}
.secMypageTit{
    text-align: center;
    margin: 70px auto;
}
.secMypageTit .mainTit{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}
.secMypageTit .mainTit .strong{
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: bold;
}
.secMypageTit .txtSub{
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
}
@media only screen and (max-width:767px){
    .secMypageTit{
        margin: 55px auto 0;
    }
    .secMypageTit .mainTit{
        font-size: 15px;
    }
    .secMypageTit .mainTit .strong{
        font-size: 20px;
        letter-spacing: 1px;
    }
    .secMypageTit .txtSub{
        margin-top: 20px;
        font-size: 13px;
        line-height: 1.5;
    }
}
.txtRest{
    text-align: center;
    margin-top: 30px;
}
.txtRest .linkRest{
    color: #006699;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
    .txtRest{
        margin-top: 20px;
    }
    .txtRest .linkRest{
        font-size: 12px;
    }
}
.secLeave{
    text-align: center;
}
.secLeave textarea{
    width: 800px;
    height: 200px;
    border: 1px solid #CCC;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 20px;
    font-family: inherit;
}
.secLeave .secCmnFormBtn{
    background: #000;
}
@media only screen and (max-width:767px){
    .secLeave{
        width: 92%;
        margin: 0 auto;
    }
    .secLeave textarea{
        width: 100%;
        height: 200px;
        padding: 15px;
    }
    .secLeave textarea::placeholder{
        font-size: 13px;
    }
    .secLeave .secCmnFormBtn{
        width: 80%;
    }
}

/*================================================
    フォーム送信時の多重クリック防止対策
================================================*/
.jsBtnParent .msgWrap{
	margin: 50px auto 0;
}
.jsBtnParent .msgWrap .msgSending{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
    width: 550px;
    height: 100px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.75px;
	color: #fff;
	background: #666;
	text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width:767px){
	.jsBtnParent .msgWrap{
		margin: 30px auto 0;
	}
    .jsBtnParent .msgWrap .msgSending{
        width: 100%;
        font-size: 14px;
        height: 70px;
    }
}



/* ---------------------------------------------------------
    co
--------------------------------------------------------- */

.formTopTxt{
    font-size:16px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 40px;
    font-weight: 700;
}
.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!important;
    font-size: 0!important;
}
@media only screen and (max-width:767px){
    .co .secFormTit {
        border: none;
    }
    .formTopTxt{
        font-size:14px;
        line-height: 1.5;
        padding: 20px 0;
    }
}

/* ---------------------------------------------------------
    ok
--------------------------------------------------------- */
.formTxt{
    font-size:20px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 40px;
    font-weight: 700;
}
.ok .secCmnDetailsTit::before {
    z-index: 0;
    height: 890px;
}

@media only screen and (max-width:767px){
    .ok .secFormTit {
        border: none;
    }
    .formTxt{
        font-size:14px;
        line-height: 1.5;
        padding: 20px 0;
    }
    .ok .secCmnDetailsTit::before {
        z-index: 0;
        height: 357px;
    }
}


.secFormTable .selectbox{
    display: inline-block;
    position: relative;
}
.secFormTable .selectbox::after{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: calc(50% - 3.5px);
    right: 20px;
    background: #222222;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media only screen and (max-width:767px){
    .secFormTable .selectbox::after{
        right: 11px;
    }
}