@charset "UTF-8";
#contact table.inquiry {
    width: 100%;
}

form tbody {
    display: flex;
    flex-direction: column;
}

form tbody .colmn {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

#contact .check {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.check > span {
    margin-left: inherit;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: none;
}

.accept-area {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.wpcf7-list-item-label,.spam-check {
    font-size: 1rem;
    margin-left: .5rem;
    width: calc(100% - 40px);
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.verticallist.check .wpcf7-list-item label {
    display: flex;
    justify-content: center;
    align-items: center;
}

span.required {
    background: #f27520;
    color: #FFF;
    font-size: .7rem;
    padding: .2rem .5rem;
    margin-left: .5rem;
    vertical-align: 3px;
    border-radius: 50px;
}

span.form-head {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.some-check {
    background: #E2E2E2;
    color: #707070;
    font-size: 0.8rem;
    padding: .2rem .5rem;
    margin-left: 10px;
    vertical-align: 3px;
    border-radius: 9999px;
}

.check input[type="checkbox"],#contact input[type="checkbox"].spam1,input[type="checkbox"]#accept-menu {
    height: 35px;
    width: 35px;
    vertical-align: -12px;
    border-radius: 50px;
    background-color: #fafaf7;
    border: #c0c0bf 1px solid;
}
.check input[type="checkbox"]::before,#contact input[type="checkbox"].spam1::before,input[type="checkbox"]#accept-menu::before {
    display: block;
    content: "✓";
    line-height: 1.3;
    text-align: center;
    font-size: 25px;
    color: #f27520;
    opacity: 0;
    transition: all 0.2s ease-in;
}

.check input[type="checkbox"]:checked::before,#contact input[type="checkbox"]:checked.spam1::before,input[type="checkbox"]:checked#accept-menu::before {
    opacity: 1;
}

input[type="text"].form-list,input[type="email"].form-list {
    background-color: #fafaf7;
    border: #c0c0bf 1px solid;
    padding: .8rem 1.5rem;
    font-size: 1rem;
    border-radius: 3px;
    width: 100%;
}

textarea#txt-menu {
    background-color: #fafaf7;
    border: #c0c0bf 1px solid;
    padding: 0.8em 1.5em;
    max-height: 250px;
    overflow: scroll;
    text-indent: 0;
    border-radius: 3px;
    width: 100%;
}

span.wpcf7-not-valid-tip {
    line-height: 1.5;
    font-size: 1rem;
    background: #f1ede8;
    text-align: center;
    padding-top: .4rem;
    padding-bottom: .4rem;
    border-radius: 5px;
    margin-top: 10px;
    color: #f27520;
    font-weight: 600;
    position: relative;
    padding-left: 0;
    margin-left: 0;
}

span.wpcf7-not-valid-tip:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -11px;
    border: 11px solid transparent;
    border-bottom: 11px solid #f1ede8;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
    border: none !important;
    background: #f2f2f2;
    color: #313131;
    margin: 0;
    font-weight: 300;
    border-radius: 50px;
    font-size: 0.8rem;
    padding: 0.7rem 1rem 0.8rem !important;
}

/*見出し欄*/
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
}

/*必須の調整*/
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #f27520;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

.form-submit input[type="submit"],.wpcf7 .wpcf7-submit:disabled {
    cursor: pointer;
}

.form-submit {
    display: grid;
    place-items: center;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 0em;
    color: #f27520;
    font-weight: 700;
    background: #f1ede8;
}

@media screen and (min-width: 600px) {
    .wpcf7 form .wpcf7-response-output {
        margin: 2em 0.5em 0em;
        color: #f27520;
        font-weight: 700;
        font-size: 1.2rem;
        background: #f1ede8;
    }
}

#thanks .thank-img {
    width: 500px;
}