@charset "UTF-8";
@import url(typho.css);
@font-face {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;

    font-display: block;
    src: url("/operation/skincare/common/css/fonts/icomoon.eot?78o7gn");
    src: url("/operation/skincare/common/css/fonts/icomoon.eot?78o7gn#iefix") format("embedded-opentype"),
    url("/operation/skincare/common/css/fonts/icomoon.ttf?78o7gn") format("truetype"),
    url("/operation/skincare/common/css/fonts/icomoon.woff?78o7gn") format("woff"),
    url("/operation/skincare/common/css/fonts/icomoon.svg?78o7gn#icomoon") format("svg");
}
@font-face {
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;

    font-display: block;
    src: url("/operation/skincare/common/css/fonts/iconfont.woff") format("woff");
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;

    text-transform: none;

    speak: never;
}
#form_section .icon-arrow_left:before {
    content: "\e903";

    color: #04aee0;
}
#form_section .icon-arrow_btm:before {
    content: "\e900";

    color: #e0f4fa;
}
#form_section .icon-arrow_top:before {
    content: "\e901";

    color: #e0f4fa;
}
#form_section .icon-arrow_right:before {
    content: "\e902";

    color: #04aee0;
}
#form_section .icon-phone:before {
    content: "\e942";
}
#form_section .icon-plus:before {
    content: "\ea0a";
}
#form_section .icon-minus:before {
    content: "\ea0b";
}
#form_section .icon-facebook:before {
    content: "\ea90";
}
#form_section .icon-instagram:before {
    content: "\ea92";
}
#form_section .icon-twitter:before {
    content: "\ea96";
}
#form_section .icon-new-tab:before {
    content: "\ea7e";
}
/* #header .icon {
    line-height: 1;

    -webkit-transition: color .3s ease;
            transition: color .3s ease;
}
#header .icon::before,
.contact_box .icon::before {
    font-family: iconfont !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1;
} */
#form_section .icon.-pin::before {
    content: "\EA01";
}
#form_section .icon.-mail::before {
    content: "\EA02";
}
#form_section .icon.-mobile::before {
    content: "\EA03";
}
#form_section .icon.-arrow::before {
    content: "\EA04";
}
#form_section .icon.-twitter::before {
    content: "\EA05";
}
#form_section .icon.-facebook::before {
    content: "\EA06";
}
#form_section .icon.-instagram::before {
    content: "\EA07";
}
#form_section .icon.-phone::before {
    content: "\EA08";
}
#form_section .icon.-device::before {
    content: "\EA09";
}
#form_section .icon.-calendar::before {
    content: "\EA0A";
}
#form_section .icon.-equal::before {
    content: "\EA0B";
}
#form_section .icon.-plus::before {
    content: "\EA0C";
}
#form_section .icon.-device2::before {
    content: "\EA0D";
}
#form_section .icon.-cross::before {
    content: "\EA0E";
}
#wrapper {
    width: 100%;
    min-width: 1150px;
    margin: 0 auto;
}
#form_section .inner {
    width: 1150px;
    padding: 0 15px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#form_section .s_inner {
    width: 798px;
    padding: 0 15px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#form_section .inner:after {
    display: block;
    clear: both;

    content: "";
}
#form_section .switch-pc {
    display: block;
}
#form_section .switch-sp {
    display: none;
}
#form_section .fl_between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    flex-wrap: wrap;
    justify-content: space-between;
}
#form_section .fl_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
}


