/* 共通 */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1+Code&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap');

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover, .uk-link:hover {
    color: inherit!important;
}
body {
    min-width: 320px;
    /*   overflow: hidden; */
}

p, dt, dd, div, th, td, figcaption, li {
  font-size: 16px;
}

@media (max-width:599px) {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        font-size: 15px;
        line-height: 2;
  }
}

a[href*="tel"],
button[href*="tel"] {
    pointer-events: none;
}

@media (max-width: 1024px) {
    a[href*="tel"],
    button[href*="tel"] {
        pointer-events: initial !important;
    }
}

@media (max-width: 1024px) {
    a[href*="tel"] {
        pointer-events: initial !important;
    }
}

@media (max-width:1024px) {
  div#container {
    background: none;
  }
}

@media (max-width:599px) {
  div#container {
    background: url("https://www.g-chiro.jp/import/tenant_1/www.g-chiro.jp/img/shared/page_bg.png") repeat-y center top;
  }
}


[data-common-area] {
    position: relative;
}

[data-common-area]:hover:before {
    content: "共通要素です。";
    width: 100%;
    min-width: 200px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    color: #fdc44f;
    text-align: center;
    background: #555;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute !important;
    bottom: 100%;
    left: 50%;
}

a[data-href="#"] {
    display: block;
    border: solid red 5px !important;
    opacity: 1;
    position: relative !important;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    width: 100%;
    min-width: 200px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    color: red;
    background: #555;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute !important;
    bottom: 100%;
    left: 50%;
}

a[data-href*="."] {
    display: block;
    border: solid red 5px !important;
    opacity: 1;
    position: relative !important;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    width: 100%;
    min-width: 200px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    color: red;
    background: #555;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute !important;
    bottom: 100%;
    left: 50%;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    width: 100%;
    display: block;
    clear: both;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: red;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
    background: #4c4c4c;
    position: absolute;
    z-index: 1000;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    width: 100%;
    display: block;
    clear: both;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: red;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
    background: #4c4c4c;
    position: absolute;
    z-index: 1000;
}


.pc-br {
    display: block;
}
@media (max-width:599px) {
  .pc-br {
    display: inline;
  }
}

.pc-br.tb {
    display: block;
}
@media (max-width:1024px) {
  .pc-br.tb {
    display: inline;
  }
}

@media (max-width: 1024px) {
  .tb-br {
    display: block;
  }
}

@media (max-width: 599px) {
  .sp-br {
    display: block;
  }
}

.up-mt-20 {
    margin-top: 20px;
}

.up-mb-15 {
  margin-bottom: 15px;
}

.up-mb-20 {
  margin-bottom: 20px;
}


a:hover,
.uk-link:hover {
    color: #000;
    text-decoration: underline #21a987;
}

.plus {
    font-size: large;
}

.font-mb {
    padding-bottom: 10px;
    display: block;
}
@media (max-width:599px) {
  .plus a {
    font-size: 18px;
  }
}


/* フィード */
.fead-mv {
    opacity: 0;
}

