@media screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 751px) {
    .sp {
        display: none !important;
    }
}
body{
    font-family: "Noto Sans JP", sans-serif;
}

button:disabled:hover{
    background: #999999 !important;
}
button:hover{
    background-color: #F66700 !important;
}
.btnRegister:hover{
    background-color: #F66700 !important;
}
html,body{
    background-color: #F3F9F9;
    height: 100%;
}
footer.form-footer {
    height: 0 !important;
}
@media screen and (max-width: 750px) {
    footer {
        padding-bottom: 0px;
    }
}
label.error{
    color: #e42e2e;
    margin-left: 16px;
}
.form-layout{
    background-color: #f3f9f9;
}
.box1{
    width: 86%;
    height: 80%;
    margin: 0 auto;
    background-color: #fff;
    max-width: 1240px;
}
@media screen and (max-width: 750px) {
    .box1{
        width: 100%;
        height: 100%;
    }
}
.main{
    margin-left: 2% !important;
    margin-right: 0;
    width: 74% !important;
}
.main.seminarMain{
    margin: 0 auto !important;
}
.main2{
    width: 100% !important;
    padding-bottom: 32px;
}
.formBox3{
    width: 80%;
    margin: 0 auto;
}
.greyBox{
    width: 80%;
    height: 43px;
    background-color: #F3F3F3;
    color: #222;
    padding-left: 16px;
    margin: 32px auto 16px;
    align-items: center;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 750px) {
    .main{
        width: 94% !important;
        margin: 0 auto !important;
    }
    .greyBox{
        width: 94%;
        margin: 24px auto 24px;
        padding: 8px 16px 8px 16px;
        height: 63px;
        font-weight: 500;
        font-size: 16px;
    }
    .formBox3{
        width: 94%;
    }
}
.formHead{
    background-color: #e2f0ef;
    border-left: 6px solid #0e5645;
    font-size: 24px;
    line-height: 1.45;
    padding: 17px 16px 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
}
.boxHeadTitle{
    border-left: 6px solid #0e5645;
    line-height: 1;
    padding: 17px 16px 16px;
    color: #0e5645;
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
    .boxHeadTitle{
        border-left: 0px solid #0e5645;
        border-bottom: 2px solid #0e5645;
        margin-top: 0px;
        padding: 1px 0px 8px;
    }
}
@media screen and (max-width: 750px) {
    .section-separate{
        margin: 0 !important;
    }
    .btnRegister{
        margin: 0;
    }
    .commonBlueBtn{
        position: static !important;
        margin-bottom: 0px !important;
        padding: 0px !important;
        width: 100%;
        height: 60px;
    }
    .main button:disabled{
        background-color: #999999;
        border: 1px solid #999999 !important;
    }
    .section-separate{
        width: 100%;
    }
    .form_box2{
        margin-bottom: 0px !important;
    }
}

.flexbox{
    display: flex;
}

.serchPost{
    background-color: #fff;
    border: 2px solid #1c7e67;
    border-radius: 50px;
    height: 40px;
    margin-top: 10px;
    margin-left: 40px;
    padding-top: 5px;
}
@media screen and (max-width: 1200px) {
    .serchPost{
        width: 40%;
    }
}
@media screen and (max-width: 1100px) {
    .serchPost{
        margin-left: 20px;
    }
}
@media screen and (max-width: 750px) {
    .serchPost{
        width: 30% !important;
    }
}
@media screen and (max-width: 640px) {
    .serchPost{
        width: 35% !important;
    }
}
@media screen and (max-width: 560px) {
    .serchPost{
        width: 40% !important;
    }
}
@media screen and (max-width: 475px) {
    .serchPost{
        width: 45% !important;
    }
}
@media screen and (max-width: 425px) {
    .serchPost{
        width: 50% !important;
    }
}
@media screen and (max-width: 380px) {
    .serchPost{
        width: 55% !important;
    }
}
.hrefPost{
    text-decoration: none;
    color: #1c7e67 !important;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 0px 0px 10px;
}
@media screen and (max-width: 1200px) {
    .hrefPost{
        font-size: 12px;
    }
}
@media screen and (max-width: 1100px) {
    .hrefPost{
        font-size: 10px;
    }
}
.plefImg{
    padding-right: 12px;
    padding-top: 2px;
}
@media screen and (max-width: 1200px) {
    .plefImg{
        padding-right: 0px;
    }
}
@media screen and (max-width: 1100px) {
    .plefImg{
        width: 10%;
        padding-top: 4px;
    }
}
@media screen and (max-width: 750px) {
    .serchPost{
        margin-left: -45px !important;
        width: 50%;
        height: 37px;
        margin-top: 5px;
    }
    .hrefPost{
        font-size: 13px;
    }
    .plefImg{
        padding-top: 2px;
    }
}