#content .btn-toggle-menu {
    position: absolute;
    top: 20px;
    right: 5px;

    display: block;
    width: 16px;
    height: 16px;

    cursor: pointer;
}
#content .btn-toggle-menu .line {
    position: absolute;
    left: 0;

    display: block;
    width: 16px;
    height: 2px;

    -webkit-transition: all .4s;
       -moz-transition: all .4s;
            transition: all .4s;

    border-radius: 0;
    background: #04aee0;
}
#content .btn-toggle-menu .line.line-1 {
    top: 0;
}
#content .btn-toggle-menu .line.line-2 {
    top: 50%;

    margin-top: -1px;
}
#content .btn-toggle-menu .line.line-3 {
    top: 100%;

    margin-top: -1px;
}
#content .btn-toggle-menu.collapsed .line-1 {
    top: 50%;

    -webkit-transform: translateY(-65%) translateX(0) rotate(45deg);
       -moz-transform: translateY(-65%) translateX(0) rotate(45deg);
            transform: translateY(-65%) translateX(0) rotate(45deg);
}
#content .btn-toggle-menu.collapsed .line-2 {
    opacity: 0;
}
#content .btn-toggle-menu.collapsed .line-3 {
    top: 50%;

    -webkit-transform: translateY(-30%) translateX(0) rotate(-45deg);
       -moz-transform: translateY(-30%) translateX(0) rotate(-45deg);
            transform: translateY(-30%) translateX(0) rotate(-45deg);
}
#form_section .tel-span {
    line-height: 1;

    color: #fff !important;
}
#form_section a.sou-btn {
    color: #04aee0 !important;
    background-color: #fff;
}
#form_section .icon-left {
    padding-left: 0;
}
#form_section .yan-icon {
    font-size: 1.25rem;
}
@-webkit-keyframes stickySlideDown {
    0% {
        transform: translateY(-100%);

        opacity: .7;
    }
    100% {
        transform: translateY(0);

        opacity: 1;
    }
}
@keyframes stickySlideDown {
    0% {
        transform: translateY(-100%);

        opacity: .7;
    }
    100% {
        transform: translateY(0);

        opacity: 1;
    }
}
#form_section .txt_b {
    font-weight: 700;

    color: #04aee0;
}
#form_section .title {
    margin: 30px 0;

    text-align: center;

    color: #04aee0;
}
#form_section .title_en {
    display: block;

    font-size: 24px;
    font-weight: 500;
    line-height: 1.7;

    color: #000;
}
#form_section .title_sm {
    margin: 30px 0;

    font-size: 30px;

    text-align: center;

    color: #04aee0;
}
#form_section .copy_lg {
    font-size: 18px;
}
#form_section .copy_lg span {
    font-weight: 500;
}
#form_section .btn_wrap {
    margin: 30px 0;

    text-align: center;
}
#form_section .btn_gp .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    text-align: center;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
#form_section .btn {
    margin-bottom: 10px;

    line-height: 1;
}
#form_section .btn a,
#form_section .btn-outline a,
#form_section .btn_group li a,
#form_section .s-btn-outline,
#form_section .submit_btn {
    position: relative;

    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    width: 100%;
    height: 100%;
    box-sizing: border-box;

    font-size: 12px;

    letter-spacing: .1em;

    color: #fff !important;
    background-color: #04aee0;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#form_section .btn a {
    width: 146px;
    height: 36px;

    font-weight: 500;

    letter-spacing: .2em;
}
#form_section .btn.md a {
    width: 381px;
    height: 52px;

    font-size: 18px;
}
#form_section .btn.lg a {
    width: 492px;
    height: 67px;

    font-size: 19px;
}
#form_section .btn.lg.cosmetic a {
    width: 492px;
    height: 80px;

    font-size: 19px;
    line-height: 1.5;

    text-align: center;
}
#form_section .s-btn-outline {
    width: 121px;
    height: 26px;

    color: #04aee0 !important;
    border: 1px solid #04aee0;
    background-color: #fff;
}
#form_section .btn-outline:not(:last-of-type) {
    margin-bottom: 10px;
}
#form_section .btn-outline a {
    position: relative;

    width: 552px;
    height: 68px;

    font-size: 24px;
    font-weight: 500;

    letter-spacing: .02em;

    color: #04aee0 !important;
    border: 3px solid #04aee0;
    background-color: #fff;
}
#form_section .btn-outline a::after {
    position: absolute;
    top: 50%;
    right: 20px;

    font-family: icomoon !important;
    font-size: .8em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;

    content: "\e902";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: none;
}
#form_section .btn-outline.md a {
    width: 296px;
    height: 36px;

    font-size: 12px;
}
#form_section .btn-outline.md a::after {
    right: 10px;
}
#form_section .btn-outline.gray a {
    width: 245px;
    height: 50px;

    font-size: 22px;
    font-weight: 400;

    color: #939393 !important;
    border-color: #939393;
}
#form_section .btn-outline.gray a::after {
    content: "";
}
#form_section .btn_list {
    text-align: center;
}
#form_section .btn_list.mgb {
    margin-top: 20px;
}
#form_section .btn_list.mgb .btn-outline.gray {
    margin-top: 76px;
}
#form_section .btn_list.mgb .btn-outline:not(:last-of-type) {
    margin-bottom: 27px;
}
#form_section .btn_close {
    width: 122px;
    height: 36px;
    margin-bottom: 10px;
    box-sizing: border-box;

    font-size: 15px;
    line-height: 27px;

    cursor: pointer;
    text-align: center;
    letter-spacing: .1em;

    color: #939393;
    border: 3px solid #939393;
    background-color: #fff;
}
#form_section .btn-primary {
    display: table;

    text-align: center;

    color: #fff !important;
    background-color: #04aee0;
}
#form_section .btn-primary2 {
    display: table;

    text-align: center;

    color: #04aee0 !important;
    background-color: #fff !important;
}
#form_section .btn-primary span {
    display: table-cell;

    vertical-align: middle;
}
#form_section .bg_box {
    padding: 40px 50px 60px;
    box-sizing: border-box;

    border-radius: 20px;
    background-color: #f3f3f3;
}
#form_section .bg_box .lead {
    text-align: center;
}
#form_section .tab_menu {
    width: 684px;
    padding-top: 3px;
    padding-left: 3px;
    margin: 38px auto 45px;
    box-sizing: border-box;

    text-align: center;
}
#form_section .tab_menu li {
    position: relative;

    float: left;
    width: 342px;
    height: 68px;
    padding: 11px 28px;
    margin-top: -3px;
    margin-left: -3px;

    font-size: 22px;

    cursor: pointer;
    text-align: left;

    color: #04aee0;
    border: 3px solid #04aee0;
    background-color: #fff;
}
#form_section .tab_menu:not(.slider-nav) li {
    letter-spacing: .2em;
}
#form_section .tab_menu li::after {
    position: absolute;
    top: 50%;
    right: 20px;

    font-family: icomoon !important;
    font-size: .8rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;

    content: "\e900";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: none;
}
#form_section .tab_menu li.active {
    color: #fff;
    background-color: #04aee0;
}
#form_section .tab_menu li.active::after {
    color: #e0f4fa;
}
#form_section .tab_content {
    display: none;
}
#form_section .tab_content.current {
    display: block;
}
#form_section .sec_desc {
    padding: 0 80px;
    margin: 52px 0 55px;
}
#form_section .card_wrap:not(:first-of-type) {
    margin-top: 70px;
}
#form_section .card_wrap .tit {
    margin: 12px 0;

    font-size: 32px;
    font-weight: 700;

    text-align: center;

    color: #04aee0;
}
#form_section .s_card_gp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    flex-wrap: wrap;
}
#form_section .s_card {
    padding: 0 8px;
    margin-top: 15px;
}
#form_section .s_card_gp .s_card {
    box-sizing: border-box;
}
#form_section .s_card .card_in {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    flex-direction: column;

    text-align: center;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #04aee0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
       -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, .16);

    -webkit-box-direction: column;
}
#form_section .s_card .img {
    display: inline-flex;
    height: 160px;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;

    align-items: center;
    justify-content: center;
}
#form_section .s_card .img img {
    width: 97px;
}
#form_section .s_card .s_card_body {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 84px;
    padding: 12.5px 15px;

    background-color: #04aee0;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    flex: 1 1 auto;
    -ms-flex-align: center;
    -ms-flex-pack: start;
    justify-content: start;
}
#form_section .s_card .name {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    text-align: left;
    letter-spacing: -1px;

    color: #fff;
}
#form_section .s_card .s_card_body:after {
    position: absolute;
    top: 50%;
    right: 11px;

    display: block;

    font-family: icomoon !important;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;

    content: "\e902";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #e0f4fa;
}
#form_section .s_card_gp.col_1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#form_section .s_card_gp.col_1 .s_card_body {
    min-height: 94px;
    padding-left: 25px;
}
#form_section .s_card .pic {
    padding: 0;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
}
#form_section .s_card .pic img {
    width: 100%;
    height: 100%;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.trouble_list .s_card .name {
    font-size: 17px;
}
.bg_box.box_md {
    padding: 62px 44px 85px;
}
.box_md .card_wrap:not(:first-of-type) {
    margin-top: 80px;
}
.box_md .s_card {
    margin-top: 32px;
}
#form_section .s_card .s_card_body.md {
    min-height: 62px;
}
#form_section .s_card .s_card_body.md .name {
    font-size: 18px;
}
#form_section .sec_equipment .s_card .pic {
    height: 182px;
}
#form_section .fnd_link {
    margin-top: 32px;
}
#form_section .fnd_link li {
    padding-bottom: 5px;

    font-size: 18px;

    text-align: right;

    color: #04aee0;
}
#form_section .fnd_link li a {
    color: #04aee0;
}
#form_section .fnd_link li span {
    position: relative;
    top: -1px;

    display: inline-block;
    margin-left: 10px;

    vertical-align: middle;
}
#form_section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    flex-wrap: wrap;
}
#form_section .col {
    float: left;
    margin-left: 16px;
}
#form_section .col_1 {
    width: 100%;
    margin-left: 0;
}