.fead-mv.mv {
    opacity: 1;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.fead-up {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.fead-up.mv {
    opacity: 1;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.fead-right {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}

.fead-right.mv {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.fead-left {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
}

.fead-left.mv {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

[data-element-id] .fead-mv {
    opacity: 1;
}

[data-element-id] .fead-up {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

[data-element-id] .fead-left {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

[data-element-id] .fead-right {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (max-width: 1024px) {
    #contents {
        width: 100%;
    }

    .wrap {
        width: 96%;
    }
}

@media (max-width: 599px) {
    #side {
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }
}

/* 子要素のaタグをブロック化 */
.up-adb a {
    display: block;
}

/* ３点リーダー（１行） */
.up-reader1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 正円 */
.up-circle {
    overflow: hidden;
    border-radius: 50%;
}

/* text-align */
.up-ta-c {
    text-align: center;
}

.up-ta-l {
    text-align: left;
}

.up-ta-r {
    text-align: right;
}

/* カラム */
.up-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.up-col-2>* {
    width: 50%;
}

.up-col-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.up-col-3>* {
    width: 33.333%;
}

.up-col-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.up-col-4>* {
    width: 25%;
}

.up-col-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.up-col-5>* {
    width: 20%;
}

.up-col-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.up-col-6>* {
    width: 16.666%;
}

/* gapy(px) */
.up-gapy-0>* {
    padding-bottom: 0;
}

.up-gapy-10>* {
    padding-bottom: 10px;
}

.up-gapy-20>* {
    padding-bottom: 20px;
}

.up-gapy-30>* {
    padding-bottom: 30px;
}

.up-gapy-40>* {
    padding-bottom: 40px;
}

.up-gapy-50>* {
    padding-bottom: 50px;
}

.up-gapy-60>* {
    padding-bottom: 60px;
}

.up-gapy-70>* {
    padding-bottom: 70px;
}

.up-gapy-80>* {
    padding-bottom: 80px;
}

.up-gapy-90>* {
    padding-bottom: 90px;
}

.up-gapy-100>* {
    padding-bottom: 100px;
}

/* gapx(px) */
.up-gapx-0 {
    margin-left: 0;
    margin-right: 0;
}

.up-gapx-0>* {
    padding-left: 0;
    padding-right: 0;
}

.up-gapx-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.up-gapx-10>* {
    padding-left: 5px;
    padding-right: 5px;
}

.up-gapx-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.up-gapx-20>* {
    padding-left: 10px;
    padding-right: 10px;
}

.up-gapx-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.up-gapx-30>* {
    padding-left: 15px;
    padding-right: 15px;
}

.up-gapx-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.up-gapx-40>* {
    padding-left: 20px;
    padding-right: 20px;
}

.up-gapx-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.up-gapx-50>* {
    padding-left: 25px;
    padding-right: 25px;
}

.up-gapx-60 {
    margin-left: -30px;
    margin-right: -30px;
}

.up-gapx-60>* {
    padding-left: 30px;
    padding-right: 30px;
}

.up-gapx-70 {
    margin-left: -35px;
    margin-right: -35px;
}

.up-gapx-70>* {
    padding-left: 35px;
    padding-right: 35px;
}

.up-gapx-80 {
    margin-left: -40px;
    margin-right: -40px;
}

.up-gapx-80>* {
    padding-left: 40px;
    padding-right: 40px;
}

.up-gapx-90 {
    margin-left: -45px;
    margin-right: -45px;
}

.up-gapx-90>* {
    padding-left: 45px;
    padding-right: 45px;
}

.up-gapx-100 {
    margin-left: -50px;
    margin-right: -50px;
}

.up-gapx-100>* {
    padding-left: 50px;
    padding-right: 50px;
}

/* 画像比率固定 */
[class*="up-ofi"] {
    width: 100%;
    display: block;
    position: relative;
}

[class*="up-ofi"] img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    /* IE対策 */
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

/* 子要素のaタグをブロック化 */
.up-adb a {
    display: block;
}

/* 画像比率固定 */
.up-ofi-10:after {
    content: "";
    display: block;
    padding-top: 10%;
}

.up-ofi-10 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-15:after {
    content: "";
    display: block;
    padding-top: 15%;
}

.up-ofi-15 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-20:after {
    content: "";
    display: block;
    padding-top: 20%;
}

.up-ofi-20 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-25:after {
    content: "";
    display: block;
    padding-top: 25%;
}

.up-ofi-25 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-30:after {
    content: "";
    display: block;
    padding-top: 30%;
}

.up-ofi-30 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-35:after {
    content: "";
    display: block;
    padding-top: 35%;
}

.up-ofi-35 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-40:after {
    content: "";
    display: block;
    padding-top: 40%;
}

.up-ofi-40 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-45:after {
    content: "";
    display: block;
    padding-top: 45%;
}

.up-ofi-45 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-50:after {
    content: "";
    display: block;
    padding-top: 50%;
}

.up-ofi-50 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-55:after {
    content: "";
    display: block;
    padding-top: 55%;
}

.up-ofi-55 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-60:after {
    content: "";
    display: block;
    padding-top: 60%;
}

.up-ofi-60 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-65:after {
    content: "";
    display: block;
    padding-top: 65%;
}

.up-ofi-65 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-70:after {
    content: "";
    display: block;
    padding-top: 70%;
}

.up-ofi-70 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-75:after {
    content: "";
    display: block;
    padding-top: 75%;
}

.up-ofi-75 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-80:after {
    content: "";
    display: block;
    padding-top: 80%;
}

.up-ofi-80 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-85:after {
    content: "";
    display: block;
    padding-top: 85%;
}

.up-ofi-85 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-90:after {
    content: "";
    display: block;
    padding-top: 90%;
}

.up-ofi-90 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-95:after {
    content: "";
    display: block;
    padding-top: 95%;
}

.up-ofi-95 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-100:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.up-ofi-100 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-105:after {
    content: "";
    display: block;
    padding-top: 105%;
}

.up-ofi-105 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-110:after {
    content: "";
    display: block;
    padding-top: 110%;
}

.up-ofi-110 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-115:after {
    content: "";
    display: block;
    padding-top: 115%;
}

.up-ofi-115 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-120:after {
    content: "";
    display: block;
    padding-top: 120%;
}

.up-ofi-120 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-125:after {
    content: "";
    display: block;
    padding-top: 125%;
}

.up-ofi-125 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-130:after {
    content: "";
    display: block;
    padding-top: 130%;
}

.up-ofi-130 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-135:after {
    content: "";
    display: block;
    padding-top: 135%;
}

.up-ofi-135 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-140:after {
    content: "";
    display: block;
    padding-top: 140%;
}

.up-ofi-140 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-145:after {
    content: "";
    display: block;
    padding-top: 145%;
}

.up-ofi-145 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-150:after {
    content: "";
    display: block;
    padding-top: 150%;
}

.up-ofi-150 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-155:after {
    content: "";
    display: block;
    padding-top: 155%;
}

.up-ofi-155 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-160:after {
    content: "";
    display: block;
    padding-top: 160%;
}

.up-ofi-160 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-165:after {
    content: "";
    display: block;
    padding-top: 165%;
}

.up-ofi-165 img {
    position: absolute;
    top: 0;
    left: 0;
}

.up-ofi-170:after {
    content: "";
    display: block;
    padding-top: 170%;
}

.up-ofi-170 img {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .up-ta-c\@tb {
        text-align: center;
    }

    .up-ta-l\@tb {
        text-align: left;
    }

    .up-ta-r\@tb {
        text-align: right;
    }

    .up-col-1\@tb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .up-col-1\@tb>* {
        width: 100%;
    }

    .up-col-2\@tb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .up-col-2\@tb>* {
        width: 50%;
    }

    .up-col-3\@tb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .up-col-3\@tb>* {
        width: 33.333%;
    }

    .up-col-4\@tb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .up-col-4\@tb>* {
        width: 25%;
    }

    .up-col-5\@tb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .up-col-5\@tb>* {
        width: 20%;
    }

    .up-col-6\@tb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .up-col-6\@tb>* {
        width: 16.666%;
    }

    .up-gapy-0\@tb>* {
        padding-bottom: 0;
    }

    .up-gapy-10\@tb>* {
        padding-bottom: 10px;
    }

    .up-gapy-20\@tb>* {
        padding-bottom: 20px;
    }

    .up-gapy-30\@tb>* {
        padding-bottom: 30px;
    }

    .up-gapy-40\@tb>* {
        padding-bottom: 40px;
    }

    .up-gapy-50\@tb>* {
        padding-bottom: 50px;
    }

    .up-gapy-60\@tb>* {
        padding-bottom: 60px;
    }

    .up-gapy-70\@tb>* {
        padding-bottom: 70px;
    }

    .up-gapy-80\@tb>* {
        padding-bottom: 80px;
    }

    .up-gapy-90\@tb>* {
        padding-bottom: 90px;
    }

    .up-gapy-100\@tb>* {
        padding-bottom: 100px;
    }

    .up-gapx-0\@tb {
        margin-left: 0;
        margin-right: 0;
    }

    .up-gapx-0\@tb>* {
        padding-left: 0;
        padding-right: 0;
    }

    .up-gapx-10\@tb {
        margin-left: -5px;
        margin-right: -5px;
    }

    .up-gapx-10\@tb>* {
        padding-left: 5px;
        padding-right: 5px;
    }

    .up-gapx-20\@tb {
        margin-left: -10px;
        margin-right: -10px;
    }

    .up-gapx-20\@tb>* {
        padding-left: 10px;
        padding-right: 10px;
    }

    .up-gapx-30\@tb {
        margin-left: -15px;
        margin-right: -15px;
    }

    .up-gapx-30\@tb>* {
        padding-left: 15px;
        padding-right: 15px;
    }

    .up-gapx-40\@tb {
        margin-left: -20px;
        margin-right: -20px;
    }

    .up-gapx-40\@tb>* {
        padding-left: 20px;
        padding-right: 20px;
    }

    .up-gapx-50\@tb {
        margin-left: -25px;
        margin-right: -25px;
    }

    .up-gapx-50\@tb>* {
        padding-left: 25px;
        padding-right: 25px;
    }

    .up-gapx-60\@tb {
        margin-left: -30px;
        margin-right: -30px;
    }

    .up-gapx-60\@tb>* {
        padding-left: 30px;
        padding-right: 30px;
    }

    .up-gapx-70\@tb {
        margin-left: -35px;
        margin-right: -35px;
    }

    .up-gapx-70\@tb>* {
        padding-left: 35px;
        padding-right: 35px;
    }

    .up-gapx-80\@tb {
        margin-left: -40px;
        margin-right: -40px;
    }

    .up-gapx-80\@tb>* {
        padding-left: 40px;
        padding-right: 40px;
    }

    .up-gapx-90\@tb {
        margin-left: -45px;
        margin-right: -45px;
    }

    .up-gapx-90\@tb>* {
        padding-left: 45px;
        padding-right: 45px;
    }

    .up-gapx-100\@tb {
        margin-left: -50px;
        margin-right: -50px;
    }

    .up-gapx-100\@tb>* {
        padding-left: 50px;
        padding-right: 50px;
    }

    .up-ofi-10\@tb:after {
        content: "";
        display: block;
        padding-top: 10%;
    }

    .up-ofi-10\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-15\@tb:after {
        content: "";
        display: block;
        padding-top: 15%;
    }

    .up-ofi-15\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-20\@tb:after {
        content: "";
        display: block;
        padding-top: 20%;
    }

    .up-ofi-20\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-25\@tb:after {
        content: "";
        display: block;
        padding-top: 25%;
    }

    .up-ofi-25\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-30\@tb:after {
        content: "";
        display: block;
        padding-top: 30%;
    }

    .up-ofi-30\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-35\@tb:after {
        content: "";
        display: block;
        padding-top: 35%;
    }

    .up-ofi-35\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-40\@tb:after {
        content: "";
        display: block;
        padding-top: 40%;
    }

    .up-ofi-40\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-45\@tb:after {
        content: "";
        display: block;
        padding-top: 45%;
    }

    .up-ofi-45\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-50\@tb:after {
        content: "";
        display: block;
        padding-top: 50%;
    }

    .up-ofi-50\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-55\@tb:after {
        content: "";
        display: block;
        padding-top: 55%;
    }

    .up-ofi-55\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-60\@tb:after {
        content: "";
        display: block;
        padding-top: 60%;
    }

    .up-ofi-60\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-65\@tb:after {
        content: "";
        display: block;
        padding-top: 65%;
    }

    .up-ofi-65\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-70\@tb:after {
        content: "";
        display: block;
        padding-top: 70%;
    }

    .up-ofi-70\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-75\@tb:after {
        content: "";
        display: block;
        padding-top: 75%;
    }

    .up-ofi-75\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-80\@tb:after {
        content: "";
        display: block;
        padding-top: 80%;
    }

    .up-ofi-80\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-85\@tb:after {
        content: "";
        display: block;
        padding-top: 85%;
    }

    .up-ofi-85\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-90\@tb:after {
        content: "";
        display: block;
        padding-top: 90%;
    }

    .up-ofi-90\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-95\@tb:after {
        content: "";
        display: block;
        padding-top: 95%;
    }

    .up-ofi-95\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-100\@tb:after {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .up-ofi-100\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-105\@tb:after {
        content: "";
        display: block;
        padding-top: 105%;
    }

    .up-ofi-105\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-110\@tb:after {
        content: "";
        display: block;
        padding-top: 110%;
    }

    .up-ofi-110\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-115\@tb:after {
        content: "";
        display: block;
        padding-top: 115%;
    }

    .up-ofi-115\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-120\@tb:after {
        content: "";
        display: block;
        padding-top: 120%;
    }

    .up-ofi-120\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-125\@tb:after {
        content: "";
        display: block;
        padding-top: 125%;
    }

    .up-ofi-125\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-130\@tb:after {
        content: "";
        display: block;
        padding-top: 130%;
    }

    .up-ofi-130\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-135\@tb:after {
        content: "";
        display: block;
        padding-top: 135%;
    }

    .up-ofi-135\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-140\@tb:after {
        content: "";
        display: block;
        padding-top: 140%;
    }

    .up-ofi-140\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-145\@tb:after {
        content: "";
        display: block;
        padding-top: 145%;
    }

    .up-ofi-145\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-150\@tb:after {
        content: "";
        display: block;
        padding-top: 150%;
    }

    .up-ofi-150\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-155\@tb:after {
        content: "";
        display: block;
        padding-top: 155%;
    }

    .up-ofi-155\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-160\@tb:after {
        content: "";
        display: block;
        padding-top: 160%;
    }

    .up-ofi-160\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-165\@tb:after {
        content: "";
        display: block;
        padding-top: 165%;
    }

    .up-ofi-165\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-170\@tb:after {
        content: "";
        display: block;
        padding-top: 170%;
    }

    .up-ofi-170\@tb img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width: 599px) {
    .up-ta-c\@sp {
        text-align: center;
    }

    .up-ta-l\@sp {
        text-align: left;
    }

    .up-ta-r\@sp {
        text-align: right;
    }

    .up-col-1\@sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .up-col-1\@sp>* {
        width: 100%;
    }

    .up-col-2\@sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .up-col-2\@sp>* {
        width: 50%;
    }

    .up-col-3\@sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .up-col-3\@sp>* {
        width: 33.333%;
    }

    .up-col-4\@sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .up-col-4\@sp>* {
        width: 25%;
    }

    .up-col-5\@sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .up-col-5\@sp>* {
        width: 20%;
    }

    .up-col-6\@sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .up-col-6\@sp>* {
        width: 16.666%;
    }

    .up-gapy-0\@sp>* {
        padding-bottom: 0;
    }

    .up-gapy-10\@sp>* {
        padding-bottom: 10px;
    }

    .up-gapy-20\@sp>* {
        padding-bottom: 20px;
    }

    .up-gapy-30\@sp>* {
        padding-bottom: 30px;
    }

    .up-gapy-40\@sp>* {
        padding-bottom: 40px;
    }

    .up-gapy-50\@sp>* {
        padding-bottom: 50px;
    }

    .up-gapy-60\@sp>* {
        padding-bottom: 60px;
    }

    .up-gapy-70\@sp>* {
        padding-bottom: 70px;
    }

    .up-gapy-80\@sp>* {
        padding-bottom: 80px;
    }

    .up-gapy-90\@sp>* {
        padding-bottom: 90px;
    }

    .up-gapy-100\@sp>* {
        padding-bottom: 100px;
    }

    .up-gapx-0\@sp {
        margin-left: 0;
        margin-right: 0;
    }

    .up-gapx-0\@sp>* {
        padding-left: 0;
        padding-right: 0;
    }

    .up-gapx-10\@sp {
        margin-left: -5px;
        margin-right: -5px;
    }

    .up-gapx-10\@sp>* {
        padding-left: 5px;
        padding-right: 5px;
    }

    .up-gapx-20\@sp {
        margin-left: -10px;
        margin-right: -10px;
    }

    .up-gapx-20\@sp>* {
        padding-left: 10px;
        padding-right: 10px;
    }

    .up-gapx-30\@sp {
        margin-left: -15px;
        margin-right: -15px;
    }

    .up-gapx-30\@sp>* {
        padding-left: 15px;
        padding-right: 15px;
    }

    .up-gapx-40\@sp {
        margin-left: -20px;
        margin-right: -20px;
    }

    .up-gapx-40\@sp>* {
        padding-left: 20px;
        padding-right: 20px;
    }

    .up-gapx-50\@sp {
        margin-left: -25px;
        margin-right: -25px;
    }

    .up-gapx-50\@sp>* {
        padding-left: 25px;
        padding-right: 25px;
    }

    .up-gapx-60\@sp {
        margin-left: -30px;
        margin-right: -30px;
    }

    .up-gapx-60\@sp>* {
        padding-left: 30px;
        padding-right: 30px;
    }

    .up-gapx-70\@sp {
        margin-left: -35px;
        margin-right: -35px;
    }

    .up-gapx-70\@sp>* {
        padding-left: 35px;
        padding-right: 35px;
    }

    .up-gapx-80\@sp {
        margin-left: -40px;
        margin-right: -40px;
    }

    .up-gapx-80\@sp>* {
        padding-left: 40px;
        padding-right: 40px;
    }

    .up-gapx-90\@sp {
        margin-left: -45px;
        margin-right: -45px;
    }

    .up-gapx-90\@sp>* {
        padding-left: 45px;
        padding-right: 45px;
    }

    .up-gapx-100\@sp {
        margin-left: -50px;
        margin-right: -50px;
    }

    .up-gapx-100\@sp>* {
        padding-left: 50px;
        padding-right: 50px;
    }

    .up-ofi-10\@sp:after {
        content: "";
        display: block;
        padding-top: 10%;
    }

    .up-ofi-10\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-15\@sp:after {
        content: "";
        display: block;
        padding-top: 15%;
    }

    .up-ofi-15\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-20\@sp:after {
        content: "";
        display: block;
        padding-top: 20%;
    }

    .up-ofi-20\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-25\@sp:after {
        content: "";
        display: block;
        padding-top: 25%;
    }

    .up-ofi-25\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-30\@sp:after {
        content: "";
        display: block;
        padding-top: 30%;
    }

    .up-ofi-30\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-35\@sp:after {
        content: "";
        display: block;
        padding-top: 35%;
    }

    .up-ofi-35\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-40\@sp:after {
        content: "";
        display: block;
        padding-top: 40%;
    }

    .up-ofi-40\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-45\@sp:after {
        content: "";
        display: block;
        padding-top: 45%;
    }

    .up-ofi-45\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-50\@sp:after {
        content: "";
        display: block;
        padding-top: 50%;
    }

    .up-ofi-50\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-55\@sp:after {
        content: "";
        display: block;
        padding-top: 55%;
    }

    .up-ofi-55\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-60\@sp:after {
        content: "";
        display: block;
        padding-top: 60%;
    }

    .up-ofi-60\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-65\@sp:after {
        content: "";
        display: block;
        padding-top: 65%;
    }

    .up-ofi-65\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-70\@sp:after {
        content: "";
        display: block;
        padding-top: 70%;
    }

    .up-ofi-70\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-75\@sp:after {
        content: "";
        display: block;
        padding-top: 75%;
    }

    .up-ofi-75\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-80\@sp:after {
        content: "";
        display: block;
        padding-top: 80%;
    }

    .up-ofi-80\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-85\@sp:after {
        content: "";
        display: block;
        padding-top: 85%;
    }

    .up-ofi-85\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-90\@sp:after {
        content: "";
        display: block;
        padding-top: 90%;
    }

    .up-ofi-90\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-95\@sp:after {
        content: "";
        display: block;
        padding-top: 95%;
    }

    .up-ofi-95\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-100\@sp:after {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .up-ofi-100\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-105\@sp:after {
        content: "";
        display: block;
        padding-top: 105%;
    }

    .up-ofi-105\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-110\@sp:after {
        content: "";
        display: block;
        padding-top: 110%;
    }

    .up-ofi-110\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-115\@sp:after {
        content: "";
        display: block;
        padding-top: 115%;
    }

    .up-ofi-115\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-120\@sp:after {
        content: "";
        display: block;
        padding-top: 120%;
    }

    .up-ofi-120\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-125\@sp:after {
        content: "";
        display: block;
        padding-top: 125%;
    }

    .up-ofi-125\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-130\@sp:after {
        content: "";
        display: block;
        padding-top: 130%;
    }

    .up-ofi-130\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-135\@sp:after {
        content: "";
        display: block;
        padding-top: 135%;
    }

    .up-ofi-135\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-140\@sp:after {
        content: "";
        display: block;
        padding-top: 140%;
    }

    .up-ofi-140\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-145\@sp:after {
        content: "";
        display: block;
        padding-top: 145%;
    }

    .up-ofi-145\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-150\@sp:after {
        content: "";
        display: block;
        padding-top: 150%;
    }

    .up-ofi-150\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-155\@sp:after {
        content: "";
        display: block;
        padding-top: 155%;
    }

    .up-ofi-155\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-160\@sp:after {
        content: "";
        display: block;
        padding-top: 160%;
    }

    .up-ofi-160\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-165\@sp:after {
        content: "";
        display: block;
        padding-top: 165%;
    }

    .up-ofi-165\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .up-ofi-170\@sp:after {
        content: "";
        display: block;
        padding-top: 170%;
    }

    .up-ofi-170\@sp img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

[data-element-id].up-col-2>div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1%;
}

[data-element-id].up-col-2>div>div {
    width: 48%;
    margin: 1%;
}

[data-element-id].up-col-3>div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1%;
}

[data-element-id].up-col-3>div>div {
    width: 33.333%;
    margin: 1%;
}


/* left right */
@media (max-width: 1024px) {
    .tb>[class^="left-cmn"] {
        width: 100%;
    }

    .tb>[class^="right-cmn"] {
        width: 100%;
    }

    .tb>.right-cmn01 {
        margin-top: 10px;
    }

    .tb>.right-cmn02 {
        margin-top: 15px;
    }

    .tb>.right-cmn03 {
        margin-top: 20px;
    }

    .tb>.right-cmn {
        margin-top: 25px;
    }
}

@media (max-width: 599px) {
    [class^="left-cmn"] {
        width: 100%;
    }

    [class^="right-cmn"] {
        width: 100%;
    }

    .right-cmn01 {
        margin-top: 5px;
    }

    .right-cmn02 {
        margin-top: 10px;
    }

    .right-cmn03 {
        margin-top: 15px;
    }

    .right-cmn {
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {
    .tb-br {
        display: block;
    }
}

@media (max-width: 599px) {
    .sp-br {
        display: block;
    }
}

/*  レイアウト  */
.cross-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cross.-rowr .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cross.-rowr .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cross.-none .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cross.-none .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.parallel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.parallel.-jc-fs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.parallel.-jc-fe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.parallel.-jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.parallel.-rowr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 1024px) {
    .cross.-rowr\@tb .cross-item:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .cross.-rowr\@tb .cross-item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cross.-none\@tb .cross-item:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cross.-none\@tb .cross-item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .parallel.-jc-fs\@tb {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .parallel.-jc-fe\@tb {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .parallel.-jc-c\@tb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .parallel.-row\@tb {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .parallel.-rowr\@tb {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (max-width: 599px) {
    .cross.-rowr\@sp .cross-item:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .cross.-rowr\@sp .cross-item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cross.-none\@sp .cross-item:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cross.-none\@sp .cross-item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .parallel.-jc-fs\@sp {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .parallel.-jc-fe\@sp {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .parallel.-jc-c\@sp {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .parallel.-row\@sp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .parallel.-rowr\@sp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

/*  Y方向の余白（margin）  */
.space-v0>.space+.space {
    margin-top: 0;
}

.space-v5>.space+.space {
    margin-top: 5px;
}

.space-v10>.space+.space {
    margin-top: 10px;
}

.space-v15>.space+.space {
    margin-top: 15px;
}

.space-v20>.space+.space {
    margin-top: 20px;
}

.space-v25>.space+.space {
    margin-top: 25px;
}

.space-v30>.space+.space {
    margin-top: 30px;
}

.space-v35>.space+.space {
    margin-top: 35px;
}

.space-v40>.space+.space {
    margin-top: 40px;
}

.space-v45>.space+.space {
    margin-top: 45px;
}

.space-v50>.space+.space {
    margin-top: 50px;
}

.space-v55>.space+.space {
    margin-top: 55px;
}

.space-v60>.space+.space {
    margin-top: 60px;
}

.space-v65>.space+.space {
    margin-top: 65px;
}

.space-v70>.space+.space {
    margin-top: 70px;
}

.space-v75>.space+.space {
    margin-top: 75px;
}

.space-v80>.space+.space {
    margin-top: 80px;
}

.space-v85>.space+.space {
    margin-top: 85px;
}

.space-v90>.space+.space {
    margin-top: 90px;
}

.space-v95>.space+.space {
    margin-top: 95px;
}

.space-v100>.space+.space {
    margin-top: 100px;
}

@media (max-width: 1024px) {
    .space-v0\@tb>.space+.space {
        margin-top: 0;
    }

    .space-v5\@tb>.space+.space {
        margin-top: 5px;
    }

    .space-v10\@tb>.space+.space {
        margin-top: 10px;
    }

    .space-v15\@tb>.space+.space {
        margin-top: 15px;
    }

    .space-v20\@tb>.space+.space {
        margin-top: 20px;
    }

    .space-v25\@tb>.space+.space {
        margin-top: 25px;
    }

    .space-v30\@tb>.space+.space {
        margin-top: 30px;
    }

    .space-v35\@tb>.space+.space {
        margin-top: 35px;
    }

    .space-v40\@tb>.space+.space {
        margin-top: 40px;
    }

    .space-v45\@tb>.space+.space {
        margin-top: 45px;
    }

    .space-v50\@tb>.space+.space {
        margin-top: 50px;
    }

    .space-v55\@tb>.space+.space {
        margin-top: 55px;
    }

    .space-v60\@tb>.space+.space {
        margin-top: 60px;
    }

    .space-v65\@tb>.space+.space {
        margin-top: 65px;
    }

    .space-v70\@tb>.space+.space {
        margin-top: 70px;
    }

    .space-v75\@tb>.space+.space {
        margin-top: 75px;
    }

    .space-v80\@tb>.space+.space {
        margin-top: 80px;
    }

    .space-v85\@tb>.space+.space {
        margin-top: 85px;
    }

    .space-v90\@tb>.space+.space {
        margin-top: 90px;
    }

    .space-v95\@tb>.space+.space {
        margin-top: 95px;
    }

    .space-v100\@tb>.space+.space {
        margin-top: 100px;
    }
}

@media (max-width: 599px) {
    .space-v0\@sp>.space+.space {
        margin-top: 0;
    }

    .space-v5\@sp>.space+.space {
        margin-top: 5px;
    }

    .space-v10\@sp>.space+.space {
        margin-top: 10px;
    }

    .space-v15\@sp>.space+.space {
        margin-top: 15px;
    }

    .space-v20\@sp>.space+.space {
        margin-top: 20px;
    }

    .space-v25\@sp>.space+.space {
        margin-top: 25px;
    }

    .space-v30\@sp>.space+.space {
        margin-top: 30px;
    }

    .space-v35\@sp>.space+.space {
        margin-top: 35px;
    }

    .space-v40\@sp>.space+.space {
        margin-top: 40px;
    }

    .space-v45\@sp>.space+.space {
        margin-top: 45px;
    }

    .space-v50\@sp>.space+.space {
        margin-top: 50px;
    }

    .space-v55\@sp>.space+.space {
        margin-top: 55px;
    }

    .space-v60\@sp>.space+.space {
        margin-top: 60px;
    }

    .space-v65\@sp>.space+.space {
        margin-top: 65px;
    }

    .space-v70\@sp>.space+.space {
        margin-top: 70px;
    }

    .space-v75\@sp>.space+.space {
        margin-top: 75px;
    }

    .space-v80\@sp>.space+.space {
        margin-top: 80px;
    }

    .space-v85\@sp>.space+.space {
        margin-top: 85px;
    }

    .space-v90\@sp>.space+.space {
        margin-top: 90px;
    }

    .space-v95\@sp>.space+.space {
        margin-top: 95px;
    }

    .space-v100\@sp>.space+.space {
        margin-top: 100px;
    }
}

/* up系 */

/*===================================
    以下@tb,@spが用意されているクラス
  ===================================*/
/* display */
.up-d-block {
    display: block;
}

.up-d-iblock {
    display: inline-block;
}

.up-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.up-d-none {
    display: none;
}

.up-jc-fs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.up-jc-fe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.up-jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.up-jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.up-jc-sa {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.up-jc-se {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

/* align-items */
.up-ai-fs {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.up-ai-c {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.up-ai-fe {
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
}

.up-ai-b {
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
}

.up-ai-s {
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
}

.up-fxw-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .up-d-block\@tb {
        display: block;
    }

    .up-d-iblock\@tb {
        display: inline-block;
    }

    .up-d-flex\@tb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .up-d-none\@tb {
        display: none;
    }

    .up-jc-fs\@tb {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .up-jc-fe\@tb {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .up-jc-c\@tb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .up-jc-sb\@tb {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .up-jc-sa\@tb {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .up-jc-se\@tb {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .up-ai-fs\@tb {
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .up-ai-c\@tb {
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .up-ai-fe\@tb {
        -webkit-box-align: end;
        align-items: flex-end;
        -ms-flex-align: end;
    }

    .up-ai-b\@tb {
        -webkit-box-align: baseline;
        align-items: baseline;
        -ms-flex-align: baseline;
    }

    .up-ai-s\@tb {
        -webkit-box-align: stretch;
        align-items: stretch;
        -ms-flex-align: stretch;
    }

    .up-fxw-wrap\@tb {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 599px) {
    .up-d-block\@sp {
        display: block;
    }

    .up-d-iblock\@sp {
        display: inline-block;
    }

    .up-d-flex\@sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .up-d-none\@sp {
        display: none;
    }

    .up-jc-fs\@sp {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .up-jc-fe\@sp {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .up-jc-c\@sp {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .up-jc-sb\@sp {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .up-jc-sa\@sp {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .up-jc-se\@sp {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .up-ai-fs\@sp {
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .up-ai-c\@sp {
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .up-ai-fe\@sp {
        -webkit-box-align: end;
        align-items: flex-end;
        -ms-flex-align: end;
    }

    .up-ai-b\@sp {
        -webkit-box-align: baseline;
        align-items: baseline;
        -ms-flex-align: baseline;
    }

    .up-ai-s\@sp {
        -webkit-box-align: stretch;
        align-items: stretch;
        -ms-flex-align: stretch;
    }

    .up-fxw-wrap\@sp {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* title */
.title-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 20px;
    padding-left: 30px;
    font-weight: bold;
    font-size: 20px;
    color: rgb(77, 152, 0);
    line-height: 2;
    letter-spacing: 1px;
    border: 1px solid #cec9b7;
    border-radius: 5px;
    background: rgb(254, 254, 254);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 254, 254, 1)), color-stop(55%, rgba(252, 249, 242, 1)), to(rgba(247, 241, 227, 1)));
    background: linear-gradient(180deg, rgba(254, 254, 254, 1) 0%, rgba(252, 249, 242, 1) 55%, rgba(247, 241, 227, 1) 100%);
    position: relative;
}
.title-01.fw-normal {
  font-weight: normal;
}

.title-01:before {
    content: "";
    width: 20px;
    height: 3px;
    display: block;
    background: rgb(77, 152, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 152, 0, 1)), color-stop(55%, rgba(77, 152, 0, 1)), to(rgba(54, 122, 1, 1)));
    background: linear-gradient(180deg, rgba(77, 152, 0, 1) 0%, rgba(77, 152, 0, 1) 55%, rgba(54, 122, 1, 1) 100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 5px;
}

.title-01.-blue {
    color: #147fe7;
}

.title-01.-blue:before {
    background: #147fe7;
}

.title-01.-yumin {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.title-01 .sub {
    color: #574726;
}

.title-01 .big {
    font-size: 50px;
}

.title-01 .big span {
    font-size: 40px;
    opacity: 0.4;
}

.title-01 .big {
    font-size: 50px;
    line-height: 1;
}

.title-01 .big span {
    font-size: 40px;
    opacity: 0.4;
}

.title-01 img {
    width: 100%;
    max-width: 100px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: -20px;
}

.title-01 .big {
    font-size: 50px;
}

@media (max-width: 599px) {
    .title-01 {
        padding-left: 0;
        font-size: 18px;
        color: #56832a;
        border: none;
        background: none;
    }

    .title-01 .sub {
        color: #56832a;
    }

    .title-01:before {
        display: none;
    }
    .title-01.-yumin {
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      font-weight: bold;
    }
}

/* title-02 */

.title-02 {
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    background: url(/upload/tenant_1/1b5657ee3267fac19a239ca286cadea3.png) 0 0 no-repeat;
    background-size: contain;
    position: relative;
}

@media (max-width: 1024px) {
    .title-02 {
        width: 100%;
        min-height: 100px;
    }
}

@media (max-width: 599px) {
    .title-02 {
        min-height: auto;
        display: block;
        font-weight: bold;
        font-size: 1.3em;
        color: #3d720c;
        background: none;
    }
}

/* title-03 */
.title-03 {
    font-size: 22px;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background: rgb(30, 94, 150);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 94, 150, 1)), to(rgba(61, 127, 186, 1)));
    background: linear-gradient(180deg, rgba(30, 94, 150, 1) 0%, rgba(61, 127, 186, 1) 100%);
    position: relative;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.title-03:after {
    content: "";
    width: 0px;
    height: 0px;
    margin: auto;
    border-width: 15px 10px 0 10px;
    border-style: solid;
    border-color: rgba(61, 127, 186, 1) transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
}

/* title-04 */
.title-04 {
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 599px) {
    .title-04 {
        font-size: inherit;
        font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }

    .title-04 span {
        color: inherit;
    }
    
}

/* title-05 */
.title-05 {
    margin-bottom: 20px;
    padding-left: 30px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    font-weight: bold;
    color: rgb(77, 152, 0);
    line-height: 1.5;
    letter-spacing: 1px;
    border: 1px solid #cec9b7;
    border-radius: 5px;
    background: rgb(254, 254, 254);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 254, 254, 1)), color-stop(55%, rgba(252, 249, 242, 1)), to(rgba(247, 241, 227, 1)));
    background: linear-gradient(180deg, rgba(254, 254, 254, 1) 0%, rgba(252, 249, 242, 1) 55%, rgba(247, 241, 227, 1) 100%);
    position: relative;
}
.title-05.fw-normal {
  font-weight: normal;
}

.title-05:before {
    content: "";
    width: 20px;
    height: 3px;
    display: block;
    background: rgb(77, 152, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 152, 0, 1)), color-stop(55%, rgba(77, 152, 0, 1)), to(rgba(54, 122, 1, 1)));
    background: linear-gradient(180deg, rgba(77, 152, 0, 1) 0%, rgba(77, 152, 0, 1) 55%, rgba(54, 122, 1, 1) 100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 5px;
}

.title-05.-blue {
    color: #147fe7;
}

.title-05.-blue:before {
    background: #147fe7;
}

.title-05 .sub {
    color: #574726;
}

.title-05 .big span {
    font-size: 40px;
    opacity: 0.4;
}

.title-05 .big {
    font-size: 50px;
    line-height: 1;
}

.title-05 .big span {
    font-size: 40px;
    opacity: 0.4;
}

.title-05 img {
    width: 100%;
    max-width: 100px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: -20px;
}

/* title-06 */

.title-06 {
    padding-left: 1rem;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
}

.title-06:before {
    content: "";
    width: 1px;
    height: 80%;
    background: #0c82e7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.title-06:after {
    content: "";
    width: 4px;
    height: 1.3rem;
    background: #0c82e7;
    position: absolute;
    top: 0.3rem;
    left: 0px;
}

@media (max-width:599px) {
  .title-06 {
    font-size: 15px;
    line-height:  2;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  .title-06:before {
      width: 5px;
      height: 100%;
  }
  
  .title-06:after {
      width: 100%;
      height: 1px;
      top: unset;
      bottom: 0px;
  }

}

/* title-07 */
.title-07 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
}
@media (max-width:599px) {
  .title-07 {
    font-size: 16px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
  }
}

/* title-08 */

.title-08 {
    font-weight: bold;
    font-size: 1.3em;
    color: #1481e6;
    line-height: 1.5;
}

@media (max-width:599px) {
  .title-08 {
    font-size: 1.2em;
  }
}

.font-small {
    font-size: 60%;
}

@media (max-width:599px) {
  .font-small {
    font-size: 80%;
  }
}

/* header */
header .wrap_1 .tell-box {
    line-height: 1.3;
}

header .wrap_1 .tell-box .tit {
    padding-left: 10px;
    font-size: 16px;
    color: #21a937;
    position: relative;
    z-index: 1;
}

header .wrap_1 .tell-box .tit:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #21a937;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

header .wrap_1 .tell-box .box01 .tel a {
    padding: 0px 15px;
    font-size: 30px;
    color: #21a937;
    letter-spacing: 1px;
    position: relative;
}

header .wrap_1 .tell-box .box01 .tel a:before {
    content: "\f095";
    display: inline-block;
    margin-right: 5px;
    font-family: fontawesome;
}

header .wrap_1 .tell-box .box01 .tel.type-b a {
    color: #fff;
    background: #21a937;
}

header .wrap_1 .tell-box .tit span {
    background: #fff;
}

header .wrap_1 .tell-box .box01 .txt02 {
    font-weight: bold;
    font-size: 14px;
    color: #6c6c6c;
    line-height: 1.5;
}

header .wrap_1 .tell-box .box02 .txt03,
header .wrap_1 .tell-box .box02 .txt04 {
    margin-left: 1rem;
    padding-left: 1rem;
    font-weight: bold;
    font-size: 14px;
    color: #21a937;
    line-height: 1.5;
    position: relative;
}

header .wrap_1 .tell-box .box02 .txt03:before,
header .wrap_1 .tell-box .box02 .txt04:before {
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

header .wrap_1 .txt {
    margin: 5px 0;
    padding-right: 5px;
    line-height: 1.5;
    text-align: right;
    font-size: 13px;
}


@media (max-width: 1024px) {
    header .wrap_1 {
        display: none;
    }

    .header .wrap_1 {
        display: none;
    }

    .gnav .nav-fl {
        display: none;
    }

    .header {
        padding-bottom: 85px;
        border-bottom: 3px solid #91c45e;
        background: #fff;
    }

    .header .logo {
        width: 67%;
        position: relative;
    }

    .header #belt {
        width: 100%;
        display: block;
        color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10001;
    }

    .header #hd_top {
        background: #fff;
        position: relative;
        z-index: 10002;
    }

    .header h1 {
        margin-right: 65px!important;
        padding-left: 10px!important;
        font-weight: normal;
        font-size: 11px;
        color: #000;
        line-height: 14px;
        text-align: right;
        text-align: left;
        z-index: 10002;
        position: fixed;
    }

    .header .tel {
        width: 35px;
        position: absolute;
        top: 15px;
        right: 80px;
    }

    .header .tel:before {
        content: "";
        border-right: 1px solid #21a937;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: -14px;
    }

    .header .topnavi {
        height: 54px;
        position: absolute;
        bottom: 3px;
        right: 5px;
    }

    .header .topnavi li {
        width: 60px;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .header .topnavi li a {
        width: 100%;
        height: 100%;
        display: block;
        padding-top: 5px;
        font-size: 11px;
        color: #fff;
        line-height: 23px;
        text-align: center;
        border-left: 1px dotted white;
    }

    .header .topnavi li a:hover {
        text-decoration: none;
    }

    .header .topnavi li a[class^="icon-"]:before {
        width: 100%;
        display: block;
        padding-bottom: 4px;
        font-weight: normal;
        font-size: 19px;
    }

    .header .menu_toggle {
        background: rgba(255, 255, 255, 0.9);
    }

    .header .menu_toggle.nav-style01 {
        display: block;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        top: 0px;
        right: -100%;
    }

    .header .navBtn {
        width: 34px;
        height: 36px;
        display: block;
        padding: 12px 13px 12px 13px;
        font-size: 11px;
        line-height: 27px;
        text-align: center;
        cursor: pointer;
        position: absolute;
        bottom: 3px;
        left: 1px;
    }

    .header .navBtn span {
        width: 100%;
        height: 3px;
        display: block;
        background: #fff;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .header .navBtn span:nth-of-type(2),
    .header .navBtn span:nth-of-type(3) {
        margin-top: 6px;
    }

    /* ナビゲーションアイコン：アクティブ */
    .navOpen .navBtn span:nth-of-type(1) {
        -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
        transform: translateY(9px) translateX(0) rotate(45deg);
    }

    .navOpen .navBtn span:nth-of-type(2) {
        margin-top: 6px;
        opacity: 0;
        -webkit-transform: translateY(9px);
        transform: translateY(9px);
    }

    .navOpen .navBtn span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
        transform: translateY(-9px) translateX(0) rotate(-45deg);
    }

    .header .button-toggle {
        width: 60px;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0px;
        color: #fff;
        cursor: pointer;
    }

    .header .button-toggle span {
        height: 4px;
        display: block;
        margin-top: 5px;
        background: #000 none repeat scroll 0 0;
    }

    .header .menu_toggle {
        width: 100% !important;
        height: 100vh;
        display: none;
        overflow-y: auto;
        padding-top: 74px;
        padding-top: 74px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #999;
        position: fixed;
        top: 0px;
        right: 0;
        z-index: 10001;
    }

    .header .menu_toggle ul {
        list-style-position: outside;
        list-style-type: none;
        padding: 0;
    }

    .header .menu_toggle li {
        clear: both;
        padding: 3px 5px;
        position: relative;
    }

    .header .menu_toggle li span {
        padding-left: 10px;
    }

    .header .menu_toggle a {
        display: block;
        font-weight: bold;
        font-size: 15px;
        font-size: 20px;
        color: #51b861 !important;
        line-height: 16px;
        text-decoration: none;
    }

    .header .menu_toggle ul li a {
        display: block;
        padding: 15px 0 15px 10px;
        font-size: 20px;
        line-height: 1.5;
        font-weight: bold;
        text-align: center;
    }

    .header .menu_toggle .last {
        background-color: #5a0000;
    }

    .header .close_btn {
        width: 100%;
        height: 40px;
        display: block;
        padding-top: 1px;
        font-size: 18px;
        color: #fff;
        line-height: 30px;
        letter-spacing: 0.1em;
        text-align: center;
        text-decoration: none;
        background-color: #000;
        cursor: pointer;
        z-index: 100;
    }

    .header .close_btn span {
        font-size: 24px;
    }
}

@media (max-width:1024px) {
  header .menu_toggle li.nav-underline a:before {
    content: "";
    width: 180px;
    height: 2px;
    background: #22A937;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 20%;
    left: 50%;
  }
  .header .menu_toggle li.nav-underline a:before {
    content: "";
    width: 180px;
    height: 2px;
    background: #22A937;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 20%;
    left: 50%;
  }
  
}

/* gnav */

.nav-fl li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 0;
    font-weight: bold;
    font-size: 16px;
    color: #21a937 !important;
    letter-spacing: 1px;
    text-align: center;
}

.nav-fl li {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.nav-fl li:before {
    content: "";
    width: 1px;
    height: 50%;
    display: inline-block;
    background: #21a937;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.nav-fl li:last-child:after {
    content: "";
    width: 1px;
    height: 50%;
    display: inline-block;
    background: #21a937;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
}
.nav-fl li.nav-underline a:after {
    content: "";
    width: 35px;
    height: 2px;
    background: #91c45e;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 20%;
    left: 50%;
}

.nav-fl li a:hover {
    text-decoration: none;
}

.nav-fl li a:hover:after {
    content: "";
    width: 35px;
    height: 2px;
    background: #91c45e;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 20%;
    left: 50%;
}

.wrap.gnav.fixed {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.wrap.gnav.fixed .nav-fl {
    max-width: 1000px;
    margin: auto;
}

/* mv */
#key .pbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#key .pbox .pic {
    width: 100%;
    height: 100%;
}

#key .wrap {
    z-index: 2;
}

#key .key_ttl dt {
    font-family: Verdana, Geneva, "sans-serif";
    font-size: 43px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .25) 0px 0px 4px;
    border-radius: 5px;
    padding: 10px;
    line-height: normal;
}

#key .key_ttl dd {
    font-family: Verdana, Geneva, "sans-serif";
    font-size: 32px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .25) 0px 0px 4px;
    border-radius: 5px;
    padding: 10px;
    line-height: normal;
    margin-top: 10px;
    width: fit-content;
}

#key .page-tit {
    width: 60%;
    display: none;
    font-weight: bold;
    font-size: 30px;
    color: #43b656;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
}

[data-element-id]#key .page-tit {
    display: block;
}

#key .pbox .pc-img {
    display: block;
}

#key .pbox .sp-img {
    display: none;
}

[data-element-id]#key .pbox .sp-img {
    display: block;
    border: 1px solid green;
    position: relative;
    max-width: 500px;
}

[data-element-id]#key .pbox .sp-img:before {
    content: "モバイル時のMV";
    display: block;
    background: green;
    color: #fff;
}

@media (max-width: 599px) {
    #key .pbox .pc-img {
        display: none;
    }

    #key .pbox .sp-img {
        display: block;
    }
}


/* footer */
[data-element-id] footer {
    margin-bottom: 200px;
}

footer .tell-box {
    line-height: 1.3;
}

footer .tell-box .tit {
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: 16px;
    color: #21a937;
    position: relative;
    z-index: 1;
}

footer .tell-box .tit:before,
footer .tell-box .tit:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background: #21a937;
}

footer .tell-box .box01 .tel a {
    font-size: 30px;
    color: #21a937;
    letter-spacing: 1px;
    position: relative;
}

footer .tell-box .box01 .tel a:before {
    content: "\f095";
    display: inline-block;
    margin-right: 5px;
    font-family: fontawesome;
}

footer .tell-box .tit span {
    display: block;
}

footer .tell-box .tit:before {
    width: 10%;
}

footer .tell-box .tit:after {
    width: 45%;
}

footer .tell-box .box01 .txt02 {
    padding-left: 1rem;
    position: relative;
}

footer .tell-box .box01 .txt02:before {
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

footer .tell-box .box01 .txt,
footer .tell-box .box01 .txt02 {
    font-weight: bold;
    font-size: 15px;
    color: #6c6c6c;
    line-height: 1.5;
}

.foot-nav ul {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.foot-nav ul li {
    list-style: none;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    position: relative;
}

.foot-nav ul li a {
    display: block;
    padding: 10px 0;
    padding-left: 10px;
    font-size: 16px !important;
    color: #363636 !important;
    line-height: 2;
    position: relative;
}

.foot-nav ul li a:before {
    content: "";
    width: 3px;
    height: 50%;
/*     display: block; */
    display: flex;
    background: #499300;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

[data-element-id].footer_kotei {
    max-width: 400px;
    display: block;
    border: 2px solid green;
    position: absolute;
    bottom: -200px;
}

[data-element-id].footer_kotei:before {
    content: "モバイル用です";
    font-size: 12px;
    color: #fff;
    background: green;
    position: absolute;
    top: 0px;
    left: 0;
}

.footer_kotei {
    width: 100%;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 7px 8px 7px 10px;
    font-weight: 600;
    font-size: 24px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
}
.footer_kotei, .footer_kotei.pc {
  background:#ffcb1c;
}
main {
  padding-bottom: 68px;
}

@media screen and (max-width:600px) {
  main {
  padding-bottom: 0;
}
}

.footer_kotei.pc {
    width: 100%;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 10px;
    font-weight: 600;
    font-size: 24px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
}
.footer_kotei.pc a {
pointer-events: initial !important;
display: block;
}

.footer_kotei .tel {
    width: 67%;
    margin: 0 auto;
    padding: 2% 1%;
    text-align: center;
}

.footer_kotei.pc .tel {
    width: 67%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

.footer_kotei * {
    line-height: 1.5;
}

.footer_kotei .tel a {
    font-size: 20px;
    color: #000;
}

.footer_kotei .tel a .txt {
    display: block;
    font-size: 12px;
}

.footer_kotei .tel a .i {
    display: inline-block;
    margin-right: 5px;
}

.footer_kotei .mail {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
    background: #0e9023;
}

.footer_kotei .mail a {
    width: 100%;
    display: block;
    margin: auto;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

.footer_kotei .mail a img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    #index #key .pbox img {
      object-position: 10% 50%;
    }
    footer .tell-box .tit span {
        background: none;
    }

    footer .tell-box .tit:before {
        display: none;
    }
}

@media (max-width: 599px) {
    .header {
        padding-bottom: 80px;
    }

    .header #hd_top h1 {
        padding-right: 60px;
        font-size: 10px;
        text-align: left;
    }
    #index #key .pbox img {
      object-position: 40% 50%;
    }
    .foot-nav ul li a {
      font-size: 15px!important;
    }


    .foot-nav ul li a {
        font-weight: normal;
        color: #584628;
    }

    .footer_kotei {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 7px 8px 7px 10px;
        font-weight: 600;
        font-size: 24px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10000;
    }
    
     .footer_kotei.pc {
       display: none;
     }
    

    .footer_kotei .tel {
        width: 67%;
        margin: 0 auto;
        padding: 2% 1%;
        text-align: center;
    }

    .footer_kotei .tel a {
        font-size: 20px;
    }

    .footer_kotei .tel a .txt {
        display: block;
        font-size: 12px;
    }

    .footer_kotei .tel a .i {
        display: inline-block;
        margin-right: 5px;
    }

    .footer_kotei .mail {
        width: 30%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        padding: 5px 0;
        text-align: center;
        border-radius: 5px;
    }

    .footer_kotei .mail a {
        width: 100%;
        display: block;
        margin: auto;
        font-weight: bold;
        font-size: 12px;
        color: #fff;
    }

    .footer_kotei .mail a img {
        display: block;
        margin: 0 auto;
    }
}

/* top time-table */
.time-table {
    display: none;
}

#index [data-element-id].time-table {
    display: block;
    border: 2px solid green;
    position: relative;
    margin-top: 800px;
}

[data-element-id].time-table:before {
    content: "モバイル";
    display: block;
    color: #fff;
    background: green;
}

[data-element-id].time-table .wrap {
    width: auto;
}

.time-table .box {
    width: 90%;
    margin: 5% auto;
    padding: 45px 6% 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.5px;
    background: #fff;
    -webkit-box-shadow: 4px 3px 6.3px 2.7px rgb(0 0 0 / 9%);
    box-shadow: 4px 3px 6.3px 2.7px rgb(0 0 0 / 9%);
    position: relative;
}

.time-table .box:before {
    content: "";
    border: 1px solid #21a937;
    position: absolute;
    top: 19px;
    bottom: 8px;
    left: 10px;
    right: 11px;
}

.time-table .box h3 {
    position: absolute;
    top: 11px;
    left: 33px;
    color: #21a937;
    background: #fff;
    line-height: 1;
}

.time-table .box .time {
    margin-left: -4px;
    font-size: 22px;
    color: #21a937;
    line-height: 30px;
}

.time-table .box .txt1 {
    margin: -2px 0 1px;
    color: #363636;
}

.time-table .box .time2 {
    font-size: 22px;
    color: #21a937;
}

.time-table .box .time2 span {
    margin-right: 13px;
    padding: 2px 7px 0 4px;
    font-size: 16px;
    color: #fff;
    background: #21a937;
}

.time-table .box .time2+.time2 span {
    margin-right: 6px;
}

.time-table .txt {
    padding: 0 5% 5%;
    font-weight: 600;
    color: #515151;
}

@media (max-width:1024px) {
  .time-table .box h3 {
    font-weight: bold;
    font-size: 22px;
    padding: 5px 0;
  }
}

@media (max-width: 599px) {
    .time-table {
        display: block;
    }
    .time-table .box {
      width: 100%;
    }
    .time-table .box h3 {
        top: 5px;
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
    .time-table .box .txt1 {
      font-size: 15px;
  }
  
  .time-table .box .time {
      font-size: 16px;
  }
  
  .time-table .box .time2 {
      font-size: 16px;
  }

}

/* top banner */
#clean a {
    display: block;
}
#clean .wrap {
    width: auto;
    padding: 3% 0;
}

#clean .wrap .tbox {
    width: 60%;
    line-height: 2;
    text-align: center;
}

#clean .wrap .pbox {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
}

#clean .wrap .tbox .txt01 {
    width: 70%;
    margin: auto;
    font-size: 20px;
    color: #bbfef9;
    border: 2px solid;
    border-radius: 20px;
}

#clean .wrap .tbox .txt02 {
    font-size: 60px;
    color: #fff;
}

#clean .wrap .tbox .txt03 {
    font-size: 18px;
    color: #fff;
}

#clean .wrap .pbox .txt {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background: #0073c4;
    z-index: 1;
}

#clean .wrap .pbox .pic {
    width: calc(100% - 80px);
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -30px;
    padding: 10px;
    border-radius: 100%;
    background: #fff;
}

#clean a:hover {
    text-decoration: none;
}

/* top sec3 */
#sec3 .pbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#sec3 .pbox .pic {
    width: 100%;
    height: 100%;
}

#sec3 .tbox {
    position: relative;
    z-index: 3;
}

/* top column */
.cl-wrap .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.cl-wrap .tit {
    margin-bottom: 10px;
/*     font-weight: bold;
font-size: 18px;
color: #499200; */
    border-radius: 2em;
    color: #fff;
    display: inline-block;
    padding: 0.25em 1em;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
}

.cl-wrap .tit.yotu {
    background: #3cc780;
}
.cl-wrap .tit.katakori {
    background: #3c81c7;
}
.cl-wrap .tit.kotsuban {
    background: #ea962c;
}
.cl-wrap .tit.seitai {
    background: #ef5975;
}

.cl-wrap .text-box h4 {
  font-size: 16px;
}

@media (max-width:599px) {
  .cl-wrap .tit {
    line-height: 1.5;
  }
  .cl-wrap .text-box h4 {
    font-size: 15px;
  }
}

/* intro */
body#intro #profile {
    padding-top: 25px;
}
body#intro #profile .tbox {
    position: relative;
    z-index: 1;
}

body#intro #profile .pbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

body#intro #mutsuu .txt3 {
    max-width: 530px;
    font-weight: bold;
    font-size: 1.35em;
    color: #72a43e;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 15%;
    left: 62%;
}

