@charset "UTF-8";
.copyright.maxwidth {
    width: 100%;
}
.contact_sub {
    padding-top: 80px;
}
.contact_form_inner {
    background-color: #fff;
    padding: 20px;
}
.contact_item {
    padding: 10px 0 30px;
    width: 100%;
}
.contact_item_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: bold;
    letter-spacing: .05em;
    margin-bottom: 15px;
}
.item_title_eng {
    font-size: 10px;
    color: #505B73;
    line-height: 1.2;
}
.item_title_jp {
    font-size: 14px;
    margin-block: 2px 4px;
}
.contact_form_required {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1px;
    width: 100%;
    max-width: 38px;
    height: 18px;
    background-color: #ab0600;
    letter-spacing: .05em;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
}
.input_text {
    display: flex;
    justify-content: center;
    width: 100%;
}
.form_control {
    display: block;
    width: 100%;
    padding: 13px 15px;
    margin-top: 10px;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0;
}
.m_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    margin: 0 auto;
}
.m_btn.backtop {
    padding-top: 40px;
}
.m_btn .contact_form_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 3px solid #10BBE6;
    color: #10BBE6;
    padding: 20px 65px;
    font-size: 1rem;
    font-weight: bold;
    width: 300px;
    height: 80px;
    line-height: 1;
    position: relative;
    transition: background-color 0.3s ease,
                color 0.3s ease,
                border-color 0.3s ease;
}
/* .m_btn span {
    font-size: 2.4rem;
    position: absolute;
    right: 16px;
}
.m_btn i {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
} */
.contact_form_btn:hover {
    background-color: #10BBE6;
    color: #fff;
    border-color: #10BBE6;
}
/* .contact_form_btn:hover i {
    color: #10BBE6;
} */
.announce {
    padding: 0 10px;
}
.announce p {
    font-size: 13px;
    text-indent: -1em;
    text-align: left;
}

/* thanks */
.contact_thx {
    padding-top: 80px;
}
.thanks_text {
    font-size: 1rem;
    margin-bottom: 20px;
    padding: 10px;
    text-align: start;
    font-weight: 500 !important;
}
.m_btn .contact_form_btn.btop {
    display: inline-flex;
    text-decoration: none;
    padding: 0;
}

/* ------- PC ------- */
/* ------- 1024px以上 ------- */
@media (min-width: 1024px) {

    .contact{
        top: 0;
    }
    .contact_form_inner {
        padding: 40px 60px;
    }
    .announce {
        padding: 30px 10px;
    }
    .announce p {
        font-size: 1rem;
        line-height: 1.5;
    }
    .item_title_eng {
        font-size: 12px;
    }
    .item_title_jp {
        font-size: 15px;
    }
    .contact_form_required {
        font-size: 12px;
    }
    /* .m_btn span {
        right: 18px;
    }
    .m_btn i {
        font-size: 17px;
    } */
    .m_btn .contact_form_btn.back {
        padding: 23px 101px;
    }
    .thanks_text {
        text-align: center;
        padding-top: 50px;
        line-height: 1.5;
    }

}