@media only screen and (max-width: 768px) {
    
#form_section .btn_wrap {
        margin-bottom: 10px;
    }
#form_section .btn a {
        height: 34px;
        max-width: 138px;
    }
#form_section .btn.lg a,
#form_section .btn.md a {
        height: 45px;
        max-width: 274px;

        font-size: 12px;
    }
#form_section .btn.lg.cosmetic a {
        height: 50px;
        max-width: 274px;

        font-size: 12px;

        letter-spacing: 0;
    }
#form_section .btn_close {
        width: 79px;
        height: 23px;

        font-size: 10px;
        line-height: 19px;

        border-width: 1.5px;
    }
#form_section .btn-outline a {
        height: 34px;
        max-width: 274px;

        font-size: 12px;

        border-width: 1.5px;
    }
#form_section .btn-outline.gray a {
        height: 34px;
        max-width: 134px;

        font-size: 10px;
    }
#form_section .btn-outline a:after {
        right: 10px;

        font-size: .9em;
    }
#form_section .btn_group {
        margin-bottom: 0;
    }
#form_section .btn_group ul {
        width: 70%;
        margin: 0 auto;
    }
#form_section .btn_group ul li {
        width: 100%;
        height: 31px;
        margin-right: 0;
        margin-bottom: 17px;
    }
