header {
    background: #16314F;
}

.header_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    font-size: 12px;
}

.header_flex a {
    color: #fff;
    text-decoration: none;
}

.header_flex .logo_area {
    display: flex;
    align-items: center;
}

.header_flex .logo_area .logo_img {
    margin-right: 10px;
    ;
}

.header_flex .logo_area .logo_img img {
    height: 100%;
    display: block;
    width: auto;
}

.header_flex .cont_area {
    width: 50px;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 10;
}

body.top_pd110 {
    padding-top: 110px;
}

.header_flex_new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    font-size: 11px;
}

.head_menu_btn_area {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.head_menu_btn_area div {
    width: 100%;
    padding: 0 15px;
    cursor: pointer;
}

.head_menu_btn_area em {
    width: 100%;
    height: 7px;
    margin-bottom: 7px;
    background: #fff;
    display: block;
}

.header_flex_new .head_nav_ul {
    justify-content: center;
}

.header_flex_new .head_nav_ul li {
    width: calc(100% / 9);
    padding: 0 15px;
}

.header_flex_new .head_nav_ul li span {
    font-size: 11px;
}

.phone_icon {
    position: relative;
    font-size: 30px;
}

.phone_icon>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotateZ(45deg);
    transform-origin: center center;
}

.phone_icon>div::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #fff;
    transform-origin: center;
    animation: tel_anime 1s linear infinite;
}

.phone_icon>div:first-of-type::before {
    transform: scale(50%);
}

.phone_icon>div:nth-of-type(2):before {
    transform: scale(75%);
    animation-delay: .1s;
}

.phone_icon>div:last-of-type::before {
    animation-delay: .2s;
}

@keyframes tel_anime {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.head_area {
    /*
    background-image: url(image_new/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    */
    padding: 3em 0;
    padding-bottom: 10px;
}

.head_bottom_area .ctx {
    padding: 1em;
    text-align: center;
    font-size: 16px;
}

.head_bottom_area .ctx b {
    display: inline-block;
    padding: .2em 2em;
    border-radius: 4px;
    border: 1px solid #fff;
    background: #E72E3E;
    color: #fff;
    font-size: 1.7em;
    line-height: 1;
}

.head_bottom_area .h_b_tx {
    text-align: center;
    font-size: 1.1em;
}

.head_nav_area {
    background: #231815;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 4em 0;
    padding: 1em 1em;
}

.head_nav_ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
    margin-bottom: .5em;
}

.head_nav_ul li {
    width: calc((100% - 180px) / 6);
    width: calc((100% - 320px) / 6);
}

.head_nav_ul li a>div {
    padding: 0 1em;
}

.head_nav_ul li span {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
}

.head_link_ul {
    display: flex;
    justify-content: space-between;
}

.head_link_ul li {
    width: calc((100% - 40px) / 3);
}

.head_link_ul li a {
    color: #fff;
    display: block;
    padding: 6px 5px;
    text-align: center;
    border-radius: 5px;
    background: #3E50A1;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.head_bottom_area {
    margin-bottom: 3em;
}

@media(min-width:641px) {
    .fixed .head_nav_area {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        margin: 0;
    }
    .fixed .head_bottom_area {
        margin-top: 345px;
    }
}

.main {
    overflow: hidden;
}

.bg_white {
    background: #fff;
}

.sep_bar.bottom .mark.left {
    right: auto;
    left: -50px;
    width: 100px;
    top: -40px;
}

.sep_bar.bottom .mark.right {
    left: auto;
    right: -50px;
    width: 100px;
    top: -40px;
}

.foot_mail_area {
    background: #2961AD;
    padding-top: 5px;
}

.foot_mail_area>div {
    padding: 0 6em;
}

.p_10_tx {
    padding: 2em 0;
    text-align: center;
}

.step_h2 {
    margin-bottom: .8em;
}

.form_contact input,
.form_contact select,
.form_contact textarea {
    color: #111;
}

.ck_area {
    padding-left: 16em;
}

.ck_area label {
    display: block;
    width: auto;
}

.p5_sec {
    padding: 0;
}

.p3_tx {
    color: #fff;
}

.p7_sec {
    background: #fff;
    color: #111;
}

.h2_div .desc {
    color: #c93;
}

.flex_3 {}

.p4_sec {
    background: #fff;
}

.p4_h {
    padding-top: 0;
}

.p4_tx {
    font-size: 1.3em;
    padding-bottom: 1em;
}

.qa_ul {
    margin-bottom: 11em;
}

.qa_ul li {
    background: #ceb566;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    line-height: 1.2;
}

.qa_yes {
    left: 0%;
    bottom: 25%;
}

.qa_cont {
    margin-bottom: 10px;
}

.qa_cont a {
    padding-left: 22%;
    padding-right: 1em;
    padding: 0 13%;
}

.p9_sec {
    background: #fff;
    color: #111;
}

.step_sec {
    background: #fff;
    color: #111;
}

.p_10_in {
    padding: 4em;
    position: relative;
    z-index: 2;
}

.sep_bar.bottom .mark {
    display: none;
}

.sep_bar.bottom .mark.left,
.sep_bar.bottom .mark.right {
    display: block;
}

@media(max-width:640px) {
    .wrap {
        padding: 0 10px;
    }
    .header_flex .cont_area {
        display: none;
    }
    .head_nav_ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .head_nav_ul li {
        width: calc((100%) / 3);
    }
    .head_link_ul {
        flex-wrap: wrap;
    }
    .head_link_ul li {
        width: 100%;
        padding: 10px;
    }
    .head_bottom_area .ctx b {
        padding: 0.2em 0.5em;
        font-size: 1.5em;
        width: 100%;
    }
    .flex_3 .box3 {
        padding: 0 1em;
    }
    .qa_3 {
        padding: 10px;
    }
    .p4_h {
        padding-top: 30px;
    }
    .qa_ul {
        margin-bottom: 5em;
    }
    .p8_sec .flex_3 .box3 b {
        padding-top: 15px;
        min-height: auto;
    }
    .p8_sec .tx3 {
        padding-bottom: 1.7em;
    }
    .p9_sec,
    .p7_sec {
        padding-bottom: 1em;
    }
    .p9_sec .h2_div.top_bar {
        padding-bottom: 10px;
    }
    .p9_sec .tx2 {
        padding-bottom: 1em;
    }
    .p_10_in {
        padding: 2em 1em;
    }
    .foot_mail_area>div {
        padding: 0 2em;
    }
    .p10_sec {
        padding-top: 0;
    }
    .p_10_tx {
        font-size: 12px;
        padding: 2em 10px;
        line-height: 1.3;
    }
    .sep_bar.bottom .mark.left {
        left: 0;
        width: 60px;
        top: -20px;
    }
    .foot_mail_area a {
        display: block;
    }
    .form_area {
        padding: 2em .5em;
    }
    .ck_area {
        padding: 1em 0;
        font-size: .9em;
    }
    .foot_contact {
        position: fixed;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 99;
        transform: translateY(0%);
        opacity: 0;
        transition: all .3s linear;
    }
    .foot_contact.active {
        opacity: 1;
        transform: translateY(-100%);
        transition: all .5s linear;
    }
    .foot_contact a {
        width: 100%;
        padding: 12px;
        text-align: center;
        display: block;
        color: #fff;
        border-radius: 5px;
        background: #f36;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, .5);
        text-decoration: none;
        font-size: 1.2em;
    }
}

@media(max-height:800px) {
    .head_area.fixed .head_link_ul {
        display: none;
    }
    .head_area.fixed .head_nav_area {
        padding: 5px 1em;
    }
}