@charset "UTF-8";

/*
Theme Name:startre-change-info
Theme URL:
Description:株式会社スタートレ会社情報変更申し込み送信フォーム
Author:startre_admin
Version:1.0.11
*/

body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 2;
    padding: 5em 0;
    background: #ffffff;
    color: #333333;
    letter-spacing: 0.02em;
}

.main__content {
    width: 84%;
    margin: 0 auto;
}

.main__content h1 {
    margin-bottom: 1em;
    font-weight: 900;
}

.main__form, .hp-form {
    margin: 2em auto 0;
}

.hp-form {
    margin-top: 3em;
}

.hp-form>.contact_form {
    margin-top: 0.8em;
}

table.contact_form {
    width: 100%;
}


table.contact_form th, table.contact_form td {
    display: table-cell;
    vertical-align: top;
}

table.contact_form th {
    width: 30%;
    text-align: left;
    box-sizing: border-box;
    padding-right: 1em;
    color: #1e6a64;
}

table.contact_form td {
    width: 70%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input#zip, input#addr, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: #f8f8f8;
    padding: 1em 1.5em;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
}

table.contact_form tr {
    border-top: 1px solid #ddd;
    display: table;
    width: 100%;
    padding: 1.5em 0;
    box-sizing: border-box;
}

table.contact_form tr:last-of-type {
    padding-bottom: 0;
}

span.required {
    display: block;
    font-size: 0.7em;
    line-height: 1;
    color: #ff5151;
}

span.any {
    display: block;
    font-size: 0.7em;
    color: #878787;
    line-height: 1;
}

input.wpcf7-form-control.wpcf7-previous, input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: block;
    width: 100%;
    background: #1c6a64;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2em;
    border: none;
    padding: 1em;
    margin: 0 auto;
    border-radius: 100px;
    transition: 0.6s;
    max-width: 500px;
}

.submit__box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
}

.submit__box p.submit-but {
    display: block;
    width: calc(50% - 0.75em);
    margin-right: 1.5em;
}

p.submit-but:nth-of-type(even) {
    margin-right: 0;
}

.submit__box input.wpcf7-form-control.wpcf7-previous, .submit__box input.wpcf7-form-control.wpcf7-submit.has-spinner {
    max-width: unset;
}

input.wpcf7-form-control.wpcf7-previous {
    background: #afafaf;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #b5b5b5;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border: none;
    background: #ff5151;
    padding: 0;
    color: #ffffff;
    font-weight: 700;
    padding: 1em 1.5em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    margin: 2em auto 0;
}

.wpcf7-not-valid-tip {
    font-weight: 700;
    color: #ff5151;
}

.information__box {
    background: #f1f1f1;
    padding: 3em 3.5em;
    margin: 2em auto 0;
    font-size: 0.8em;
}

.mail_caution {
    margin-bottom: 3em;
}

.information__box h3 {
    margin-bottom: 1em;
    color: #333;
}


ol {
    margin: 0;
}

.privacy_policy {
    counter-reset: number 0;
}

ol {
    padding: 0;
    list-style: none;
}

.privacy_policy ol li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}

.privacy_policy ol li:last-of-type {
    margin-bottom: 0;
}

.privacy_policy ol li::before {
    counter-increment: number 1;
    content: counter(number) ".";
    position: absolute;
    top: 0;
    left: 0;
}

footer {
    margin: 4em auto 0;
    width: 84%;
    text-align: center;
}

p.copyright {
    font-size: 0.5em;
}

checkbox-cl01 input {
    display: none;
}

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

input[type="checkbox"i] {
    margin: 0;
    margin-right: 0.5em;
    display: none;
}

p.agree-box {
    margin-top: 2em;
}

.agree {
    box-sizing: border-box;
    border: 1px dotted #ff5151;
    padding: 2.5em;
    font-size: 0.8em;
    line-height: 1.8;
    margin-top: 3em;
}

ul.privacy-poplicy {
    padding: 0;
    margin: 1em auto;
}

ul.privacy-poplicy li {
    font-style: unset;
    list-style: none;
    line-height: 1.8;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    position: relative;
}

ul.privacy-poplicy li.big__caution p {
    color: #ff5151;
}

ul.privacy-poplicy li::marker {
    display: none;
    list-style: unset !important;
}

ul.privacy-poplicy li:last-of-type {
    margin-bottom: 0;
}

ul.privacy-poplicy li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    color: #ddd;
}

.agree h3 {
    color: #ff5151;
    margin-bottom: 1em;
}

span.big__caution {
    color: #ff5151;
}

span.wpcf7-list-item-label {
    padding: 0 0 0 2em;
    font-weight: 700;
    font-size: 1.2em;
    position: relative;
    display: block;
    line-height: 1.6;
}

span.wpcf7-list-item-label::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
    color: #ddd;
    transition: 0.2s;
    padding: 0 0.25em;
}

input[type="checkbox"i]:checked+span.wpcf7-list-item-label::before {
    color: #ff5151;
}

.wpcf7 form .wpcf7-response-output {
    width: 100%;
    margin: 2em auto 1em;
    border: none;
    background: #ddd;
    line-height: 1.6;
    padding: 1em 1.5em;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #b6eeff;
}

h2.thanks__title {
    text-align: center;
    margin-bottom: 1em;
}

p.thanks__text {
    max-width: 800px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {

    table.contact_form th, table.contact_form td {
        display: block;
        width: 100%;
    }

    table.contact_form th {
        padding-bottom: 0em;
        padding-right: 0;
    }
}

@media only screen and (max-width: 485px) {
    .main__content h1 {
        text-align: center;
    }

    .information__box {
        padding: 2em;
    }

    .agree {
        padding: 2em;
    }

    .mail_caution {
        margin-bottom: 1.5em;
    }

    .submit__box p.submit-but {
        width: 100%;
        margin-right: 0;
        margin-top: 1em;
    }

    p.submit-but:nth-of-type(odd) {
        margin-top: 0;
    }
}

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

span.wpcf7-list-item-label::before {
    font-weight: 700;
}

span.wpcf7-list-item-label {
    font-weight: 500;
    font-size: 1em;
    margin-top: 0.5em;
    color: #333;
}

p.form-txt {
    font-size: 0.9em;
}

p.form-txt__s {
    font-size: 12px;
    line-height: 1.5em;
}

.attention {
    margin-top: 0.5em;
}

input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    background: #f8f8f8;
    padding: 1em 1.5em;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: 500;
}

.cf-item {
    margin-top: 0.8em;
}

.cf-item label {
    color: #1e6a64;
    font-weight: bold;
}

.cf-item .required {
    display: inline;
}

input[type="radio"] {
    margin: 0;
    margin-right: 0.5em;
    display: none;
}

input[type="radio"i]:checked+span.wpcf7-list-item-label::before {
    color: #ff5151;
}

.current-check {
    position: absolute;
    top: 0;
    left: -50vw;
}

.wpcf7-spinner {
    display: none !important;
}