body#intro #mutsuu .txtArea1 .item01 {
    width: 80%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 25px;
    left: 50%;
}

body#intro #mutsuu .txtArea1 .tbox {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

body#intro #mutsuu .txtArea1 .pbox {
    position: relative;
    z-index: 0;
}

body#intro #mutsuu .txtArea1 .txt {
    width: 100%;
    max-width: 100%;
    font-weight: bold;
    color: #6c5b3f;
    line-height: 1.5;
    text-align: center;
    position: static;
}

body#intro #mutsuu .txtArea1 .item02 {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 250px;
    left: 20%;
}

body#intro #mutsuu .txtArea1 .item03 {
    width: 30%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 290px;
    left: 79%;
}

body#intro #mutsuu .txtArea1 .item04 {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 490px;
    left: 17%;
}

body#intro #mutsuu .txtArea1 .item05 {
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 690px;
    left: 28%;
}

body#intro #mutsuu .txtArea1 .item06 {
    width: 40%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 530px;
    left: 80%;
}

body#intro #mutsuu .txtArea1 .item01 .tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    font-size: 24px;
}

body#intro #mutsuu .txtArea1 .item01 .tit span {
    font-size: 40px;
}

body#intro #mutsuu .txtArea1 .num {
    margin-right: 0px;
    font-size: 40px;
    color: #6c5b3f;
}

