@charset "utf-8";
:root {
    --pcLetterSpacing40_100: 0.1em;
}
/* placeholderの色指定 */
::placeholder{
    color: rgba(47, 51, 52, 0.302);
    font-weight: bold;
}
select:invalid {
    color: rgba(47, 51, 52, 0.302);
}
/*==============================
isHideHeader_form
==============================*/
body.isHideHeader_form  #header{
    top: -30rem!important;
}
@media only screen and (max-width:1215px){
    .cmnHeaderTop,
    #fNav,#btnNavi{
        transition: all 0.4s ease-out;
    }
    body.isHideHeader_form .cmnHeaderTop,
    body.isHideHeader_form #btnNavi{
        top: -10rem;
    }
    body.isHideHeader_form  #fNav{
        bottom: -10rem;
    }
    body.isHideHeader_form #pageTop.isShow {
        opacity: 0;
        pointer-events: 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: 8rem 0;
    background: linear-gradient(to bottom, #f8f6f2 60rem, #ffffff 60rem);
    z-index: 3;
}
.secCmnForm .secFormWrap{
    width: calc(100% - 4rem);
    max-width: 120rem;
    margin: 4.2rem auto 0;
    background: #fff;
    padding: 5rem 10rem 7rem;
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0.8rem;
    z-index: 2;
    position: relative;
}
.secCmnForm .secForm {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
}
@media only screen and (max-width:1215px){
    .secCmnForm{
        padding: 4rem 0;
        background: linear-gradient(to bottom, #f8f6f2 40rem, #ffffff 40rem);
    }
    .secCmnForm .secFormWrap{
        width: 100%;
        margin: 3rem auto 0;
        padding: 0 4%;
        box-shadow: 0px -6px 7px -6px rgba(0, 0, 0, 0.1);
        border-radius: 0.8rem 0.8rem 0 0;
    }
    .secCmnForm .secForm {
        width: 100%;
        padding: 0 0 0;
    }
}

/*==============================
    secFormTit
==============================*/
.secFormTit{
    margin: 0 auto 0;
}
.secFormTit .cmnImgIcon{
    width: 4rem;
    margin: 0 auto;
}
.secFormTit .formMainTit{
    text-align: center;
    font-size: var(--pcFontSize40);
    font-weight: bold;
    position: relative;
    margin-top: 3rem;
    letter-spacing: var(--pcLetterSpacing40_100);
}
.secFormTit .formTxtNote{
    margin-top: 1.8rem;
    text-align: center;
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
}
.secFormTit .secFormStep{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.secFormTit.co .secFormStep{
    margin-top: 60px;
}
.secFormTit .formStepItem{
    text-align: center;
    width: 250px;
    height: 60px;
    line-height: 58px;
    border: 1px solid #232d36;
    background: #fff;
    margin-right: 25px;
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
}
.secFormTit .formStepItem:last-child{
    margin-right: 0;
}
.secFormTit .formStepItem.active{
    background: #232d36;
    color: #fff;
}
.secFormTit .formStepItem::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #232d36;
    border-right: 0;
}
.secFormTit .formStepItem:last-child::after{
    display: none;
}
.secFormTit .txtCo{
    font-size: 14px;
    text-align: center;
    margin-top: 50px;
    letter-spacing: 0.5px;
}
@media only screen and (max-width:1215px){
    .secFormTit{
        width: 92%;
        margin: 0 auto 0;
    }
    .secFormTit .cmnImgIcon {
        width: 2.4rem;
        margin: 0 auto;
    }
    .secFormTit .formMainTit{
        font-size: var(--spFontSize22);
        letter-spacing: 0;
        padding-bottom: 1rem;
        margin-top: 1.5rem;
    }
    .secFormTit .formTxtNote{
        font-size: var(--spFontSize12);
        padding: 0 0;
        margin-top: 0;
        line-height: var(--spLineHeight12_23);
    }
    .secFormTit .secFormStep{
        margin: 30px auto 0;
        max-width: 345px;
        justify-content: space-between;
    }
    .secFormTit.co .secFormStep{
        margin-top: 35px;
    }
    .secFormTit .formStepItem{
        text-align: center;
        width: 30%;
        height: 45px;
        line-height: 43px;
        margin-right: 0;
        font-size: 12px;
        letter-spacing: 0;
    }
    .secFormTit .formStepItem::after{
        right: -15px;
        border-style: solid;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 9px solid #232d36;
        border-right: 0;
    }
    .secFormTit .txtCo{
        font-size: 12px;
        margin-top: 30px;
        line-height: 1.8;
        letter-spacing: 0.5px;
    }
}
@media only screen and (max-width:350px){
    .secFormTit .formStepItem{
        font-size: 11px;
    }
}

/*==============================
    secFormTable
==============================*/
.secFormTable{
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    position: relative;
}
.secFormTable:before{
    content: "";
    background-image: repeating-linear-gradient(90deg, var(--borderColorGrey), var(--borderColorGrey) 1px, transparent 1px, transparent 4px), repeating-linear-gradient(180deg, var(--borderColorGrey), var(--borderColorGrey) 1px, transparent 1px, transparent 4px), repeating-linear-gradient(90deg, var(--borderColorGrey), var(--borderColorGrey) 1px, transparent 1px, transparent 4px), repeating-linear-gradient(180deg, var(--borderColorGrey), var(--borderColorGrey) 1px, transparent 1px, transparent 4px);
    background-position: left top, right top, left bottom, left top;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
.secFormTable::after{
    content: "";
    background-image: repeating-linear-gradient(90deg, var(--borderColorGrey), var(--borderColorGrey) 1px, transparent 1px, transparent 4px), repeating-linear-gradient(180deg, var(--borderColorGrey), var(--borderColorGrey) 1px, transparent 1px, transparent 4px), repeating-linear-gradient(90deg, var(--borderColorGrey), var(--borderColorGrey) 1px, transparent 1px, transparent 4px), repeating-linear-gradient(180deg, var(--borderColorGrey), var(--borderColorGrey) 1px, transparent 1px, transparent 4px);
    background-position: left top, right top, left bottom, left top;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    position: absolute;
    bottom: -3.5rem;
    left: 0;
    width: 100%;
    height: 1px;
}
/* .secFormTable.last{
    border-bottom: solid 1px #e6e6e6;
} */
.secFormTable a{
    text-decoration: underline;
}
.secFormTable th,
.secFormTable td {
	letter-spacing: 0.1rem;
	vertical-align: top;
	line-height: 1.5;
    display: block;
    font-weight: bold;
}
.secForm td.hide .formError{
    display: none !important;
}
.secFormTable td.boxPass{
    position: relative;
}
.secFormTable th {
	width: 100%;
	position: relative;
	line-height: 1.8;
    font-size: var(--pcFontSize15);
    padding: 3rem 0 0;
    display: inline-flex;
    align-items: center;
}
.secCmnForm  .txtMust,
.secCmnForm  .txtAny{
    color: #fff;
    width: 4rem;
    height: 2.3rem;
    display: inline-flex;
    background: var(--formTagRed);
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize12);
    margin-right: 1.2rem;
}
.secCmnForm  .txtAny{
    background: var(--formTagGray);
}
.secFormTable td {
    width: 100%;
	vertical-align: middle;
    position: relative;
    font-size: var(--pcFontSize15);
}
.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: 5.6rem;
    border: solid 1px var(--borderColorLightGrey);
    font-size: var(--pcFontSize15);
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    font-family: inherit;
    border-radius: 5px;
}
.secFormTable textarea {
    width: 100%;
    height: 18.5rem;
    padding: 1.5rem 2rem;
    text-align: left;
    line-height:var(--pcLineHeight15_28);
    margin-top: 1.5rem;
    resize: none;
}
.secFormTable textarea::placeholder {
    font-weight: bold;
}
.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: #fffef7;
    border: solid 1px #cd2929;
}
.secFormTable input[type="checkbox"],
.secFormTable input[type="radio"] {
    width: 2.4rem;
    height: 2.4rem;
    cursor: pointer;
    visibility: hidden;
    position: absolute;
    margin: 0;
}
.secFormTable .txtCheck{
    display: inline-flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 3rem;
    position: relative;
}
.secFormTable .txtRadio {
    display: inline-flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 3rem;
    position: relative;
}
.secFormTable .txtCheck::before{
    content: "";
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.5rem;
    background: #fff;
    margin-right: 0.8rem;
    border: 0.1rem solid var(--borderColorLightGrey);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.secFormTable input[type="checkbox"]:checked + .txtCheck::before{
    border: none;
    background: url(../img/common/iconCheckbox.png) var(--greenColor) center center / 1.2rem auto no-repeat;
}
.secFormTable .txtRadio::before {
    content: "";
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: #fff;
    margin-right: 0.8rem;
    border: 0.1rem solid var(--borderColorLightGrey);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.secFormTable input[type="radio"]:checked + .txtRadio::after {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    z-index: 2;
}
.secFormTable .txtItem{
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    position: relative;
}
.secFormTable .txtItem .spanPrice{
    margin: 0 1rem;
}
.secFormTable .flexBox{
    font-size: 16px;
    display: flex;
    align-items: center;
}
.secFormTable .spanTel{
    margin: 0 1rem;
}
.secFormTable .boxZip.flex {
    display: flex;
    align-items: center;
}
.secFormTable .boxZip{
    margin-top: 1.5rem;
}
.secFormTable .boxZip.top{
    margin-top: 0;
}
.secFormTable .btnZip {
    width: 15rem;
    height: 4rem;
    background: #000;
    border-radius: 2rem;
    font-size: var(--pcFontSize14);
    line-height: 40px;
    letter-spacing: var(--pcLetterSpacing14_100);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #fff;
}
.secFormTable .boxZip .boxZipInner input,
.secFormTable .boxZip .boxZipInner select {
    
}
.secFormTable .boxZip .boxZipInner:last-child{
    width: calc(100% - 21rem);
    margin-left: 1rem;
}
.secFormTable .boxZip .boxZipInner input{
    width: 100%;
}
.secFormTable .checkList{
    width: 100%;
}
.secFormTable .spFlex{
    width: 100%;
}
.secFormTable .checkList .checkItem,
.secFormTable .radioList .radioItem{
    margin-top: 1.5rem;
}
.secFormTable .checkList.flexList{
    display: flex;
    flex-wrap: wrap;
}
.secFormTable .checkList.flexList .checkItem{
    width: 30rem;
}
.secFormTable .checkList.flexList .checkItem.w200{
    width: 20rem;
}
.secFormTable .checkList.flexList .checkItem.w100p{
    width: 100%;
}
.secFormTable .checkList.flexList.boxProperty .checkItem{
    width: auto;
    margin-right: 3rem;
}
.secFormTable .checkList.flexList.boxProperty .checkItem:last-child{
    margin-right: 0px;
}
.secFormTable .checkList .labelItem{
    display: flex;
}
.secFormTable .checkList .labelItem .others{
    width: 100%;
}
.secFormTable .checkList .labelItem input{
    margin: 0.1rem 1rem 0 0;
    flex-shrink: 0;
}
.secFormTable .radioList{
    width: 100%;
}
.secFormTable .radioList.flexList{
    display: flex;
    flex-wrap: wrap;
}
.secFormTable .radioList.flexList .radioItem{
    margin-right: 3rem;
}
.secFormTable .zipBtn{
    margin-left: 0.5rem;
    width: 11rem;
    height: 4rem;
    background: var(--zipBtn);
    border-radius: 5rem;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: var(--pcFontSize12);
}
.secFormTable td .label03{
    font-size :var(--pcFontSize16);
}
.secFormTable td .checkPrivacy{
    margin:-0.2rem 1rem 0 0;
}
.secFormTable .titNote,
.secFormTable .txtNote {
    font-size: var(--pcFontSize12);
    font-weight: 400;
}
.secFormTable .txtNote {
    margin-top: 1.5rem;
}
.secFormTable .txtNote.privacy{
    margin-top: 1rem;
}
.secFormTable .titNote {
    margin: 0 1rem 0.1rem;
}
.secFormTable .txtError,
.secForm .txtError,
.secFormCalendar .txtError {
	color: #f00;
	font-size: var(--pcFontSize12);
	background: url(../img/common/iconError.png) left top no-repeat;
	background-size: 1.4rem;
	padding: 0 0 0 1.7rem;
	margin-top: 1rem;
	line-height: 1.4rem;
}
.secFormCalendar .txtError {
	margin-bottom: 1rem;
}
.secFormTable .borderNone{
    border: none!important;
}
.secCmnForm .mailTxt{
	text-align: left;
}
.secCmnForm .mailTxt .innerTxt{
	font-size:var(--pcFontSize13);
	line-height:var(--pcLineHeight13_28);
    padding: 0 9rem;
}
.secCmnForm .secCmnFormBtn{
    margin: 3rem auto 2.5rem;
    width: 64rem;
    height: 10.5rem;
    font-size: var(--pcFontSize24);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secCmnForm .secCmnFormBtn.btnSendCo{
    margin-top: 6.5rem;
}
.secCmnFormBtn.back{
    width: 35rem;
    background: #000;
    color: #fff;
    border-radius: 5rem;
}
.secFormTable .iconEye {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    cursor: pointer;
    display: flex;
}
.secFormTable select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 3rem;
}
.secFormTable .selectbox {
    position: relative;
    display: inline;
    width: 100%;
}
.secFormTable .selectbox::after {
    content: "";
    position: absolute;
    width: 0.7rem;
    height: 0.6rem;
    background-color: var(--textColor);
    top: calc(50% - 0.3rem);
    right: 2rem;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.secFormTable .customSelect  {
    color: rgba(47, 51, 52, 0.302); /* プレースホルダー風の色 */
}
.secFormTable .customSelect option {
    color: var(--textColor); /* 通常の選択肢は黒 */
}

/* ユーザーが選択したら色を変更 */
.secFormTable .customSelect:valid {
    color: var(--textColor);
}
.secFormTable .txtZip {
    font-size: var(--pcFontSize12);
    margin-top: 1.5rem;
}

@media only screen and (max-width:1215px){
    .secFormTable{
        padding-top: 0.5rem;
    }
    .secFormTable,
	.secFormTable tbody,
	.secFormTable tr,
	.secFormTable th,
	.secFormTable td {
		display: block;
	}
    .secFormTable th,
    .secFormTable td {
        letter-spacing: 0;
        font-size:var(--spFontSize13);
        padding: 0;
    }
    .secFormTable::before{
        display: none;
    }
    .secFormTable .txtCheck::before {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 0.7rem;
        top: -4px;
        border-radius: 0.3rem;
    }
    .secFormTable .txtRadio::before {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 0.7rem;
        top: -0.4rem;
    }
    .secFormTable th {
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 0;
        margin-top: 2rem;
    }
    .secCmnForm  .txtMust{
        width: 3.2rem;
        height: 2rem;
        font-size: var(--spFontSize11);
        margin-right: 0.6rem;
        flex-shrink: 0;
    }
    .secCmnForm .txtMust, .secCmnForm .txtAny {
        width: 3.2rem;
        height: 2rem;
        font-size: var(--spFontSize11);
        margin-right: 0.6rem;
        flex-shrink: 0;
    }
    .secFormTable input[type="radio"]:checked + .txtRadio::after {
        width: 1rem;
        height: 1rem;
        top: 0.4rem;
        left: 0.8rem;
    }
    .secFormTable .checkList .checkItem, 
    .secFormTable .radioList .radioItem {
        margin-top: 1.5rem;
    }
    .secFormTable .radioList .radioItem {
        margin-top: 1.5rem;
    }
    .secFormTable .radioList .radioItem:nth-child(n+4){
        margin-top: 1.7rem;
    }
    .secFormTable td {
        width: 100%;
        vertical-align: top;
    }
    .secFormTable td.maxTd{
        max-width: 34.5rem;
    }
    .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: 4.3rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: var(--spFontSize16);
    }
    .secFormTable textarea {
        height: 15rem;
        padding: 1.5rem;
        margin-top: 1rem;
        line-height: var(--spLineHeight13_22);
        font-size: var(--spFontSize13);
    }
    .secFormTable input::placeholder,
    .secFormTable select::placeholder{
        font-size: var(--spFontSize13);
    }
    .secFormTable input.nameInput{
        width: 100%;
    }
    .secFormTable .flexBox{
        font-size: var(--spFontSize14);
        flex-wrap: wrap;
    }
    .secFormTable .spanTel{
        margin: 0 0.8rem;
    }
    .secFormTable .boxZip{
        margin-top: 1rem;
        font-size: var(--spFontSize13);
    }
    .secFormTable .boxZip.top{
        display: flex;
        flex-wrap: wrap;
    }
    .secFormTable .boxZip .boxZipInner:last-child {
        margin-left: 0;
        width: 100%;
    }
    .secFormTable .boxZip .boxZipInner input,
    .secFormTable .boxZip .boxZipInner select {
        margin-left: 0;
        margin-right: 0;
    }
    .secFormTable .checkList .checkItem:nth-child(n + 2){
        margin-top: 1.5rem;
    }
    .secFormTable .checkList .labelItem{
        font-size: var(--spFontSize13);
    }
    .secFormTable .checkList .labelItem .others{
        display: block;
        margin-top: 0;
        margin-left: 0;
        font-size: var(--pcFontSize16);
        width: 100%;
    }
    .secFormTable .checkList .labelItem input{
        margin-right: 0.8rem;
        margin-top: 0.1rem;
    }
    .secFormTable td .label03{
        font-size :var(--spFontSize13);
    }
    .secFormTable .titNote,
    .secFormTable .txtNote {
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_18);
    }
    .secFormTable .txtNote {
        margin-top: 1rem;
    }
    .secFormTable .titNote {
        margin: 0;
        width: 100%;
    }
    .secCmnForm .mailTxt .innerTxt{
        font-size:var(--spFontSize11);
        line-height:var(--spLineHeight11_20);
        padding: 0;
    }
	.secCmnForm .mailTxt {
		margin-top:0;
	}
	.secCmnForm .mailTxt .innerTit {
		font-size: var(--spFontSize12);
	}
    .secCmnFormBtn{
        font-size: var(--spFontSize14);
        width: 100%;
        height: 6rem;
        margin: 3rem auto 0;
        letter-spacing: 0.1rem;
        padding-bottom: 0.1rem;
        border-radius: 0.5rem;
    }
    .secCmnFormBtn.back{
        width: 80%;
        background: #000;
    }
    .secFormTable .iconEye{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: auto;
        right: 1rem;
        cursor: pointer;
    }
    .secFormTable .iconEye img{
        width: 1.9rem;
    }
    .secFormTable .radioList.flexList .radioItem {
        margin-right: 0;
        width: 30%;
    }
    .secFormTable .radioList.flexList .radioItem.ws40p {
        width: 40%;
    }
    .secFormTable .txtItem {
        margin-top: 0.5rem;
    }
    .secFormTable .boxAddress .boxZip.flex {
        display: block;
    }
    .secCmnForm .secCmnFormBtn {
        margin: 3rem auto;
        width: 100%;
        height: 7.5rem;
        font-size: var(--spFontSize16);
        padding: 0;
        border-radius: 5rem;
    }
    .secFormTable .txtZip{
        font-size: var(--spFontSize10);
        margin-top: 1rem;
    }
    .secFormTable .selectbox {
        width: 100%;
    }
    .secFormTable .selectbox::after {
        right: 1.5rem;
    }
    .secFormTable .checkList.boxTrigger .checkItem{
        width: 50%;
    }
    .secFormTable .checkList.flexList.boxProperty .checkItem{
        margin-right: 0;
        width: 50%;
    }
    .secFormTable .checkList.flexList.spw50 .checkItem{
        width: 50%;
        margin-right: 0;
    }
}
@media only screen and (max-width:350px){
    .secFormTable .btnZip {
        width: 8.5rem;
        font-size: 1.1rem;
        letter-spacing: 0;
        margin-top: 1rem;
    }
    .secFormTable .spanTel{
        margin: 0 0.5rem;
    }
}

/*================================================
    確認ページ
================================================*/
.secFormTit.co {
    margin: 0 auto 8rem;
}
.secFormTable.co td {
    font-weight: normal;
}
@media only screen and (max-width:1215px){
    .secFormTit.co {
        margin: 0 auto 4rem;
    } 
    .secFormTit.co .formMainTit{
        line-height: var(--spLineHeight22_33);
    } 
}

/*================================================
    完了ページ
================================================*/
.secForm.ok .sendOk{
    font-size: var(--pcFontSize30);
    font-weight: bold;
    letter-spacing: 1;
    text-align: center;
}
.secForm.ok .txtNote{
    font-size: var(--pcFontSize16);
    line-height: 1.8;
    text-align: center;
    margin-top: 5rem;
}
@media only screen and (max-width:1215px){
    .secForm.ok .sendOk{
        font-size: var(--spFontSize24);
    }
    .secForm.ok .txtNote{
        font-size: var(--spFontSize13);
        text-align: left;
        margin-top: 3rem;
    }
    .secCmnForm .secFormWrap.ok{
        padding: 3rem 4%;
    }
    .secForm.ok .secCmnFormBtn{
        margin: 3rem auto 0;
    }
}

/* 幅・スペース指定　*/
.secFormTable .ml10 {margin-left: 1rem;}
.secFormTable .ml20 {margin-left: 2rem;}
.secFormTable .mr5 {margin-right: 0.5rem;}
.secFormTable .mr10 {margin-right: 1rem;}
.secFormTable .mr20 {margin-right: 2rem;}
.secFormTable .mr40 {margin-right: 4rem;}
.secFormTable .mt5 {margin-top: 0.5rem;}
.secFormTable .mt12 {margin-top: 1.2rem;}
.secFormTable .mt10 {margin-top: 1rem;}
.secFormTable .mt20 {margin-top: 2rem;}
.secFormTable .w95 {width: 9.5rem;}
.secFormTable .w105 {width: 10.5rem;}
.secFormTable .w120 {width: 12rem;}
.secFormTable .w150 {width: 15rem;}
.secFormTable .w170 {width: 17rem;}
.secFormTable .w180 {width: 18rem;}
.secFormTable .w250 {width: 25rem;}
.secFormTable .w200 {width: 20rem;}
.secFormTable .w260 {width: 26rem;}
.secFormTable .w180 {width: 18rem;}
.secFormTable .w300 {width: 30rem;}
.secFormTable .w360 {width: 36rem;}
.secFormTable .w500 {width: 50rem;}
.secFormTable .w100p {width: 100%;}
.secFormTable .w100pCheck {width: calc(100% - 4.1rem);}
@media only screen and (max-width:1215px){
    .secFormTable .ws75 {width: 7.5rem;}
    .secFormTable .ws85 {width: 8.5rem;}
    .secFormTable .ws100 {width: 10rem;}
    .secFormTable .ws150 {width: 15rem;}
    .secFormTable .ws170 {width: 17rem;}
    .secFormTable .ws40p {width: 40%;}
    .secFormTable .ws4725p {width: 47.25%;}
    .secFormTable .ws100p {width: 100%;}
    .secFormTable .ws100pCheck {width: calc(100% - 3.1rem);}
    .secFormTable .ws100pCheck2 {width: calc(100% - 6.2rem);}
    .secFormTable .mrs0 {margin-right: 0px;}
    .secFormTable .mrs5 {margin-right: 0.5rem;}
    .secFormTable .mrs18 {margin-right: 1.8rem;}
    .secFormTable .mrs10 {margin-right: 1rem;}
    .secFormTable .mts5 {margin-top: 0.5rem;}
    .secFormTable .mts10 {margin-top: 1rem;}
    .secFormTable .mts20 {margin-top: 2rem!important;}
    .secFormTable .mbs10 {margin-bottom: 1rem;}
}

/*================================================
    フォーム送信時の多重クリック防止対策
================================================*/
.jsBtnParent .msgWrap{
	margin: 5rem 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: 55rem;
    height: 10rem;
	font-size: var(--pcFontSize20);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: var(--pcLetterSpacing20_75);
	color: #fff;
	background: #666;
	text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width:1215px){
	.jsBtnParent .msgWrap{
		margin: 3rem auto 0;
	}
    .jsBtnParent .msgWrap .msgSending{
        width: 100%;
        font-size: var(--spFontSize14);
        height: 7rem;
    }
}

/*==============================
    boxPersonal
==============================*/
.secCmnForm .boxPersonal{
    width: 100%;
    height: 19.5rem;
    background:  var(--bgColor);
    margin-top: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.secCmnForm .boxPersonal::before,
.secCmnForm .boxPersonal::after{
    display: none;
}
.secCmnForm .boxPersonal .privacy{
    margin-top: 3rem;
    text-align: center;
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
}
.secCmnForm .boxPersonal .checkList{
    width: auto;
}
.secCmnForm .boxPersonal .txtCheck{
    margin: 0 auto;
    text-align: center;
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_23);
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    .secCmnForm .boxPersonal .privacy {
        margin-top: 0;
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
    }
    .secCmnForm .boxPersonal .txtCheck {
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
    }
    .secCmnForm .boxPersonal {
        width: 100%;
        height: auto;
        background:  var(--bgColor);
        margin-top: 6.5rem;
        padding: 2rem;
    }
}
/*==============================
    header
==============================*/
#header.formContact{
}
/*==============================
    footer
==============================*/
#footer.formContact{
    margin: 0 auto 8rem;
    font-size: var(--pcFontSize12);
    text-align: center;
}
@media only screen and (max-width:1215px){
    #footer.formContact{
        margin: 0 auto 5rem;
        font-size: var(--spFontSize10);
    }
}

/* .secFormTable .txtError{
    display: none;
} */

/*==============================
    カレンダー
==============================*/
/* 定休日や無効な時間 クリックできない、透明度 50%*/
.xdsoft_disabled {
    pointer-events: none;
    opacity: 0.5; 
}
/* 今日の日付 クリックできない、透明度 50%*/
.xdsoft_today {
    pointer-events: none;
    opacity: 0.5; 
}
.secCmnForm tr.calendar span{
    flex-shrink: 0;
}

/*==============================
    searchContact
==============================*/
.searchContact #header{
    height: auto;
}
.searchContact .cmnHeaderTop {
    background-color: #fff;
    border: solid 0.1rem var(--borderColor);
    display: flex;
}