<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://use.typekit.net/dbh3kyv.css");

@media all and (-ms-high-contrast: none) {
    html {
        overflow: hidden;
        height: 100%;
    }

    body {
        overflow: auto;
        height: 100%;
    }
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address,
em, img, small, strong, b, i, dl, dt, dd, ol, ul, li, form, label, table, caption,
tbody, tfoot, thead, tr, th, td, article, canvas, footer, header, menu, nav, section,
time, audio, video, figure, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

input[type="button"], input[type="text"], input[type="submit"], input[type="image"], textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

body {
    font-size: 16px;
    line-height: 1.4;
    font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #464646;
}

article, footer, header, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    color: inherit;
    padding: 0;
    font-size: 100%;
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
}

a:link {
    -webkit-transition: .3s;
    transition: .3s;
}

a:link:hover {
    opacity: 0.7;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em, b {
    font-style: normal;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

hr {
    display: block;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

input, select {
    vertical-align: middle;
}

.century {
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}

p {
    font-size: 16px;
    line-height: 1.8;
}

@media screen and (max-width:768px) {
    body {
        font-size: 14px;
    }

    p {
        font-size: 14px;
        line-height: 2;
    }
}

@media screen and (max-width:320px) {
    p {
        font-size: 12px;
    }
}

/*//////////////////////////////
        header
//////////////////////////////*/
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 102;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

header.hd_shadow {
    position: fixed;

}

header h1 {
    width: 200px
}

header.hd_shadow .pcnav li a {
    padding: 10px 10px;
}

header.hd_shadow .ec_nav {
    padding: 5px 0;
}

header.hd_shadow .head_top {
    height: 0;
    padding: 0;
}

.head_top {
    height: 105px;
    text-align: center;
    line-height: 105px;
}

.head_top img.pc {
    display: inline;
}

@media screen and (max-width:767px) {
    .head_top {
        width: 70%;
        margin: auto;
        height: 15vw;
        line-height: 15vw;
    }

    .head_top img.pc {
        display: none;
    }

    .head_top img.sp {
        display: inline;
    }
}

@media screen and (max-width:320px) {
    .head_top {
        width: 80%;
        margin: auto;
        height: 15vw;
        line-height: 15vw;
    }
}



form#form {
    width: 100%;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button#s-btn-area {
    width: 20%;
    background: #0c88d2;
    cursor: pointer;
    color: #fff;
    margin: 0 0 0 10px;
}

#s-btn {
    font-weight: bold;
    letter-spacing: 5px;
}


.parallax.bg-01 {
    min-height: 255px;
    background: url(./assets/img/gym02.png)no-repeat;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.parallax.bg-05 {
    min-height: 250px;
    background: url(./assets/img/sp/gym02.png)no-repeat;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.parallax.bg-02 {
    min-height: 255px;
    background: url(./assets/img/studio02.png)no-repeat;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.parallax.bg-06 {
    min-height: 250px;
    background: url(./assets/img/sp/studio02.png)no-repeat;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.parallax.bg-03 {
    min-height: 350px;
    background: url(./assets/img/yoga05.jpg)no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.parallax.bg-07 {
    min-height: 380px;
    background: url(./assets/img/sp/yoga05.png)no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.parallax.bg-04 {
    min-height: 350px;
    background: url(./assets/img/voice01.jpg)no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.parallax.bg-08 {
    min-height: 380px;
    background: url(./assets/img/sp/voice01.png)no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}


/* /////////////////////////////
      main
///////////////////////////// */

main {
    overflow: hidden;
}

.mainvisual {
    position: relative;
    z-index: 100;
}

.mv_bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #db6a68;
    /*opacity: 0.9;*/
    z-index: 100;
}

@media screen and (max-width:1000px) {
    .mv_bottom {
        height: auto;
        position: relative;
        z-index: 100;
    }
}

@media screen and (max-width:767px) {
    .mv_bottom {
        position: relative;
        background-color: #E17776;
    }
}

.spr_campaign {
    margin: 30px auto;
    text-align: center;
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
}

@media screen and (max-width:1000px) {
    .spr_campaign {
        line-height: 1;
        margin: 0 auto 30px;
        padding: 20px 0 0;
        font-size: 48px;
    }
}

@media screen and (max-width:767px) {
    .spr_campaign {
        margin: 0 auto 20px;
        padding-top: 20px;
        font-size: 36px;
        line-height: 1;
    }
}

@media screen and (max-width:414px) {
    .spr_campaign {
        font-size: 28px;
    }
}

@media screen and (max-width:320px) {
    .spr_campaign {
        font-size: 24px;
    }
}

.spr_campaign span {
    padding-left: 30px;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width:1000px) {
    .spr_campaign span {
        font-size: 27px;
    }
}

@media screen and (max-width:767px) {
    .spr_campaign span {
        padding-left: 0;
        font-size: 19px;
    }
}

@media screen and (max-width:320px) {
    .spr_campaign span {
        font-size: 17px;
    }
}


.fl_ct {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fl_en {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.jt_st {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.cp_detail li span.month {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 23px;
}

@media screen and (max-width:767px) {
    .cp_detail li span.month {
        font-size: 23px;
    }
}

@media screen and (max-width:414px) {
    .cp_detail li span.month {
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {
    .cp_detail li.brd_top {
        border-top: 1px solid #fff;
        border-right: none;
    }

    .cp_detail li.brd_rgt_none {
        border-right: none;
    }
}

.cp_detail {
    color: #fff;
}

.cp_detail li {
    padding: 20px 20px 10px;
    border-right: 1px solid #fff;
    font-size: 21px;
}

@media screen and (max-width:1000px) {
    .cp_detail li {
        font-size: 16px;
        padding: 20px 10px 10px;
    }
}

@media screen and (max-width:767px) {
    .cp_detail li {
        font-size: 14px;
        padding: 5px;
    }
}

.cp_detail li span {
    font-size: 19px;
}

@media screen and (max-width:1000px) {
    .cp_detail li span {
        font-size: 10px;
    }
}

@media screen and (max-width:767px) {
    .cp_detail li span {
        font-size: 17px;
    }
}

@media screen and (max-width:414px) {
    .cp_detail li span {
        font-size: 15px;
    }
}

@media screen and (max-width:375px) {
    .cp_detail li span {
        font-size: 14px;
    }
}

@media screen and (max-width:320px) {
    .cp_detail li span {
        font-size: 11px;
    }
}

.cp_detail li span.price {
    line-height: 1;
    font-size: 80px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width:1000px) {
    .cp_detail li span.price {
        font-size: 60px;
    }
}

@media screen and (max-width:767px) {
    .cp_detail li span.price {
        font-size: 60px;
    }

    .cp_detail li span.en {
        padding-top: 30px;
    }
}

@media screen and (max-width:414px) {
    .cp_detail li span.price {
        font-size: 52px;
    }
}

@media screen and (max-width:320px) {
    .cp_detail li span.price {
        font-size: 40px;
    }
}


@media screen and (max-width:1000px) {
    .cp_caution {
        padding: 10px 0 30px;
    }
}

@media screen and (max-width:767px) {
    .cp_caution {
        padding: 0 0 10px;
    }
}


.cp_caution p {
    max-width: 825px;
    margin: 0 auto;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width:767px) {
    .cp_caution p {
        font-size: 10px;
    }
}

.cp_caution p.profit {
    max-width: 970px;
    margin: 20px auto 10px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 25px;
}

@media screen and (max-width:767px) {
    .cp_caution p.profit {
        font-size: 20px;
    }
}

@media screen and (max-width:414px) {
    .cp_caution p.profit {
        font-size: 16px;
    }
}

@media screen and (max-width:320px) {
    .cp_caution p.profit {
        font-size: 12px;
    }
}

.cp_caution p.reserve_btn {
    width: 636px;
    margin: 20px auto;
    padding: 10px 0;
    background-color: #fff;
    text-align: center;
    font-size: 25px;
    color: #000;
    position: relative;
}

@media screen and (max-width:767px) {
    .cp_caution p.reserve_btn {
        display: none;
    }
}

.cp_caution p.reserve_btn:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 100%;
    right: 120px;
    margin: auto;
    background: url(assets/img/icon.png) no-repeat;
    background-size: contain;
}

.bnr_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

.bnr_slider li {
    width: 320px !important;
    text-align: center;
}

.bx-wrapper img.bnr01, .bx-wrapper img.bnr02 {
    width: 80%;
    text-align: center;
    display: block;
    margin: auto;
}

.fix {
    width: 90px;
    height: 230px;
    position: fixed;
    top: 50px;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(assets/img/fix.png)no-repeat;
    background-size: contain;
}

@media screen and (max-width:767px) {
    .fix {
        display: none;
    }
}

.fix span {
    position: absolute;
    top: 30px;
    right: 40px;
    margin: auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 22px;
    color: #fff;
}

.fix span:before {
    content: "";
    width: 70px;
    height: 20%;
    position: absolute;
    background: url(assets/img/yj.png)no-repeat;
    background-size: contain;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
}

.fix:hover {
    background: url(assets/img/fix_2.png)no-repeat;
    background-size: contain;
}

.fix_footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 15px 0;
    background-color: #C11732;
    z-index: 100001;
}

.fix_footer p {
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.fix_footer img {
    display: inline;
}

@media screen and (max-width:767px) {
    .fix_footer p {
        font-size: 18px;
    }
}

@media screen and (max-width:320px) {
    .fix_footer p {
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    .fix_footer img.smp {
        width: 20px;
        margin-right: 10px;
    }

    .fix_footer img.build {
        width: 35px;
        margin-right: 5px;
    }
}

@media screen and (max-width:320px) {
    .fix_footer img.smp {
        width: 18px;
        margin-right: 7px;
    }

    .fix_footer img.build {
        width: 32px;
        margin-right: 7px;
    }
}

.fix_footer p.first {
    border-right: 1px solid #fff;
}

.ttl {
    max-width: 35%;
    margin: auto;
    text-align: center;
}

@media screen and (max-width:767px) {
    .ttl {
        max-width: 80%;
        margin: 150px auto 30px;
    }
}

.reason_list {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.reason_list p {
    font-size: 17px;
}

@media screen and (max-width:1000px) {
    .reason_list p {
        font-size: 15px;
    }
}

@media screen and (max-width:767px) {
    .reason_list p {
        font-size: 13px;
    }
}

@media screen and (max-width:414px) {
    .reason_list p {
        font-size: 2vw;
    }
}

.reason_list p.point {
    margin-top: 20px;
}

@media screen and (max-width:1000px) {
    .reason_list p.point {
        font-size: 24px;
    }
}

@media screen and (max-width:767px) {
    .reason_list p.point {
        font-size: 22px;
    }
}

@media screen and (max-width:414px) {
    .reason_list p.point {
        font-size: 18px;
    }
}

@media screen and (max-width:320px) {
    .reason_list p.point {
        font-size: 14px;
    }
}

.reason_list img {
    width: 40%;
}

.reason_list p.point img {
    width: auto;
    height: 25px;
}

@media screen and (max-width:1000px) {
    .reason_list p.point img {
        height: 18px;
    }
}

@media screen and (max-width:767px) {
    .reason_list p.point img {
        height: 11px;
    }
}

@media screen and (max-width:320px) {
    .reason_list p.point img {
        height: 10px;
    }
}

.tb {
    display: none;
}

@media screen and (min-width:768px) and (max-width:1000px) {
    .tb {
        display: block;
    }
}

.name {
    font-size: 100px;
    font-family: letter-gothic-std, monospace;
    font-style: italic;
}

@media screen and (max-width:767px) {
    .name {
        font-size: 60px;
    }
}

@media screen and (max-width:320px) {
    .name {
        font-size: 45px;
    }
}

.letter {
    font-family: letter-gothic-std, monospace;
    font-style: italic;
}

.gym_box {
    max-width: 1659px;
    margin: 0 auto;
}

@media screen and (min-width:1920px) {
    .gym_box {
        margin-left: auto !important;
    }
}

@media screen and (max-width:767px) {
    .gym_box {
        width: calc(100% - 10px);
    }

    .gym_box .txt {
        width: 80%;
        margin-right: 10px;
        margin-left: auto;
        font-size: 13px;
    }
}

@media screen and (max-width:320px) {
    .gym_box .txt {
        font-size: 11px;
    }
}


.gym02 {
    width: 100%;
    height: 680px;
    background: url(./assets/img/gym02.png)no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin: auto;
}

@media screen and (max-width:1000px) {
    .gym02 {
        height: 250px;
        background: url(./assets/img/gym02.png)no-repeat;
        background-size: cover;
        background-attachment: scroll;
        background-position: center;
    }
}

@media screen and (max-width:767px) {
    .gym02 {
        height: 250px;
        background: url(./assets/img/sp/gym02.png)no-repeat;
        background-size: cover;
        background-attachment: scroll;
        background-position: center;
    }
}

.gym03 {
    width: 30%;
    position: absolute;
    right: -80px;
    bottom: -130px;
    margin: auto;
}

@media screen and (max-width:1000px) {
    .gym03 {
        bottom: -100px;
    }
}

@media screen and (max-width:767px) {
    .gym03 {
        width: 40%;
        left: -30px;
        right: auto;
        bottom: -50px;
    }
}

.studio_box {
    max-width: 1659px;
    margin: 0 auto;
}

@media screen and (min-width:1920px) {
    .studio_box {
        margin-left: auto !important;
    }
}

.studio02 {
    width: 85%;
    height: 680px;
    background: url(./assets/img/studio02.png)no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin: 0 0 0 auto;
}

@media screen and (max-width:1000px) {
    .studio02 {
        height: 250px;
        background: url(./assets/img/studio02.png)no-repeat;
        background-size: cover;
        background-attachment: scroll;
        background-position: center;
    }
}

@media screen and (max-width:767px) {
    .studio02 {
        height: 250px;
        background: url(./assets/img/sp/studio02.png)no-repeat;
        background-size: cover;
        background-attachment: scroll;
        background-position: center;
    }
}

.studio_200128 {
    width: 29%;
    float: left;
    margin-left: 210px;
    position: relative;
}


.studio03 {
    position: relative;
    width: 40%;
    margin-left: 713px;
}

@media screen and (max-width:767px) {
    .studio03 {
        width: 30%;
        margin-left: 15rem;
        margin-right: 0;
    }
}

.studio04 {
    width: 40%;
    position: absolute;
    right: -69px;
    bottom: -100px;
    margin: auto;
}

@media screen and (max-width:767px) {
    .studio04 {
        width: 50%;
        right: -50px;
        bottom: -30px;
    }

    .mat_sp {
        width: 37%;
        position: absolute;
        right: 1rem;
        top: -65px;
    }
}

.yoga05 {
    width: 100%;
    height: 680px;
    background: url(./assets/img/yoga05.jpg)no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    margin: auto;
}

@media screen and (max-width:1000px) {
    .yoga05 {
        height: 320px;
        background: url(./assets/img/yoga05.jpg)no-repeat;
        background-size: cover;
        background-attachment: scroll;
        background-position: center;
    }
}

@media screen and (max-width:767px) {
    .yoga05 {
        height: 320px;
        background: url(./assets/img/sp/yoga05.png)no-repeat;
        background-size: cover;
        background-attachment: scroll;
        background-position: center;
    }
}

.voice {
    width: 100%;
    height: 680px;
    background: url(./assets/img/voice01.jpg)no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    margin: auto;
}

@media screen and (max-width:1000px) {
    .voice {
        height: 320px;
        background: url(./assets/img/voice01.jpg)no-repeat;
        background-size: cover;
        background-attachment: scroll;
        background-position: center;
    }
}

@media screen and (max-width:767px) {
    .voice {
        height: 320px;
        background: url(./assets/img/sp/voice01.png)no-repeat;
        background-size: cover;
        background-attachment: scroll;
        background-position: center;
    }
}

.btn_box {
    max-width: 1340px;
    margin: 0 auto;
    padding: 45px 0;
    border-top: 1px solid #D4D0CD;
    border-bottom: 1px solid #D4D0CD;
}

@media screen and (max-width:767px) {
    .btn_box {
        width: 90%;
        padding: 40px 0;
    }
}

.btn_box img {
    max-width: 700px;
    display: block;
    margin: auto;
}


.btn_box .cv_btn {
    width: 764px;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #DA7484;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 6px 6px #D0D1D1;
    box-shadow: 6px 6px #D0D1D1;
}

@media screen and (max-width:1000px) {
    .btn_box .cv_btn {
        width: 90%;
    }
}

@media screen and (max-width:767px) {
    .btn_box .cv_btn {
        width: 90%;
    }
}

.btn_box .cv_btn:hover {
    background-color: #5C97BA;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn_box .cv_btn p.tel {
    font-size: 41px;
    font-weight: normal;
}

.fa_box {
    max-width: 1000px;
    margin: auto;
}

@media screen and (min-width:768px) and (max-width:1000px) {
    .fa_box {
        max-width: 95%;
    }
}

.resson_box {
    max-width: 1340px;
    margin: 0 auto;
    padding: 45px 0;
}

.resson_box .cv_btn {
    width: 755px;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #DA7484;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 6px 6px #D0D1D1;
    box-shadow: 6px 6px #D0D1D1;
}

@media screen and (max-width:1000px) {
    .resson_box .cv_btn {
        width: 90%;
    }
}

@media screen and (max-width:767px) {
    .resson_box .cv_btn {
        width: 90%;
        font-size: 28px;
    }
}

@media screen and (max-width:414px) {
    .resson_box .cv_btn {
        font-size: 20px;
    }
}

@media screen and (max-width:320px) {
    .resson_box .cv_btn {
        font-size: 16px;
    }
}

.resson_box .cv_btn:hover {
    background-color: #5C97BA;
    -webkit-transition: .3s;
    transition: .3s;
}

.resson_box .cv_btn:before {
    content: "";
    width: 15px;
    height: 100%;
    background: url(./assets/img/yj02.png)no-repeat;
    background-size: contain;
    position: absolute;
    right: 50px;
    top: 50px;
    margin: auto;
}

@media screen and (max-width:767px) {
    .resson_box .cv_btn:before {
        width: 10px;
        top: 10vw;
        right: 20px;
    }
}

.training_box {
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .training_box {
        width: 85%;
    }
}

.traning_ttl {
    font-size: 100px;
    line-height: 1;
    font-style: italic;
    font-weight: bold;
    font-family: 'Didact Gothic', sans-serif;
}

@media screen and (min-width:1920px) {
    .traning_ttl {
        font-size: 160px;
    }
}

@media screen and (max-width:767px) {
    .traning_ttl {
        font-size: 60px;
    }
}

@media screen and (max-width:320px) {
    .traning_ttl {
        font-size: 40px;
    }
}

.time_money {
    font-size: 40px;
}

@media screen and (max-width:767px) {
    .time_money {
        font-size: 18px;
    }
}

.beginer {
    max-width: 1200px;
    height: 1000px;
    margin-left: auto;
    position: relative;
    top: -280px;
}

@media screen and (max-width:1200px) {
    .beginer {
        max-width: 80%;
        margin-right: auto !important;
    }
}

@media screen and (max-width:1000px) {
    .beginer {
        top: -130px;
    }
}

@media screen and (max-width:767px) {
    .beginer {
        max-width: 450px;
        height: 800px;
        top: 30px;
    }
}

@media screen and (max-width:650px) {
    .beginer {
        height: 700px;
    }
}

@media screen and (max-width:560px) {
    .beginer {
        height: auto;
    }
}

@media screen and (max-width:500px) {
    .beginer {
        max-width: 90%;
    }
}

@media screen and (max-width:414px) {
    .beginer {
        max-width: 95%;
    }
}

@media screen and (max-width:375px) {
    .beginer {
        max-width: 100%;
    }
}

.beginer01 {
    width: 280px;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width:900px) {
    .beginer01 {
        width: 210px;
    }
}

@media screen and (max-width:767px) {
    .beginer01 {
        width: 170px;
    }
}

@media screen and (max-width:560px) {
    .beginer01 {
        top: -150px;
    }
}

/*@media screen and (max-width:500px){
    .beginer01{
    width: 150px;}}

    @media screen and (max-width:375px){
    .beginer01{
    width: 130px;}}*/


.beginer02 {
    width: 400px;
    position: absolute;
    top: 250px;
    right: 50px;
}

@media screen and (max-width:1200px) {
    .beginer02 {
        right: 5vw;
    }
}

@media screen and (max-width:900px) {
    .beginer02 {
        top: 200px;
        width: 340px;
    }
}

@media screen and (max-width:767px) {
    .beginer02 {
        width: 250px;
        top: 180px;
        right: 0;
    }
}

@media screen and (max-width:560px) {
    .beginer02 {
        position: relative;
        width: 100%;
        top: 0;
        margin-top: 150px;
    }
}

/*@media screen and (max-width:500px){
    .beginer02{
    width: 210px;
    top: 160px;}}


    @media screen and (max-width:375px){
    .beginer02{
    width: 185px;}}*/

.beginer03 {
    width: 500px;
    position: absolute;
    top: 450px;
    left: 200px;
}

@media screen and (max-width:1200px) {
    .beginer03 {
        left: 7vw;
    }
}

@media screen and (max-width:1000px) {
    .beginer03 {
        left: 0;
    }
}

@media screen and (max-width:900px) {
    .beginer03 {
        top: 380px;
        left: 5vw;
        width: 420px;
    }
}

@media screen and (max-width:800px) {
    .beginer03 {
        left: -3vw;
    }
}

@media screen and (max-width:767px) {
    .beginer03 {
        width: 250px;
        top: 300px;
        left: -5vw;
    }
}

@media screen and (max-width:560px) {
    .beginer03 {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin-top: 30px;
    }
}

/*@media screen and (max-width:500px){
    .beginer03{
    width: 210px;
    top: 280px;}}

    @media screen and (max-width:375px){
    .beginer03{
    width: 185px;}}*/

.beginer04 {
    width: 450px;
    position: absolute;
    bottom: 120px;
    right: 0;
}

@media screen and (max-width:1200px) {
    .beginer04 {
        right: 0;
    }
}

@media screen and (max-width:1000px) {
    .beginer04 {
        right: -5vw;
    }
}

@media screen and (max-width:900px) {
    .beginer04 {
        bottom: 200px;
        right: -5vw;
        width: 380px;
    }
}

@media screen and (max-width:767px) {
    .beginer04 {
        width: 250px;
        bottom: auto;
        top: 420px;
        right: -5vw;
    }
}

@media screen and (max-width:560px) {
    .beginer04 {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        margin-top: 30px;
    }
}

/*@media screen and (max-width:500px){
    .beginer04{
    width: 210px;
    top: 400px;}}

    @media screen and (max-width:375px){
    .beginer04{
    width: 185px;}}*/

.beginer05 {
    width: 400px;
    position: absolute;
    bottom: -80px;
    left: 360px;
}

@media screen and (max-width:1200px) {
    .beginer05 {
        left: 25vw;
    }
}

@media screen and (max-width:1000px) {
    .beginer05 {
        left: 20vw;
    }
}

@media screen and (max-width:900px) {
    .beginer05 {
        bottom: 10px;
        left: 23vw;
        width: 350px;
    }
}

@media screen and (max-width:800px) {
    .beginer05 {
        left: 15vw;
    }
}

@media screen and (max-width:767px) {
    .beginer05 {
        width: 220px;
        bottom: auto;
        top: 570px;
        left: 7vw;
    }
}

@media screen and (max-width:560px) {
    .beginer05 {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin-top: 30px;
    }
}

/*@media screen and (max-width:500px){
    .beginer05{
    width: 180px;
    top: 520px;}}

    @media screen and (max-width:375px){
    .beginer05{
    width: 160px;}}*/


.trainer {
    width: calc(100% - 180px);
    max-width: 1557px;
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width:1920px) {
    .trainer {
        width: 100%;
    }
}

@media screen and (max-width:1000px) {
    .trainer {
        width: calc(100% - 50px);
        margin: 50px auto 0;
    }
}

@media screen and (max-width:767px) {
    .trainer {
        width: 85%;
        margin: 50px auto;
    }
}

.trainer_name {
    width: 23%;
    position: absolute;
    left: 20px;
    top: 130px;
    bottom: 0;
    margin: auto;
}

@media screen and (min-width:1920px) {
    .trainer_name {
        left: -45px;
        font-size: 85px;
    }
}

@media screen and (max-width:1000px) {
    .trainer_name {
        top: 100px;
        left: -30px;
        font-size: 35px;
    }
}

@media screen and (max-width:767px) {
    .trainer_name {
        width: 40%;
        top: 5vw;
        left: -25%;
        position: relative;
        font-size: 60px;
    }
}

@media screen and (max-width:640px) {
    .trainer_name {
        width: 50%;
        top: 8vw;
        left: -20%;
    }
}

@media screen and (max-width:500px) {
    .trainer_name {
        top: 10vw;
    }
}

@media screen and (max-width:420px) {
    .trainer_name {
        top: 12vw;
    }
}

@media screen and (max-width:375px) {
    .trainer_name {
        top: 14vw;
    }
}

@media screen and (max-width:320px) {
    .trainer_name {
        font-size: 48px;
    }
}

.triner_box {
    margin-left: 220px;
    padding: 50px 70px 50px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #909091;
}

@media screen and (max-width:1000px) {
    .triner_box {
        margin-left: 50px;
        padding: 20px 30px 20px 90px;
    }
}

@media screen and (max-width:767px) {
    .triner_box {
        margin-left: 0;
        padding: 20px;
    }
}


.myname {
    line-height: 1;
    font-size: 42px;
    color: #fff;
}

@media screen and (max-width:767px) {
    .myname {
        font-size: 28px;
    }
}

.challenge {
    width: calc(100% - 180px);
    max-width: 1592px;
    margin: auto;
    padding: 140px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FCEDEA;
}

@media screen and (min-width:1920px) {
    .challenge {
        width: 100%;
    }
}

@media screen and (max-width:1000px) {
    .challenge {
        width: calc(100% - 10px);
        padding: 40px 10px;
    }
}

@media screen and (max-width:767px) {
    .challenge {
        width: 100%;
        padding: 20px 10px;
    }
}

.free_icon {
    width: 75%;
    display: inline-block;
}

@media screen and (max-width:767px) {
    .free_icon {
        width: 20%;
    }
}

.free_md {
    color: #C11732;
    font-size: 34px;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .free_md {
        font-size: 20px;
    }
}

@media screen and (max-width:320px) {
    .free_md {
        font-size: 15px;
    }
}


.menu_list p {
    font-size: 54px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width:767px) {
    .menu_list p {
        margin-top: 20px;
        display: block;
        text-align: center;
        font-size: 30px;
    }
}

.menu_list p.menu {
    padding: 10px 0;
    font-size: 21px;
    border-top: 1px solid #251E1C;
    border-bottom: 1px solid #251E1C;
}

@media screen and (max-width:767px) {
    .menu_list p.menu {
        width: 80%;
        margin: auto;
        display: block;
        text-align: center;
        font-size: 18px;
    }
}

.brd_none {
    border: none;
}

.try01, .try02, .try03 {
    position: relative;
}

.try02 {
    margin: 50px auto;
}

/*
.try01,.try02,.try03{
    margin-top: 100px;
    padding: 30px 20px;
    height: 193px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 100px;
    position: relative;
}

    @media screen and (max-width:767px){
    .try01,.try02,.try03{
    height: 171px;
    padding: 40px 5px;}}

.try01{
    margin-top: 0;
}

.try01:before{
    content: "1";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 0.8;
    -ms-line-height: 1.2;
    font-size: 250px;
    color: #fff;
    opacity: 0.3;
    text-align: center;
}


.try01:after,.try02:after{
    content: "";
    width: 54px;
    height: 100%;
    background: url(./assets/img/yj03.png)no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -235px;
    margin: auto;
}

    @media screen and (max-width:767px){
    .try01:after,.try02:after{
    bottom:-220px;}}

.try02:before{
    content: "2";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 0.8;
    font-size: 250px;
    color: #fff;
    opacity: 0.3;
    text-align: center;
}

.try03:before{
    content: "3";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 0.8;
    font-size: 250px;
    color: #fff;
    opacity: 0.3;
    text-align: center;
}


@media all and (-ms-high-contrast:none){
.try01:before,.try02:before,.try03:before{
    line-height: 1.15;
}}

    @media screen and (min-width:1920px ){
    .try01:before,.try02:before,.try03:before{
    line-height: 0.7;
    font-size: 290px;}}

    @media screen and (max-width:767px){
    .try01:before,.try02:before,.try03:before{
    top: 3vw;
    font-size: 190px;}}
    */

.try02:before {
    content: "";
    width: 54px;
    height: 100%;
    background: url(./assets/img/yj03.png)no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
}

.try03:before {
    content: "";
    width: 54px;
    height: 100%;
    background: url(./assets/img/yj03.png)no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
}

@media screen and (max-width:767px) {
    .try02:before, .try03:before {
        width: 30px;
    }
}

.voice_list {
    width: calc(100% - 182px);
    max-width: 1200px;
    margin: auto;
}

@media screen and (min-width:1920px) {
    .voice_list {
        width: 100%;
    }
}

@media screen and (max-width:1000px) {
    .voice_list {
        width: calc(100% - 10px);
        margin: 50px auto;
    }
}

.title {
    position: absolute;
    top: -100px;
    right: 300px;
    margin: auto;
    font-size: 120px;
    width: 30%;
}

@media screen and (min-width:1200px) {
    .title {
        top: -80px;
    }
}

@media screen and (max-width:1000px) {
    .title {
        top: -50px;
        right: 300px;
        font-size: 100px;
    }
}

@media screen and (max-width:767px) {
    .title {
        width: 40%;
        top: -70px;
        right: 20px;
        font-size: 100px;
    }
}

@media screen and (max-width:414px) {
    .title {
        font-size: 70px;
    }
}

@media screen and (max-width:320px) {
    .title {
        font-size: 50px;
    }
}

.voice01 {
    font-size: 22px;
}

@media screen and (min-width:1920px) {
    .voice01 {
        font-size: 32px;
    }
}

@media screen and (max-width:767px) {
    .voice01 {
        margin-top: 10px;
        font-size: 18px;
    }
}

@media screen and (max-width:320px) {
    .voice01 {
        font-size: 15px;
    }
}

.comment {
    margin: 5px 0;
    font-size: 25px;
}

@media screen and (min-width:1920px) {
    .comment {
        font-size: 37px;
    }
}

@media screen and (max-width:767px) {
    .comment {
        margin: 10px 0;
        font-size: 20px;
    }
}

@media screen and (max-width:320px) {
    .comment {
        font-size: 16px;
    }
}

.impression {
    text-align: left;
    position: relative;
    top: 50px;
}

.staff_box {
    max-width: 1000px;
    margin: auto;
    padding-bottom: 50px;
    border-bottom: 2px solid #4C4948;
}

@media screen and (min-width:1920px) {
    .staff_box {
        width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width:1000px) {
    .staff_box {
        max-width: 95%;
    }
}

@media screen and (max-width:767px) {
    .staff_box {
        width: 90%;
        padding-bottom: 20px;
        border-bottom: 1px solid #4C4948;
    }
}

.staff_ttl {
    color: #444;
    font-size: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width:1920px) {
    .staff_ttl {
        font-size: 103px;
    }
}

@media screen and (max-width:767px) {
    .staff_ttl {
        margin: auto;
        text-align: center;
        display: block;
        font-size: 50px;
    }
}

@media screen and (max-width:320px) {
    .staff_ttl {
        font-size: 30px;
    }
}

.staff_ttl:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 2px;
    background: #4C4948;
    display: block;
}

.staff_ttl:after {
    margin-left: .4em;
}

@media screen and (max-width:767px) {
    .staff_ttl:after {
        height: 1px;
        margin-left: 0;
    }
}

.from {
    font-size: 30px;
    color: #6A6969;
}

@media screen and (max-width:767px) {
    .from {
        color: #6A6969;
        font-size: 22px;
    }
}

.service_box {
    max-width: 1000px;
    margin: auto;
}

@media screen and (min-width:768px) and (max-width:1000px) {
    .service_box {
        max-width: 95%;
    }
}

@media screen and (min-width:1920px) {
    .service_box {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .service_box {
        width: 90%;
    }
}

.service_name {
    height: 80px;
    margin-bottom: 30px;
    line-height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #6798B6;
    color: #fff;
    font-size: 32px;
    text-align: center;
}

@media screen and (min-width:768px) and (max-width:1000px) {
    .service_name {
        font-size: 28px;
    }
}

@media screen and (max-width:767px) {
    .service_name {
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }
}

.service_name span {
    font-size: 21px;
}

@media screen and (max-width:767px) {
    .service_name span {
        font-size: 14px;
    }
}

.icon {
    height: 130px;
    margin: auto;
    display: block;
}

@media screen and (max-width:767px) {
    .icon {
        height: 120px;
    }
}

.icon02 {
    width: 70%;
    margin: auto;
    display: block;
}

@media screen and (max-width:767px) {
    .icon {
        width: 80%;
        height: auto;
    }
}

.support {
    margin: 30px auto 0;
}

.s_point {
    color: #6798B6;
    font-size: 16px;
}

@media screen and (max-width:767px) {
    .s_point {
        font-size: 14px;
    }
}

.support_point01, .support_point02 {
    position: relative;
    padding-left: 70px;
}

.support_point01:before {
    content: "01";
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    background-color: #A5C2D4;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    line-height: 1
}

@media screen and (min-width:768px) and (max-width:1000px) {
    .support_point01:before {
        bottom: auto;
    }
}

@media screen and (max-width:767px) {
    .support_point01:before {
        bottom: auto;
        font-size: 26px;
    }
}

.support_point02:before {
    content: "02";
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    background-color: #A5C2D4;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

@media screen and (min-width:768px) and (max-width:1000px) {
    .support_point02:before {
        bottom: auto;
    }
}

@media screen and (max-width:767px) {
    .support_point02:before {
        bottom: auto;
        font-size: 26px;
    }
}

.store_info {
    max-width: 1082px;
    margin: 20px auto 0;
}

@media screen and (min-width:768px) and (max-width:1000px) {
    .store_info {
        max-width: 95%;
    }
}

.company_col {
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #938E87;
    color: #fff;
}

table.price_list {
    width: 100%;
    max-width: 800px;
    margin: 20px auto 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #938E87;
}

@media screen and (min-width:768px) and (max-width:1000px) {
    table.price_list {
        max-width: 95%;
    }
}

@media screen and (max-width:767px) {
    table.price_list {
        width: 90%;
    }

    table.price_list tr {
        width: 100%;
    }
}

table.price_list .price_col {
    background-color: #938E87;
    color: #fff;
}

table.price_list .price_col td {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    text-align: center;
}

table.price_list td {
    border: #938E87 1px solid;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width:767px) {
    table.price_list td {
        padding: 5px;
        border: 1px solid #938E87;
        font-size: 12px;
    }
}

@media screen and (max-width:320px) {
    table.price_list td {
        font-size: 10px;
    }
}

table.price_list td span {
    width: 350px;
    text-align: center;
    display: inline-block;
}

@media screen and (max-width:767px) {
    table.price_list td span {
        width: auto;
    }
}

table.price_list td span.tax {
    width: auto;
    font-size: 14px;
}

@media screen and (max-width:767px) {
    table.price_list td span.tax {
        font-size: 12px;
    }
}

@media screen and (max-width:320px) {
    table.price_list td span.tax {
        font-size: 10px;
    }
}


.convert {
    max-width: 800px;
    margin: auto;
}

@media screen and (min-width:768px) and (max-width:1000px) {
    .convert {
        max-width: 95%;
    }
}

@media screen and (max-width:767px) {
    .convert {
        width: 90%;
        padding-bottom: 100px;
        font-size: 14px;
    }
}

@media screen and (max-width:320px) {
    .convert {
        font-size: 10px;
    }
}

.convert p {
    font-size: 14px;
}

@media screen and (max-width:767px) {
    .convert p {
        font-size: 12px;
    }
}

.cp_caution p.experiece {
    max-width: 973px;
    margin: auto;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

@media screen and (min-width:1920px) {
    .cp_caution p.experiece {
        font-size: 31px;
    }
}

@media screen and (max-width:767px) {
    .cp_caution p.experiece {
        font-size: 20px;
    }
}

.rece {
    max-width: 500px;
    margin: auto;
}

@media screen and (max-width:767px) {
    .rece {
        max-width: 90%;
    }
}

@media screen and (max-width:414px) {
    .rece {
        max-width: 95%;
    }
}

@media screen and (max-width:320px) {
    .rece {
        max-width: 100%;
    }
}

.rece span {
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 30px;
    color: #231815;
    font-size: 27px;
    display: block;
    text-align: center;
}

@media screen and (min-width:1920px) {
    .rece span {
        font-size: 37px;
    }
}

@media screen and (max-width:767px) {
    .rece span {
        padding: 3px 5px;
        font-size: 18px;
    }
}

.rece div p {
    color: #fff;
    font-size: 32px;
}

@media screen and (min-width:1920px) {
    .rece div p {
        font-size: 47px;
    }
}

@media screen and (max-width:767px) {
    .rece div p {
        font-size: 32px;
    }
}

@media screen and (max-width:414px) {
    .rece div p {
        font-size: 24px;
    }
}


@media screen and (max-width:375px) {
    .rece div p {
        font-size: 22px;
    }
}

@media screen and (max-width:320px) {
    .rece div p {
        font-size: 20px;
    }
}


.cp_caution p.detail_caution {
    margin: 10px auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

@media screen and (min-width:1920px) {
    .cp_caution p.detail_caution {
        font-size: 21px;
    }
}

.free_ex {
    font-size: 52px;
}

@media screen and (max-width:1000px) {
    .free_ex {
        margin: 0 auto;
        font-size: 44px;
    }
}

@media screen and (max-width:767px) {
    .free_ex {
        line-height: 1.2;
        margin: 0 auto;
        font-size: 60px;
    }
}

@media screen and (max-width:414px) {
    .free_ex {
        margin: 0 auto 10px;
        font-size: 44px;
    }
}

@media screen and (max-width:375px) {
    .free_ex {
        font-size: 42px;
    }
}

@media screen and (max-width:320px) {
    .free_ex {
        font-size: 38px;
    }
}


/* /////////////////////////////
      footer
///////////////////////////// */
#pageTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
    display: none;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}


/*2021.8月追記*/
/* セル幅を自動調整 */
.no_br_price_pc {
    white-space: nowrap;
}

.price_list th,
.price_list td {
    width: auto;
}

.shop_link_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.shop_link_btn a {
    display: block;
    width: 100%;
    height: auto;
    margin: auto 3%;
    text-align: center;
    -webkit-box-shadow: 6px 6px #D0D1D1;
    box-shadow: 6px 6px #D0D1D1;
}

.shop_link_btn_single {
    padding: 12px;
}

.sp .shop_link_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sp .shop_link_btn a {
    display: block;
    width: 100%;
    height: auto;
    margin: 3% auto;
    text-align: center;
    -webkit-box-shadow: 6px 6px #D0D1D1;
    box-shadow: 6px 6px #D0D1D1;
}

.shop_cv_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.shop_cv_btn a {
    display: block;
    width: 100%;
    height: auto;
    margin: auto 3%;
    text-align: center;
    -webkit-box-shadow: 6px 6px #D0D1D1;
    box-shadow: 6px 6px #D0D1D1;
}

.program_btn_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.program_btn_outer a {
    display: block;
    width: 95%;
    height: auto;
    text-align: center;
    margin: auto;
}

.program_btn_outer a img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:768px) {

    .shop_cv_btn,
    .program_btn_outer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .program_btn_outer,
    .shop_cv_btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .shop_cv_btn a {
        margin: 1% auto;
        width: 90%;
    }

    .program_btn_outer a {
        display: block;
        width: 60%;
        height: auto;
        text-align: center;
        margin: 0 auto;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .program_btn_outer a img {
        margin: 6px auto;
    }

    body {
        padding-bottom: 54px;
    }

    .no_br_price_pc {
        white-space: normal;
    }
}

@media screen and (max-width:360px) {
    body {
        padding-bottom: 52px;
    }
}</pre></body></html>