#form_section .btn_group .btn_wrap {
        margin-bottom: 0;
    }
#form_section .bg_box {
        padding: 20px 22px 30px;
        box-sizing: border-box;

        border-radius: 10px;
        background-color: #f3f3f3;
    }
#form_section .bg_box .lead {
        font-size: 12px;
    }
#form_section .tab_menu {
        position: relative;
        left: 2px;

        width: 100%;
        margin: 19px 0 20px;
    }
#form_section .tab_menu li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 50%;
        height: 9.1vw;
        padding: 0 3.6vw .3vw;

        font-size: 2.93vw;

        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }
#form_section .tab_menu li::after {
        right: 9px;

        font-size: 1em;

        content: "\e902";
        -webkit-transform: translateY(-50%) rotate(90deg);
                transform: translateY(-50%) rotate(90deg);
    }
#form_section .card_wrap .tit {
        margin: 6px 0 4px;

        font-size: 19px;
    }
#form_section .s_card_gp {
        margin: 0 -6px;
    }
#form_section .s_card {
        padding: 0 6px;
        margin-top: 13px;
    }
#form_section .s_card .card_in {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .16);
           -moz-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .16);
                box-shadow: 0 1.5px 4px rgba(0, 0, 0, .16);
    }
#form_section .col_sp_3 .s_card {
        width: 33.3%;
    }
#form_section .col_sp_2 .s_card {
        width: 50%;
    }
#form_section .s_card .img {
        height: 25.2vw;

        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
#form_section .s_card .img img {
        max-width: 60%;
    }
#form_section .col_sp_2 .s_card {
        width: 50%;
    }
#form_section .s_card .s_card_body {
        min-height: 42px;
        padding: 5px 8px;
    }
#form_section .s_card .s_card_body:after {
        right: 6px;

        font-size: .4rem;
    }
#form_section .s_card .name {
        font-size: 11px;
    }
#form_section .card_wrap:not(:first-of-type) {
        margin-top: 32px;
    }
#form_section .sec_desc {
        padding: 0 15px;
        margin: 22px 0;
    }
#form_section .s_card_gp.col_1 {
        margin: 0;
    }
#form_section .s_card_gp.col_1 .s_card {
        width: 100%;
        padding: 0;
    }
#form_section .s_card_gp.col_1 .s_card_body {
        min-height: 42px;
        padding-left: 20px;
    }