body#intro #mutsuu .txtArea1 .txt {
    font-size: 16px;
}

body#intro #mutsuu .txtArea1 .tit {
    font-weight: bold;
    font-size: 30px;
    color: #499400;
}

body#intro #mutsuu .txtArea1 .item05 .tit span {
    display: block;
    font-size: 16px;
}

body#intro #mutsuu .txtArea2 .txt {
    font-size: 14px;
    line-height: 2;
    max-width: 480px;
    left: 30%;
}

body#intro #mutsuu .txtArea3 {
    display: none;
    position: relative;
}

body#intro #mutsuu .txtArea4 {
    display: none;
    position: relative;
}

.color-01 {
    color: #499400;
}

.color-02 {
    color: #a46600;
}

.color-03 {
    color: #f861a6;
}

.color-04 {
    color: #fd6154;
}

.color-05 {
    color: #0c82e7;
}

.color-06 {
    color: #634003;
}

body#intro #mutsuu .txtArea1 .item06 .big {
    display: block;
    font-size: 24px;
}

body#intro #mutsuu .txtArea1 .item02 .txt {
    margin-top: 20px;
    position: relative;
    top: 0;
    left: 20px;
}

body#intro #mutsuu .txtArea1 .item04 .txt {
    position: relative;
    top: 20px;
    left: 10px;
}

body#intro #mutsuu .txtArea1 .item03 .txt {
    position: relative;
    top: 20px;
    left: 20px;
}

body#intro #mutsuu .txtArea1 .item04 .tit {
    margin-left: 25px;
}

body#intro #mutsuu .txtArea1 .item02 .tit {
    margin-left: 30px;
}

body#intro #mutsuu .txtArea1 .item03 .tit {
    margin-left: 20px;
}

body#intro #mutsuu .txtArea3 .item01 {
    width: 100%;
    position: absolute;
    top: 20px;
    left: 35%;
    z-index: 10;
}

body#intro #mutsuu .txtArea3 .item01 .num {
    color: #5a4729;
}

body#intro #mutsuu .txtArea3 .item02 {
    width: 100%;
    position: absolute;
    top: 25%;
    left: 47%;
    z-index: 10;
}

body#intro #mutsuu .txtArea3 .item03 {
    width: 100%;
    position: absolute;
    top: 41%;
    left: 47%;
    z-index: 10;
}

body#intro #mutsuu .txtArea3 .item04 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 57%;
    left: 0px;
    z-index: 10;
}

body#intro #mutsuu .txtArea3 .item05 {
    width: 100%;
    position: absolute;
    top: 52%;
    left: -13%;
    z-index: 10;
}

body#intro #mutsuu .txtArea3 .tit {
    font-weight: bold;
    font-size: 20px;
    color: #4a9300;
    line-height: 1.5;
}

body#intro #mutsuu .txtArea3 .item01 .tit {
    position: relative;
}

body#intro #mutsuu .txtArea3 .item01 .txt {
    position: relative;
    top: 0px;
    left: 0;
}

body#intro #mutsuu .txtArea3 .item02 .txt {
    position: relative;
    top: 0;
    left: 0;
}



body#intro #mutsuu .txtArea3 .item03 .txt {
    top: 100%;
    left: 0;
}

body#intro #mutsuu .txtArea3 .item04 .tit span {
    display: block;
    font-size: 60%;
}

body#intro #mutsuu .txtArea3 .item04 .tit {
    width: 48%;
    text-align: center;
}

