.side-modal-content-top-news-index {
    margin-top: 5.25vw !important;
    margin-bottom: -3vw;
}
.side-modal-content-top-left-btn {
    margin-top: 1.4vw;
    width: 10.76388888888889vw;
}
.side-modal-content-top-right {
    width: 14.6vw;
    margin-top: -1.1vw;
}
.backgroud-contact-color {
    background-color: #B8E5E3;
}
.side-modal-content-top-right-hm {
    margin-top: unset;
}
#sideModalContact .side-modal-content-kv {
    width: 48.5vw !important;
}
.side-modal .side-modal-contact {
    background-color: #B8E5E3 !important;
}
.side-modal-contact .side-modal-content-category {
    margin-bottom: 1vw !important;
}
.side-modal-content-contact-name {
    font-size: 6.666666666666667vw;
    line-height: 0.75;
    margin-bottom: 1.4vw;
} 
.subject-section label {
    margin: unset;
}
.subject-section {
    margin: 3vw 0; 
    /* margin-bottom: 2vw; */
    display: flex;
    flex-direction: row;
}
.input-name-section {
    width: 11.180555555555555vw;
    display: flex;
    flex-direction: column;
    margin-right: 1.777778vw;
    margin-left: -0.2vw;
    margin-top: -1vw;
}
.section-name-en {
    font-size: 1.1111111111111112vw;
}
.subject-inputf {
    width: 35vw;
    height: 4vw;
    background-color: white;
    opacity: 0.5;
    border: none;
    border-bottom: #131313 solid 1px;
    margin-top: -0.8vw;
}
.message-sectioin-inputf {
    width: 37.56944444444444vw;
    height: 13.5vw;
    background-color: white;
    opacity: 0.5;
    border: none;
    border-bottom: #131313 solid 1px;
    margin-top: -1vw;
}
.subject-section-policy {
    flex-direction: column;
}
.input-policy {
    width: 35.8vw;
    margin-bottom: 2.2vw;
    text-align:justify;
}
.input-policy-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 0.8333333333333334vw;
    margin-top: -0.6vw;
}
.input-policy-wrapper label {
    background: none;
}
input[type="checkbox"] {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../imgs/img-contact-form-background.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.2916666666666665vw;
    height: 2.2916666666666665vw;
    margin-left: unset;
    margin-right: 0.4vw;
}