#form_section .s_card_gp.col_1 .s_card_body:after {
        right: 8px;
    }
#form_section .trouble_list .s_card .s_card_body {
        min-height: 55px;
    }
#form_section .s_card .img_lg img {
        position: relative;
        top: -1%;
        left: -6%;

        max-width: 70%;
    }
#form_section .trouble_list .s_card .name {
        font-size: 11px;
    }
#form_section .bg_box.box_md {
        padding: 22px 22px 33px;
    }
#form_section .bg_box.box_md .tit {
        margin-bottom: 0;
    }
#form_section .box_md .card_wrap:not(:first-of-type) {
        margin-top: 51px;
    }
#form_section .bg_box.box_md .s_card_gp {
        margin: 0 -9.5px;
    }
#form_section .bg_box.box_md .s_card {
        padding: 0 9.5px;
        margin-top: 21px;
    }
#form_section .sec_equipment .s_card .pic {
        height: 30vw;

        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
#form_section .sec_equipment .s_card .pic img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
#form_section .fnd_link li,
#form_section .s_card .s_card_body.md .name {
        font-size: 11px;
    }
#form_section .fnd_link li {
        padding-bottom: 9px;
    }
#form_section .s_card .s_card_body.md {
        min-height: 38px;
    }
#form_section .fnd_link {
        margin-top: 21px;
    }
#form_section .ft_wrap {
        position: relative;

        padding-top: 61px;
    }
    #ft_breadcrumb {
        position: relative;

        height: 46px;

        border-bottom: 1px solid #666;
    }
    #ft_breadcrumb li {
        padding: 15px 0 15px 15px;
    }
    #footer {
        min-height: auto;
        padding: 0 0 8px;
    }
#form_section .contact_box {
        position: absolute;
        bottom: -29vw;
        z-index: 2;

        width: 100%;

        -webkit-transition: all .2s ease;
                transition: all .2s ease;
        text-align: center;
    }
#form_section .ft_wrap.move .contact_box {
        position: absolute;
        top: 0;

        height: 24vw;
    }
#form_section .contact_box.sticky {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
#form_section .contact_box.sticky.hide {
        bottom: -29vw;
    }
#form_section .contact_box li {
        float: left;
        width: 33.3%;

        text-align: center;
    }
#form_section .contact_box li a {
        display: block;
    }
#form_section .contact_box .icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 20vw;
        height: 20vw;
        box-sizing: border-box;

        color: #04aee0;
        border: 1.5px solid #04aee0;
        border-right: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
           -moz-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .16);
                box-shadow: 0 3px 6px rgba(0, 0, 0, .16);

        align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
#form_section .contact_box .icon.-phone {
        font-size: 9.6vw;
    }
#form_section .contact_box .icon.-device {
        font-size: 9.8vw;
    }
#form_section .contact_box .icon.-calendar {
        font-size: 12.2vw;
    }
#form_section .contact_box .txt {
        display: block;
        margin-top: 3px;

        font-size: 2.5vw;

        color: #fff;
    }
    #footer .ft_home,
#form_section .ft_nav li {
        padding-top: 0;
    }
    #footer .ft_home a,
#form_section .ft_nav li a {
        position: relative;

        padding: 19px 17px;
        box-sizing: border-box;

        border-bottom: 1px solid #666;
    }
#form_section .ft_nav {
        margin-bottom: 124px;

        flex-wrap: wrap;
    }
#form_section .ft_nav ul {
        width: 100%;
        margin-left: 0 !important;
    }
#form_section .ft_nav .dropdown {
        display: none;
        padding: 10px 0 12px;

        background-color: #333;
    }
#form_section .ft_nav .dropdown a {
        padding: 10px 28px;

        color: #cecece;
        border: 0;
    }
#form_section .ft_nav li.menu-sp-tog .tog_icn {
        position: absolute;
        right: 25px;

        width: 18px;
        height: 18px;
        margin: 0;

        text-align: center;
    }
#form_section .ft_nav li.menu-sp-tog .tog_icn:after,
#form_section .ft_nav li.menu-sp-tog .tog_icn:before {
        position: absolute;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;

        display: block;
        margin: 0 auto;

        content: "";
        transition: transform .25s ease-out;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);

        background-color: #04aee0;
    }
#form_section .ft_nav li.menu-sp-tog .tog_icn:before {
        width: 14px;
        height: 1px;
    }