body#intro #mutsuu .txtArea3 .item04 .txt {
    width: 48%;
    position: relative;
    top: 0;
    left: 0;
}

body#intro #mutsuu .txtArea3 .item05 .txt {
    max-width: 90%;
    font-size: 14px;
}

body#intro #mutsuu .txt .big {
    font-size: 150%;
}

body#intro #mutsuu .txt {
    /*   color: #8b7b5a; */
    font-size: 16px;
    line-height: 1.5;
}

body#intro #profile .tbox p {
    font-size: 15px;
}
body#intro #profile h5 {
  top: 0;
}

@media (max-width:1024px) {
  body#intro #profile {
    padding-top: 30px;
  }
  body#intro #profile h5 {
    top: 0;
  }
}

@media (max-width:599px) {
  body#intro #lead h4, .dc-h2 {
    font-size: 18px;
  }
  body#intro #mutsuu .txt {
    
  }
  body#intro #mutsuu .txtArea3 .tit {
    line-height: 1.2;
    font-size: 24px;
  }
  body#intro #mutsuu .txtArea3 .item04 .tit {
    font-weight: normal;
    font-size: 22px;
  }
  body#intro #mutsuu .txtArea3 .txt {
    font-size: 18px;
  }
}

/* contact */

#contact .pbox {
    position: relative;
    z-index: 1;
}

#contact .tbox {
    line-height: 1.5;
    position: relative;
    z-index: 2;
}

#contact .tbox .top .nayami-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50px;
    left: 0;
}

#contact .tbox .bottom .flex {
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 330px;
    left: 50%;
}

#contact .tbox .bottom .box {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 390px;
}

#contact .tbox .bottom .flex * {
    color: #fff;
}

#contact .tbox .bottom .flex .commennt {
    font-size: 18px;
    -webkit-transform: rotate(345deg);
    transform: rotate(345deg);
    position: relative;
    top: -5px;
    right: -20px;
}

#contact .tbox .bottom .flex .tit {
    margin-left: 60px;
    font-size: 22px;
}

#contact .tbox .bottom .box .left {
    font-size: 18px;
    color: #8c7d5e;
    position: relative;
    left: 50px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#contact .tbox .bottom .box .left .tel {
    font-weight: normal;
    font: 82%/1.5 "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Sans-Serif;
}

#contact .tbox .bottom .box .left .tel a {
    font-size: 28px;
    position: relative;
}

#contact .tbox .bottom .box .left .tel a:before {
    content: "\f095";
    display: inline-block;
    margin-right: 5px;
    font-family: fontawesome;
    color: #17815b;
}

#contact .tbox .bottom .box .right {
    width: 50%;
    font-size: 16px;
    color: #8c7d5e;
    text-align: left;
    position: relative;
    top: -10px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#contact .tbox .bottom .box .right .time {
    padding-left: 10px;
    font-size: 14px;
    border-left: 3px solid #fda9ca;
    position: relative;
}

#contact .tbox .bottom .box .right .sub-time {
    font-size: 12px;
    color: #79ad3d;
}

#contact .tbox .bottom .box .right .kyusin {
    padding-left: 4rem;
    font-size: 12px;
}

#contact .tbox .bottom .box .right .kyusin span {
    margin-right: 5px;
    padding: 0px 10px;
    color: #fff;
    border-radius: 5px;
    background: #f963a2;
    position: absolute;
    left: 0;
}

#contact .tbox .top .tit {
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    color: #574827;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 10px;
    left: 50%;
}

#contact .tbox .top .nayami-list li {
    margin: 0 5px 10px 5px;
    padding: 3px 10px;
    font-size: 14px;
    color: #fff;
    background: #5b8726;
}

/* sidebar*/
.banner.nekoze {
    position: relative;
    z-index: 1;
}

.banner.nekoze .pbox {
    position: relative;
    z-index: 1;
}

.banner.nekoze .tbox {
    width: 100%;
    height: 100%;
    padding: 5px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.banner.nekoze .tbox .tit {
    display: block;
    font-size: 34px;
    line-height: 1.5;
    text-align: center;
    text-shadow: #404a37 2px 0px, #404a37 -2px 0px, #404a37 0px -2px, #404a37 0px 2px, #404a37 2px 2px, #404a37 -2px 2px, #404a37 2px -2px, #404a37 -2px -2px, #404a37 1px 2px, #404a37 -1px 2px, #404a37 1px -2px, #404a37 -1px -2px, #404a37 2px 1px, #404a37 -2px 1px, #404a37 2px -1px, #404a37 -2px -1px;
}

.banner.nekoze .tbox .sub-tit {
    display: block;
    font-size: 14px;
    line-height: 1;
    text-shadow: #993827 2px 0px, #993827 -2px 0px, #993827 0px -2px, #993827 0px 2px, #993827 2px 2px, #993827 -2px 2px, #993827 2px -2px, #993827 -2px -2px, #993827 1px 2px, #993827 -1px 2px, #993827 1px -2px, #993827 -1px -2px, #993827 2px 1px, #993827 -2px 1px, #993827 2px -1px, #993827 -2px -1px;
}

.banner.nekoze .tbox .sub-tit .right {
    display: block;
}

.banner.nekoze .tbox .txt {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    text-shadow: #59482c 2px 0px, #59482c -2px 0px, #59482c 0px -2px, #59482c 0px 2px, #59482c 2px 2px, #59482c -2px 2px, #59482c 2px -2px, #59482c -2px -2px, #59482c 1px 2px, #59482c -1px 2px, #59482c 1px -2px, #59482c -1px -2px, #59482c 2px 1px, #59482c -2px 1px, #59482c 2px -1px, #59482c -2px -1px;
}

.banner.hazimete {
    position: relative;
}

.banner.hazimete .pbox {
    position: relative;
    z-index: 1;
}

.banner.hazimete .tbox {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 2;
}

.banner.hazimete .tbox .tit {
    font-weight: bold;
    font-size: 26px;
    color: #364c25;
    text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}

.banner.hazimete .tbox .txt {
    margin-top: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #2e4914;
    line-height: 1.2;
    letter-spacing: 1px;
    text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}

.banner.kutikomi {
    position: relative;
}

.banner.kutikomi .pbox {
    position: relative;
    z-index: 1;
}

.banner.kutikomi .tbox {
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 2;
}

.banner.kutikomi .tbox .txt {
    font-weight: bold;
    font-size: 24px;
    color: #1ba17c;
    text-align: center;
    text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}

.banner.kutikomi .tbox .txt .big {
    font-size: 34px;
}

.banner.sango {
    position: relative;
}

.banner.sango .pbox {
    position: relative;
    z-index: 1;
}

.banner.sango .tbox {
    width: 90%;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 2;
}

.banner.sango .tbox .tit {
    font-size: 24px;
    color: #f0428d;
    position: relative;
    left: 24px;
}

.banner.sango .tbox .tit .tit01 {
    font-size: 20px;
}

.banner.sango .tbox .tit .tit02 {
    font-size: 16px;
}

.banner.sango .tbox .tit .tit03 {
    display: inline-block;
    padding: 2px;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    background: #f0428d;
    -webkit-transform: rotate(350deg);
    transform: rotate(350deg);
}

.banner.sango .tbox .tit .tit04 {
    display: inline-block;
    padding: 2px;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    background: #f0428d;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.banner.sango .tbox .tit .tit05 {
    font-size: 16px;
}

.banner.sango .tbox .txt {
    width: 80%;
    margin-top: 5px;
    margin-left: 12px;
    font-size: 10px;
    line-height: 1.5;
    color: #604e2f;
    text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}

.banner.sango .tbox .btn {
    margin-top: 5px;
    margin-left: 10px;
    padding: 3px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: rgb(248, 71, 145);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 71, 145, 1)), to(rgba(249, 111, 169, 1)));
    background: linear-gradient(180deg, rgba(248, 71, 145, 1) 0%, rgba(249, 111, 169, 1) 100%);
    position: relative;
}

.banner.sango .tbox .btn:before {
    content: "\f061";
    display: inline-block;
    margin-right: 5px;
    font-family: fontawesome;
    font-weight: bold;
}

.banner.school {
    background: #4686c4;
}

.banner.school .tit {
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: -1px;
    text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.banner.school .tbox {
    padding: 5px;
}

.banner.school .txt {
    margin-top: 10px;
    color: #0c2e51;
    line-height: 1.5;
    letter-spacing: -1px;
    font-size: 14px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.check-list01 {
    position: relative;
}

.check-list01 li {
    padding-left: 1rem;
    position: relative;
    font-size: 14px;
}

.check-list01 li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width:1024px) {
  .banner.sango .tbox .txt {
    font-size: 12px;
  }
}

/* voice */
body#voice .voice {
    margin-bottom: 20px;
    position: relative;
}

body#voice .voice .pbox {
    position: relative;
    z-index: 1;
}

body#voice .voice .tbox {
    width: 100%;
    height: 100%;
    padding-top: 25px;
    padding-right: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

[data-element-id]#voice .voice .tbox {
    height: auto;
}
body#voice .sectionL {
  font-family: 'M PLUS 1 Code', sans-serif;
}

body#voice #voice6 .sectionL {
    top: -5px;
}
body#voice #voice7 .sectionL {
    top: 25px;
}

body#voice .sectionL .txt01 {
    font-weight: bold;
    font-size: 22px;
}

body#voice .sectionL .txt01 span {
    display: block;
}

body#voice .sectionL .txt01 span.onayami {
    font-size: 110%;
    display: inline;
}

body#voice .sectionL .txt02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    margin-top: 5px;
}

body#voice .sectionL .txt02 .name {
    margin: 0 5px;
    font-size: 26px;
    line-height: 1;
}

body#voice .sectionL .txt02 .live {
    width: 100%;
    display: block;
}

.accordion_dl {
    display: none;
    position: relative;
    z-index: 2;
}

[data-element-id].accordion_dl {
    display: block;
}

body#voice #nayami .txtArea p {
    line-height: 1.8rem;
}

body#voice #nayami h6 {
  line-height: 1.5;
}

@media (max-width:1024px) {
  body#voice .voice .tbox {
    padding-top: 35px;
    padding-right: 0px;
  }
  body#voice .sectionR {
    padding-right: 20px;
  }
}

@media (max-width:599px) {
  body#voice #nayami .txtArea p {
      line-height: 2;
  }

}

/* qa */
body#intro [data-element-id]#qa dd {
    display: block;
}

@media (max-width:1024px) {
  body#intro #qa dt {
      line-height: 1.5;
      height: auto;
  }
}

@media (max-width:599px) {
  body#intro #qa dt {
    font-size: 1rem;
    min-height: 35px;
  }
}

/* flow */
#step .stepArea {
    text-align: center;
    position: relative;
}

#step h5, .dc-h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #614f13;
}

#step h5 .ic_noflow, .dc-h3 .ic_noflow {
    display: none;
}

#step {
    margin-bottom: 0;
    margin-bottom: 25px;
}

#step .step1 {
    width: 170px;
    position: absolute;
    top: 130px;
    left: 25px;
}

#step .step2 {
    width: 120px;
    position: absolute;
    top: 80px;
    left: 210px;
}

#step .step3 {
    width: 200px;
    position: absolute;
    top: 80px;
    left: 345px;
}

#step .step4 {
    width: 185px;
    position: absolute;
    top: 140px;
    left: 530px;
}

#step .step5 {
    width: 170px;
    position: absolute;
    top: 295px;
    left: 405px;
}

#step .step6 {
    width: 200px;
    position: absolute;
    top: 310px;
    left: 200px;
}

#step .step7 {
    width: 190px;
    position: absolute;
    top: 440px;
    left: 35px;
}

#step .stepArea .pbox02 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}


[data-element-id]#step .stepArea .pbox02 {
    bottom: -40px;
    z-index: 10;
}

#step .stepArea .pbox02 .pic02 {
    width: 45%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 1px 8px #333;
    box-shadow: 0px 1px 8px #333;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: relative;
    top: -37px;
    z-index: 2;
}

#step .stepArea .pbox02 .pic03 {
    width: 55%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 1px 8px #333;
    box-shadow: 0px 1px 8px #333;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    position: absolute;
    top: -90px;
    right: 0;
    z-index: 1;
}

#step .stepArea .pbox {
    z-index: 2;
}

#step .stepArea .tbox>* {
    z-index: 3;
}

#step .stepArea .tbox p {
    font-size: 13px;
}

body#flow #report .tbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

body#flow #report .pbox {
    position: relative;
    z-index: 1;
}

body#flow #report .report0 .t-pic {
    width: 20%;
    border: 5px solid #fff;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    position: absolute;
    bottom: 20px;
    right: 20px;
}


body#flow #report dd {
    font-size: 13px;
}

body#flow #report .num {
  font-size: 1.8rem;
  position: absolute;
/*   top: 3vw;
left: 4.8vw; */
  top: 40px;
  left: 55px;
  color: #645339;
}

#report-sp {
    display: none;
}

[data-element-id]#report-sp {
    display: block;
    max-width: 400px;
    border: 1px solid green;
    position: relative;
}

[data-element-id]#report-sp:before {
    content: "モバイル";
    display: block;
    background: green;
    color: #fff;
}


    #report-sp .txt00 {
        margin: 0 0 0.3em 0;
        padding: 0.4em 0.5em;
        color: #fff;
        background: #578727;
    }

    #report-sp .pic {
        display: block;
        margin: 0.2em auto;
        text-align: center;
    }

    #report-sp .sub-tit-sp {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #report-sp .sub-tit-sp span {
        display: block;
        font-weight: bold;
        font-size: 20px;
        color: #407410;
        text-align: center;
        position: relative;
    }

    #report-sp ul.txt01 li {
        list-style: inside;
    }

    #report-sp .btop-sp {
        margin-top: 20px;
    }

    #report-sp .tit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 18px;
        color: #407410;
    }

    #report-sp .tit .num {
        width: 40px;
        height: 40px;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 10px;
        font-size: 24px;
        color: #635236;
        border-radius: 100%;
        background: #ff9bc4;
    }

    #report-sp .txt1 {
        line-height: 2;
    }

    #report-sp .point1 dt {
        padding: 0.5em 0.7em;
        font-weight: bold;
        letter-spacing: 2px;
        background: #a5b55c;
    }

    #report-sp .point1 dd {
        line-height: 2;
    }


body#flow .report0 .txt02 {
    font-weight: bold;
    font-size: 16px;
    color: #635236;
    text-align: center;
    text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
    position: absolute;
    bottom: 15%;
    right: 15%;
    z-index: 2;
    line-height: 1.3em;
}

body#flow .report1 .hukidashi {
    font-weight: bold;
    font-size: 16px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 60%;
    left: 42%;
}

body#flow .report1 .tbox .pic {
    width: 22%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 3%;
    left: 55%;
}

body#flow .report1 .tbox .pic:before {
    content: "";
    height: 100%;
    min-height: 100%;
    display: block;
    border: 3px solid rgba(255, 255, 255, 0.5);
    position: relative;
}

body#flow .report3 .hukidashi01 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 45%;
    left: 21%;
}

body#flow .report3 .hukidashi02 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 20%;
    left: 40%;
}

body#flow #report .hukidashi {
    font-weight: bold;
    font-size: 16px;
    color: #615137;
    text-align: center;
}

body#flow #report .hukidashi.pink {
    color: #d3246e;
}



body#flow .report4 .hukidashi01 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 40%;
    left: 40%;
}

body#flow .report4 .hukidashi02 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 70%;
    left: 35%;
}

body#flow .report5 .hukidashi {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 55%;
    left: 37%;
}

body#flow #report .sub-tit {
    width: 60%;
    font-size: 22px;
    color: #635238;
    text-align: center;
    position: absolute;
    bottom: 20%;
    left: 0;
}

body#flow .report6 .hukidashi01 {
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 35%;
    left: 25%;
}

body#flow .report6 .hukidashi02 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 30%;
    left: 45%;
}

body#flow .report7 .hukidashi {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 38%;
    left: 28%;
}