/* table */
.tableLayout{
    border: 1px solid #999999;
    margin-bottom: 50px;
    border-collapse:collapse;
    width: 100%;
}
.tableLayout th{
    background-color: #e2f0ef;
    border: 1px solid #999999;
    border-right: none;
    width: 20%;
    text-align: left;
    vertical-align: top;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px !important;
}
.tableLayout td{
    border: 1px solid #999999;
    border-left: none;
    padding-bottom: 4px;
}
.tableLayout tr{
    height: 80;
}
@media screen and (max-width: 750px) {
    .tableLayout{
        border: none;
    }
    .tableLayout th,
    .tableLayout td{
        width: 100%;
        display:block;
        border: none;
        background-color: #fff;
        padding-bottom: 0px;
    }
    .tableLayout td{
        padding-top: 0px;
    }
    .tableLayout th{
        padding-left: 0px;
        padding-top: 24px;
    }
    .tableLayout th span{
        font-size: 15px;
        font-weight: 500;
    }

    .tableLayout2 td{
        width: auto;
        /* display:block; */
        display: table-cell;
        border: none;
        background-color: #fff;
        padding-bottom: 0px;
        min-height: 42px;
    }
    .tableLayout2 td{
        padding-top: 0px;
    }

    .table1 td{
        width: 100%;
    }
    .table1{
        margin: 0px 0px 0px 0px !important;
    }
    .table1 li {
        padding-top: 8px;
    }
    .list_flex2{
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
    }
    .list_flex2 li {
        width: calc(50% - 10px);
    }
}

.firstTd{
    background-color: #E2F0EF !important;
    width: 30% !important;
}

.tableLayout2{
    border: 1px solid #999999;
    margin-bottom: 50px;
    border-collapse:collapse;
    width: 100%;
}
.tableLayout2 th{
    background-color: #e2f0ef;
    border: 1px solid #999999;
    border-right: none;
    width: 20%;
    height: 56px;
    text-align: left;
    vertical-align: top;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    padding-right: 15px;
}
.tableLayout2 td{
    border: 1px solid #999999;
    border-left: none;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 15px;
    font-size: 16px;
}
.tableLayout2 tr{
    height: 80;
}

.tableLayout3{
    border: 1px solid #999999;
    margin-bottom: 50px;
    border-collapse:collapse;
    width: 100%;
    color: #404040;
}
.tableLayout3 th{
    background-color: #e2f0ef;
    border: 1px solid #999999;
    border-right: none;
    width: 20%;
    height: 56px;
    text-align: left;
    vertical-align: top;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
}
.tableLayout3 td{
    border: 1px solid #999999;
    border-left: none;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
}
.tableLayout3 tr{
    height: 80;
}
.selectHomeDiv{
    width: 100%;
    margin-top: 16px;
    margin-bottom: 32px;
}
.Titletd{
    background-color: #E2F0EF;
    font-weight: 700 !important;
}
.space{
    padding-right: 15%;
}
.iconImg{
    margin-right: 4px;
    margin-top: 3px;
}

.table1{
    margin: 8px 6px 6px 16px;
    font-size: 16px;
    width: 90%;
}
.table1 tr{
    height: 24px;
}
.table1 td{
    width: 10%;
    border: none !important;
}

.table1.nyukyo label{
    font-size: 95%;
}

.secondTableList {
    width: 81.5%;
}