#form_section .ft_nav li.menu-sp-tog .tog_icn:after {
        width: 1px;
        height: 14px;
    }
#form_section .ft_nav li.menu-sp-tog > a.open .tog_icn:before {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
#form_section .ft_nav li.menu-sp-tog > a.open .tog_icn:after {
        background-color: transparent;
    }
#form_section .ft_nav li ul li {
        padding-top: 0;
        padding-left: 0;
    }
#form_section .ft_nav .ft_search_clinic {
        padding-top: 0;
    }
#form_section .ft_nav .ft_search_clinic ul {
        float: none;
    }
#form_section .ft_nav .ft_search_clinic ul:last-child {
        margin-left: 0;
    }
#form_section .ft_sns {
        position: relative;
        bottom: auto;

        margin-bottom: 70px;

        text-align: center;
    }
#form_section .ft_sns ul {
        display: inline-block;
    }
#form_section .ft_logo_mark img {
        width: 45px;
    }
#form_section .spb_70px {
        padding-bottom: 70px !important;
    }
#form_section .smb_80px {
        margin-bottom: 80px !important;
    }
#form_section .smb_70px {
        margin-bottom: 70px !important;
    }
#form_section .smb_60px {
        margin-bottom: 60px !important;
    }
#form_section .smb_50px {
        margin-bottom: 50px !important;
    }
#form_section .smb_20px {
        margin-bottom: 20px !important;
    }
#form_section .ft-counseling,
#form_section .ft-newgp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        flex-wrap: wrap;
    }
#form_section .ft-newgp .ft-left {
        width: 25%;

        border: 2px solid #04aee0;
        background: #fff;
    }
#form_section .ft-trial {
        padding: 9px 0 5px;
        margin: 0 auto;

        line-height: 1.5;
    }
#form_section .ft-trial span {
        display: block;
    }
#form_section .ft-mail,
#form_section .ft-ph {
        display: flex;

        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
#form_section .ft-newgp .ft-right {
        width: 75%;

        border-right: 2px solid #04aee0;
        border-bottom: 2px solid #04aee0;
        border-left: none;
    }
#form_section .ft-newgp .ft-left a span,
#form_section .ft-newgp .ft-right a span {
        font-size: 10px;

        text-align: center;

        color: #04aee0;
    }
#form_section .ft-newgp .ft-right a span {
        font-size: 13px;
    }
#form_section .ft_text {
        height: 22px;

        font-size: 10px;
        line-height: 22px;

        text-align: center;
        letter-spacing: 2px;

        color: #fff;
        background: #04aee0;
    }
    #ft_counsel.ft_mrg {
        background: #04aee0;
    }
#form_section .ft-counseling li {
        width: 50%;
        padding: 9px 0;

        border-right: 2px solid #04aee0;
        border-left: 2px solid #04aee0;
        background: #fff;
    }
#form_section .ft-counseling li:first-child {
        border-left: none;
    }
#form_section .ft-counseling li:last-child {
        border-right: none;
        border-left: none;
    }
#form_section .ft-counseling li a {
        display: flex;

        align-items: center;
        justify-content: center;
    }
#form_section .ft-counseling li a span {
        padding-left: 8px;

        font-size: 3.25vw;
        font-weight: 500;

        text-align: center;
        letter-spacing: 3px;

        color: #04aee0;
    }
#form_section .contact_box01 {
        position: fixed;
        bottom: 0;
        z-index: 99;

        width: 100%;

        background: #fff;
    }
#form_section .contact_box01 ul {
        display: flex;
        width: 96%;
        padding: 10px 2%;
        margin: 0 auto;
    }
#form_section .contact_box01 li {
        width: 50%;
        padding: 5px 0 0;
        margin: 0 5px;

        text-align: center;

        border-radius: 4px;
        background: #0093df;
    }
#form_section .contact_box01 li:last-child {
        background: #ff4800;
    }
#form_section .contact_box01 li a {
        display: inline-block;
    }
#form_section .ft_phTtl {
        padding: 3px 10px;

        font-size: 9px;
        font-weight: 700;
        line-height: 1;

        transform: skew(-8deg, 0deg);

        color: #fff;
        background: #000;
    }
#form_section .ft_phTtl span {
        transform: skew(0deg, 0deg);
    }
#form_section .contact_box01 .ft-ph {
        padding-top: 3px;
    }
