@media screen and (max-width:750px) {
    /*---wrapper---*/
    .common_wrapper {
        width: 100%;
        background: #f5f5f5;
        padding-top: 110px;
        font-family: 'Lato', sans-serif;
        padding-bottom: 40px;
    }
    .common_wrapper_space {}
    .common_inner_wrapper {
        width: 85%;
        margin: 12px auto 0px auto;
        background: #f5f5f5;
    }
    /*---img---*/
    .common_top_image_area {
        height: 200px;
    }
    .common_top_image {
        width: 100%;
        height: 350px;
    }
    .common_top_image h1 {
        background-size: cover;
        width: 100%;
        height: 210px;
        text-align: center;
        line-height: 210px;
        color: #ffffff;
        font-size: 30px;
        letter-spacing: 0.12em;
        margin-bottom: 50px;
    }
    .common_top_image img {
        display: none;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    /*---title---*/
    .common_title {
        text-align: center;
        font-size: 40px;
        letter-spacing: 0.12em;
        margin-bottom: 15px;
        color: #191919;
        font-weight: 600;
        line-height: 2.4rem;
    }
    .common_title_under {
        width: 80%;
        margin: 12px auto;
    }
    .common_under_line {
        width: 30%;
        display: block;
        position: relative;
        top: 4px;
    }
    .common_under_line_font {
        width: 100%;
        float: left;
        text-align: center;
        position: relative;
        font-size: 0.8rem;
        color: #999999;
    }
    .common_under_line_font:after {
        position: absolute;
        content: '';
        display: block;
        left: 50%;
        top: 10px;
        width: 464px;
        margin-left: -232px;
        z-index: 0;
        border-top: 1px solid #dcdcdc;
        display: none;
    }
    /*---form---*/
    .form_above {
        margin: 4rem 0px 1rem 0.5rem;
    }
    .common_form_text {
        width: 100%;
        clear: both;
        color: #999999;
    }
    .common_form_text p {
        position: relative;
        top: 0;
        font-size: 1rem;
    }
    .common_form_text:before {
        position: relative;
        float: left;
        content: '';
        display: block;
        height: 20px;
        border-right: 3px solid #ff0000;
    }
    .essential {
        margin-bottom: 0.5rem;
    }
    .essential_mark {
        display: none;
    }
    .essential_mark_after:after {
        content: "*";
    }
    .common_form_top {
        margin-top: 1.3rem;
    }
    .common_input_space {
        width: 94%;
        padding: 10px 8px;
    }
    .common_inquiry_zone {
        height: 38px;
        display: block;
    }
    /*---privacy_policy---*/
    .privacy_consent {
        text-align: center;
        margin-top: 10px;
        height: 20;
        position: relative;
        width: 130px;
        margin: 10px auto;
    }
    .privacy_policy_title {
        text-align: center;
        font-size: 1rem;
        margin: 3rem 0px 3rem 0px;
        letter-spacing: 1.5px;
    }
    .Scroll {
        width: 100%;
        height: 300px;
        border: none;
        background: white;
        overflow: scroll;
    }
    .privacy_consent label {
        font-size: 1rem;
    }
    .privacy_consent span {
        position: relative;
        bottom: 5px;
        left: 10px;
    }
    .privacy_consent label:before {
        content: "";
        width: 30px;
        height: 30px;
        display: inline-block;
        background: #fff;
        border: 1px solid;
        position: absolute;
        left: 0;
    }
    .privacy_consent input[type=checkbox]:checked+label:before {
        content: '\2713';
        font-size: 30px;
        color: white;
        background-color: red;
    }
    .privacy_consent input[type=checkbox] {
        display: none;
    }
    .privacy_consent span {
        position: relative;
        bottom: 5px;
        left: 10px;
    }
    /*---button---*/
    .consent_button {
        display: inline-block;
        width: 250px;
        background: #e60012;
        height: 40px;
        font-size: 13px;
        position: relative;
    }
    .consent_button a:before {
        position: absolute;
        content: '';
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 5px 5px;
        border-color: transparent transparent #ffffff transparent;
    }
    .consent_button_area {
        text-align: center;
        padding-top: 2.7rem;
    }
    .consent_button p {
        margin: 10px;
        color: white;
    }
    .info_area {
        clear: both;
    }
}

@media screen and (max-width:320px) {
    .footer ul {
        width: 320px;
    }
    .footer li:nth-child(1) {
        margin-left: 38px;
    }
    .footer li:nth-child(2) {
        margin: 0 36px;
    }
    .footer li:nth-child(3) {
        margin-right: 50px;
    }
    .footer li:nth-child(4) {
        margin-right: 10px;
        margin-left: 10px;
    }
    .footer li:nth-child(6) {
        margin-left: 92px;
    }
    .info_area .right_box {
        margin: 0 auto;
        width: auto;
    }
}