.vertical-align-width{
    width: 82%;
    margin-right: 35px;
}
/* slider */
.tellSlider{
    height: 96.5%;
    width: 20.5%;
    position: absolute;
    z-index: 50;
    margin-left: 940px;
    padding: 32px 1% 0 1%;
}
.favoriteSlider.tellSlider{
    height: 75% !important;
}
@media screen and (max-width: 1440px) {
    .tellSlider{
        margin-left: 65%;
    }
}
@media screen and (max-width: 750px) {
    .tellSlider{
        margin: 0 auto;
        position: relative;
        width: 100%;
        padding: 24px 0px 24px 0px;
    }
}
.tellSlider2{
    height: 96.5%;
    width: 20.5%;
    position: absolute;
    z-index: 50;
    margin-left: 920px;
    padding: 32px 1% 0 1%;
}
@media screen and (max-width: 1440px) {
    .tellSlider2{
        margin-left: 63.5%;
    }
}
@media screen and (max-width: 750px) {
    .tellSlider2{
        margin: 0 auto;
        position: relative;
        width: 100%;
        padding: 24px 0px 24px 0px;
    }
}
.tellContent{
    width: 100%;
    max-width: 267px;
    height: 8%;
    border: 2px solid #f66700;
    border-radius: 8px;
    background: #faeee0;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 10px;

    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
}
@media screen and (max-width: 1300px) {
    .tellContent{
        height: 7%;
    }
}
@media screen and (max-width: 1100px) {
    .tellContent{
        height: 6%;
    }
}
@media screen and (max-width: 750px) {
    .tellContent{
        width: 94%;
        max-width: 100%;
        margin: 0 auto;
    }
}
.tellContent2{
    width: 100%;
    max-width: 267px;
    height: 6%;
    border: 2px solid #f66700;
    border-radius: 8px;
    background: #faeee0;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 10px;

    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
}
@media screen and (max-width: 1300px) {
    .tellContent2{
        height: 5%;
    }
}
@media screen and (max-width: 1100px) {
    .tellContent2{
        height: 4%;
    }
}
@media screen and (max-width: 750px) {
    .tellContent2{
        width: 94%;
        max-width: 100%;
        margin: 0 auto;
    }
}
.tellContent3{
    width: 100%;
    max-width: 267px;
    height: 150px;
    border: 2px solid #f66700;
    border-radius: 8px;
    background: #faeee0;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 10px;


    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
}
@media screen and (max-width: 1200px) {
    .tellContent3{
        height: 165px;
    }
}
@media screen and (max-width: 1030px) {
    .tellContent3{
        height: 192px;
    }
}
.center_tel{

}
@media screen and (max-width: 750px) {
    .tellContent3{
        width: 94%;
        max-width: 100%;
        margin: 0 auto;
        height: 150px;
    }
}
@media screen and (max-width: 750px){
    .c-contact2__number {
        pointer-events: auto !important;
        width: 120%;
    }
}
.c-contact2__number {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    pointer-events: none;
    font-size: 27px;
    line-height: 1;
    color: #f66700;
    font-weight: 900;
    margin-top: 7px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .c-contact2__number{
        font-size: 270%;
        margin-top: 0;
    }
}
.free_text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #f66700;
    border-radius: 4px;
    font-size: 11px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    margin-right: 4px;
}
@media screen and (max-width: 1400px) {
    .free_text {
        width: 25px;
        height: 25px;
        font-size: 10px;
    }
}
@media screen and (max-width: 750px) {
    .free_text {
        width: 35px;
        height: 35px;
        font-size: 14px;
        margin-right: 2%;
    }
}

.favoriteSlider{
    height: 180.5%;
}
.c-contact2__txt1{
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin-bottom: 2%;
    overflow-wrap: break-word;
}

@media screen and (max-width: 750px) {
    .c-contact2__txt1{
        margin-top: 4%;
        margin-bottom: 0.8%;
        font-size: 120%;
    }
}
.c-contact2__txt2{
    margin-top: 4%;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #222;
    overflow-wrap: break-word;
}

@media screen and (max-width: 750px) {
    .c-contact2__txt2{
        font-size: 94%;
        font-weight: 700;
        margin-top: 0.5%;
        margin-bottom: 4%;
    }
}
.heightAdd{
    height: 90px !important;
}
/* pull down */
.selectBox {
    width: 52%;
    position: relative;
}

.selectBoxItem {
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../image/triangle_black.svg');
    background-repeat: no-repeat;
    background-size: 15% 15%;
    background-position-x: 105%;
    margin: 8px 16px 8px 16px;
    font-size: 16px;
}