#form_section .contact_box01 .ft-ph span {
        display: inline-block;
        padding-left: 5px;

        font-size: 18px;
        font-weight: 700;
        line-height: .82;

        color: #fff;
    }
#form_section .contact_box01 img {
        max-width: 25px;
    }
}
@media only screen and (max-width: 480px) {
    #header .h_nav {
        width: 190px;
    }
}
@media only screen and (max-width: 375px) {
    #header .h_nav {
        width: 165px;
    }
    #header .h_nav li {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 320px) {
    #gnav li ul.dropdown li {
        font-size: 12px;
    }
#form_section .tab_menu li {
        padding: 0 1vw .3vw;
    }
#form_section .tab_menu li::after {
        right: 5px;

        font-size: 6px;
    }
#form_section .s_card .name,
#form_section .s_card .s_card_body.md .name {
        font-size: .8vw;
    }
}
.banner_wrap {
    width: 1150px;
    padding: 0 15px;
    margin-top: 70px;
    margin-right: auto;
    margin-bottom: -70px;
    margin-left: auto;
}
.banner_wrap a {
    display: inline-block;
}
@media screen and (max-width: 767px) {
#form_section .banner_wrap {
        max-width: 100%;
        margin-top: 35px;
        margin-bottom: -35px;
    }
}
@media only screen and (max-width: 768px) {
    
#form_section .g_navi {
        height: auto;
    }
    #header.header01 .head_m {
        height: 52px;
    }
#form_section .header01 .cliniclst {
        display: inline-block;
        width: 120px;
        margin: 7px auto;

        border-radius: 35px;
        background: #0093df;
    }
#form_section .header01 .cliniclst a {
        display: inline-flex;
        padding: 4px 12px 6px;

        color: #fff;

        align-items: center;
    }
#form_section .header01 .cliniclst a picture {
        width: 17px;
    }
#form_section .header01 .cliniclst .caption {
        display: inline-block;
        padding-left: 5px;

        font-size: 10px;
        font-weight: 700;
    }
    #header.header01 .head_m.hide {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
#form_section .header01 .newMenu {
        width: 100%;
        margin: 0 auto;

        background: #fff;
    }
#form_section .header01 .newMenu ul {
        display:         flex;
        display: -webkit-box;
        display:    -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        padding: 6px 0 7px 0;
        margin: 0;

        align-items: center;
        justify-content: space-evenly;
    }
#form_section .header01 .newMenu li {
        padding: 1px 0;

        text-align: center;
    }
#form_section .header01 .newMenu li a:hover {
        box-shadow: unset;
    }
#form_section .header01 .newMenu li picture {
        display: block;
    }
#form_section .header01 .newMenu li img {
        width: 100%;
        max-width: 19px;
    }
#form_section .header01 .newMenu li .menu-img2 {
        width: 100%;
        max-width: 26px;
    }
#form_section .header01 .newMenu li .menu-img3 {
        width: 100%;
        max-width: 36px;
    }
#form_section .header01 .newMenu li a {
        display: inline-block;
        padding: 2px 0;

        letter-spacing: 0;
    }
#form_section .header01 .newMenu li p {
        padding-top: 3px;

        font-size: 11.5px;
        font-weight: 700;

        letter-spacing: 0;
    }
}
@media only screen and (max-width: 320px) {
#form_section .header01 .newMenu li p {
        font-size: 8px;
    }
}

#content,
#form_section,
.form_group,
#form_section .form_group,
#form_section .inner,
#form_section .form_step,
#form_section form,
#form_section .form_wrap,
#form_section #app {
    display: block;
    clear: both;
    height: unset;
}
#form_section #app {
    display: block;
    clear: both;
    height: unset;
    padding-top: 50px;
}
#form_section .inner {
    max-width: 100%;
    padding: 0;
}
@media only screen and (max-width: 768px) {
    .birth_date .fl_box {
        flex-wrap: nowrap !important;
    }
}

#form_section .caution {
    padding-top: 2px !important;
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
    p {
        font-size: 13px;
        line-height: 1.6;
    }
    #form_section #app {
        padding-top: 5px;
    }
    #form_section .caution {
        line-height: 1.5;
        padding-top: 0 !important;
        padding-bottom: 4px !important;
    }
    #form_section .caution span {
        line-height: 1.5;
    }
}