/*header*/

.header.on {
    background: #ffffff;
}

.header.fix {
    position: fixed;
    top: 0;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 15;
}

.header h1 {
    float: left;
    width: 118px;
    height: 40px;
}

@media screen and (min-width: 751px),
print {
    .header.on h1 a {
        background-size: 118px auto;
        width: 118px;
        height: 40px;
        text-indent: -9999px;
    }
}

@media screen and (min-width: 751px),
print {
    .header h1 a {
        background-size: 118px auto;
        width: 118px;
        height: 40px;
        text-indent: -9999px;
        padding: 20px 0 0 30px;
        display: block;
        width: 100%;
        height: 100%;
        transition: all 0.2s ease;
    }
}

@media screen and (min-width: 751px),
print {
    .for_sp {
        display: none;
    }
}

@media screen and (min-width: 751px),
print {
    .login_menu_area {
        float: right;
        padding: 20px 30px 30px 0;
    }
}

@media screen and (min-width: 751px),
print {
    .login_menu {
        font-size: 0;
    }
}

@media screen and (min-width: 751px),
print {
    .login_menu li {
        display: inline-block;
        width: 130px;
        height: 35px;
        font-size: 13px;
        margin-right: 10px;
        background: url(../images/btn_frame.png) center bottom no-repeat;
        background-size: 130px auto;
        width: 130px;
        height: 35px;
        text-indent: -9999px;
        text-indent: 0;
    }
}

@media screen and (min-width: 751px),
print {
    .header.on .login_menu li:first-child a,
    .header.on .login_menu li:nth-child(2) a {
        color: #727171;
    }
}

@media screen and (min-width: 751px),
print {
    .login_menu li a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 35px;
        color: #ffffff;
        font-weight: 600;
        position: relative;
        transition: all 0.2s ease;
    }
}

