@charset "UTF-8";

.top-image.contact {
    background-image: url("../img/contact/top-image-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 768px) {
    .top-image.contact {
        background-image: url("../img/contact/top-image-pc.png");
    }
}

.top-image.thanks {
    background-image: url("../img/thanks/top-image-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 768px) {
    .top-image.thanks {
        background-image: url("../img/thanks/top-image-pc.png");
    }
}

.section-concept-position {
    width: 100%;
}

.section-contact {
    padding: 120px 10px 20px;
}

@media (min-width: 768px) {
    .section-contact {
        padding: 120px 10px;
    }
}

.section-contact-content-text {
    font-size: 14px;
    text-align: center;
}

@media (min-width: 768px) {
    .section-contact-content-text {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .section-contact-content-text {
        font-size: 16px;
        padding-bottom: 100px;
    }
}

.section-contact-contents {
    padding: 0px 20px 60px;
    margin: 0 auto;
}

.section-contact-content {
    /* margin-bottom: 30px; */
}

.section-contact-concept-title {
    color: #606060;
    font-size: 35px;
    line-height: 1.5em;
    font-family: 'Bentham', serif;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .section-contact-concept-title {
        margin-bottom: 60px;
        font-size: 50px;
    }
}

.section-contact-content-text span {
    font-size: 12px;
}

.section-contact-content-text-eng {
    font-family: 'CrimsonText-Roman';
}

.section-contact-content.contact-form {
    width: 100%;
}

@media (min-width: 768px) {
    .section-contact-content-text-eng {
        font-size: 16px;
    }

    .section-contact {
        font-size: 16px;
    }

    .section-contact-contents {
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
        margin-top: 60px;
        padding: 0;
    }

}

.form#mail_form {
    margin: 0 auto;
}

@media (min-width: 1200px) {

    .section-contact-contents {
        width: 100%;
        max-width: 770px;
        margin: 0 auto;
    }
}

input[type=checkbox] {
    display: none;
}

.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    height: 30px;
}

.checkbox01::before {
    background: #fff;
    border: 1px solid #ccc;
    content: '';
    display: block;
    height: 16px;
    left: 0px;
    margin-top: -53px;
    position: absolute;
    top: 0;
    width: 16px;
}

.checkbox01::after {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    content: '';
    display: block;
    height: 9px;
    left: 5px;
    margin-top: -51px;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 5px;
}

@media screen and (min-width: 425px) {
    .checkbox01::before {
        margin-top: -10px;
        left: -330px;
        top: 50%;
    }

    .checkbox01::after {
        margin-top: -7px;
        left: -324px;
        top: 50%;
    }
}

@media screen and (min-width: 768px) {
    .checkbox01::before {
        margin-top: -13px;
        left: -425px;
        top: 50%;
    }

    .checkbox01::after {
        margin-top: -11px;
        left: -419px;
        top: 50%;
    }
}

@media screen and (min-width: 1024px) {
    .checkbox01::before {
        margin-top: -8px;
        left: inherit;
        top: 50%;
    }

    .checkbox01::after {
        margin-top: -5px;
        left: 6px;
        top: 50%;
    }
}

input[type=checkbox]:checked+.checkbox01::after {
    opacity: 1;
}

.page-contact {
    margin-bottom: 30px;
}

.page-contact>.section-about-concept-title.contact {
    color: #464646;
}

.section-about-concept-subtitle.contact {
    color: #464646;
    pa
}

.section-about-concept-subtitle.contact:before {
    background-color: #8388C1;
}

.section-thanks-concept-text {
    margin-top: 30px;
}

.section-thanks-concept-text h3 {
    margin-top: 30px;
}

.section-thanks-concept-text p {
    margin-top: 10px;
    margin-bottom: 10px;
}