.selectBoxItem.selectPref {
    width: 52%;
}
#m_pref_uid-error{
    color: #e42e2e;
}

.selectBox2 {
    width: 40%;
    position: relative;
    height: 60px;
}
.selectBox2 .selectBoxItem{
    background-position-x: 100%;
}

.timeSelect option[value=""] {
    display: none;
}

/* accessory */
.requireCircle{
    display: inline-block;
    color: #fff !important;
    width: 40px;
    height: 22px;
    margin-left: 5px;
    font-size: 12px;
    border-radius: 30px;
    background-color: #e42e2e;
    line-height: 22px;
    padding: 0px 8px 0px 8px;
}
/* .requireCircle::after{
    content: "必須";
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #e42e2e;
    border-radius: 30px;
    padding-top: 4px;
    padding-bottom: 4px
} */

.anyCircle{
    display: inline-block;
    color: #fff !important;
    width: 40px;
    height: 22px;
    margin-left: 5px;
    font-size: 12px;
    border-radius: 30px;
    background-color: #1C7E67;
    line-height: 22px;
    padding: 0px 8px 0px 8px;
}

.circleDiv{
    display: flex;
    align-items: center;
}

.SuccessCircle {
    width: 30px;
    height: 30px;
    background-color: #1c7e67;
    border-radius: 50%;
    align-items: center;
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkmark{
    padding: 10px;
}
.checkmark::before{
    content: "";
    display: block;
    height: 5px;
    width: 10px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(-45deg);
}

.ErrorCircle {
    width: 30px;
    height: 30px;
    background-color: #e42e2e;
    border-radius: 50%;
    align-items: center;
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 750px){
    .readWt.ErrorCircle{
        width: 90px;
    }
}
@media screen and (max-width: 560px){
    .readWt.ErrorCircle{
        width: 130px;
    }
}
@media screen and (max-width: 460px){
    .readWt.ErrorCircle{
        width: 150px;
    }
}
@media screen and (max-width: 380px){
    .readWt.ErrorCircle{
        width: 160px;
    }
}

.exclamation{
    color: #fff;
    font-weight: bold;
}

.circleSeminar{
    margin-top: 12%;
}

.ErrorCircle.soudanDiv{
    width: 38px;
}
@media screen and (max-width: 1100px){
    .fontCheck{
        font-size: 90% !important;
    }
}

.requireDiv span {
    vertical-align: middle;
    margin-bottom: -3px;
}
.requireDiv {
    color: #404040;
}

/* textarea */
.textarea1{
    width: 85%;
    margin: 8px 16px 8px 16px;
    min-height: 124px !important;
}

/* input text */
input::placeholder{
    color: #999999;
}

.inputTextForm{
    width: 88.5%;
    margin: 8px 16px 8px 16px;
}

.inputZipForm{
    width: 120px;
    margin: 8px 10px 8px 16px;
    border-radius: 8px;
}

.inputTellForm{
    width: 25%;
    margin: 8px 16px 8px 16px;
    border-radius: 8px;
}
.inputAgeForm{
    width: 11%;
    margin: 8px 16px 8px 16px;
    border-radius: 8px;
}
.AgeMoving{
    width: 40% !important;
}
.inputZipForm::placeholder,
.inputTextForm::placeholder,
.inputTellForm::placeholder,
.inputAgeForm::placeholder{
    font-size: 16px;
}

.inputTextForm.error,
.inputZipForm.error,
.inputTellForm.error,
.inputAgeForm.error{
    border: 2px solid #e42e2e;
    color: #000 !important;
}
.textarea1.error{
    border: 2px solid #e42e2e;
}
.inputTextForm,
.inputTellForm,
.inputZipForm,
.inputAgeForm{
    background-color: #fff !important;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}
.placeholder-selected:invalid{
    background-color: #F3F3F3;
    color: #999999;
}
.placeholder-selected option{
    color: #000;
}
.placeholder-selectedTime:invalid{
    color: #999999;
}
.placeholder-selectedTime option{
    color: #000;
}
.placeholder-selectedTime2:invalid{
    color: #999999;
    background-color: #F3F3F3;
}
.placeholder-selectedTime2 option{
    color: #000;
}
.quaterW,
.relationshipDiv{
    width: 90%;
}
@media screen and (max-width: 750px) {
    .inputTextForm,
    .inputTellForm,
    .inputZipForm,
    .inputAgeForm,
    .textarea1{
        margin: 0px 5px 0px 0px !important;
    }
    .selectBoxItem{
        margin: 0px 10px 4px 0px !important;
    }
    .inputTextForm,
    .selectBox{
        width: 90%;
    }
    .textarea1{
        width: 100%;
        min-height: 150px;
    }
    .inputTellForm{
        width: 44%;
    }
    .inputZipForm{
        width: 55%;
    }
    .inputAgeForm{
        width: 21%;
    }
    label.error{
        margin-left: 0px;
    }
    input{
        padding: 12px !important;
    }
    .txtAddress{
        width: 100% !important;
    }
    .col-dl dt{
        margin-left: 0px !important;
        font-size: 15px;
    }
    .dt_sp1{
        margin-top: 0px !important;
    }
    .dt_sp2{
        margin-top: 24px !important;
    }
    .selectBoxItem.selectPref {
        width: 90%;
    }
    .main button:disabled:after{
        display: none;
    }
    .requireCircle,
    .anyCircle{
        font-size: 12px !important;
    }
    .explanationSpan{
        margin-left: 0px !important;
    }
    .fontWeight5{
        font-weight: 500 !important;
    }
    .careLevelDiv{
        width: 90%;
    }

    .ErrorCircle.soudanDiv{
        width: 34px;
        margin-bottom: 5px;
    }
}

.selectBox label.error{
    color: #e42e2e;
    margin-left: 0;
}

.explanationSpan{
    margin-left: 16px;
    color: #666666;
}

.col-dl dt{
    margin-left: 16px;
    font-weight: 500;
    margin-top: 12px;
}

.box1 input[type="radio"] {
    width: 22px;
    height: 22px;
    position: relative;
    top: 8px;
}
.box1 input[type="radio"]:checked {
    width: 22px;
    height: 22px;
    position: relative;
    top: 8px;
    accent-color: #0e5645;
}

.inputLabel{
    letter-spacing: 1px;
}

.form_box2{
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #999999;
    margin-bottom: 32px;
}

.form_box2_table {
    border-collapse: collapse;
    width: 100%;
}

.form_box2_table td,
.form_box2_table th {
    padding: 8px;
}
.border-bottom{
    background-color: #E2F0EF;
    border-bottom: 1px solid #999999;
    text-align: center;
    font-size: 18px;
}
.scrollable-row {
    max-height: 150px;
    overflow-y: auto;
    display: block;
    text-align: left;
    padding: 5px 10px 0px 10px;
}

.consentButton{
    display: block;
    margin: auto;
    padding: 20px 110px;
    border: none;
    border-radius: 8px;
    background-color: #F66700;
    color: #ffffff !important;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
}

.txtAddress{
    width: 88.5%;
}



.middleTh{
    vertical-align: middle !important;
}

/* Follow footer */
.sendFooter{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position:fixed;
    width: 100%;
    height: 100px;
    background-color: rgba(64, 64, 64, 0.7);

    bottom: 0;
    margin-bottom: 0px !important;
    z-index: 80;
}

.whiteBackBtn{
    background-color: #fff;
    height: 60px;
    width: 150px;
    border-radius: 8px;
    padding: 0px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.whiteBackBtnText{
    text-decoration: none;
    color: #404040;
}

.orangeSuccessBtn{
    color: #fff;
    background-color: #F66700;
    border: 1px solid #F66700;
    height: 60px;
    width: 250px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
}
.completeSubmitBtn:disabled {
    background-color: #999 !important;
    border: 1px solid #999 !important;
}
.textPaddingDiv{
    margin: 16px 70px 16px 16px;
}
@media screen and (max-width: 750px) {
    .whiteBackBtn{
        width: calc(50% - 16px);
    }
    .orangeSuccessBtn{
        width: calc(50% - 16px);
    }
    .sendFooter {
      justify-content: space-evenly;
      gap: unset;
    }
}

/* 最近見た施設 */
.facilitiesBackDiv{
    width: 80%;
    margin: 32px auto;
    padding: 16px 12px 16px 12px;
    background-color: #F3F3F3;
}
.facilitieBox1{
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 140%;
    display: grid;
}
.facilitieBox1 span{
    color: #222222;
    font-weight: 700;
}
.facilitieBox2{
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
    padding: 0px 16px 0px 16px;
}
.facilitieBox3 > :nth-child(n+5) {
    grid-column: span 4;
}

.facilitieBox3{
    height: 330px;
    border: 1px solid #C2C2C2;
    background-color: #fff;
}
.facilitieBox4{
    background-color: #fff;
    width: 100%;
    height: 46px;

    align-items: center;
    justify-content: center;
    display: grid;
}
.facilitieBox4 .facility-checkbox{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #C2C2C2;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;

    background-color: #fff;
    border-color: #C2C2C2;
}

.facility-checkbox:checked {
    background-color: #0E5645;
    border-color: #0E5645;
}

.facility-checkbox::before {
    content: '\2713';
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.facility-checkbox:not(:checked)::before {
    color: #F3F3F3;
}

.facilitieBox5{
    height: 150px;
}
.facilitieBox5 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.facilitieBox6{
    width: 100%;
    font-size: 100%;
    color: #222222;
    font-weight: 500;
    margin-bottom: 3px;
    height: 40px;
}
.facilitieBox7{
    width: 100%;
    margin-bottom: 5px;
    font-size: 17px;
    color: #222222;
    font-weight: 500;
}
.facilitieBox9{
    width: 100%;
    font-size: 17px;
    color: #222222;
    font-weight: 500;
}
.facilitieBox8{
    width: 100%;
    padding: 12px 8px 12px 8px;
    background-color: #fff;
}
.costCircle{
    display: inline-block;
    color: #fff;
    width: 52px;
    height: 23px;
    font-size: 12px;
    border-radius: 30px;
    background-color: #0E5645;
    line-height: 22px;
    padding: 0px 8px 0px 8px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .facilitiesBackDiv{
        width: 100%;
    }
    .facilitieBox2{
        display: flex;
        overflow-x: scroll;
    }
    .facilitieBox3{
        height: 330px;
        width: 234px;
        flex-shrink: 0;
    }
    .facility-checkbox::before {
        line-height: 1px;
    }
    .facilitieBox4 .facility-checkbox{
        padding-left: 3px !important;
    }
}

/* 日付input */
.hopeDivText{
    /* width: 100%;
    padding: 12px 16px 12px 16px; */
    width: 100% !important;
}
.hopeDivText label.error {
  display: block;
}
.hopeBlock {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 16px;
}
.hopeBlock .ErrorCircle,
.hopeBlock .SuccessCircle {
  margin-top: 12px;
}
.hopeDiv1 {
    display: block;
}
.hopeDiv1 .selectBoxItem{
    width: 200px;
}

.dateInput{
    background: url('../image/dataImage.svg');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    font-size: 120%;
    font-family: "Noto Sans JP", sans-serif;
    color: #222222;
    height: 42px;
    margin: 2px 2px 8px 0;
    width: 90%;
    max-width: 200px;
    cursor: pointer;
}
.kengakuTr{
    height: 26vh;
}
.hopeDivTitle{
    margin-left: 16px !important;
    color: #666666;
    margin-top: 16px;
}
.selectTitle{
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 172px !important;
}
.pickTimeTitle{
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.hopeDiv1 .selectBoxItem{
    margin: 2px 16px 8px 0;
}
.addMarge{
    margin-top: 8px;
}

@media screen and (max-width: 750px) {
    .dateInput{
        margin: 0px 2px 8px 0px;
        width: 96%;
    }
    .paddingSet{
        padding-top: 0px !important;
    }
    .timeMaginAdd{
        margin-left: 8px !important;
    }
    .textPaddingDiv{
        margin: 16px 0px 8px 0px;
    }
    .hopeDivTitle{
        margin-left: 0px !important;
        margin-top: 2px !important;
    }
    .requireDiv{
        font-weight: 500;
        display: flex;
        align-items: center;
        margin-bottom: 4px;
    }
    .marginAdd24sp{
        margin-bottom: 24px !important;
    }
    .marginAdd24pc{
        margin-bottom: 0px !important;
    }
    .selectTitle {
        font-weight: normal;
        font-size: 15px;
    }
    .hopeBlock {
        padding-left: 0;
    }
    .hopeDivText .addMarge {
        margin-top: 24px;
    }
    .hopeDivText label.error {
      margin-top: 8px;
    }
    .hopeDivText input.error {
      display: inline-block;
    }
}
.fz15{
    font-size: 15px;
}

.careWidth{
    width: 20%;
}


/* 二人目の追加 */
.addBtnDiv{
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 50px;
    display: flex;
    margin-bottom: 16px;
}
.addBtnText{
    font-size: 16px;
    font-weight: 500;
    color: #222222;
}
.addBtnBotann{
    height: 100%;
    border: 2px solid #1C7E67;
    border-radius: 8px;
    background-color: #F3F3F3 !important;
    background: url('../image/add.svg');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    cursor: pointer;

    display: flex;
    align-items: center;
    width: 27%;
    padding-left: 12px;
}
.clickedBth.addBtnBotann{
    background: url('../image/do_not.svg');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}
.addBtnBotann span{
    color: #1C7E67;
    font-weight: 700;
}
@media screen and (max-width: 1190px) {
    .addBtnBotann{
        width: 34%;
    }
}
#secondMoveIn{
    display: none;
}
@media screen and (max-width: 750px) {
    .addBtnDiv{
        display: grid;
        justify-content: center;
        align-content: center;
        justify-items: center;
        margin-bottom: 38px;
        margin-top: -15px;
    }
    .addBtnBotann{
        width: 85%;
        height: 50px;
    }
    .paddingFavorite{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .favoriteTable{
        width: 46px !important;
        height: 60px !important;
        font-size: 15px !important;
    }
}

.form-layout .order_text p.fz24 {
    font-weight: 700;
}
.selectFavoriteDiv{
    width: 94%;
    margin: 32px auto;
}
.input-label{
    list-style: none;
}
.favoriteTable{
    padding-top: 0px !important;
    padding-left: 0px !important;
    text-align: center;
    vertical-align: middle;
    height: 76px;
    font-size: 129%;
    line-height: 1.3;
    font-weight: 700;
    width: 80px;
}
.fontFavorite{
    font-size: 129% !important;
    font-weight: 700;
}
.favoriteTableTd{
    padding-top: 0px !important;
    padding-left: 0px !important;
}

.paddingFavorite{
    margin-top: 20px;
    margin-bottom: 20px;
}


#m_pref_uid option{
    appearance: none;
    background-color: yellow; /* 背景色 */
}

.stateDiv{
    margin: 32px auto;
    height: 55px;
    width: 60%;
}
.stateDiv2{
    margin: 32px auto;
    height: 55px;
    width: 40%;
}
@media screen and (max-width: 750px) {
    .stateDiv{
        margin: 0px auto 32px;
        width: 80%;
    }
    .arryTellDiv{
        display: block !important;
        margin-left: 0px !important;
        margin-top: 6px;
    }
    .marginTopAdd24{
        margin-top: 0px !important;
    }
}
@media screen and (max-width: 535px) {
    .stateInputing,
    .stateConfirm,
    .stateSending,
    .stateInputed{
        width: 90px !important;
    }
}
@media screen and (max-width: 1105px) {
    .con.pc.stateInputing::after,
    .con.pc.stateConfirm::after,
    .con.pc.stateSending::after,
    .con.pc.stateInputed::after{
        font-size: 14.5px !important;
    }
    .stateDiv2{
        width: 50% !important;
    }
}
.greenBorder{
    color: #1C7E67 !important;
    background-color: #1C7E67 !important;
}
.stateInputing{
    position: relative;
    height: 30px;
    width: 70px;
    background-image: url('../image/circleGreen.svg');
    background-position: center;
    background-repeat: no-repeat;
}
.stateInputed{
    position: relative;
    height: 30px;
    width: 70px;
    background-image: url('../image/circleGreenConfirm.svg');
    background-position: center;
    background-repeat: no-repeat;
}
.stateConfirm{
    position: relative;
    height: 30px;
    width: 70px;
    background-image: url('../image/circleGray.svg');
    background-position: center;
    background-repeat: no-repeat;
}
.thisStat.stateConfirm{
    background-image: url('../image/circleGreen.svg') !important;
}
.stateSending{
    position: relative;
    height: 30px;
    width: 70px;
    background-image: url('../image/circleGray.svg');
    background-position: center;
    background-repeat: no-repeat;
}
.pc.stateInputing::after{
    content: "お客様情報のご入力";
    color: #1C7E67;
    font-weight: 700;
    font-size: 16px;
    width: 380px;
}
.sp.stateInputing::after{
    content: "ご入力";
    color: #1C7E67;
    font-weight: 700;
    font-size: 16px;
    width: 65px;
}
.pc.stateInputed::after{
    content: "お客様情報のご入力";
    color: #1C7E67;
    font-weight: 700;
    font-size: 16px;
    width: 380px;
}
.sp.stateInputed::after{
    content: "ご入力";
    color: #1C7E67;
    font-weight: 700;
    font-size: 16px;
    width: 65px;
}
.pc.stateConfirm::after{
    content: "入力内容のご確認";
    color: #666;
    font-weight: 700;
    font-size: 16px;
    width: 315px;
}
.sp.stateConfirm::after{
    content: "ご確認";
    color: #666;
    font-weight: 700;
    font-size: 16px;
    width: 70px;
}
.pc.thisStat.stateConfirm::after{
    color: #1C7E67 !important;
}
.sp.thisStat.stateConfirm::after{
    color: #1C7E67 !important;
}
.pc.stateSending::after{
    content: "送信完了";
    color: #666;
    font-weight: 700;
    font-size: 16px;
    width: 110px;
}
.sp.stateSending::after{
    content: "完了";
    color: #666;
    font-weight: 700;
    font-size: 16px;
    width: 40px;
    left: 5px;
}
.stateInputing::after, .stateConfirm::after, .stateSending::after {
    position: absolute;
    bottom: -25px;
    transform: translateX(-15%);
    width: 200%;
}
.stateInputed::after {
    position: absolute;
    bottom: -25px;
    transform: translateX(-15%);
    width: 200%;
}

.stateContents{
    display: flex;
    justify-content: center;
    align-items: center;
}
.stateContents hr{
    width: 100% !important;
    height: 4px !important;
    color: #999999;
    background-color: #999;
}

.arryTellDiv{
    display: flex;
    margin-left: 16px;
    align-items: center;
}
.arryTellcontent1{
    color: #666666;
}
.arryTellcontent2{
    color: #F66700;
    font-weight: 700;
    font-size: 20px;
    margin-left: 5px;
}

.marginAdd8{
    margin-bottom: 8px;
}
.marginAdd24{
    margin-bottom: 24px !important;
}
.marginAdd24pc{
    margin-bottom: 24px;
}
.marginLeftAdd8{
    margin-left: 8px;
}
.marginLightAdd8{
    margin-right: 8px;
}
.marginTopAdd24{
    margin-top: 24px;
}

#emptyDiv{
    width: 100%;
    margin: 32px auto 32px;
    display: grid;
    justify-items: center;
    font-family: "Noto Sans JP", sans-serif;
}
#emptyDiv div{
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
    margin-right: 5px;
}
#emptyDiv .button{
    margin: 32px 0px 16px;
    width: 208px;
    height: 60px;
    border-radius: 8px;
    padding: 8px 24px 8px 24px;

    background-color: #1C7E67;
    border: none;

    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
#emptyDiv .button img{
    margin-right: 12px;
    padding-top: 2px;
    height: 18px;
    width: 18px;
}
@media screen and (max-width: 750px) {
    #emptyDiv .button {
        width: 90%;
    }
}

.ts-dropdown {
    background-color: #fff !important;
    color: #222222 !important;
}
.ts-dropdown .active{
    background-color: #05372B !important;
    color: #FFFFFF !important;
}
.placeholder-selected.ts-dropdown{
    background-color: #fff !important;
}

.spStateInput{
    margin-top: 32px;
}
.spStateInput .stateDiv{
    margin-bottom: 16px !important;
}

/* flatpicker */

@media screen and (max-width: 750px) {
    .flatpickr-months .flatpickr-month{
        height: 47px !important;
    }
    .flatpickr-current-month input.cur-year{
        padding: 0 0 0 0.5ch !important;
    }
}
.tableLayout3 + .favoriteErrorLabels {
    margin-top: -40px;
}
.favoriteErrorLabels{
    display: flex;
    align-items: center;
}
.forPC-TB.footer_word_font{
    color: #fff;
}