body#flow .report8 .hukidashi02 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 30%;
    left: 45%;
}

body#flow .report8 .hukidashi01 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    bottom: 30%;
    left: 23%;
}

body#flow .report9 .hukidashi {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 30%;
    left: 45%;
}

body#flow .report10 .hukidashi {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 28%;
}

body#flow .report10 .hukidashi01 {
    left: 43%;
}

body#flow .report10 .hukidashi02 {
    right: 12%;
}
body#flow #report ul li {
  font-size: 13px;
}
.s-txt h2 {
  color: #21a937;
}

@media (max-width:1024px) {
  body#flow #report ul li {
    font-size: calc(100vw * 16 / 1024);
  }
  body#flow #report .num {
    top: 5vw;
    left: 8vw;
  }
    #step h5, .dc-h3 {
    font-size: calc(100vw * 24 / 1024);
    }
    
    #step .stepArea .tbox p {
        font-size: calc(100vw * 16 / 1024);
    }
    

}

@media (max-width:599px) {
  .s-txt h2 {
    color: #3d720c;
  }

} 

/* 学習内容 */

.feature-circle {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.feature-circle:before {
    content: "";
    width: 250px;
    height: 250px;
    border: 5px solid #62c5da;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.feature-circle .item-inner {
    width: 150px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #5fb9e0), color-stop(50%, #5baed8));
    background-image: linear-gradient(to left, #5fb9e0 50%, #5baed8 50%);
    background-size: 8px 8px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.feature-circle .item:first-of-type {
    width: 100%;
    text-align: center;
}

.feature-circle .item:not(:first-of-type) {
    width: 48%;
    margin-top: 10%;
}

.feature-circle .item-inner .list-num {
    padding: 0 10px;
    line-height: 1.5;
    border-radius: 10px;
    background: #2379c0;
}

.feature-circle .item-inner .tit {
    line-height: 1.5;
}

@media (max-width:599px) {
  .feature-circle .item-inner .list-num {
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .feature-circle .item-inner .tit {
    font-size: 22px;
    letter-spacing: 2px;
    margin-top: 10px;
  }
}

body#school #naiyou .sectionL .txt {
    width: 100%;
    display: block;
    margin-top: 20px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}
body#school #area .txtArea {
  font-size: 13px;
}
body#school #area .txtArea p {
  font-size: 13px;
}

body#school #guideline .sectionR .pbox {
    position: relative;
    z-index: 1;
}

body#school #guideline .sectionR .tbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

body#school #guideline .sectionR .tbox .txt {
    width: 100%;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 22px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}

body#school #guideline .sectionR .tbox .txt01 {
    top: 10px;
    left: 50%;
}

body#school #guideline .sectionR .tbox .txt02 {
    top: 25%;
    left: 50%;
}

body#school #guideline .sectionR .tbox .txt03 {
    top: 60%;
    left: 76%;
}

body#school #guideline .sectionR .tbox .txt03 span {
    display: block;
}

body#school #guideline .sectionR .tbox .txt04 {
    bottom: 5px;
    left: 27%;
}

body#school #other .tbox,
body#school #other_2 .tbox {
    padding: 20px 10px;
    line-height: 1.5;
    position: relative;
    z-index: 2;
}

body#school #other .pbox,
body#school #other_2 .pbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

body#school #other .tbox .txt01,
body#school #other_2 .tbox .txt01 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 22px;
    color: #703a16;
    text-align: center;
}

body#school #other .tbox .txt02,
body#school #other_2 .tbox .txt02 {
    margin: 10px 0;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    color: #a86b3e;
    text-align: center;
}

body#school #other .pbox .pic img,
body#school #other_2 .pbox .pic img {
    -o-object-fit: fill;
    object-fit: fill;
}

body#school #other .pbox .pic,
body#school #other_2 .pbox .pic {
    height: 100%;
}

body#school #other .tbox .txt03,
body#school #other_2 .tbox .txt03 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 24px;
    color: #6e3c17;
    line-height: 1.5;
    text-align: center;
}

body#school #other_2 .tbox .txt {
    margin-top: 10px;
    text-align: center;
}

#index #sec1 #text_box {
    /*   display: none; */
    margin-top: 70px;
}

@media (max-width:599px) {
  body#school #naiyou h5 {
    margin-bottom: 10px;
  }
  body#school #area .txtArea p {
   font-size: 15px;
  }
  body#school #guideline th {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0.5em;
  }
  body#school #guideline td {
    width: 100%;
    display: block;
    padding: 0.5em;
  }
  body#school #other .tbox .txt01, body#school #other_2 .tbox .txt01 {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}

/* info */

body#info #price .txtArea_2 .tbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


body#info #price .txtArea_2 .tbox .tit {
    padding-top: 20px;
    font-weight: bold;
    font-size: 24px;
    color: #6a4a0d;
    line-height: 1.2;
    text-align: center;
}

body#info #price .txtArea .tbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

body#info #price .txtArea .tbox .tit {
    padding-top: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #6a4a0d;
    line-height: 1.2;
    text-align: center;
}

body#info #price .txtArea .tbox .tit span {
    font-size: 140%;
    color: #d6367c;
}

body#info #price .txtArea .tbox .tit span.medium {
    color: inherit;
    font-size: 18px;
}
body#info #price .txtArea .tbox .text {
    margin: 0;
    color: #e14262;
    text-align: center;
    position: relative;
    left: 70px;
    font-size: 13px;
}
body#info #price .naiyou {
  color: #499200;
}

body#info #hour .txt {
    font-size: 12px;
    top: 255px;
}

body#info #hour .txtArea {
    width: 100%;
    height: auto;
    text-indent: 0;
}

body#info #hour .txtArea .tbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

body#info #hour .txtArea .tbox .text {
    width: 100%;
    margin: 0;
    font-weight: bold;
    font-size: 21px;
    color: #d12b6d;
    line-height: 1.5;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 65%;
    left: 60%;
}

body#info #hour .txtArea .pbox {
    position: relative;
    z-index: 1;
}

body#info #hour .txtArea .tbox .text span {
    color: #fd2500;
}

body#info #access .sectionR small {
    width: 100%;
    display: block;
}

body#info #price .txt1_3 {
    display: none;
    background: #6d490e;
    color: #FFF;
    padding: 0.4em 0.6em;
    margin-bottom: 0.3em;
}

body#info #price .txtArea .tbox .text02 {
    background: #6d490e;
    color: #FFF;
    padding: 0.4em 0.6em;
    margin-bottom: 0.3em;
    display: none;
}

  body#info #price .text:last-child a {
    border-bottom: solid 5px red;
    color: rgb(255, 0, 0);
  }

@media (max-width:1024px) {
  body#info #price .txt2_2 {
    left: 210px;
  }
  body#info #price .txt2 {
    left: 210px;
  }
}

@media (max-width:599px) {
  body#info #price .time {
    display: none;
  }
  body#info #price h4 {
      margin-bottom: 0px;
  }
  
  body#info #price .text {
      line-height: 1.5;
      margin: 0;
  }
  
  body#info #price .text strong {
      font-size: 15px;
      line-height: 1.5;
  }
  
  body#info #price .text:nth-of-type(3) {
      color: #C30;
/*       margin-top: 10px; */
  }
  body#info #price .text:nth-of-type(3) strong {
    color: #584628;
  }
  
  body#info #price .text:nth-of-type(3) font {
      color: rgb(255, 0, 0);
  }
  body#info #price .txt {
      font-size: 15px;
  }
  
  body#info #price .txt a {
      font-size: 15px;
  }
  body#info #price .text:last-child {
      font-size: 15px!important;
  }
  
  body#info #price .text:last-child a {
/*       display: block;
font-size: 15px; */
  }
  
  body#info #price .text:last-child a span {
      font-size: 15px;
  }
  body#info #price .txt1_3 {
    display: block;
  }
  body#info #price .txtArea .tbox .text02 {
    display: block;
  }
  body#info #price .txt2 strong {
      color: inherit;
  }
  
  body#info #price .txt2_2 strong {
      color: inherit;
  }
  
  body#info #price .txt2_2 strong.est {
      color: #d63074;
      font-weight: normal;
  }
  body#info #price .naiyou {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body#info #access td strong {
    font-weight: normal;
  }


}

.column_btn .b_g {
    width: 48%;
}

.column_btn a .btn_bd02 {
    padding-left: 20px;
    font-size: 90%;
}

section.eigyou {
    width: 100%;
    display: none;
    margin: 0;
    margin-bottom: 40px;
    padding: 10px;
    background: url(/upload/tenant_1/3d7f30ca322125abcbf87701079d4298.jpeg) 0 0;
}

[data-element-id] section.eigyou {
    display: block;
    border: 2px solid green;
    position: relative;
}

[data-element-id] section.eigyou:before {
    content: "モバイル";
    display: block;
    color: #fff;
    background: green;
}

.eigyou-inner {
    display: block;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    background: url(/upload/tenant_1/2f33a36108d23be541b35556c0ca4038.jpeg) 0 0;
}

.eigyou-inner p.pink_em {
    margin-top: 0.4em;
    font-weight: bold;
    font-size: 1.2em;
    color: #d4236c;
}

.eigyou-inner p.black_em {
    font-weight: bolder;
    font-size: 0.8em;
}

.eigyou-inner p.news {
    margin-top: 0.4em;
    font-weight: bold;
    font-size: 1.5em;
    color: #d4236c;
}

.eigyou-inner p.news_em {
    margin-top: 0.4em;
    font-weight: bold;
    font-size: 1em;
    color: #000;
}

.eigyou-inner img {
    width: 30% !important;
    vertical-align: text-top;
    float: left;
    margin-top: 1em;
    margin-right: 10px;
}

@media (max-width:599px) {
  .eigyou-inner p.pink_em {
    font-size: 1.1rem;
  }
  .eigyou-inner p.black_em {
    font-size: 1rem;
  }
}

/* table */

