<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&amp;display=swap");

.noto-sans {
    font-family: "Noto Sans JP", sans-serif;
}

.zenkaku {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

html {
    font-family: "Sawarabi Gothic", sans-serif;
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 14px;
    }
}


/* ----------「共通デザイン」 -----------*/
/* 背景色 */
.bgc01 {
    background-color: #10458e;
}

.bgc02 {
    background-color: #62c5d9;
}

.bgc03 {
    background-color: #ebf3ff;
}

.bgc04 {
    background-color: #d4d4d4;
}

.bgc05 {
    background-color: #eaecec;
}

/* テキスト色 */
.txtc01 {
    color: #10458e;
}

.txtc02 {
    color: #62c5d9;
}

.txtc03 {
    color: #ebf3ff;
}

.txtc04 {
    color: #d4d4d4;
}

/* ボックス */
.blue-box {
    padding: 50px;
    border-radius: 1em;
    background-color: #ebf3ff;
}

@media(max-width:599px) {
    .blue-box {
        height: auto;
        padding: 30px;
    }
}

.notebox {
    padding: 60px 30px;
    background-color: #fff;
    position: relative;
}

@media(max-width:1024px) {
    .notebox {
        padding: 40px 20px;
    }
}


/* ボタン */
.btn a {
    width: 100%;
    height: 100%;
    display: block;
}

.btn01 a {
    width: 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;
    padding: 10px;
    font-weight: 700;
    color: #10458e;
    border: solid 2px;
}