@media screen and (min-width: 751px),
print {
    .login_menu li:nth-child(3) {
        background: #727171;
        background: linear-gradient(315deg, transparent 3px, #e60012 3px);
        background-position: bottom right;
    }
}

@media screen and (min-width: 751px),
print {
    .login_menu_area ul {
        display: inline-block;
    }
}

@media screen and (min-width: 751px),
print {
    .language_menu li {
        display: inline-block;
        font-size: 16px;
        width: 30px;
        text-align: center;
        height: 30px;
        margin-left: 5px;
    }
}

@media screen and (min-width: 751px),
print {
    .header.on .language_menu a {
        color: #727171;
    }
}

.language_menu li.on {
    border-radius: 50% 50%;
    background: #727171;
}

@media screen and (min-width: 751px),
print {
    .language_menu li {
        display: inline-block;
        font-size: 16px;
        width: 30px;
        text-align: center;
        height: 30px;
        margin-left: 5px;
    }
}

@media screen and (min-width: 751px),
print {
    .language_menu li a {
        color: #ffffff;
        line-height: 30px;
        display: block;
        width: 100%;
        height: 100%;
        transition: all 0.2s ease;
        border-radius: 50% 50%;
    }
}

@media screen and (min-width: 751px),
print {
    .header.on .language_menu li.on a {
        color: #ffffff;
    }
}

@media screen and (min-width: 751px),
print {
    .language_menu {
        font-size: 0;
    }
}

@media screen and (max-width: 750px) {
    .header.show {
        background: #ffffff;
    }
}

@media screen and (max-width: 750px) {
    .header {
        position: fixed;
        width: 100%;
        height: 50px;
    }
}

@media screen and (max-width: 750px) {
    .header h1 {
        float: left;
        width: 70px;
        height: 22px;
    }
}

@media screen and (max-width: 750px) {
    .header.on h1 a {
        background-size: 66px auto;
        width: 66px;
        height: 22px;
        text-indent: -9999px;
        padding: 13px 0 0 19px;
    }
}

@media screen and (max-width: 750px) {
    .header h1 a {
        background-size: 70px auto;
        width: 70px;
        height: 22px;
        text-indent: -9999px;
        padding: 13px 0 0 20px;
        display: block;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 750px) {
    .on .nav_open {
        background: url(../images/sp_menu_color.png) center bottom no-repeat;
        background-size: 20px auto;
        width: 20px;
        height: 17px;
        text-indent: -9999px;
    }
}

@media screen and (max-width: 750px) {
    .nav_open {
        background: url(../images/sp_menu.png) center bottom no-repeat;
        background-size: 20px auto;
        width: 20px;
        height: 17px;
        text-indent: -9999px;
        float: right;
        margin: 15px 15px 0 0;
    }
}

@media screen and (max-width: 750px) {
    .header .sp_menu {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 50px;
        left: 0;
        background: #f5f5f5;
        z-index: 10;
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .header .login_menu_area,
    .header nav {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .header:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }
}


/*header*/


/*footer*/

@media screen and (min-width: 751px),
print {
    .info_area {
        background: #eeecec;
        padding: 50px 0;
        min-width: 1180px;
    }
}

@media screen and (min-width: 751px),
print {
    .info_area .inner {
        width: 880px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 751px),
print {
    .info_area .left_box {
        width: 439px;
        float: left;
    }
}

@media screen and (min-width: 751px),
print {
    .info_area .left_box h2 {
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        padding: 35px 0;
        font-size: 19px;
        font-weight: 600;
        color: #424242;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 751px),
print {
    .info_area .left_box dl {
        letter-spacing: 0.06em;
    }
}

@media screen and (min-width: 751px),
print {
    .info_area .left_box dt {
        float: left;
        clear: left;
        width: 145px;
        font-size: 14px;
        font-weight: 600;
        color: #424242;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 751px),
print {
    .info_area .left_box dd {
        color: #424242;
        font-size: 14px;
        float: left;
        width: 294px;
        box-sizing: border-box;
        border-left: 2px solid #b8b8b8;
        padding-left: 30px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 751px),
print {
    .info_area .left_box dl:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }
}

@media screen and (min-width: 751px),
print {
    .info_area .right_box {
        float: right;
        width: 298px;
    }
}

@media screen and (min-width: 751px),
print {
    .info_area .tw_box {
        height: 194px;
        margin-bottom: 10px;
        overflow: scroll;
    }
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

@media screen and (min-width: 751px),
print {
    .info_area .inner:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }
}

@media screen and (max-width: 750px) {
    .info_area {
        background: #eeecec;
        padding-bottom: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 750px) {
    .info_area .inner {
        margin: auto 20px;
    }
}

@media screen and (max-width: 750px) {
    .info_area .left_box {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 750px) {
    .info_area .left_box h2 {
        border-bottom: 1px solid #cccccc;
        padding: 20px 0;
        font-size: 19px;
        font-weight: 600;
        color: #424242;
        margin-bottom: 30px;
        text-align: center;
        display: inline-block;
        width: 100%;
        letter-spacing: 0.06em;
    }
}

@media screen and (max-width: 750px) {
    .info_area .left_box dl {
        letter-spacing: 0.06em;
    }
}

@media screen and (max-width: 750px) {
    .info_area .left_box dt {
        width: 145px;
        font-size: 14px;
        font-weight: 600;
        color: #424242;
        margin-bottom: 2px;
        display: inline-block;
    }
}

@media screen and (max-width: 750px) {
    .info_area .left_box dd {
        color: #424242;
        font-size: 14px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 750px) {
    .info_area .left_box dl:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }
}

@media screen and (max-width: 750px) {
    .info_area .right_box {
        margin: 0 auto;
        width: 298px;
    }
}

@media screen and (max-width: 750px) {
    .info_area .tw_box {
        height: 194px;
        margin-bottom: 30px;
        overflow: scroll;
    }
}

@media screen and (max-width: 750px) {
    .Scroll div ol {
        list-style: decimal;
        margin-left: 14px;
    }
}


/*footer*/


/*footer_nav*/

@media screen and (min-width: 751px),
print {
    .footer {
        min-width: 1180px;
    }
    .footer nav {
        position: static;
    }
}

@media screen and (min-width: 751px),
print {
    nav {
        clear: both;
        width: 100%;
        background: #727171;
        position: absolute;
        left: 0;
        top: 581px;
        min-width: 1180px;
    }
}

@media screen and (min-width: 751px),
print {
    nav ul {
        font-size: 0;
        text-align: center;
    }
}

@media screen and (min-width: 751px),
print {
    nav li:first-child {
        padding-left: 0;
    }
}

@media screen and (min-width: 751px),
print {
    nav li {
        display: inline-block;
        font-size: 13px;
        text-align: center;
        height: 38px;
        padding: 0 18px;
        position: relative;
    }
}

@media screen and (min-width: 751px),
print {
    nav li a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 38px;
        color: #ffffff!important;
        font-weight: 600;
        transition: all 0.2s ease;
    }
}

@media screen and (min-width: 751px),
print {
    nav li:after {
        position: absolute;
        content: '';
        right: 0;
        bottom: 19px;
        width: 2px;
        height: 2px;
        display: block;
        background: #cacaca;
    }
}

@media screen and (min-width: 751px),
print {
    .footer .copy {
        background: #eeecec;
        text-align: center;
        font-size: 12px;
        color: #575757;
        letter-spacing: 0.02em;
        padding: 20px 0;
    }
}

@media screen and (max-width: 750px) {
    .footer {
        background: #e4e4e4;
    }
}

@media screen and (max-width: 750px) {
    .footer nav {
        display: block;
        background: #727171;
    }
}

@media screen and (max-width: 750px) {
    .footer ul {
        width: 335px;
        margin: 0 auto;
        padding: 50px 0 30px 0;
    }
}

@media screen and (max-width: 750px) {
    .footer li {
        display: inline-block;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 750px) {
    .footer li:nth-child(1) {
        margin-left: 52px;
    }
    .footer li:nth-child(2) {
        margin: 0 36px;
    }
    .footer li:nth-child(3) {
        margin-right: 50px;
    }
    .footer li:nth-child(4) {
        margin-right: 40px;
    }
    .footer li:nth-child(6) {
        margin-left: 92px;
    }
}

@media screen and (max-width: 750px) {
    .footer li a {
        color: #ffffff;
        font-weight: 600;
        letter-spacing: 0.06em;
    }
}

@media screen and (max-width: 750px) {
    .copy {
        text-align: center;
        font-size: 12px;
        color: #575757;
        letter-spacing: 0.02em;
        padding: 20px 0;
    }


}


@media screen and (min-width: 751px) {

nav li:last-child:after {
    content: none;
}

}

/*SP_menu*/

.sp_login_menu {
    padding-top: 100px;
    margin-bottom: 135px;
}

.sp_login_menu li:first-child {
    width: 206px;
    height: 50px;
    margin: 0 auto 30px auto;
}

.sp_login_menu li:first-child a {
    display: block;
    width: 100%;
    height: 100%;
    background: #e60416;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 50px;
    text-align: center;
}

.sp_login_menu li:first-child a:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #f5f5f5 transparent;
}

.sp_login_menu li:nth-child(2) {
    width: 206px;
    height: 50px;
    margin: 0 auto 30px auto;
}

.sp_login_menu li:nth-child(2) a {
    display: block;
    width: 100%;
    height: 100%;
    background: #727171;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 50px;
    text-align: center;
}

.sp_login_menu li:nth-child(2) a:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #f5f5f5 transparent;
}

.sp_login_menu li:nth-child(3) {
    width: 206px;
    height: 50px;
    margin: 0 auto;
}

.sp_login_menu li:nth-child(3) a {
    display: block;
    width: 100%;
    height: 100%;
    background: #727171;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 50px;
    text-align: center;
}

.sp_login_menu li:nth-child(3) a:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #f5f5f5 transparent;
}

.sp_language_menu {
    font-size: 0;
    width: 100px;
    margin: 0 auto;
}

.sp_language_menu li {
    display: inline-block;
    font-size: 16px;
    width: 30px;
    text-align: center;
    height: 30px;
    margin-right: 20px;
}

.sp_language_menu li a {
    display: inline-block;
    font-size: 16px;
    width: 30px;
    text-align: center;
    height: 30px;
    margin-right: 20px;
}

.sp_language_menu li.on {
    border-radius: 50% 50%;
    background: #727171;
}

.sp_language_menu li.on a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 400;
    color: #ffffff;
}




/*header*/

@media screen and (min-width:751px) {
    #top nav {
        position: static;
    }
    /*---wrapper---*/
    .common_wrapper {
        width: 100%;
        min-width: 1180px;
        background: #f5f5f5;
        padding: 200px 0px 50px 0px;
    }
    .common_wrapper_space {
        padding-top: 86px!important;
        padding-bottom: 3rem;
    }
    .common_inner_wrapper {
        width: 54%;
        margin: auto;
        background: #f5f5f5;
    }
    /*---img---*/
    .common_top_image_area {
        height: 300px;
    }
    .common_top_image {
        z-index: 0;
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: absolute;
        min-width: 1180px;
    }
    .common_top_image img {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .common_top_image_area h1 {
        cursor: default;
        color: white;
        font-size: 4rem;
        letter-spacing: 0.2rem;
        width: 100%;
        text-align: center;
        height: 300px;
        z-index: 9999;
        line-height: 300px;
        position: relative;
    }
    /*---title---*/
    .common_title_area {
        margin-bottom: 50px;
        text-align: center;
    }
    .common_title {
        text-align: center;
        font-size: 40px;
        letter-spacing: 0.12em;
        margin-bottom: 15px;
        color: #191919;
        font-weight: 600;
    }
    .common_title_under {
        width: 80%;
        margin: 12px auto;
        position: relative;
    }
    .common_under_line {
        width: 35%;
        display: block;
        position: relative;
        top: 4px;
    }
    .common_under_line_font span {
        background: #f5f5f5;
        position: relative;
        z-index: 1;
        padding: 0 15px;
    }
    .common_under_line_font {
        background: #f5f5f5;
        font-size: 15px;
    }
    .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;
    }
    /*---form---*/
    .form_above {
        width: 100%;
        clear: both;
        margin: 4rem 0px 0 0.5rem;
    }
    .common_form_text {
        width: 25%;
        float: left;
        clear: both;
    }
    .common_form_text p {
        position: relative;
        left: 8px;
        top: 5px;
        font-size: 1rem;
    }
    .common_form_text:before {
        position: relative;
        float: left;
        content: '';
        display: block;
        height: 100%;
        min-height: 40px;
        border-right: 3px solid #ff0000;
    }
    .common_form_text_long:before {
        position: relative;
        float: left;
        content: '';
        display: block;
        height: 94px;
        border-right: 3px solid #ff0000;
    }
    .common_form_top {
        margin-top: 1.3rem;
    }
    .common_form_top:after {
        content: "";
        display: block;
        clear: both;
    }
    .common_input_space {
        width: 70%;
        padding: 10px 8px;
    }
    .essential {
        line-height: 0.85rem;
    }
    .common_inquiry_zone {
        position: relative;
    }
    /*---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: 8rem 0px 1rem 0px;
        letter-spacing: 1.5px;
    }
    .privacy_policy_content {
        width: 100%;
        height: 300px;
        border: 1px solid #000;
    }
    .Scroll {
        width: 100%;
        height: 240px;
        margin: 10px auto;
        overflow: auto;
        color: #999999;
        text-align: left;
        border: 2px solid none;
        background: #FFFFFF;
        letter-spacing: 0.1em;
        line-height: 1.8em;
    }
    .Scroll div {
        padding: 15px 25px;
        font-size: 12px;
    }
    .Scroll div h5 {
        padding: 0 0 15px 0;
        color: #202020;
        font-size: 12px;
        font-weight: bold;
    }
    .Scroll div p {
        padding: 5px 0 0 0;
    }
    .Scroll h4 {
        font-size: 18px;
        font-weight: bold;
    }
    .Scroll div ol {
        margin: 0 0 0 20px;
        padding: 5px 0 0 0;
    }
    .Scroll div li {
        list-style: decimal;
    }
    .Scroll a {
        color: #111111;
    }
    .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;
        left: 10px;
        top: 5px;
    }
    /*---button---*/
    .consent_button {
        display: inline-block;
        width: 250px;
        background: #e60012;
        height: 40px;
        font-size: 13px;
        margin-right: 10px;
        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: 5rem;
    }
    .consent_button p {
        margin: 10px;
        color: white;
    }
    .consent_button_space {
        margin-top: 20px;
    }
    .return {
        background: #727171;
    }
    .BtnArea a {
        text-decoration: none;
    }
    .info_area {
        clear: both;
    }
}