table.jikan {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    line-height: 1.5;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    border: 5px solid #e9d7b8;
    border-spacing: 0;
    border-collapse: separate;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

table.jikan th {
    vertical-align: top;
    padding: 6px;
    font-weight: bold;
    color: rgba(0, 65, 1, 1);
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
    background: #eee;
    background: #f9f6f2;
    opacity: 0.5;
    filter: alpha(opacity=50);

    -moz-opacity: 0.5;
}

table.jikan td {
    vertical-align: top;
    padding: 6px;
    font-weight: bold;
    color: rgba(220, 0, 223, 1);
    text-shadow: 1px 1px 1px #f5629f;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #f9f6f2;
    opacity: 0.6;
    filter: alpha(opacity=60);

    -moz-opacity: 0.6;
}

table.jikan td.off {
    font-weight: bold;
    color: rgba(102, 51, 51, 1);
    text-shadow: 1px 1px 1px rgba(102, 51, 51, 1);
}

table.jikan th.small {
    font-size: 11px;
}

@media (max-width:599px) {
  .jikan-txt {
    font-size: 17px;
  }
}

@media (max-width:480px) {
  table.jikan {
    width: auto;
    min-width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    border-collapse: separate;
    border-spacing: 0;
    text-align: center;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border: 5px solid #e9d7b8;
  }
}

.covid-title {
    color: #fff;
}

.covid-title span {
    display: block;
}





@media (max-width: 1024px) {
    div#container {
        padding-right: 15px;
        margin-top: 80px;
    }
    div#container.-mt-none {
        margin-top: 0px;
    }

    .b_g {
        width: 100%;
    }

    .column_btn .b_g .btn_bd {
        width: 100%;
    }

    .column_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .column_btn .b_g {
        width: 100%;
    }

    .column_btn .b_g .btn_bd {
        width: 100%;
    }

    #sec1 {
        padding: 0 0 45px;
    }

    #sec1 .tbox {
        width: 60%;
    }

    #sec1 .img01 {
        width: 35%;
        margin: 0;
    }

    .f-txt {
        width: 100%;
    }

    #clean .wrap .tbox .txt02 {
        font-size: 40px;
    }

    #clean .wrap .tbox .txt01 {
        font-size: 18px;
    }

    #clean .wrap .tbox .txt03 {
        font-size: 14px;
    }

    #index #sec1 .pbox .txt {
        width: 100px;
        padding: 0;
    }

    #clean .wrap .pbox .pic {
        width: 150px;
        height: 150px;
    }

    #sec2 .list_1 li:nth-child(odd) {
        margin-left: 20px;
    }

    #sec2 .list_1 li:nth-child(even) {
        margin-right: 20px;
    }

    #sec2 .list_2 li:nth-child(odd) {
        margin-left: 20px;
    }

    #sec2 .list_2 li:nth-child(even) {
        margin-right: 20px;
    }

    #sec3 .box {
        width: 100%;
    }

    #sec3 .box .txt {
        width: 96%;
        padding: 16px 0 0 10px;
    }

    #sec3 .box-2 .txt1 {
        width: 100%;
    }

    #sec4 .img01 {
        width: 35%;
    }

    #sec4 .tbox {
        width: 60%;
    }

    #sec4 .sub_ttl {
        padding: 30px 0 15px;
    }

    #sec4 .txt {
        width: auto;
    }

    #sec5 .block .feed {
        width: 48%;
    }

    .ttl_h2 {
        line-height: 1.5;
    }

    .btn_bd {
        width: auto;
        height: auto;
        padding: 5px;
        padding-right: 30px;
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        background: none;
        background-size: contain;
        position: relative;
    }

    .btn_bd:before {
        content: "";
        width: 100%;
        height: 100%;
        border: 1px solid;
        position: absolute;
        top: 0;
        left: 0;
    }

    #sec1 h2 {
        font-size: 40px;
    }

    header .logo img {
        max-width: 300px;
    }

    body#intro #lead .txt {
        width: 100%;
        max-width: 100%;
    }

    .section {
        width: 100%;
        overflow: hidden;
    }

    .sectionInner {
        max-width: 100%;
    }

    body#intro #mutsuu .txtArea1 .txt {
        font-size: 16px;
    }

    body#intro #mutsuu .txtArea1 .item01 .tit {
        padding-top: 40px;
    }

    body#intro #profile {
        margin-bottom: 65px;
    }

    body#intro #mutsuu .txt {
        max-width: 60%;
        top: 120px;
    }

    body#intro #mutsuu .txt2 {
        max-width: 70%;
        top: 290px;
        left: 200px;
    }

    body#intro #mutsuu .txtArea2 {
        max-width: 100%;
        height: auto;
        min-height: 360px;
        background-size: contain;
    }

    body#intro #contents {
        max-width: 100%;
        margin-right: 0;
    }

    body#intro #mutsuu .txtArea1 {
        margin-top: 20px;
    }

    body#intro #mutsuu .txtArea3 .item05 {
        top: 47%;
    }

    #contact .tbox .bottom .box {
        top: 52vw;
    }

    #contact .tbox .bottom .flex {
        top: 44vw;
        left: 46vw;
    }

    #contact .tbox .top .nayami-list {
        top: 8vw;
        left: 0;
    }

    #contact .tbox .top .nayami-list li {
        font-size: calc(100vw * 16 / 1024);
    }

    #contact .tbox .bottom .flex .commennt {
        top: 0vw;
        right: 0vw;
        font-size: calc(100vw * 18 / 1024);
    }
    #contact .tbox .bottom .flex .tit {
        font-size: calc(100vw * 22 / 1024);
    }

    #contact .tbox .bottom .flex {
        top: 44vw;
        left: 46vw;
    }

    #contact .tbox .bottom .box {
        top: 52vw;
        width: calc(100vw * 880 / 1024);
    }
    #contact .tbox .bottom .box .left {
      font-size: calc(100vw * 18 / 1024);
    }
    #contact .tbox .bottom .box .left .tel a {
      font-size: calc(100vw * 28 / 1024);
    }
    #contact .tbox .bottom .box .left {
        font-size: calc(100vw * 18 / 1024);
    }
    
    #contact .tbox .bottom .box .left .tel a {
        font-size: calc(100vw * 28 / 1024);
    }
    
    #contact .tbox .bottom .box .right {
        font-size: calc(100vw * 16 / 1024);
    }
    
    #contact .tbox .bottom .box .right .time {
        font-size: calc(100vw * 16 / 1024);
    }
    
    #contact .tbox .bottom .box .right .sub-time {
        font-size: calc(100vw * 14 / 1024);
    }
    
    #contact .tbox .bottom .box .right .kyusin {
        font-size: calc(100vw * 16 / 1024);
    }


    #side {
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #side>.banner {
        width: 31.333%;
        margin: 1%;
    }

    body#info #hour .txt {
        top: 33vw;
    }

    #step .step1 {
        top: 17vw;
        left: 3vw;
        font-size: calc(100vw * 14 / 1024);
        width: calc(100vw * 230 / 1024);
    }

    #step .step2 {
        top: 11vw;
        left: 28vw;
        font-size: calc(100vw * 14 / 1024);
        width: calc(100vw * 150 / 1024);
    }

    #step .step3 {
        top: 11vw;
        left: 47vw;
        font-size: calc(100vw * 14 / 1024);
        width: calc(100vw * 240 / 1024);
    }

    #step .step4 {
        top: 19vw;
        left: 71vw;
        font-size: calc(100vw * 14 / 1024);
        width: calc(100vw * 240 / 1024);
    }

    #step .step5 {
        top: 39vw;
        left: 55vw;
        font-size: calc(100vw * 14 / 1024);
        width: calc(100vw * 220 / 1024);
    }

    #step .step6 {
        top: 42vw;
        left: 28vw;
        font-size: calc(100vw * 14 / 1024);
        width: calc(100vw * 240 / 1024);
    }

    #step .step7 {
        top: 59vw;
        left: 5vw;
        font-size: calc(100vw * 14 / 1024);
        width: calc(100vw * 270 / 1024);
    }


    body#flow .report1 .tbox .pic {
        width: 20%;
    }


    body#flow #report .point1 {
        top: 32vw;
        left: 60vw;
    }

    body#flow #report .point2 {
        top: 32vw;
        left: 60vw;
    }

    body#flow #report .point3 {
        top: 32vw;
        left: 60vw;
    }

    body#flow #report .point４ {
        top: 32vw;
        left: 60vw;
    }

    body#flow #report .point4 {
        top: 32vw;
        left: 60vw;
    }

    body#flow #report .point5 {
        top: 32vw;
        left: 60vw;
    }

    body#flow #report .point6 {
        top: 230px;
        left: 470px;
    }

    body#flow #report .point7 {
        top: 190px;
        left: 470px;
    }

    body#flow #report .point10 {
        top: 440px;
        left: 470px;
    }

    body#flow #report .txt2 {
        top: 4vw;
        left: 55vw;
    }

    body#flow #report .txt3 {
        top: 4vw;
        left: 55vw;
    }

    body#flow #report .txt4 {
        top: 4vw;
        left: 55vw;
    }

    body#flow #report .txt5 {
        top: 4vw;
        left: 55vw;
    }

    body#flow #report .txt6 {
        top: 4vw;
        left: 55vw;
        font-size: calc(100vw * 16 / 1024);
    }

    body#flow #report .txt7 {
        top: 4vw;
        left: 55vw;
        font-size: calc(100vw * 16 / 1024);
    }

    body#flow #report .txt8 {
        top: 4vw;
        left: 55vw;
        font-size: calc(100vw * 16 / 1024);
    }

    body#flow #report .txt9 {
        top: 4vw;
        left: 55vw;
        font-size: calc(100vw * 16 / 1024);
    }

    body#flow #report .sub-tit {
        bottom: 10vw;
        left: 0;
    }

    body#flow #report .txt00 {
        top: 18vw;
        left: 6vw;
    }

    body#flow #report .txt01 {
        top: 40vw;
        left: 10vw;
    }

    body#flow .report0 .txt02 {
        bottom: 8vw;
        right: 15vw;
    }

    body#flow .report1 .hukidashi {
        top: 28vw;
        left: 41vw;
    }

    body#flow #report .txt1 {
        top: 4vw;
        left: 65vw;
        font-size: calc(100vw * 16 / 1024);
        
    }

    body#flow #report .txt2 {
        top: 4vw;
        left: 55vw;
        font-size: calc(100vw * 16 / 1024);
    }

    body#flow .report3 .hukidashi01 {
        top: 22vw;
        left: 20vw;
    }

    body#flow .report3 .hukidashi02 {
        top: 9vw;
        left: 39vw;
    }

    body#flow #report .txt3 {
        top: 4vw;
        left: 55vw;
        font-size: calc(100vw * 16 / 1024);
    }

    body#flow .report4 .hukidashi01 {
        top: 20vw;
        left: 39vw;
    }

    body#flow .report4 .hukidashi02 {
        top: 35vw;
        left: 33vw;
    }

    body#flow #report .txt4 {
        top: 4vw;
        left: 55vw;
        font-size: calc(100vw * 16 / 1024);
    }

    body#flow .report5 .hukidashi {
        top: 26vw;
        left: 35vw;
    }

    body#flow #report .sub-tit {
        bottom: 10vw;
        left: 0;
    }

    body#flow #report .txt5 {
        top: 4vw;
        left: 55vw;
        font-size: calc(100vw * 16 / 1024);
    }

    body#flow .report6 .hukidashi01 {
        top: 17vw;
        left: 25vw;
    }

    body#flow .report6 .hukidashi02 {
        top: 15vw;
        left: 44vw;
        
    }

    body#flow .report7 .hukidashi {
        top: 18vw;
        left: 28vw;
    }

    body#flow #report .point7 {
        top: 24vw;
        left: 60vw;
    }

    body#flow .report8 .hukidashi01 {
        bottom: 16vw;
        left: 22vw;
    }

    body#flow .report8 .hukidashi02 {
        top: 15vw;
        left: 43vw;
    }

    body#flow .report9 .hukidashi {
        top: 15vw;
        left: 43vw;
    }

    body#flow .report10 .hukidashi01 {
        top: 20vw;
        left: 41vw;
    }

    body#flow .report10 .hukidashi02 {
        top: 20vw;
        right: 14vw;
    }

    body#flow #report .txt10 {
        top: 47vw;
        left: 7vw;
        font-size: calc(100vw * 16 / 1024);
    }

    body#flow #report .point10 {
        top: 55vw;
        left: 60vw;
    }

    #key .box {
        opacity: 0;
    }

    body#intro #mutsuu .txtArea1 .item02 {
        top: 280px;
    }

    body#intro #mutsuu .txtArea1 .item03 {
        top: 320px;
    }

    body#intro #mutsuu .txtArea1 .item04 {
        top: 540px;
    }

    body#intro #mutsuu .txtArea1 .item05 {
        top: 760px;
    }

    body#intro #mutsuu .txtArea1 .item06 {
        top: 590px;
    }

    body#info #hour .txtArea .tbox .text {
        font-size: 18px;
    }

    .covid-title {
        font-size: 6vw;
    }

    .covid-title span {
        font-size: 6vw;
    }
}

@media (max-width: 780px) {
    body#intro #mutsuu .txtArea1 .item01 {
        width: 100%;
        top: calc(40 / 965 * 100vw);
    }

    body#intro #mutsuu .txtArea1 .item02 {
        top: calc(300 / 965 * 100vw);
    }

    body#intro #mutsuu .txtArea1 .item03 {
        top: calc(360 / 965 * 100vw);
    }

    body#intro #mutsuu .txtArea1 .item04 {
        top: calc(630 / 965 * 100vw);
    }

    body#intro #mutsuu .txtArea1 .item05 {
        top: calc(860 / 965 * 100vw);
    }

    body#intro #mutsuu .txtArea1 .item06 {
        top: calc(660 / 965 * 100vw);
    }

    body#intro #mutsuu .txtArea1 .item01 .tit {
        padding-top: 10px;
    }

    body#intro #mutsuu .txtArea1 .tit {
        font-size: 24px;
    }

    body#intro #mutsuu .txtArea1 .item06 .big {
        font-size: 18px;
    }

    body#school #area .txtArea {
        padding-right: 45%;
    }

    body#school #other .tbox .txt01,
    body#school #other_2 .tbox .txt01 {
        font-size: 18px;
    }

    body#school #other .tbox .txt02,
    body#school #other_2 .tbox .txt02 {
        font-size: 16px;
    }
}

@media (max-width: 599px) {

    header .logo {
        width: 72%;
    }

    #sec1 .tbox {
        width: 100%;
    }

    #index #sec1 #text_box {
        display: block;
        margin: 10px auto 20px auto;
    }

    #clean .wrap .tbox .txt02 {
        margin: 5px 0;
        font-size: 22px;
        line-height: 1.5;
    }

    #clean .wrap .tbox .txt01 {
        width: 90%;
        font-size: 12px;
    }

    #clean .wrap .tbox .txt03 {
        font-size: 10px;
        transform: scale(0.9);
        letter-spacing: -1px;
    }

    #index #sec1 .pbox .txt {
        width: 50px;
        height: 50px;
        font-size: 10px;
        line-height: 1.3;
    }

    #clean .wrap .pbox .pic {
        width: 100px;
        height: 100px;
        margin-left: -20px;
    }

    #clean .wrap .tbox {
        width: 60%;
    }

    #clean .wrap .pbox {
        width: 40%;
    }

    #key .key_ttl dt {
        font-size: 25px;
        line-height: 1.5;
        background: #fff;
    }

    #key .key_ttl dd {
        display: block;
        margin-top: 10px;
        font-size: 18px;
        line-height: 1.5;
        background: #fff;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    #key .box {
        display: none;
        float: none;
    }

    footer {
        padding-bottom: 85px;
    }

    footer .info dl dt {
        width: auto;
        display: block;
        float: none;
        color: #21a937;
        position: relative;
    }

    footer .info dl dd {
        display: block;
        float: none;
        font-weight: normal;
        color: #584628;
        width: 100%;
    }

    footer .info dl {
        display: block;
        text-align: center;
        border: none;
        padding: 11px 0 8px;
    }

    footer .info dl dt:before {
        content: "|";
        display: inline-block;
    }

    footer .info dl dt:after {
        content: "|";
        display: inline-block;
    }

    #sec1 h2 {
        font-size: 24px;
    }

    #sec2 ul li {
        width: 100%;
        height: auto;
        margin-top: 5%;
        padding: 10px 2% 30px;
        font-weight: 600;
        font-size: 120%;
        color: #474947;
        text-align: center;
    }

    body#intro #mutsuu .txtArea2 {
        max-width: 100%;
        height: auto;
        min-height: 320px;
        background-size: contain;
    }

    #key .page-tit {
        display: block;
    }

    body#intro #mutsuu .txt {
        color: #8b7b5a;
    }
    body#intro #mutsuu .txtArea1 .txt {
      font-size: 14px;
    }

    body#intro #mutsuu .txtArea1 {
        display: none;
    }

    body#intro #mutsuu .txtArea2 {
        display: none;
    }

    body#intro #mutsuu .txtArea3 {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    body#intro #mutsuu .txtArea4 {
        display: block;
    }

    body#intro #mutsuu .txtArea3 .item05 .txt {
        font-size: 3.4vw;
        top: calc(170 / 599 * 100vw);
        line-height: 1.5;
    }
    body#intro #mutsuu .txtArea3 .item05 .txt .color-01, body#intro #mutsuu .txtArea3 .item05 .txt .color-02 {
        font-size: 100%;
    }
    body#intro #mutsuu .txtArea3 .item05 .txt .color-03 {
        line-height: 1;
    }


    body#intro #mutsuu .txt3 {
        width: 100%;
        max-width: 100%;
        font-size: 22px;
        line-height: 1.5;
        text-align: center;
        top: 10%;
        left: 57%;
    }

    body#intro #mutsuu .txtArea4 .txt {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        font-size: 15px;
        position: static;
        margin-bottom: 40px;
        color: #584628;
        line-height: 2;
    }

    body#intro #mutsuu .txtArea4 .txt2 {
        max-width: 100%;
        position: static;
        line-height: 2.5;
        font-size: 11px;
    }

    body#intro #profile .pbox {
        display: none;
    }

    body#intro #message .sectionR {
        float: none;
        margin: auto;
        text-align: center;
    }
    body#intro #message .sectionL {
      font-size: 15px;
    }

    body#intro #profile {
        padding-top: 30px;
        padding-left: 0;
        margin-top: 30px;
    }

    body#intro #profile h5 {
        margin-bottom: 20px;
        padding-left: 0;
        font-weight: bold;
        font-size: 18px;
        color: #56832a;
        border: none;
        background: none;
        -webkit-transform: unset;
        transform: unset;
        position: static;
    }

    #contact .pbox {
        display: none;
    }

    #contact .tbox .tit {
        -webkit-transform: unset;
        transform: unset;
        position: static;
    }

    #contact .tbox .top .nayami-list {
        position: static;
    }

    #contact .tbox .top .tit {
        margin-bottom: 10px;
        padding-left: 0;
        font-weight: bold;
        font-size: 18px;
        color: #56832a;
        text-align: left;
        border: none;
        background: none;
        -webkit-transform: unset;
        transform: unset;
        position: static;
    }

    #contact .tbox .bottom {
        display: none;
    }

    #contact .tbox .top .nayami-list li {
        width: 100%;
        margin-bottom: 5px;
        padding: 10px;
        font-size: 15px;
    }

    body#school #jyutsu .txt {
        font-weight: normal;
        color: inherit;
    }

    body#school #area .txtArea {
        width: 100%;
        padding-right: 0;
    }

    body#school #area .txtArea {
        width: 100%;
        padding-right: 0;
        background: url(/upload/tenant_1/1731d2c9f5dada9f8fa3c9b08900b3b8.png) no-repeat left top;
        background-size: contain;
        padding: 0;
        text-align: left;
        height: 100%;
    }
    body#school #area h5 {
      text-indent: 0;
      position: relative;
      color: #1481e6;
      border-left: 7px solid #1481e6;
      padding-left: 13px;
      height: auto;
    }

    .btop-sp {
        padding-top: 20px;
        border-top: 1px solid rgba(162, 155, 102, 1);
    }

    .alltal>* {
        text-align: left;
    }

    body#school #naiyou .sectionL .txt {
        font-family: inherit;
        font-size: inherit;
        color: inherit;
        text-align: left;
        line-height: 2;
    }

    body#school #naiyou .sectionR {
        width: 100%;
    }

    body#school #guideline .sectionR {
        width: 80%;
        float: none;
        margin: auto;
    }

    body#school #guideline .sectionL {
        width: 100%;
        float: none;
    }

    body#school #other .pbox,
    body#school #other_2 .pbox {
        display: none;
    }

    body#school #other .tbox .txt01 {
        font-weight: bold;
        font-size: 16px;
        color: #1481e6;
        text-align: left;
    }

    body#school #other .tbox .txt02,
    body#school #other_2 .tbox .txt02 {
        font-family: inherit;
        font-size: inherit;
        color: inherit;
        text-align: left;
    }

    body#school #other .tbox .txt,
    body#school #other_2 .tbox .txt {
        text-align: left;
    }

    body#school #other .tbox .txt03,
    body#school #other_2 .tbox .txt03 {
        font-weight: bold;
        font-size: 16px;
        color: #1481e6;
        text-align: left;
        font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }

    body#school #other_2 .tbox .txt01 {
        font-weight: bold;
        font-size: inherit;
        color: #1481e6;
        text-align: left;
    }

    body#school #other .tbox,
    body#school #other_2 .tbox {
        padding: 0;
    }

    #side {
        display: none;
    }

    body#voice .sectionL {
        width: 100%;
        float: none;
        display: none;
    }

    body#voice .voice .tbox {
        padding-top: 15px;
    }

    body#voice .voice .tbox * {
        line-height: 1.3;
    }

    body#voice .sectionR {
        display: none;
    }
    #voice #key .pic img {
      -o-object-position: 90% 50%;
      object-position: 90% 50%;
    }

    .accordion_dl {
        display: block;
    }

    body#voice .voice .accordion_dl .ic_voice {
        width: 96%;
        display: block;
        margin: 0 auto;
        padding: 0.4em 0.9em;
        font-size: 0.9em;
        color: #fff;
        letter-spacing: 1.5px;
        border-radius: 8px;
        background: #f5629f;
        cursor: pointer;
        position: relative;
    }
    body#voice .voice .accordion_dl .ic_voice:before {
        content: ">>";
        margin-right: 5px;
    }

    body#voice .voice .accordion_dl dd {
        margin-top: 20px;
        padding: 5px;
        border-top: 5px solid #e0c898;
        background: #fefefe;
    }

    body#voice #contact {
        width: 100%;
        height: auto;
        background: none;
    }

    body#voice #nayami .txtArea {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
        background: none;
    }

    body#voice #nayami .txtL {
        width: 100%;
        padding: 20px 0;
        background: #e4d4af;
    }

    body#voice #nayami .txtR {
        width: 100%;
        margin-top: 30px;
        padding: 20px 0;
        background: #e4d4af;
    }
    body#voice #nayami .txt {
    width: 90%;
    margin: auto;
    }
    

    body#info #price .priceArea {
        width: 100%;
    }

    body#info #price .priceL {
        width: 100%;
        height: auto;
        display: block;
        padding: 5px;
        line-height: 1.5;
        text-align: left;
        border-radius: 0;
    }

    body#info #price .priceR {
        width: 100%;
        margin-top: 10px;
    }

    body#info #access .sectionL {
        width: 100%;
    }

    #step .stepArea .pbox {
        display: none;
    }

    #step .step1 {
        width: 100%;
        text-align: left;
        position: static;
    }

    #step .step2 {
        width: 100%;
        text-align: left;
        position: static;
    }

    #step .step3 {
        width: 100%;
        text-align: left;
        position: static;
    }

    #step .step4 {
        width: 100%;
        text-align: left;
        position: static;
    }

    #step .step5 {
        width: 100%;
        text-align: left;
        position: static;
    }

    #step .step6 {
        width: 100%;
        text-align: left;
        position: static;
    }

    #step .step7 {
        width: 100%;
        text-align: left;
        position: static;
    }

    #step h5, .dc-h3 {
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.5;
    }

    #step .stepArea .pbox02 {
        display: none;
    }

    #step .stepArea .tbox p {
        padding: 5px;
        font-size: 15px;
        line-height: 1.5;
        background: #fff;
    }

    #step h5 .ic_noflow, .dc-h3 .ic_noflow {
        display: inline-block;
        margin-right: 15px;
        padding: 0.4em 0.6em;
        font-size: 0.9em;
        color: #fff;
        border-radius: 8px;
        background: #f5629f;
    }

    body#flow #report {
        display: none;
    }

    #report-sp {
        display: block;
    }


    .sectionInner {
        width: 100%;
    }

    body#school #naiyou .sectionL {
        width: 100%;
    }

    .textbox .text {
        margin-left: 0;
    }

    body#info #price .txtArea_2 .tbox .tit {
        margin: 0 0 15px;
        font-weight: bold;
        font-size: 16px;
        color: #3d720c;
        line-height: 1.3;
        text-align: left;
    }

    body#info #price .txtArea_2 .pbox {
        display: none;
    }

    body#info #price .txtArea_2 .tbox {
        position: static;
    }

    body#info #price .txt1_2 {
        display: none;
    }
    body#info #price .txt2_2 span {
      font-size: 14px;
    }

    body#info #price .txt2_2 {
        width: 100%;
        position: static;
        font-size: 14px;
        line-height: 2;
    }

    body#info #price .txtArea .pbox {
        display: none;
    }

    body#info #price .txtArea .tbox {
        position: static;
    }

    body#info #price .txtArea .tbox .tit {
        margin: 0 0 15px;
        font-weight: bold;
        font-size: 16px;
        color: #3d720c;
        line-height: 1.3;
        text-align: left;
    }

    body#info #price .txtArea .tbox .tit span {
        font-weight: bold;
        font-size: 18px;
        color: #3d720c;
    }

    body#info #price .txtArea .tbox .text {
        text-align: left;
        position: static;
        color: #C30;
        margin-bottom: 10px;
    }

    body#info #price .txt1 {
        display: none;
    }

    body#info #price .txt2 {
        position: static;
        font-size: 14px;
        width: 100%;
        line-height: 2;
    }

    #sec2 .list_1 li {
        float: none;
        background-size: 100% 100%;
    }

    #sec2 .list_1 li:nth-child(odd) {
        width: 95%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 2% 30px;
        background-size: 100% 100%;
    }

    #sec2 .list_1 li:nth-child(even) {
        width: 95%;