.btn01.access a::before {
    content: "\f3c5";
    margin-right: 0.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.btn01.news a::before {
    content: "\f304";
    margin-right: 0.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.btn02 {
    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-top: 50px;
}

.btn02 a,
.btn02 button {
    width: 250px;
    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: 20px;
    color: #fff;
    border: none;
    background-color: #10458e;
}

.btn02 a::after,
.btn02 button::after {
    content: "\f054";
    margin-left: 0.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.btn02.center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn02.mt20 {
    margin-top: 20px;
}

.btn02.back a::before,
.btn02.back button::before {
    content: "\f053";
    margin-right: 0.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.btn02.back a::after,
.btn02.back button::after {
    content: none;
}

@media(max-width:599px) {
    .btn02.center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .contact .btn02 a,
    .contact .btn02 button {
        width: 150px;
    }
}


/* タイトル */
.title01 .sub {
    font-weight: 700;
    color: #10458e;
}

.title01 .main {
    font-size: 30px;
}

.tel a::before {
    content: "\f2a0";
    margin-right: 0.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.tel.pattern02 a::before {
    content: "\f095";
    margin-right: 0.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

@media (max-width: 1024px) {
    .title01 .main {
        font-size: 26px;
    }
}

@media (max-width: 599px) {
    .title01 .main {
        font-size: 24px;
    }
}

.title02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-bottom: 50px;
    font-weight: 500;
}

.title02 .main {
    font-size: 30px;
}

.title02 .sub {
    font-size: 14px;
}

.title02 .border {
    width: 40px;
    height: 2px;
}

@media (max-width: 1024px) {
    .title02 .main {
        font-size: 26px;
    }
}

@media (max-width: 599px) {
    .title02 .main {
        font-size: 24px;
    }
}

.title03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
}

.title03 .main {
    margin-bottom: 10px;
    font-size: 48px;
    color: #10458e;
    line-height: 1;
}

.title03 .sub {
    font-size: 24px;
}

.title03 .sub::before {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 0.5em;
    line-height: 1em;
    background-color: #10458e;
}

.title03.name .main {
    font-size: 28px;
}

.title03.mizuiro .main {
    color: #62c5d9;
}

.title03.mizuiro .sub::before {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 0.5em;
    line-height: 1em;
    background-color: #62c5d9;
}

@media(max-width:599px){
  .title03 .main {
    font-size: 28px;
}

  .title03 .sub {
    font-size: 16px;
}

  .title03.name .main {
    font-size: 22px;
}

  .title03.name .sub {
    font-size: 14px;
}
}

.title04 {
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 24px;
    border-left: 10px solid #10458e;
}

.title04.mizuiro {
    border-left: 10px solid #62c5d9;
}

@media(max-width:599px) {
    .title04 {
        font-size: 18px;
    }
}

.title05 {
    margin-bottom: 50px;
    font-size: 28px;
    text-align: center;
}

@media(max-width:1024px) {
    .title05 {
        font-size: 24px;
    }
}

@media(max-width:599px) {
    .title05 {
        font-size: 22px;
    }
}

.title06 {
    margin-bottom: 50px;
    padding-bottom: 0.5em;
    padding-left: 2em;
    font-size: 28px;
    line-height: 1.5em;
    border-bottom: 2px dotted #cacaca;
    position: relative;
}

.title06::before {
    content: "\f06a";
    display: inline-block;
    overflow: hidden;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.5em;
    color: #62c5d9;
    line-height: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.title06.pattern02::before {
    content: "\e3b2";
    border-radius: unset;
}

@media(max-width:1024px) {
    .title06 {
        font-size: 24px;
    }
}

@media(max-width:599px) {
    .title06 {
        font-size: 22px;
    }
}

/* list-news */
.list-news .item {
    border-bottom: 2px dashed #ddd;
}

.list-news .item a {
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 20px;
}

.lower .list-news {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:599px) {
    .lower .list-news {
        width: 100%;
    }
}

/* list-news02 */
.list-news02 .item {
    -webkit-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #ccc;
}

.list-news02 .item+.item {
    margin-top: 30px;
}

.list-news02 .item .category span {
    margin: 2px;
    font-size: 14px;
    color: #10458e;
    display: inline-block;
}

.list-news02 .item .title {
    font-weight: bold;
    margin-bottom: 1.5em;
}

.list-news02 .item .more {
    position: absolute;
    bottom: 0;
    right: 0;
}

.list-news02 .item .more::after {
    content: "\f105";
    margin-left: 0.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* list-symptom */
.list-symptom li {
    margin-top: 100px;
}

.list-symptom .list-inner {
    height: 100%;
    position: relative;
}

.list-symptom .img-wrap {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: -100px;
    left: 50%;
}

.list-symptom .title {
    margin-bottom: 1em;
    color: #10458e;
    text-align: center;
    font-size: 18px;
}

.list-symptom .list-inner-in {
    height: 100%;
    padding: 100px 1em 1em 1em;
    background-color: #ebf3ff;
}

@media(max-width:599px) {
    .list-symptom .title {
        margin-top: 0;
        font-size: 16px;
    }
}


/* list-feature */
.list-feature .img-box {
    position: relative;
}

.list-feature .num-box {
    padding: 10px;
    color: #fff;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.list-feature .num-box&gt;* {
    position: relative;
    z-index: 5;
}

.list-feature .num-label {
    font-size: 14px;
}

.list-feature .num-text {
    font-size: 40px;
    line-height: 1;
}

.list-feature .num-bg {
    width: 160px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;

    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.list-feature .icon {
    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;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.list-feature .icon .icon-in {
    max-width: 60px;
    max-height: 60px;
}

.list-feature .title {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}

.list-feature .text {
    line-height: 2;
}

@media (max-width: 599px) {
    .list-feature .title {
        font-size: 22px;
    }
}

/* list-menu */
.list-menu .img-wrap {
    margin-bottom: 5px;
}

.list-menu .title {
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}

@media(max-width:1024px) {
    .list-menu .title {
        font-size: 14px;
    }
}

/* list-faq */
.list-faq .item {
    margin-bottom: 30px;
}

.list-faq .faq-q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    -webkit-box-shadow: 0 2px 4px #ccc;
    box-shadow: 0 2px 4px #ccc;
}

.list-faq .faq-q .label {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-color: #62c5d9;
}

.list-faq .title {
    width: 100%;
}

.list-faq .faq-q .arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
}

.list-faq .faq-wrap .faq-q .arrow::before {
    content: "\f107";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.list-faq .faq-wrap.action .faq-q .arrow::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.list-faq .faq-a {
    padding: 30px;
    background-color: #ebf3ff;
}

/* list-blog */
.list-blog .date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px auto;
    padding: 5px 10px;
    color: #fff;
    background-color: #62c5d9;
}

.list-blog .title {
    text-align: center;
}

/* list-blog02 */
.list-blog02 .list-inner{
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.list-blog02 .category {
    margin-bottom: 10px;
}

.list-blog02 .category span {
    margin: 2px;
    font-size: 14px;
    color: #10458e;
}

.list-blog02 .title {
    margin-bottom: 20px;
}

.list-blog02 .more {
    padding: 0.25em 1em;
    color: #fff;
    text-align: center;
    background-color: #10458e;
}

.list-blog02 .more::after {
    content: "\f105";
    margin-left: 0.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}


/* list-banner */
.list-banner .item {
    position: relative;
    z-index: 0;
}

.list-banner .item img {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

.list-banner .item .title {
    font-size: clamp(1.375rem, 1.0909rem + 1.2121vw, 2rem);
    color: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

@media(max-width:599px) {

.list-banner .item {
    margin: 1px 2px;
}

.list-banner .item+.item {
    margin-top: 0;
}
    
}

/* list-check */

.list-check li {
    margin-bottom: 30px;
    padding-left: 2em;
    position: relative;
}

.list-check li:last-child {
    margin-bottom: 0;
}

.list-check li::before {
    content: "\f14a";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.5em;
    color: #10458e;
    line-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.list-check.mizuiro li::before {
    color: #62c5d9;
}

/* list-check02 */
.list-check02 {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-check02 li {
    margin-bottom: 30px;
    padding-bottom: 0.5em;
    padding-left: 2em;
    border-bottom: 2px dotted #cacaca;
    position: relative;
    width: 48%;
}

.list-check02 li::before {
    content: "\f00c";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.5em;
    color: #10458e;
    line-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.list-check02.pattern02 {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
}

@media(max-width:599px) {
    .list-check02 {
        width: 100%;
    }
}

/* list-check03 */
.list-check03 {
    padding: 50px;
}

.list-check03 li {
    padding-bottom: 0.5em;
    padding-left: 2em;
    border-bottom: 1px solid #cacaca;
    position: relative;
}

.list-check03 li::before {
    content: "\f0da";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.5em;
    color: #10458e;
    line-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.list-check03 li + li{
    margin-top: 30px;
}

.ippannaika .list-check03 li:first-child {
    padding-left: 1.5em;
    border-bottom: none;
}

.ippannaika .list-check03 li:first-child::before {
    content: "";
    width: 5px;
    height: 1em;
    background-color: #10458e;
}

.syoukakinaika .list-check03{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.syoukakinaika .list-check03 li{
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.jyunkankinaika .list-check03{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; 
}

@media(max-width:1024px) {
    .syoukakinaika .list-check03{
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
    }
    
}

@media(max-width:599px) {
    .list-check03 {
        padding: 35px;
    }

    .syoukakinaika .list-check03{
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
    }
    
    .jyunkankinaika .list-check03{
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
    }
    
}

.link-banner .item {
    padding: 1em;
    border: 1px solid #10458e;
    border-radius: 10px;
}

.link-banner .img-wrap {
    width: 100px;
    height: 100px;
    margin-right: 1em;
}

.link-banner .title {
    color: #10458e;
}

.link-banner .arrow::before {
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #10458e;
    line-height: 100%;
}

.list-others .list-inner {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.list-others .img-wrap {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

.list-others .title-wrap {
    font-size: 20px;
    color: #fff;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    position: absolute;
    top: 1em;
    left: 1em;
}

.list-others .title-wrap .sub {
    padding-top: 0.5em;
    font-size: 70%;
}

@media(max-width:599px){
  .list-others .title-wrap {
    left: 3em;
    font-size: 24px;
}
}

.list-flow li {
    padding: 50px;
    border: 5px solid #cacaca;
    position: relative;
}

.list-flow li+li {
    margin-top: 150px;
}

.list-flow li:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 36px;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    position: absolute;
    bottom: -85px;
    left: 50%;
}

.list-flow li:last-child:after {
    content: none;
}

.list-flow .img-wrap {
    position: relative;
}

.list-flow .num {
    width: 80px;
    height: 80px;
    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;
    color: #fff;
    border-radius: 100%;
    background-color: #62c5d9;
    position: absolute;
    top: -15px;
    left: -15px;
}

.list-flow .num span {
    display: block;
    font-size: 1.5em;
}

@media(max-width:599px) {
    .list-flow li {
        padding: 35px;
    }

    .list-flow li+li {
        margin-top: 75px;
    }

    .list-flow li:after {
        bottom: -45px;
    }
}

.list-syoshin .item{
     border-bottom: 2px dotted #cacaca;
     padding-bottom: 1em;
}




/* left right */
@media only screen and (max-width: 1024px) {
    .tb&gt;[class^="left-cmn"] {
        width: 100%;
    }

    .tb&gt;[class^="right-cmn"] {
        width: 100%;
    }

    .tb&gt;.right-cmn01 {
        margin-top: 10px;
    }

    .tb&gt;.right-cmn02 {
        margin-top: 15px;
    }

    .tb&gt;.right-cmn03 {
        margin-top: 20px;
    }

    .tb&gt;.right-cmn {
        margin-top: 25px;
    }
}

@media only screen and (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;
    }
}

/* 偶数と奇数番目で左右反転No.2 */
.up-fxd-even02&gt;*:nth-child(even)&gt;.up-d-flex,
.up-fxd-odd02&gt;*:nth-child(odd)&gt;.up-d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* calc */
.up-fxd-even&gt;*:nth-child(odd) .calc1000,
.up-fxd-even&gt;*:nth-child(even) ._calc1000 {
    padding-left: calc(50vw - 500px);
}

.up-fxd-even&gt;*:nth-child(even) .calc1000,
.up-fxd-even&gt;*:nth-child(odd) ._calc1000 {
    padding-right: calc(50vw - 500px);
}

.up-fxd-even&gt;*:nth-child(odd) .calc1200,
.up-fxd-even&gt;*:nth-child(even) ._calc1200 {
    padding-left: calc(50vw - 600px);
}

.up-fxd-even&gt;*:nth-child(even) .calc1200,
.up-fxd-even&gt;*:nth-child(odd) ._calc1200 {
    padding-right: calc(50vw - 600px);
}

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

    .up-fxd-even&gt;*:nth-child(odd) .calc1200,
    .up-fxd-even&gt;*:nth-child(even) ._calc1200 {
        padding-left: 2vw;
    }

    .up-fxd-even&gt;*:nth-child(even) .calc1200,
    .up-fxd-even&gt;*:nth-child(odd) ._calc1200 {
        padding-right: 2vw;
    }
}

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

    .up-fxd-even&gt;*:nth-child(odd) .calc1000,
    .up-fxd-even&gt;*:nth-child(even) ._calc1000 {
        padding-left: 2vw;
    }

    .up-fxd-even&gt;*:nth-child(even) .calc1000,
    .up-fxd-even&gt;*:nth-child(odd) ._calc1000 {
        padding-right: 2vw;
    }
}

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

    .up-fxd-even&gt;*:nth-child(odd) .calc1000,
    .up-fxd-even&gt;*:nth-child(even) ._calc1000,
    .up-fxd-even&gt;*:nth-child(odd) .calc1200,
    .up-fxd-even&gt;*:nth-child(even) ._calc1200 {
        padding-left: 0;
    }

    .up-fxd-even&gt;*:nth-child(even) .calc1000,
    .up-fxd-even&gt;*:nth-child(odd) ._calc1000,
    .up-fxd-even&gt;*:nth-child(even) .calc1200,
    .up-fxd-even&gt;*:nth-child(odd) ._calc1200 {
        padding-right: 0;
    }
}

/* left-calc, right-calc */
.left-calc01 {
    padding-left: calc(50vw - 500px);
}

.right-calc01 {
    padding-right: calc(50vw - 500px);
}

.left-calc02 {
    padding-left: calc(50vw - 600px);
}

.right-calc02 {
    padding-right: calc(50vw - 600px);
}

@media only screen and (max-width: 1200px) {
    .left-calc02 {
        padding-left: 2vw;
    }

    .right-calc02 {
        padding-right: 2vw;
    }
}

@media only screen and (max-width: 1024px) {
    .left-calc01 {
        padding-left: 2vw;
    }

    .right-calc01 {
        padding-right: 2vw;
    }
}

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

    .left-calc01,
    .left-calc02 {
        padding-left: 0;
    }

    .right-calc01,
    .right-calc02 {
        padding-right: 0;
    }
}

/* ----------「共通部分」---------- */
/* gnav */
.gnav .bottom-fixed {
    display: none;
}

@media(max-width:1024px) {
    .gnav .bottom-fixed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 0;
        left: auto;
        right: auto;
        z-index: 999;
    }
}

.gnav .bottom-fixed-contact,
.gnav .bottom-fixed-tel,
.gnav .bottom-fixed-access {
    color: #fff;
}

.gnav .bottom-fixed-contact a,
.gnav .bottom-fixed-access a {
    width: 100%;
    height: 100%;
    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;
    padding: 10px;
    background-color: #10458e;
}

.gnav .bottom-fixed-tel a {
    width: 100%;
    height: 100%;
    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;
    padding: 10px;
    background-color: #62c5d9;
}

.gnav .bottom-fixed-contact a::before {
    content: "\f0e0";
    margin-right: 0.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.gnav .bottom-fixed-access a::before {
    content: "\f3c5";
    margin-right: 0.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

@media(max-width:599px) {

    .gnav .bottom-fixed-contact a,
    .gnav .bottom-fixed-access a {
        padding: 10px 5px;
        font-size: 12px;
    }

    .gnav .bottom-fixed-tel a {
        padding: 10 5px;
        font-size: 11px;
    }
}


.gnav .toggle {
    width: 50px;
    height: 50px;
    display: block;
    background-color: #62c5d9;
    cursor: pointer;
    position: relative;
}

.gnav .toggle .bar {
    border-style: inherit;
}

.gnav .bar {
    width: 28px;
    height: 2px;
    display: block;
    margin: auto;
    padding: 0;
    text-indent: 9999px;
    background: #fff;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
}

.gnav .bar:before,
.gnav .bar:after {
    content: "";
    width: 28px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: -10px;
    left: 0;
}

.gnav .bar:after {
    top: 10px;
}

.gnav .gnavinn:last-child {
    margin-right: 2.5em;
}

.gnav .gnavinn .g-item {
    margin-left: 2.5em;
    font-size: 14px;
}

.gnav .gnavinn .g-item:hover{
    cursor: pointer;
}

.gnav.action .toggle .bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.gnav.action .toggle .bar:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    top: -1px;
}

.gnav.action .toggle .bar:after {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .gnav .toggle {
        display: block;
        text-indent: 999px;
    }

    .gnav .gnavinn:last-child {
        margin-right: 0;
    }
}

/* gnav アコーディオン */
.g-item&gt;a,
.g-item&gt;span {
    display: block;
    padding: 0;
    font-weight: 500;
    text-align: center;
}

.pull-box {
    position: relative;
}

.accordionbox {
    width: 200px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    z-index: 10;
}

.accordionbox ul {
    background-color: #fff;
}

.accordionbox li {
    text-align: center;
    border-bottom: 1px solid #000;
}

.accordionbox a {
    display: block;
    padding: 10px;
}

.accordionbox a:hover {
    background-color: #ebf3ff;
}

.g-item.pull:hover .accordionbox {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.acc-content-mobile{
  position: relative;
}

nav.fixed {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

nav.fixed .header-contact a,
nav.fixed .header-download a {
    height: 70px;
}



@media only screen and (max-width: 1024px) {
    .overlay:after {
        content: "";
        width: 100%;
        height: 100vh;
        background: #000;
        opacity: 0.3;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 150;
    }

    .gnavinn {
        width: 90%;
        max-width: 400px;
        height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 1em;
        padding-bottom: 2em;
        border: none;
        background: white;
        background-color: #fff;
        opacity: 1;
        -webkit-transition: height ease 0.1s, opacity ease 0.4s;
        -webkit-transition: 0.4s ease;
        transition: height ease 0.1s, opacity ease 0.4s;
        transition: 0.4s ease;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 250;
    }

    .gnavinn .sp-logo {
        max-width: 250px;
        margin: 0 auto;
    }

    .g-list {
        padding-bottom: 100px;
    }

    .gnav.action .gnavinn {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    /* ハンバーガーメニュー内 */
    .g-item a,
    .g-item span {
        padding: 10px 15px;
        text-align: left;
        position: relative;
    }
    
    .g-item-btn {
        display: block;
    }

    .g-item a:after,
    .g-item span:after {
        content: "\f054";
        display: block;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        position: absolute;
        top: 50%;
        right: 30px;
    }

    .g-item.pull&gt;a:after,
    .g-item.pull&gt;span:after {
        content: "+";
        height: auto;
        font-weight: bold;
        background-image: none;
        right: 11%;
        transition: 0.3s linear;
    }
    
    .g-item.pull .is-parent:after{
        content: "－";
        height: auto;
        font-weight: bold;
        background-image: none;
        right: 11%;
        transition: 0.3s linear;
    }
    
    .accordionbox {
        width: 100%;
        visibility: visible;
        padding-left: 30px;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        position: static;
    }

    .accordionbox li {
        margin-top: 0.5em;
        font-weight: 500;
        text-align: left;
        border-bottom: none;
    }

    .g-item.pull&gt;a {
        pointer-events: none;
    }
}

/* header */
.header-contact,
.header-download {
    width: 180px;
    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;
}

.fixed .header-contact,
.fixed .header-download {
    padding: 0;
}

.header-contact a,
.header-download a,
.header-tel a{
    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;
    padding: 20px 5px;
    color: #fff;
}

.header-contact a{
    background-color: #62c5d9;
}

.header-download a {
    background-color: #10458e;
}

.header-tel a{
    background-color: #62c5d9;
    padding: 20px;
}

.header-contact a:before {
    content: "\f0e0";
    margin-right: 10px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.header-download a:before {
    content: "\f56d";
    margin-right: 10px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.header-contact a.ab-test,
.header-download a.ab-test {
    background-color: #b09d7c;
}

.header-logo {
    width: 100%;
    max-width: 180px;
    margin-left: 50px;
}

h1 {
    font-size: 12px;
}

.h1-address-wrap {
    margin-left: 50px;
    padding: 10px;
}

.top-logo{
  display: none;
}

@media(max-width:1024px) {
    .h1-address-wrap {
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .top-logo{
        display: block;
        max-width:180px;
        margin-left: 10px;
    }
}

/* footer */
footer {
    position: relative;
}

.totop {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: #62c5d9;
}

.totop::before {
    content: "\f106";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.map {
    height: 100%;
}

.map::after {
    padding-top: 65%;
}

.footer-contact a,
.footer-download a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    text-align: center;
}

.footer-contact a {
    color: #fff;
    background-color: #62c5d9;
}

.footer-contact a::before {
    content: "\f0e0";
    margin-right: 0.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.footer-download a {
    color: #10458e;
    background-color: #fff;
}

.footer-download a::before {
    content: "\f56d";
    margin-right: 0.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.footer-nav .column2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.footer-nav .column2 li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.footer-nav ul li {
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 14px;
    color: #fff;
}

.footer-nav .column2 li {
    padding-left: 1em;
}


.footer-nav ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.footer-nav .title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

@media(max-width:1024px) {

    .footer-contact a,
    .footer-download a {
        font-size: 12px;
    }

    .totop {
        bottom: 55px;
        right: 10px;
    }

    .map::after {
        padding-top: 45%;
    }
}

@media(max-width:599px) {
    .footer-nav ul li {
        padding-left: 1em;
    }

    .map::after {
        padding-top: 70%;
    }
}

/* 電話番号とWEB予約固定バナー */
.sp-fix-box {
    width: 100%;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
}

.sp-fix-box li {
    width: 50%;
}

.sp-fix-box li * {
    height: 100%;
}

.sp-fix-box a {
    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: 10px 5px;
    font-weight: bold;
    color: #fff;
}

.sp-fix-box a:before {
    margin-right: 7px;
}

.sp-fix-box .contact a {
    background-color: #fa1;
}

.sp-fix-box .contact a:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.sp-fix-box .reserve {
    position: relative;
}

.sp-fix-box .reserve a {
    background-color: #b09d7c;
}

.sp-fix-box .reserve a:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.reserve-item-btn {
    width: 150%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translate(10px, -100%);
    transform: translate(10px, -100%);
    position: absolute;
    top: -10px;
    right: 0;
}

.reserve-item-btn.item1 {
    top: calc(-200% - 30px);
}

.reserve-item-btn.item2 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    top: calc(-100% - 20px);
}

.reserve-item-btn.item3 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.sp-fix-box .reserve.active .reserve-item-btn {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

@media only screen and (max-width: 599px) {
    .sp-fix-box {
        display: block;
    }
}

/*----------「メインビジュアル」----------*/
.top-image {
    padding-top: 48%;
    position: relative;
}

.top-image .uk-slidenav-position {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.top-image ul {
    height: 100% !important;
}

.top-image ul * {
    height: 100% !important;
}

.top-image li&gt;div {
    width: 100%;
    display: block;
    position: relative;
}

.top-image li img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

.top-image-box {
    overflow: hidden;
    position: relative;
}

.top-image-box .mv-bg {
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
}

.top-image-box .mv-bg img {
    width: 100%;
}

.top-image-box .mv-light01 {
    width: 30vw;
    height: 23vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.top-image-box .mv-light01 img {
    width: 100%;
}

.top-image-box .mv-light02 {
    width: 28vw;
    height: 23vw;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.top-image-box .mv-light02 img {
    width: 100%;
}

.top-image-box .left-image {
    width: 58%;
    overflow: hidden;
    -webkit-transform: skew(-17deg);
    transform: skew(-17deg);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.top-image-box .left-image .pic img {
    opacity: 0.33;
    -webkit-transform: skew(17deg);
    -webkit-transform: scale(1.3);
    transform: scale(1.3) skew(17deg);
}

.top-image-box .left-image .mv-text1 {
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.top-image-box .left-image .mv-text1 img {
    width: 90%;
    opacity: 0.9;
}

.top-image-box .right-image {
    width: 56.5%;
    margin-left: auto;
    position: relative;
}

.top-image-box .right-image .pic img {
    opacity: 0.33;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.top-image-box .right-image .mv-text2 {
    width: 100%;
    text-align: right;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 40%;
    left: 50%;
}

.top-image-box .right-image .mv-text2 img {
    width: 90%;
    opacity: 0.9;
}

.top-image-box .tbox {
    width: 100%;
    font-weight: 400;
    font-size: 36px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 1px #d4d4d4;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 10%;
    left: 50%;
    z-index: 4;
}

.top-image-box .copy {
    width: 100%;
    font-family: "Allura", cursive;
    font-weight: 400;
    font-size: 8.5vw;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 1px #d4d4d4;
    -webkit-transform: translate(-50%, -50%) rotate(-8deg);
    transform: translate(-50%, -50%) rotate(-8deg);
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 5;
}

@media(max-width:1024px) {
    .top-image-box .tbox {
        font-size: 24px;
    }
}

@media(max-width:599px) {
    .top-image-box .tbox {
        font-size: 16px;
    }
}

/* トップぺージ */
.shinryo-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 6px #cacaca;
    box-shadow: 1px 2px 6px #cacaca;
}

.shinryo-box th,
td {
    padding: 10px;
    text-align: center;
}

.shinryo-box .shadow-table {
    -webkit-box-shadow: 1px 2px 6px #cacaca;
    box-shadow: 1px 2px 6px #cacaca;
}

.kakoi {
    margin: 0 20px 20px 0;
    padding: 60px 0 30px 0;
    color: #62c5d9;
    border: 2px solid;
    position: relative;
}

.kakoi-in{
  position: relative;
  z-index: 2;
}

.kakoi02 {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid;
    opacity: 0.4;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.greeting .right .text {
    margin-left: -5%;
    position: relative;
    z-index: 1;
}

.greeting .text {
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1024px) {
    .greeting .right .text {
        margin-left: 0;
    }
}

@media(max-width:599px) {
    .shinryo-container {
        padding: 20px;
    }
}


/* 下層共通 */
/*----------「メインビジュアル」----------*/
.lower-image-box {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    border-radius: 100px 0 0 0;
    background-color: #ebf3ff;
}

.lower-image-box .icon-wrap {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 1em;
    padding: 1em;
    border: 1px solid #62c5d9;
    border-radius: 100%;
    background-color: #fff;
}

.lower-image-box .title-wrap {
    font-size: 32px;
}

.lower-image-box .title-wrap .sub {
    font-size: 50%;
}

@media(max-width:1024px) {
    .lower-image-box .title-wrap {
        font-size: 28px;
    }
}

@media(max-width:599px) {
    .lower-image-box .title-wrap {
        font-size: 26px;
    }
}

.detail-box {
    padding: 1.5em;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #ccc;
}

.detail-box .category span {
    margin: 2px;
    font-size: 14px;
    color: #10458e;
}


/* スライダー */
.slide01 .slick-slide {
    margin-left: 20px;
    margin-right: 20px;
}

.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    color: #000;
}

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}

.slide00 .slick-prev {
    left: -10px;
}

.slide00 .slick-next {
    right: -10px;
}

.slide01 .slick-prev {
    left: 5px;
}

.slide01 .slick-next {
    right: 5px;
}

@media(max-width:599px) {
    .slide00 .slick-prev {
        left: 0;
    }

    .slide00 .slick-next {
        right: 0;
    }
}

/* ライトボックス */
.intro-cursol:hover{
  cursor: pointer;
}


/* レスポンシブで消える要素・出てくる要素 */
.pc-none {
    display: none;
}

.tb-none {
    display: block;
}

.sp-none {
    display: block;
}

.sp-block {
    display: none;
}

@media(max-width:1024px) {
    .pc-none {
        display: block;
    }

    .tb-none {
        display: none;
    }
}

@media(max-width:599px) {
    .pc-none {
        display: block;
    }

    .sp-none {
        display: none;
    }

    .sp-block {
        display: block;
    }
}

[data-element-id] h1{
  margin-bottom: 30px;
}

[data-element-id] header nav{
  flex-wrap: wrap;
  margin-bottom: 150px;
}


[data-element-id] .accordionbox{
  visibility: visible;
  opacity: 1;
}

[data-element-id] .g-list{
  width: 100%;
}

[data-element-id] .g-list .g-item.pull {
    position: relative;
}

[data-element-id] .g-list .g-item{
  flex-grow: 1;
}

[data-element-id] .header-contact{
  margin-left: auto;
/*   margin-top: 100px; */
}

[data-element-id] .header-download{
/*   margin-top: 100px; */
}

[data-element-id] [data-ab-test-contents] {
    padding: 1.5em 0.2em 0.2em;
    border: 2px solid #8b008b;
    position: relative;
}

[data-element-id] [data-ab-test-contents]::before {
    content: "Aパターン";
    width: 100%;
    display: block;
    padding: 0.5em 0.2em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: right;
    background-color: #8b008b;
    position: absolute;
    top: 0;
    left: 0;
}
[data-element-id] [data-ab-test-contents]+[data-ab-test-contents] {
    border: 2px solid #556b2f;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents]::before {
    content: "Bパターン";
    background-color: #556b2f;
}

[data-element-id] .list-news .date{
  flex-shrink: 1;
}

[data-element-id] .list-news02 .date{
  flex-shrink: 1;
}

[data-element-id] .pc-none{
  display: block;
}

[data-element-id] .sp-block{
  display: block;
  border: 3px solid green;
  position: relative;
  padding-top: 20px;
  width: 100%;
}

[data-element-id] .sp-block::before{
  content: "モバイルで表示";
  width: 100%;
  display: block;
  padding: 0.5em;
  font-size: 10px;
  color: white;
  line-height: 1.2;
  text-align: center;
  background-color: green;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: unset;
}

[data-element-id].sp-logo{
  display: block;
  border: 3px solid green;
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 10px;
}

[data-element-id] .sp-logo::before{
    content: "モバイルで表示(ハンバーガーメニューを押した時に出てくるロゴです)";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id].sp-address{
  display: block;
  border: 3px solid green;
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  text-align: center;
  margin-bottom: 10px;
}

[data-element-id] .sp-address::before{
    content: "モバイルで表示";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id].sp-tel-wrap{
  display: block;
  border: 3px solid green;
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  text-align: center;
  margin-bottom: 10px;
}

[data-element-id] .sp-tel-wrap::before{
    content: "モバイルで表示";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id].header-download.sp{
  display: block;
  border: 3px solid green;
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
}

[data-element-id] .header-download.sp::before{
    content: "モバイルで表示";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .g-item.pc-none{
  border: 3px solid green;
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  text-align: center;
  min-width:150px;
}

[data-element-id] .g-item.pc-none::after{
    content: "モバイルで表示";
    width: 100%;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .bottom-fixed{
  display: block;
  width: 50%;
  margin-left: auto;
  display: flex;
  margin-top: 50px;
  border: 3px solid green;
  position: relative;
  padding-top: 20px;
}

[data-element-id] .bottom-fixed::before{
    content: "モバイルで表示";
    width: 100%;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
}


[data-element-id] .gnav{
  display: flex;
  flex-direction: column-reverse;
}

[data-element-id] .toggle{
  display: none;
}

[data-element-id] .list-others{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border: 3px solid gray;
  padding-top: 30px;
}

[data-element-id] .list-others::before{
    content: "他の診療科目ぺージを紹介するスライダー";
    width: 100%;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: gray;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .list-others&gt;li{
  width: 33%;
  margin-bottom: 1em;
}

[data-element-id] .top-image-box .copy {
  transform: none;
  left: 0;
}

[data-element-id] .top-logo{
  display: block;
  max-width:180px;
  border: 3px solid green;
  position: relative;
  padding-top: 20px;
}

[data-element-id] .top-logo::before{
    content: "モバイルで表示";
    width: 100%;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .bottom-fixed-contact{
  min-width: 150px;
}

[data-element-id] .greeting .left{
  min-width: 300px;
}

[data-element-id] .greeting .right{
  flex-grow: 0;
}

[data-element-id] .footer-contact{
  min-width: 200px;
}

[data-element-id] .footer-download{
  min-width: 200px;
}


[data-ab-test-contents]+[data-ab-test-contents]{
  display: none;
}

/* 2023/12/25 */
.shinryo-box2 td {
    border: 1px solid #d2d2d2;
    border-bottom: 0;
    font-size: 14px;
}

.shinryo-box2 td:first-child {
    border-left: none;
}

.shinryo-box2 td:last-child {
    border-right: none;
}
.shinryo-box2 {
    overflow: visible!important;
}

@media (max-width:599px) {
  .shinryo-box2 {
    overflow: auto!important;
  }
  .shinryo-box2 table {
    width: 1000px;
  }
  .shinryo-box2 td {
      border-bottom: 1px solid #d2d2d2;
  }
  
  .shinryo-box2 td:first-child {
      border-left: 1px solid #d2d2d2;
  }
  
  .shinryo-box2 td:last-child {
      border-right: 1px solid #d2d2d2;
  }  
}
</pre></body></html>