input[type="checkbox"]:checked::before {
    position: absolute;
    width: 2.6916666666666665vw;
    height: 2.6916666666666665vw;
    transform: translate(-1px, -1px);
    content: '';
    background-image: url(../imgs/img-contact-from-section-check.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.input-policy-agree-text {
    font-size: 1.1111111111111112vw;
    margin-left: 0.1vw;
}
.input-check-box-wrapper label {
    display: flex;
    flex-direction: row;
    align-items: center;

}
.input-submit-section {
    background-image: url(../imgs/img-contact-section-sennd.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.input-submit-section-send {
    background-image: url(../imgs/img-contact-form-section-send-background.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
}

.input-submit-section-wrapper {
    margin-top: 4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.input-submit-section {
    width: 35.69444444444444vw;
    height: 4.4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.input-submit-section input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    width: 35.69444444444444vw;
    height: 4.4vw;
    color: #131313;
    padding: unset;
}
.input-send {
    color: white !important;
}
.section-name-jp {
    font-size: 0.6944444444444444vw;
}
.input-policy-agree {
    margin: 2vw 0;
}
.side-modal-content-contact-name-img {
    width: 0.4861111111111111vw;
    margin-bottom: 1.2vw;
    margin-top: 1vw;
}
.side-modal-news-background {
    opacity: 0.5;
}
.modal-contact-title {
    margin-left: -0.4vw;
}
.side-modal-bio .side-modal-content-contact {
    margin-top: 0 !important;
}
.utc-wrapper-modal {
    background-image: url(../imgs/img-modal-utc-wrapper.png);
    background-position: left;
    margin-top: 0.15vw;
    padding-top: 1vw;
    padding-bottom: 1.1vw;
    margin-bottom: 0.3vw;
}
.earth-bg {
    background-image: url(../imgs/img-modal-earth-bg.png);
}

/* .input-policy-wrapper input {

    background-image: url(../imgs/img-contact-form-background.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.2916666666666665vw;
    height: 2.2916666666666665vw;
} */
/* チェックマーク */
/* .input-policy-wrapper input::before {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    mask-image: url(../imgs/img-contact-form-check.png);
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #FFFFFF;
} */

@media screen and (max-width: 751px){
    .utc-wrapper-modal{
        background-image: url(../imgs/img-modal-utc-wrapper-sp.png);
        margin-top: 2.6vw;
        padding-top: 2vw;
        margin-bottom: -0.2vw;
        padding-top: 1.6vw;
    }
    .earth-bg {
        background-image: url(../imgs/img-modal-earth-bg-sp.png);
        margin-top: 1vw;
    }
    .side-modal-content-top-news-index {
        margin-top: 6.25vw !important;
    }
    .side-modal-content-top-right {
        margin-top: -3.1vw;
    }
    #sideModalContact .side-modal-content-kv {
        width: unset !important;
        transform: translateX(-8.6vw);
    }
    .side-modal-bio .side-modal-content-kv {
        margin-top: 0vw;
    }
    .side-modal-content-contact-name {
        margin-bottom: 7vw !important;
    }
    .subject-section {
        width: 66vw;
        display: flex;
        flex-direction: column;
        margin: 5.3vw 0;
    }
    .subject-inputf {
        width: 65.5vw;
        height: 13vw;
        margin-top: 0.6vw;
    }
    .side-modal-content-contact-name {
        width: 71vw;
        font-size: 11.733333333333333vw;
    }
    .input-policy {
        width: 66vw;
        font-size: 2.666666666666667vw;
        margin-top: 4.6vw;
        margin-bottom: 4vw;
        line-height: 1.6;
    }
    .input-policy-agree-text {
        font-size: 3.733333333333334vw;
        margin-left: 0.1vw;
    }
    .message-sectioin-inputf {
        width: 66vw;
        height: 37vw;
    }
    .input-submit-section {
        width: 66vw;
        height: 16vw;
        background-image: url(../imgs/img-contact-section-bg-sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 4vw;
        margin-bottom: 4vw;
        font-size: 2.666666666666667vw;
    }
    .input-name-section {
        width: 100%;
        /* margin-top: 2vw;
        margin-bottom: 2vw; */
        margin-bottom: 2.4vw;
    }
    .section-name-en {
        font-size: 4.266666666666667vw;
    }
    .section-name-jp {
        font-size: 2.666666666666667vw;
    }
    .input-policy-agree {
        font-size: 3.733333333333334vw;
    }
    .input-policy-agree input {
        width: 8.533333333333333vw;
        height: 8.533333333333333vw;
    }
    .side-modal-content-move-back .modal-button {
        width: 66vw;
        height: 16vw;
        margin-top: 4vw;
        margin-bottom: 4vw;

    }
    #sideModal  .modal-button {
        width: 71vw;
        margin-right: 6vw;
    }
    input[type="checkbox"]:checked::before {
        position: absolute;
        width: 8.933333vw;
        height: 8.933333vw;
        transform: translate(-1px, -2px);
        content: '';
        background-image: url(../imgs/img-contact-from-section-check.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .side-modal-content-top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: unset;
    }
    .side-modal-content-top-left {
        width: 32.148vw;
        font-size: 2.1333333333333333vw;
        margin-left: 5.1vw;
        margin-top: 1vw;
    }
    .side-modal-content-top {
        width: 83.2vw;
        margin: auto;
        margin-top: 4vw;
        transform: translateX(-8.6vw);
    }
    .side-modal-content-top-left-btn {
        width: 32.148vw !important;
        margin-top: 2vw;
        margin-left: 1vw;
    }
    .side-modal-content-top-right {
        width: 32.93333333333333vw;
        margin-right: 3.0453333333333332vw
    }
    .side-modal-content-top-right-time {
        font-size: 2.1333333333333333vw;
        margin-left: 1.4306666666666668vw;
    }
    .side-modal-content-top-right-hm {
        font-size: 2.1333333333333333vw;
        width: 13.4vw;
    }
    .side-modal-earth-img {
        width: 13.866666666666665vw;
    }
    .side-modal-content-top-right-earth {
        width: 17.2vw;
    }
    .side-modal-content-kv {
        margin-top: 10vw;
    }
    .side-modal-content-contact-name-img {
        width: 1.866666666666667vw;
        height: fit-content;
        margin-bottom: 3vw;
        margin-left: 1vw;
    }
    .side-modal-content-contact-name {
        margin-bottom: 7vw;
        margin-top: 1vw;
        letter-spacing: -0.15rem;
    }
    .contact-from-7-g {
        margin-left: 6.2vw;
    }
    #sendTxt {
        font-size: 2.666666666666667vw;
    }
}