/*         display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; */
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 2% 30px;
        font-size: 120%;
        background-size: 100% 100%;
    }

    #sec2 .list_2 li:nth-child(even) {
        width: 95%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 2% 20px;
        font-size: 120%;
        background-size: 100% 100%;
    }

    #sec2 .list_2 li:nth-child(odd) {
        width: 95%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 2% 20px;
        background-size: 100% 100%;
    }

    .shinryou {
        display: none;
    }

    section.eigyou {
        display: block;
    }

    #sec4 .img01 {
        width: 100%;
    }

    #sec4 .tbox {
        width: 100%;
    }

    #sec5 .block .feed {
        width: 100%;
    }
    .t-table {
        table-layout: fixed;
        width: 100%;
        box-sizing: border-box;
        display: table;
    }
    .t-table tr {
      display: table-row;
    }

    .t-table th {
        padding: 0px 6px;
    }
    .t-table th, .t-table td {
        font-size: 15px;
        padding: 3px 0;
    }
    .t-table th:nth-child(1) {
        width: 35%;
    }
    .u-p5-10 {
        padding: 3px 9px;
    }

    body#info #park .txt {
        width: 100%;
    }

    body#info #park img {
        width: 100%;
    }

    body#info #access .sectionR {
        width: 100%;
    }
    .covid-title {
        letter-spacing: 2px;
        font-size: 7vw;
        margin-top: 30%!important;
        margin-bottom: 25%!important;
    }
    
    .covid-title span {
        font-size: 7vw;
        margin: 10px 0;
    }


    /* footer */
    footer:before {
        height: 110px;
    }
}

@media (max-width:389px) {
    body#intro #mutsuu .txtArea3 .item05 .txt {
        width: 100%;
        line-height: 1;
        top:115px;
        left: 60px;
    }

    body#intro #mutsuu .txtArea3 .item01 {
        top: 10px;
    }
}

#openning.none {
    opacity: 0;
    z-index: -1;
}

[data-element-id] #openning {
    opacity: 2;
    z-index: 34;
}

[data-element-id] #openning {
    width: 35%;
    height: 60%;
    opacity: 2;
    position: absolute;
    z-index: 34;
}

[data-element-id]#index {
    margin-top: 570px;
}

body#intro [data-element-id]#mutsuu .txtArea3 {
    max-width: 400px;
    display: block;
    margin: 20px 0;
    border: 2px solid green;
    position: relative;
}

body#intro [data-element-id]#mutsuu .txtArea3:before {
    content: "モバイル";
    display: block;
    color: #fff;
    background: green;
}

body#intro [data-element-id]#mutsuu .txtArea3 * {
    color: #584628;
}

body#intro [data-element-id]#mutsuu .txtArea4 {
    display: block;
    margin: 20px 0;
    padding-bottom: 30px;
    border: 2px solid green;
    position: relative;
}

body#intro [data-element-id]#mutsuu .txtArea4:before {
    content: "モバイル";
    display: block;
    color: #fff;
    background: green;
}

body#intro [data-element-id]#mutsuu .txtArea4 * {
    color: #584628;
}

body#intro [data-element-id]#mutsuu .txtArea4 .txt {
    position: static;
}

body#intro [data-element-id]#mutsuu .txtArea4 .txt2 {
    position: static;
}

.c-btn {
    padding: 30px 0 10px;
    text-align: center;
}



.c-btn-anchor {
    display: inline-block;
    padding: 15px 40px;
    font-weight: bold;
    font-size: 14px;
    color: #21a937 !important;
    text-decoration: none;
    border: solid 1px #21a937;
    background: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
}

.c-btn-anchor:hover {
    color: #85e995 !important;
    text-decoration: none;
    border-color: #85e995 !important;
}

.c-btn-anchor.tell-tb {
    display: none;
}

.c-btn-anchor.tell-tb.mini {
    display: none;
}


.c-table td .tel a {
    position: relative;
}

.c-table td .tel a:before {
    content: "\f095";
    display: inline-block;
    margin-right: 5px;
    font-family: fontawesome;
}

@media (max-width:1024px) {
  .c-btn-anchor.tell-tb {
      display: inline-block;
  }
  .c-btn-anchor.tell-tb.mini {
     display: inline-block;
  }
}

body#info #access .tel {
    position: relative;
}

body#info #access .tel:before {
    content: "\f095";
    display: inline-block;
    margin-right: 5px;
    font-family: fontawesome;
}


#price .textbox .txt {
    font-weight: bold;
/*     color: #5f4f11; */
}

#pagetop {
    visibility: hidden;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease,
    visibility 0.3s ease;
    -moz-transition: opacity 0.3s ease,
    visibility 0.3s ease;
    transition: opacity 0.3s ease,
    visibility 0.3s ease;
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 999;
}

#pagetop.visible {
    visibility: visible;
    opacity: 1;
}

#pagetop.in-scroll {
    cursor: not-allowed;
}

#pagetop>* {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#pagetop>*:hover {
    opacity: 0.8;
    cursor: pointer;
}

@media (max-width:599px) {
    #pagetop {
        bottom: 70px;
    }
}

.voice-wrap {
    display: none;
}

[data-element-id].voice-wrap {
    display: block;
    border: 2px solid green;
    position: relative;
}

[data-element-id].voice-wrap:before {
    content: "モバイル";
    display: block;
    background: green;
    color: #fff;
}


.balloon {
    width: 100%;
    min-height: 100px;
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #666;
    text-align: left;
    border: 3px solid #ebdc87;
    border-radius: 15px;
    background: #fffce9;
    position: relative;
    color: #459500;
    text-align: center;
    line-height: 1.3;
}

.balloon:after,
.balloon:before {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
}

.balloon:after {
    margin-left: -11px;
    border-color: rgba(255, 252, 233, 0);
    border-top-width: 43px;
    border-top-color: #fffce9;
    border-bottom-width: 36px;
    border-left-width: 11px;
    border-right-width: 11px;
}

.balloon:before {
    margin-top: 0;
    margin-left: -16px;
    border-color: rgba(235, 220, 135, 0);
    border-top-width: 52px;
    border-top-color: #ebdc87;
    border-bottom-width: 52px;
    border-left-width: 16px;
    border-right-width: 16px;
}

.balloon-img {
    text-align: center;
}


body#voice .balloon .txt02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.3;
    font-size: 14px;
}

body#voice .balloon .txt01 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
}

body#voice .balloon .txt01 span {
    display: block;
    font-size: 22px;
    line-height: 1.3;
}

body#voice .balloon .txt02 .name {
    margin: 0 5px;
    line-height: 1.2;
    font-size: 18px;
}

body#voice .balloon .txt02 .name .font-b {
    font-size: 110%;
    line-height: 1;
}
body#voice .balloon .txt02 .sp-block {
    display: block;
    width: 100%;
}

@media (max-width:599px) {
  .voice-wrap {
    display: block;
  }


}

/* column */
.l-txt {
    color: #006793;
}
.l-container p {
    margin: 0;
    padding: 0 0 1em;
    line-height: 1.8rem;
}

.l-container .m-box-h {
    padding: 0.7em 1em 0.7em 2em;
}
.l-container .box-title {
    padding: 0.5em;
}

.l-container li {
  line-height: 1.8rem;
}
.l-container .box-p2 {
    margin-bottom: 0.5em;
    color: #ed8c3c;
    font-weight: bold;
    font-size: 110%;
}

.c-btn-anchor {
    background: #fff;
    border: solid 1px #21a937;
    box-sizing: border-box;
    color: #21a937 !important;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0.25em;
    padding: 15px;
    position: relative;
    text-decoration: none;
    transition: 0.4s;
    max-width: 450px;
    width: 100%;
    line-height: 2;
}
.c-btn-anchor.mini {
    background: #fff;
    border: solid 1px #21a937;
    color: #21a937 !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 40px;
    position: relative;
    text-decoration: none;
    transition: 0.4s;
    width: 300px;
    margin: 0 10px;
}
.c-btn-anchor.mini:hover {
    color: #85e995 !important;
    text-decoration: none;
    border-color: #85e995 !important;
}



@media (max-width: 640px) {
  .c-btn-anchor.mini {
      padding: 15px 0px;
      max-width: 400px;
      width: 95%;
      margin: 0.25em;
  }
}




/* blog */
  .entry-content .cl-wrap .tit {
    color: inherit;
}

.c-endblock h4 {
    color: #21a937;
}


/* school */
#lead p {
    line-height: 1.8rem;
}

@media (max-width:599px) {
  #lead p {
    line-height: 2;
  }
}

#naiyou p {
    line-height: 1.8rem;
}

@media (max-width:599px) {
  #naiyou p {
    line-height: 2;
  }
}



[data-element-id] #sec2 .btn_01 {
    display: block;
    height: auto;
    background: url(http://153.121.58.159/import/tenant_1/www.g-chiro.jp/img/index/sec2_btn_01.png) no-repeat center bottom 0px;
    ; }

[data-element-id] #sec2 .btn_01 a {
    display: block;
}

[data-element-id] #sec3 .box-2 {
    height: 693px;
}

[data-element-id] #sec3 .box .btn_arrow.up-d-none:after {
    content: "モバイル用";
    display: block;
    background: green;
    color: #fff;
}

[data-element-id] #sec3 .box-2 .btn_arrow {
    padding: 0;
}

@media only screen and (max-width: 599px){
  .tai-c{
    text-align: center !important;
    display: block !important;
 }
}

.r{
  display: inline-block;
}

@media only screen and (max-width: 599px){
  .r{
  display: block;
}
}

#key .page-tit{
 display: block !important; 
}

/* 0727 追記 */

@media only screen and (max-width: 599px){
  .sp-mb2em{
    margin-bottom: 2em !important;
  }
  
  .sp-visible{
    display: block !important;
  }
}

/* 0728 追記 */

@media only screen and (max-width: 599px){
  .w-nowrap{
        white-space: nowrap;
  }
}

.map-icon{
  display: none;
}

[data-element-id].map-icon {
    display: block;
    width: 45px;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
.map-icon{
  display: block;
}

header .map-icon {
    width: 35px;
    position: absolute;
    right: 130px;
    top: 15px;
    height: 45px;
}

header .map-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -5px;
    bottom: 0;
    border-right: 1px solid #21a937;
}

header .map-icon img{
  position: absolute;
    top: 5px;
    left: -10px;
}
}

/* news追加 */

.news-area{
    background: #fff;
    margin: auto;
    padding: 15px 0px;
}

.news-txt{
    font-size: 16px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.fw-txt{
  font-weight: bold;
}

.news-txt .fw-txt{
  font-size: 16px;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .tab-r{
    display: block;
  }
  
  .news-txt {
    font-size: 14px;
    width: 100%;
    max-width: 700px;
    margin: auto;
    text-align: center;
}
}

@media only screen and (max-width: 599px){
  .news-txt {
    font-size: 14px;
    width: 100%;
    max-width: 350px;
    margin: auto;
    text-align: center;
}

.sp-none{
  display: none;
}

.footer_kotei .mail a img {
    display: block;
    margin: 0 auto;
    width: 40px;
}

.footer_kotei .mail {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
    background: #21a937;
}
}
b {
  font-weight: bold;
}
