.layout {
    max-width: 440px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.sub-fv {
    position: relative;
}

.sub-fv::before {
    content: "";
    display: inline-block;
    background-image: url(../images/ring.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 67px;
    height: 60px;
    position: absolute;
    bottom: -30px;
    right: 6%;
    animation: 18s linear infinite rotation;
}

@keyframes rotation {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.sub-fv--text {
    width: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-area {
    padding: 30px 20px;
}

.top-read {
    font-size: 13px;
    margin-top: 20px;
}

.top-note {
    font-size: 12px;
    padding: 10px;
    margin-top: 10px;
    background: #D0D3EB;
}

form {
    margin-top: 30px;
}

.form__list {}

.form__item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form__item:last-of-type {
    align-items: flex-start;
}

.form__item--label {
    width: 40%;
    font-size: 12px;
}

.request {
    font-size: 10px;
    padding: 0px 2px 1px;
    margin-left: 6px;
    background: #E83828;
    color: #fff;
    vertical-align: bottom;
}

.form__item:last-of-type .form__item--label {
    margin-top: 8px;
}

.form__item--text {
    flex: 1;
}

.form__item--text select {
    width: 100%;
    font-size: 12px;
    padding: 5px;
    border: solid 1px #004FA2;
    border-radius: 10px;
    color: #757575;
}


.form__item--text input {
    width: 100%;
    font-size: 12px;
    padding: 5px;
    border: solid 1px #004FA2;
    border-radius: 10px;
}

.form__item--text textarea {
    width: 100%;
    height: 150px;
    font-size: 12px;
    padding: 5px;
    border: solid 1px #004FA2;
    border-radius: 10px;
}

form button {
    margin: 40px auto 0;
    display: block;
    text-align: center;
}

form button input {
    width: 250px;
    font-size: 13px;
    padding: 10px 0 9px;
    border-radius: 10px;
    cursor: pointer;
    background: #EE7300;
    color: #fff;
}

input[type="submit"][disabled] {
    cursor: default;
    opacity: 0.7;
}

.form-bottom--note {
    font-size: 13px;
    line-height: 1.3;
    margin: 30px 0 20px;
    text-align: center;
}

.form-bottom--note a {
    color: #036EB8;
    text-decoration: underline;
}

.check {
    font-size: 13px;
    text-align: center;
}

[type="checkbox"] {
    margin: 0 3px 3px 0;
}

@media screen and (min-width: 680px) {
    .layout {
        max-width: 600px;
        width: 100%;
        padding: 0 30px;
        margin: 0 auto;
    }

    .sub-fv {
        padding-top: 60px;
    }

    .sub-fv--text {
        width: 222px;
    }

    .sub-fv--text img {
        padding-top: 60px;
    }

    .sub-fv--img img {
        height: calc(100vh - 60px);
    }
    .form-area {
        padding-top: 50px;
    }

    .top-read {
        font-size: 16px;
        margin-top: 20px;
    }

    .top-note {
        font-size: 14px;
        display: inline-block;
    }

    form {
        margin: 30px 0;
    }

    .form__list {}

    .form__item {
        margin-bottom: 15px;
    }

    .form__item--label {
        width: 35%;
        font-size: 16px;
    }

    .request {
        font-size: 13px;
        padding: 1px 2px 1px;
        margin-left: 8px;
    }

    .form__item:last-of-type .form__item--label {
        margin-top: 10px;
    }

    .form__item--text select {
        font-size: 16px;
        padding: 7px;
    }


    .form__item--text input {
        font-size: 16px;
        padding: 7px;
    }

    .form__item--text textarea {
        height: 200px;
        font-size: 16px;
        padding: 7px;
    }

    form button {
        margin: 40px auto 0;
        display: block;
        text-align: center;
    }

    form button input {
        width: 300px;
        font-size: 16px;
        padding: 13px 0 14px;
    }

    .form-bottom--note {
        font-size: 16px;
        line-height: 1.3;
        margin: 30px 0 20px;
        text-align: center;
    }

    .form-bottom--note a {
        color: #036EB8;
        text-decoration: underline;
    }

    .check {
        font-size: 16px;
        text-align: center;
    }

    [type="checkbox"] {
        margin: 0 3px 3px 0;
    }
}

@media screen and (min-width: 1000px) {
    .layout {
        max-width: 1340px;
        width: 100%;
        padding: 0 30px;
        margin: 0 auto;
    }

    .sub-fv::before {
        width: 100px;
        height: 90px;
        bottom: -45px;
        right: 6%;
    }

    .sub-fv--text {
        width: 278px;
    }

    .form-area {
        padding-top: 80px;
    }

    .top-read {
        font-size: 20px;
        margin-top: 20px;
    }

    .top-note {
        font-size: 18px;
        display: inline-block;
        margin-top: 20px;
    }

    form {
        margin: 50px 0;
    }

    .form__list {}

    .form__item {
        margin-bottom: 20px;
    }

    .form__item--label {
        width: 22%;
        font-size: 20px;
    }

    .request {
        font-size: 17px;
        padding: 1px 4px 3px;
        margin-left: 15px;
    }

    .form__item:last-of-type .form__item--label {
        margin-top: 10px;
    }

    .form__item--text select {
        font-size: 20px;
        padding: 8px 10px;
    }


    .form__item--text input {
        font-size: 20px;
        padding: 8px 10px;
    }

    .form__item--text textarea {
        height: 250px;
        font-size: 20px;
        padding: 8px 10px;
    }

    form button {
        margin: 40px auto 0;
        display: block;
        text-align: center;
    }

    form button input {
        width: 400px;
        font-size: 20px;
        padding: 13px 0 14px;
    }

    .form-bottom--note {
        font-size: 20px;
        line-height: 1.3;
        margin: 50px 0 40px;
        text-align: center;
    }

    .form-bottom--note a {
        color: #036EB8;
        text-decoration: underline;
    }

    .check {
        font-size: 20px;
        text-align: center;
    }

    [type="checkbox"] {
        margin: 0 3px 3px 0;
        width: 16px;
        height: 16px;
    }
}



/*********************************
    確認画面
*********************************/


#formWrap {
    max-width: 440px;
    width: 100%;
    padding: 30px 20px;
    margin: 0 auto;
    font-size: 12px;
}

table.formTable {
    width: 100%;
}

table.formTable tr {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #004FA2;
}

table.formTable tr:nth-of-type(5) {
    align-items: flex-start;
}

table.formTable th {
    width: 35%;
    color: #004FA2;
    font-weight: 700;
}

table.formTable td {
    flex: 1;
    word-break: break-word;
}

form input[type="submit"] {
    width: 200px;
    font-size: 12px;
    padding: 10px 0 9px;
    margin: 10px auto 0;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    background: #EE7300;
    text-align: center;
    display: block;
}

.confirm [type="button"] {
    width: 200px;
    font-size: 12px;
    padding: 10px 0 9px;
    margin: 20px auto 0;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    background: #EFEFEF;
    display: block;
}

h4 {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
}

.confirm-top-text {
    font-size: 13px;
}

.error_messe {
    margin: 15px 0;
    color: red;
    text-align: center;
}

.error_messe:last-of-type {
    margin: 20px 0;
}

.btn-wrap-error [type="button"] {
    margin: 20px auto 0;
}

.contact-bottom {
    width: 100%;
    background: #EE7300;
    position: absolute;
    bottom: 0;
}

.thanks {
    font-size: 13px;
    line-height: 1.3;
    padding-top: 30px;
}

.thanks-link {
    font-size: 13px;
    color: #EE7300;
    margin: 20px 0 30px;
}

@media screen and (min-width:680px) {
    #formWrap {
        max-width: 800px;
        width: 100%;
        padding: 100px 30px;
        margin: 0 auto;
        font-size: 16px;
    }

    table.formTable {
        margin-top: 50px;
    }

    table.formTable tr {
        padding-bottom: 8px;
        margin-bottom: 25px;
    }

    table.formTable th {
        width: 30%;
    }

    table.formTable td {
        flex: 1;
    }

    .btn-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    form input[type="submit"] {
        width: 200px;
        font-size: 16px;
        padding: 10px 0 9px;
        margin: 30px 0 0;
    }

    form input[type="reset"],
    .confirm [type="button"] {
        width: 200px;
        font-size: 16px;
        padding: 10px 0 9px;
        margin: 30px 0 0;
    }

    h4 {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .confirm-top-text {
        font-size: 16px;
    }

    .error_messe {
        margin: 15px 0;
        color: red;
    }

    .error_messe:last-of-type {
        margin-bottom: 40px;
    }

    .btn-wrap-error [type="button"] {
        margin: 20px auto 0;
    }

    .thanks {
        font-size: 16px;
        line-height: 1.3;
        padding-top: 100px;
    }

    .thanks-link {
        font-size: 16px;
        color: #EE7300;
        margin: 25px 0 80px;
    }
}

@media screen and (min-width:1000px) {
    #formWrap {
        max-width: 1340px;
        width: 100%;
        padding: 120px 30px;
        margin: 0 auto;
        font-size: 20px;
    }

    table.formTable {
        margin-top: 70px;
    }

    table.formTable tr {
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    table.formTable th {
        width: 26%;
        padding-left: 10px;
    }

    table.formTable td {
        flex: 1;
    }

    .btn-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    form input[type="submit"] {
        width: 220px;
        font-size: 20px;
        padding: 14px 0 13px;
        margin: 30px 0 0;
    }

    form input[type="reset"],
    .confirm [type="button"] {
        width: 220px;
        font-size: 16px;
        padding: 14px 0 13px;
        margin: 30px 0 0;
    }

    h4 {
        font-size: 20px;
        margin-bottom: 50px;
    }

    .confirm-top-text {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .error_messe {
        margin: 20px 0;
        font-size: 20px;
    }

    .error_messe:last-of-type {
        margin-bottom: 50px;
    }

    .btn-wrap-error [type="button"] {
        margin: 20px auto 0;
    }

    .thanks {
        font-size: 20px;
        line-height: 1.3;
    }

    .thanks-link {
        font-size: 20px;
        color: #EE7300;
        margin: 30px 0 100px;
    }
}

#privacypolicy {
    max-width: 980px;
    line-height: 1.6;
}

#privacypolicy dl {
    margin-top: 40px;
}

#privacypolicy dl dt {
    font-size: 18px;
}

#privacypolicy dl dd {
    font-size: 16px;
    margin-bottom: 26px;
}

#privacypolicy dl dd .contact_box {
    border: #ccc solid 1px;
    display: inline-block;
    margin: 40px 0;
    padding: 20px;
}