@charset "UTF-8";
/*
Theme Name: Kitagaki eye clinic
Theme URL: 
Description: 北垣眼科レスポンシブ用テーマ。
Author: Kitagaki Eye Cinic
Version: Ver 1.0.1
*/
/* --------------------------------------------
/	CSS設定
---------------------------------------------- */
/* Reset.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@600&family=Zen+Kaku+Gothic+New:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200 ");
body {
  /* Safari: 勝手にフォントサイズを大きくしない */
  -webkit-text-size-adjust: 100%; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

img {
  vertical-align: bottom; }

/* Material iconsを利用する */
.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24; }

/*  ---- 表示 */
@media (max-width: 767px) {
  .sp-none {
    display: none !important; }

  .sp-only {
    display: block; }

  .tab-only {
    display: none; }

  .pc-only {
    display: none; }

  .sptab-none {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 960px) {
  .tab-none {
    display: none; }

  .sp-only {
    display: none; }

  .tab-only {
    display: block; }

  .pc-only {
    display: none; }

  .sptab-none {
    display: none; }

  .tabpc-none {
    display: none; } }
@media (min-width: 961px) {
  .pc-none {
    display: none; }

  .sp-only {
    display: none; }

  .tab-only {
    display: none; }

  .pc-only {
    display: block; }

  .tabpc-none {
    display: none; } }
img {
  max-width: 100%;
  height: auto; }

a {
  color: #4080a0; }
  a:hover {
    text-decoration: none; }
  a:hover img {
    opacity: 0.7;
    -webkit-transition: all .4s;
    transition: all .4s; }

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none !important;
    text-decoration: none !important;
    color: #222 !important; } }
@media (max-width: 767px) {
  a[href^="tel:"] {
    color: #222 !important;
    text-decoration: none !important; } }
html, body {
  height: 100%; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px; }

.contents, .footer {
  /* tab-pc */ }
  @media screen and (min-width: 768px) {
    .contents, .footer {
      margin-left: 200px;
      position: relative; } }

.f-facility {
  border-top: 11px solid #01567d; }
  .f-facility h1 {
    margin: 1rem auto;
    margin-top: 3em;
    margin-bottom: 3em;
    text-align: center;
    width: 60%; }
    @media (min-width: 961px) {
      .f-facility h1 {
        width: 20%; } }
  .f-facility article {
    margin-bottom: 2em; }
    @media (min-width: 961px) {
      .f-facility article {
        margin-bottom: 3em; } }
  .f-facility h3 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    padding-left: 1em;
    font-size: 1.75rem;
    position: relative;
    margin-bottom: 1.2em; }
    .f-facility h3::before {
      position: absolute;
      content: "";
      top: 7px;
      left: 0;
      width: 20px;
      height: 10px;
      background-color: #e2e2e2; }
  @media (min-width: 961px) {
    .f-facility__info {
      width: 45%; } }
  @media (min-width: 961px) {
    .f-facility__map {
      margin-left: 10%;
      width: 45%; } }

.f-reservation {
  width: 100%;
  min-height: 500px;
  background-image: url("img/cont/bg-inquiry.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .f-reservation__wrap {
    padding: 3em 0; }
    @media (min-width: 961px) {
      .f-reservation__wrap {
        padding: 6em 0; } }
  .f-reservation h2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 1rem auto;
    margin-bottom: 3em;
    display: block;
    text-align: center; }
    @media (min-width: 961px) {
      .f-reservation h2 {
        margin-bottom: 5em; } }
    .f-reservation h2 span {
      font-size: 1.75rem;
      color: #fff;
      padding: 0 55px;
      display: inline-block;
      position: relative; }
      @media (min-width: 961px) {
        .f-reservation h2 span {
          font-size: 2.5rem; } }
      .f-reservation h2 span::before, .f-reservation h2 span::after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 50px;
        height: 3px;
        background-color: #fff; }
      .f-reservation h2 span::before {
        left: 0; }
      .f-reservation h2 span::after {
        right: 0; }

[class^="reserveBtn-"] {
  border: 3px solid #9f2230;
  display: block;
  border-radius: 6px;
  padding: 2em;
  font-family: "Zen Kaku Gothic New", sans-serif; }
  [class^="reserveBtn-"] div {
    text-align: center;
    display: block; }
  [class^="reserveBtn-"] dl {
    display: inline-block;
    text-align: center; }
    [class^="reserveBtn-"] dl dt {
      font-size: 1.5rem;
      padding-left: 1em;
      margin-bottom: 0.5em; }
      @media (max-width: 960px) {
        [class^="reserveBtn-"] dl dt {
          font-size: 1.375rem; } }
      @media (min-width: 1024px) {
        [class^="reserveBtn-"] dl dt {
          font-size: 1.875rem; } }
    [class^="reserveBtn-"] dl dd {
      font-size: 1.125rem; }
  [class^="reserveBtn-"]:hover {
    opacity: 0.5; }

.reserveBtn-web {
  background: #9f2230; }
  .reserveBtn-web dl {
    color: #fff;
    position: relative; }
    .reserveBtn-web dl::before {
      font-size: 1.875rem;
      font-family: "Material Symbols Outlined";
      vertical-align: middle;
      content: "\f540";
      color: #fff;
      position: absolute;
      top: 0;
      left: 6px; }

.reserveBtn-tel {
  background: #ffedef; }
  .reserveBtn-tel dl {
    color: #9f2230;
    position: relative; }
    .reserveBtn-tel dl::before {
      font-size: 1.875rem;
      font-family: "Material Symbols Outlined";
      vertical-align: middle;
      content: "\f2da";
      color: #9f2230;
      position: absolute;
      top: 0;
      left: 0px; }

@media (max-width: 960px) {
  .footerLink {
    font-family: "Zen Kaku Gothic New", sans-serif;
    background: #252525;
    color: #fff; }
    .footerLink dt.no-lev a {
      width: 100%;
      padding: .8em 1em .8em .5em;
      display: block;
      color: #fff;
      text-decoration: none;
      border-bottom: 1px #efefef solid;
      position: relative; }
      .footerLink dt.no-lev a::after {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        font-family: "Material Symbols Outlined";
        vertical-align: middle;
        content: "\e5cc";
        color: #fff;
        font-size: 1.2em; }
    .footerLink dt.btn_ftnav-lv1 {
      padding: .8em 1em .8em .5em;
      position: relative;
      cursor: pointer;
      border-bottom: 1px #ddd solid; }
      .footerLink dt.btn_ftnav-lv1::after {
        font-family: "Material Symbols Outlined";
        vertical-align: middle;
        content: "\e145";
        position: absolute;
        right: 0.8em; }
    .footerLink dt.close::after {
      content: "\e15b"; }
    .footerLink dd {
      display: none;
      background: #424242;
      border-bottom: 1px #ddd solid; }
      .footerLink dd li {
        position: relative; }
        .footerLink dd li a {
          color: #ccc;
          text-decoration: none;
          font-weight: 500;
          width: 100%;
          display: inline-block;
          padding: .8em; }
          .footerLink dd li a::after {
            font-family: "Material Symbols Outlined";
            vertical-align: middle;
            content: "\e5cc";
            position: absolute;
            right: .5em; }
        .footerLink dd li:not(:last-child) {
          border-bottom: 1px #ddd solid; }
    .footerLink dd.pc-r2 ul:last-child li:first-child {
      border-top: 1px #ddd solid; } }
@media (min-width: 961px) {
  .footerLink {
    color: #fff;
    background: #252525; }
    .footerLink a {
      color: #fff;
      text-decoration: none; }
      .footerLink a:hover {
        text-decoration: underline; }
    .footerLink__wrap {
      padding: 40px 0;
      max-width: 1180px;
      margin: 0 auto;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch; }
      .footerLink__wrap dt {
        font-size: 1rem;
        margin-bottom: .5em; }
      .footerLink__wrap li {
        font-size: 0.875rem;
        margin-left: 2em;
        list-style: outside disc; } }
.site-c {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  color: #fff;
  padding-block: 2em;
  background: #000;
  font-size: 0.875rem; }

.pagetitle-area {
  width: 100%; }
  .pagetitle-area__img {
    display: grid;
    color: #fff;
    position: relative;
    text-align: right; }
    .pagetitle-area__img p {
      z-index: 10;
      font-family: "Poppins", sans-serif;
      font-size: 6.25rem;
      position: absolute;
      bottom: 30px;
      right: 0px; }
    @media (max-width: 960px) {
      .pagetitle-area__img p {
        font-size: 3.125rem;
        line-height: 1;
        bottom: 0px; } }
    @media (min-width: 961px) {
      .pagetitle-area__img {
        height: 300px; } }
    @media (max-width: 767px) {
      .pagetitle-area__img {
        height: 280px; } }
    @media screen and (min-width: 768px) and (max-width: 960px) {
      .pagetitle-area__img {
        height: 280px; } }
    .pagetitle-area__img::after {
      opacity: .5;
      content: '';
      background: url("img/cont/overlays/02.png") center center;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .pagetitle-area__text {
    background: #fff;
    text-align: center;
    padding: 2em 0; }
    @media (min-width: 961px) {
      .pagetitle-area__text {
        padding: 4em 0; } }
    .pagetitle-area__text h1 {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-size: 1.875rem;
      color: #01567d;
      display: flex;
      align-items: center;
      position: relative; }
      @media (min-width: 961px) {
        .pagetitle-area__text h1 {
          font-size: 2.5rem; } }
      .pagetitle-area__text h1:before, .pagetitle-area__text h1:after {
        content: "";
        height: 1px;
        flex-grow: 1;
        background-color: #01567d; }
      .pagetitle-area__text h1:before {
        margin-right: 1.5rem; }
      .pagetitle-area__text h1:after {
        margin-left: 1.5rem; }
      .pagetitle-area__text h1 span {
        position: relative; }
        .pagetitle-area__text h1 span:before {
          position: absolute;
          left: -15px;
          content: "";
          height: 120%;
          width: 1px;
          background-color: #01567d; }
        .pagetitle-area__text h1 span:after {
          position: absolute;
          right: -15px;
          content: "";
          height: 120%;
          width: 1px;
          background-color: #01567d; }

.bk-guide {
  background: url("img/cont/h1/h1_guide.jpg") no-repeat bottom center; }

.bk-doctor {
  background: url("img/cont/h1/h1_doctor.jpg") no-repeat top center; }

.bk-disease {
  background: url("img/cont/h1/h1_disease.jpg") no-repeat center center; }

.bk-treatment {
  background: url("img/cont/h1/h1_treatment.jpg") no-repeat center center; }

.bk-orth {
  background: url("img/cont/h1/h1_orth.jpg") no-repeat center right; }

.bk-contact {
  background: url("img/cont/h1/h1_contact.jpg") no-repeat center center; }

.bk-medical {
  background: url("img/cont/h1/h1_medical.jpg") no-repeat center center; }

.bk-sitemap {
  background: url("img/cont/h1/h1_sitemap.jpg") no-repeat center left; }

.bk-news {
  background: url("img/cont/h1/h1_news.jpg") no-repeat center center; }

.contents-tit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.875rem;
  text-align: center;
  position: relative;
  padding-top: 75px;
  margin-top: 0.8em;
  color: #01567d; }
  @media (min-width: 961px) {
    .contents-tit {
      margin-top: 1.5em; } }
  .contents-tit::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("img/cont/bg-contents-tit.svg");
    background-repeat: no-repeat;
    width: 60px;
    height: 60px; }

.lev2-tit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem;
  border-bottom: 5px solid #cacaca;
  font-size: 1.375rem; }
  @media (min-width: 961px) {
    .lev2-tit {
      font-size: 1.625rem; } }
  .lev2-tit::before {
    position: absolute;
    content: '';
    width: 15%;
    left: 0;
    bottom: -4px;
    border-bottom: 5px solid #01567d; }

.lev3-tit {
  font-size: 1.375rem;
  color: #fff;
  padding: .3em 1.2em .5em;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  background: #01567d;
  position: relative;
  clear: both; }
  .lev3-tit::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #2b9fc8;
    position: absolute;
    bottom: 0%;
    left: 0; }
  .lev3-tit::after {
    content: "●";
    color: #fff;
    font-size: 0.4375rem;
    position: absolute;
    top: 8px;
    left: 10px;
    margin-right: 0.3em; }

.lev4-tit {
  font-size: 1.25rem;
  position: relative;
  padding-left: 0.8em;
  margin-bottom: 0.8em; }
  .lev4-tit::after {
    content: "";
    background: #01567d;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 2px;
    left: 0px; }

.ttl-jihi {
  color: #fff;
  font-size: 1.125rem;
  padding: 0.5em 0.8em;
  background: #D76E06;
  margin: 1em 0 1em 0; }

.breadcrumb {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #f1efe9;
  padding: 1em; }
  .breadcrumb__in {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em;
  /* 記号の左右の余白 */
  color: #777;
  /* 記号の色 */ }

.pagein-link {
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 3em; }
  @media (max-width: 960px) {
    .pagein-link {
      width: 100%;
      border: 1px #01567d solid;
      border-radius: 6px;
      background: #efefef;
      font-size: 1.125rem; }
      .pagein-link dt {
        padding: 1em .8em;
        position: relative;
        cursor: pointer; }
        .pagein-link dt::after {
          font-family: "Material Symbols Outlined";
          vertical-align: middle;
          content: "\e145";
          color: #4080a0;
          font-size: 1.5rem;
          position: absolute;
          right: .5em; }
      .pagein-link dt.close::after {
        content: "\e15b"; }
      .pagein-link dd {
        display: none;
        border-top: 1px #01567d solid; }
        .pagein-link dd li {
          position: relative; }
          .pagein-link dd li a {
            color: #222;
            text-decoration: none;
            font-weight: 500;
            width: 100%;
            display: inline-block;
            padding: .8em; }
            .pagein-link dd li a::after {
              font-family: "Material Symbols Outlined";
              vertical-align: middle;
              content: "\e313";
              color: #4080a0;
              font-size: 1.5rem;
              position: absolute;
              right: .5em; }
          .pagein-link dd li:not(:last-child) {
            border-bottom: 1px #ddd solid; } }
  @media (min-width: 961px) {
    .pagein-link {
      padding: 1.5em;
      background: #edf3f6; }
      .pagein-link dt {
        font-weight: bold;
        margin-bottom: .5em; }
        .pagein-link dt::before {
          content: "●";
          margin-right: 5px; }
      .pagein-link li {
        display: inline;
        margin-right: 1.5em;
        line-height: 1;
        white-space: nowrap; }
        .pagein-link li::after {
          font-family: "Material Symbols Outlined";
          vertical-align: middle;
          content: "\e313";
          color: #4080a0;
          font-size: 1.5rem; }
        .pagein-link li a {
          color: #222;
          text-decoration: none;
          font-weight: 500; }
          .pagein-link li a:hover {
            text-decoration: underline; } }

.pagecontents-area {
  background-color: #f8f7f3; }
  .pagecontents-area__in {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 2em 0; }
    @media (min-width: 961px) {
      .pagecontents-area__in {
        padding: 4em 0; } }

.page-contArea {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 3px 8px 0 rgba(69, 62, 57, 0.3); }
  @media (max-width: 960px) {
    .page-contArea {
      margin-top: 2em; } }
  @media (min-width: 961px) {
    .page-contArea {
      width: 77%;
      margin-left: 5%; } }

.maincont {
  width: 96%;
  margin: 0 auto; }
  @media (min-width: 961px) {
    .maincont {
      width: 93%; } }
  .maincont__in {
    margin: 1em 0 1em 0; }
    @media (min-width: 961px) {
      .maincont__in {
        margin: 2em 0 2em 0; } }

.side-area {
  font-family: "Zen Kaku Gothic New", sans-serif; }
  @media (max-width: 960px) {
    .side-area {
      width: 100%; }
      .side-area h2 {
        box-shadow: 0 3px 8px 0 rgba(69, 62, 57, 0.3);
        background: #fff;
        border: 1px solid #01567d;
        border-bottom: 4px solid #01567d;
        display: block;
        padding: .8em .5em;
        cursor: pointer;
        position: relative; }
        .side-area h2::after {
          font-family: "Material Symbols Outlined";
          vertical-align: middle;
          content: "\e145";
          position: absolute;
          right: 0.8em; }
      .side-area h2.close::after {
        content: "\e15b"; } }
  @media (min-width: 961px) {
    .side-area {
      width: 18%; }
      .side-area h2 {
        color: #fff;
        padding: 1.3em .5em;
        background: #01567d;
        border-bottom: 6px solid #d5dfe3; } }

.side-navi {
  box-shadow: 0 3px 8px 0 rgba(69, 62, 57, 0.3);
  background: #fff; }
  .side-navi__btn {
    font-size: 0.9375rem; }
    .side-navi__btn a {
      width: 100%;
      padding: 10px 16px 10px 10px;
      display: block;
      position: relative;
      color: #222;
      text-decoration: none; }
      .side-navi__btn a:hover {
        color: #4080a0; }
      .side-navi__btn a::after {
        position: absolute;
        font-family: "Material Symbols Outlined";
        vertical-align: middle;
        content: "\e5cc";
        top: 8px;
        right: 0;
        color: #4080a0;
        -webkit-transition: all .4s;
        transition: all .4s; }
      .side-navi__btn a:hover::after {
        right: .5em; }
    .side-navi__btn li:not(:last-child) a {
      border-bottom: 1px #ddd solid; }

.side-navi__btn .children {
  border-top: 1px #ddd solid; }
  .side-navi__btn .children li {
    padding-left: 1em; }
@media (max-width: 960px) {
  .side-navi__btn {
    display: none;
    background: #fff;
    border: 1px solid #01567d; } }

.sec {
  width: 96%;
  margin: 30px auto 80px; }
  .sec p:not(:last-child) {
    margin-bottom: 1.5em; }
  @media (max-width: 767px) {
    .sec {
      width: 100%; } }

.sec-lev1 {
  width: 100%;
  margin-bottom: 80px; }
  .sec-lev1 p:not(:last-child) {
    margin-bottom: 1.5em; }

.sec-lev2 {
  width: 95%;
  margin: 0 auto 60px; }
  .sec-lev2 p:not(:last-child) {
    margin-bottom: 1.5em; }
  @media (max-width: 767px) {
    .sec-lev2 {
      width: 100%; } }

.sec-lev3 {
  margin: 0 auto 50px; }
  .sec-lev3 p:not(:last-child) {
    margin-bottom: 1.5em; }
  @media (max-width: 767px) {
    .sec-lev3 {
      width: 100%; } }

/* =base
-------------------*/
.base-box {
  width: 93%;
  margin: 0 auto; }
  @media (min-width: 961px) {
    .base-box {
      width: calc(100% - 60px); } }
  @media (min-width: 1600px) {
    .base-box {
      max-width: 1400px; } }

/* ------------------------------------------------
	list
-------------------------------------------------- */
.def-list {
  margin-left: 1.5rem; }
  .def-list li {
    list-style: outside disc !important;
    line-height: 1.2; }
    .def-list li:not(:last-child) {
      margin-bottom: .5rem; }

.simple-list {
  margin-left: 1.5rem; }
  .simple-list li {
    list-style: outside disc; }

.deci-list {
  margin-left: 1.5rem; }
  .deci-list li {
    list-style: outside decimal;
    line-height: 1.2; }
    .deci-list li:not(:last-child) {
      margin-bottom: .8rem; }

.hosoku-list li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2; }
  .hosoku-list li:not(:last-child) {
    margin-bottom: .8em; }

.rinen-list li {
  line-height: 1.2;
  background: #fff;
  border-radius: 3px;
  padding: 1em; }
  .rinen-list li:not(:last-child) {
    margin-bottom: .8em; }

.link-list li {
  line-height: 1.2; }
  .link-list li:before {
    font-family: "Material Symbols Outlined";
    vertical-align: middle;
    content: "\e5cc"; }
  .link-list li:not(:last-child) {
    margin-bottom: .8em; }
  .link-list li .link-list {
    margin-top: .8em;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem; }

.link-horiz-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch; }
  .link-horiz-list li {
    line-height: 1.2; }
    .link-horiz-list li:before {
      font-family: "Material Symbols Outlined";
      vertical-align: middle;
      content: "\e5cc"; }
    .link-horiz-list li:not(:last-child) {
      margin-bottom: .5em; }
    @media (max-width: 960px) {
      .link-horiz-list li {
        width: 33%; } }
    @media (min-width: 961px) {
      .link-horiz-list li {
        margin-left: 1.5rem; } }

.horiz-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch; }
  .horiz-list li {
    line-height: 1.2;
    margin-right: 1rem; }

li.no-disc {
  visibility: hidden; }

.point-dtstyle dt {
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif; }
  .point-dtstyle dt span {
    font-size: 1.375rem;
    padding-right: 0.3em;
    color: #01567d; }
.point-dtstyle dd {
  margin: 0.6rem 0 1.8rem 0;
  padding: 0.8em;
  background: #F0F0F0; }
  @media (min-width: 961px) {
    .point-dtstyle dd {
      margin-left: 2rem; } }
@media (max-width: 960px) {
  .point-dtstyle dt span {
    width: 100%; } }

.dl-st1 {
  display: flex;
  flex-flow: row wrap;
  width: 100%; }
  .dl-st1 dt {
    flex-basis: 25%;
    padding: 10px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc; }
  .dl-st1 dd {
    flex-basis: 75%;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #ccc; }
  @media (max-width: 960px) {
    .dl-st1 {
      flex-flow: column; } }

.dl-st2 {
  padding: 1em;
  margin-bottom: 1.5em;
  border: 1px #ddd solid;
  background: #F0F0F0; }
  .dl-st2 dt {
    font-weight: bold;
    margin-bottom: .5em; }
    .dl-st2 dt::before {
      content: "●"; }
  .dl-st2 dd:not(:last-child) {
    margin-bottom: 2em; }

.dl-st3 {
  padding: 1em;
  margin-bottom: 1.5em; }
  .dl-st3 dt {
    font-weight: bold;
    margin-bottom: .5em; }
    .dl-st3 dt::before {
      content: "●"; }
  .dl-st3 dd:not(:last-child) {
    margin-bottom: 2em; }

/* --------------------------------------------------
	box
---------------------------------------------------- */
.bk-box {
  background: #efefef;
  padding: 1.5rem; }
  .bk-box p:last-child {
    margin-bottom: 0; }

.border-box {
  width: 100%;
  padding: 1.5rem;
  margin: 2rem auto;
  border: 2px #ddd solid; }
  .border-box__title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: .875rem; }
  .border-box p:last-child {
    margin-bottom: 0; }

.caution-box {
  width: 100%;
  padding: 1.5rem;
  border: 3px #c30 dotted; }
  .caution-box p:last-child {
    margin-bottom: 0; }

.movieurl-box {
  width: 90%;
  margin: 0 auto 60px;
  padding: 2rem 1.5rem 0 1.5rem;
  background: #fee8ea;
  border: 3px #fdafb7 solid; }
  .movieurl-box__btn {
    display: inline-block;
    width: 100%;
    padding: 1.25rem 0;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    outline: none;
    position: relative;
    color: #fff;
    background: #c30;
    border-radius: 6px;
    -webkit-transition: all .4s;
    transition: all .4s; }
    .movieurl-box__btn:hover {
      background: #000; }
    .movieurl-box__btn span::before {
      font-family: "Material Symbols Outlined";
      vertical-align: middle;
      content: "\e5cc"; }

.box-tit {
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  margin-bottom: .8rem; }

/* table
------------------------- */
.table_basic01 {
  width: 100%;
  margin-bottom: .6em;
  background: #fff; }
  .table_basic01 th, .table_basic01 td {
    border: 1px #ddd solid;
    padding: 10px; }
  .table_basic01 th {
    background: #edf3f6; }
  .table_basic01 thead th {
    background: #efefef; }
  @media (max-width: 960px) {
    .table_basic01 tr, .table_basic01 tbody, .table_basic01 th, .table_basic01 td {
      display: block; }
    .table_basic01 th, .table_basic01 td {
      padding: .3em; }
    .table_basic01 thead {
      display: none; } }

.table_basic02 {
  width: 100%;
  margin-bottom: 1.5em; }
  .table_basic02 th, .table_basic02 td {
    border: 1px solid #ddd;
    padding: 10px; }
  .table_basic02 th {
    background: #edf3f6; }
  .table_basic02 td {
    background: #fff; }

.table_basic03 {
  width: 100%;
  background: #fff; }
  .table_basic03 th, .table_basic03 td {
    padding: 10px;
    border: 1px solid #ddd; }
  .table_basic03 thead th {
    background: #efefef; }
  @media (max-width: 767px) {
    .table_basic03 th, .table_basic03 td {
      padding: 4px 2px; } }

.td-center td {
  text-align: center !important;
  vertical-align: middle !important; }

.td-right td {
  text-align: right !important; }

.table_ope01 {
  margin: 2em 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }

.table_ope01 th {
  text-align: left; }

.table_ope01 tr, .table_ope01 th, .table_ope01 td {
  vertical-align: top;
  padding: 0.8em; }

.table_ope01 th, .table_ope01 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.table_ope01 th h4 {
  font-size: 1.2em;
  background-color: #EBEBEB;
  padding: 0.5em;
  text-align: center;
  margin-bottom: 1em; }

/* sp */
@media screen and (max-width: 767px) {
  .table_ope01 {
    width: 100%; }

  .table_ope01, .table_ope01 thead, .table_ope01 tbody, table_ope01 tr, .table_ope01 th, .table_ope01 td {
    width: 100%;
    display: block; }

  .table_ope01 th, .table_ope01 td {
    border-top: none;
    border-left: none; }

  .table_ope01 th {
    border-bottom: none; } }
.lasic_table th {
  padding: 0.5em 0.2em; }

.lasic_table td, lasic_table th {
  padding: 0.2em; }

/* pc */
@media screen and (min-width: 1020px) {
  #panoptix table td {
    width: 33%; } }
#lens-listN thead th {
  background: #D4610F;
  color: #fff;
  font-weight: bold; }

.lens-type, .lens-price {
  width: 22%; }

.lens-halo {
  width: 10%; }

#lens-list .table_basic01 {
  font-size: 0.9em; }

#lens-list .table_basic01 th, #lens-list .table_basic01 td {
  padding: 0;
  padding: 0.3em; }

#lens-list .table_basic01 thead th, #lens-list .table_basic01 thead td {
  text-align: center; }

#lens-list .table_basic01 tbody td {
  text-align: center; }

#lens-list .table_basic01 tbody .table-text td {
  text-align: left;
  vertical-align: top; }

#lens-list td {
  width: 18%; }

#lens-list .table_basic01 tbody th.bgcol_yel {
  background: #FFFBE0 !important; }

.jisseki {
  font-size: 2em;
  font-family: "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", serif;
  text-align: center; }

.hosoku_small {
  font-size: .8em;
  color: #666; }

.def-grid {
  width: 100%; }

.def-grid th, .def-grid td {
  padding: 8px;
  border: 1px #000 solid; }

.def-grid th {
  vertical-align: middle; }

.w7e {
  width: 9em; }

.lens-grid {
  width: 100%; }

.lens-grid th, .lens-grid td {
  border: 1px #999 solid;
  padding: 4px !important; }

.lens-grid thead th {
  background: #F3F3F3;
  ext-align: center;
  font-weight: normal;
  vertical-align: middle; }

.lens-grid tbody th {
  width: 100px;
  text-align: center;
  vertical-align: middle; }

x.lens-grid tbody th p {
  background: #E9F2F0; }

.lens-grid td {
  text-align: center;
  vertical-align: middle; }

.lens-grid td.lens-cont {
  text-align: left !important; }

.lens-spec {
  width: 7em; }

.lens-cont {
  width: 16.5em; }

@media screen and (max-width: 1019px) {
  .lens-grid td p {
    margin-top: 0 !important; }

  .lens-grid tr, .lens-grid th, .lens-grid td {
    display: block;
    width: 100%; }

  .lens-grid th, .lens-grid td {
    border-bottom: none; }

  .lens-grid thead {
    display: none; }

  .lens-grid tbody th {
    width: 100%;
    text-align: center;
    border-top: 3px #999 solid; }

  .lens-grid {
    border-bottom: 1px #999 solid; }

  .lens-grid tbody th img {
    width: 66px; }

  .lens-grid td {
    padding-top: 0; }

  .sp-gridtit {
    background: #eee;
    text-align: center !important; }

  .lens-cont {
    width: 100%; } }
@media screen and (min-width: 1020px) {
  .w15e {
    width: 15em; }

  .sp-gridtit {
    display: none; } }
/* =btn
-------------------*/
.base-btn a {
  display: inline-block;
  width: 100%;
  padding: 1.25rem 2rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  outline: none;
  position: relative;
  font-size: 0.9375rem;
  background: #fff;
  border: 3px #01567d solid;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 50px;
  color: #01567d;
  display: block;
  text-decoration: none; }
  .base-btn a:hover {
    color: #fff; }
  .base-btn a:hover {
    background: #01567d; }
    .base-btn a:hover::before {
      border-right: 3px solid #fff;
      border-top: 3px solid #fff; }
  .base-btn a::before {
    border-right: 3px solid #01567d;
    border-top: 3px solid #01567d;
    bottom: 0;
    content: "";
    height: 7px;
    width: 7px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    transform: rotate(45deg); }

.btnw-mid {
  width: 60%; }
  @media (max-width: 960px) {
    .btnw-mid {
      width: 80%; } }

.btnw-big {
  width: 90%;
  margin: 0 auto; }
  @media (max-width: 960px) {
    .btnw-big {
      width: 100%; } }

/* --------------------------------------------------
	文字位置、装飾
---------------------------------------------------- */
.bk-g {
  background: #efefef; }

.bk-wht {
  background: #fff; }

.bgcol-bule {
  background: #edf3f6; }

.caution2 {
  background: #fff;
  padding: 8px; }

.txt-over {
  overflow-wrap: anywhere; }

.bold {
  font-weight: bold; }

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

.en-fnt {
  font-family: "Poppins", sans-serif; }

.col-Blue {
  color: #4080a0; }

.col-Red {
  color: #c30; }

.al-l {
  text-align: left !important; }

.al-c {
  text-align: center !important; }

.al-r {
  text-align: right !important; }

.ud-line, .underline {
  text-decoration: underline; }

.maker {
  background: linear-gradient(transparent 70%, #e3d7b9 70%); }

.kyocho {
  font-weight: bold;
  color: #c30; }

.link-st::before {
  font-family: "Material Symbols Outlined";
  vertical-align: middle;
  content: "\e5cc"; }

.fnt-s, .text-min {
  font-size: .8125rem; }

.fnt-big {
  font-size: 1.2rem; }

sup {
  font-size: .8rem; }

b {
  font-weight: 600; }

.hosoku {
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.2; }

@media (min-width: 768px) {
  .fnt-spct {
    font-size: .8125rem; }

  .aligncenter {
    margin: 1rem auto;
    text-align: center;
    display: block; }

  .alignright {
    float: right;
    padding: 0 0 1rem 1rem; }

  .alignleft {
    float: left;
    padding: 0 1rem 1rem 0; } }
@media (max-width: 767px) {
  .alignright, .alignleft, .aligncenter {
    display: block;
    margin: 1rem auto;
    text-align: center; }

  .SPfnt-s {
    font-size: .8125rem; } }
.pdf::after {
  font-family: "Material Symbols Outlined";
  content: "\e415";
  vertical-align: middle;
  margin-left: 5px; }

.outwin::after {
  font-family: "Material Symbols Outlined";
  content: "\e89e";
  vertical-align: middle;
  margin-left: 5px; }

/* ------------------------------------------------
	サイズ調整用設定
--------------------------------------------------- */
.mbnone {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: .5em !important; }

.mb20 {
  margin-bottom: 1em !important; }

.mb30 {
  margin-bottom: 1.5em !important; }

.mb40 {
  margin-bottom: 2em !important; }

.mb50 {
  margin-bottom: 2.5em !important; }

.mb60 {
  margin-bottom: 3em !important; }

.mb70 {
  margin-bottom: 3.5em !important; }

.mb80 {
  margin-bottom: 4em !important; }

.mb100 {
  margin-bottom: 5em !important; }

.mb4e {
  margin-bottom: 4em !important; }

.mt20 {
  margin-top: 1em !important; }

.mt30 {
  margin-top: 1.5em !important; }

.mt40 {
  margin-top: 2em !important; }

.mt50 {
  margin-top: 2.5em !important; }

.ml20 {
  margin-left: 1em !important; }

.ml30 {
  margin-left: 1.5em !important; }

.ml40 {
  margin-left: 2em !important; }

.box-W7 {
  width: 90%;
  margin: 0 auto 30px; }

.pagein-w8 {
  width: 100%; }

.w90 {
  width: 90% !important;
  text-align: center;
  margin: 0 auto; }

@media (min-width: 961px) {
  .pcml10 {
    margin-left: 10px !important; }

  .pcml20 {
    margin-left: 20px !important; }

  .pcml30 {
    margin-left: 30px !important; }

  .pcml40 {
    margin-left: 40px !important; }

  .pcml50 {
    margin-left: 50px !important; }

  .pcmt30 {
    margin-top: 30px !important; }

  .pcpt10 {
    padding-top: 5px !important; }

  .grid-4ew {
    width: 8em !important; }

  .w10 {
    width: 10% !important; }

  .w30 {
    width: 30% !important; }

  .w70 {
    width: 70% !important; } }
@media (max-width: 767px) {
  .spml20 {
    margin-left: 20px !important; } }
/* ------------------------------------------------
	flex
--------------------------------------------------- */
.flex {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; }

.flex-wrap figure {
  text-align: center;
  margin-bottom: 1rem; }
  .flex-wrap figure img {
    display: block;
    margin: 0 auto; }
@media (min-width: 961px) {
  .flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; }
    .flex-wrap .flex-item2 {
      width: 48%; }
    .flex-wrap .flex-item3 {
      width: 33%; }
    .flex-wrap .flex-item4 {
      width: 24%; }
    .flex-wrap .flex-itemB {
      width: 65%; }
    .flex-wrap .flex-itemM {
      width: 60%; }
    .flex-wrap .flex-itemS {
      width: 40%; } }
@media (max-width: 960px) {
  .flex-wrap .flex-item2, .flex-wrap .flex-item3, .flex-wrap .flex-item4, .flex-wrap .flex-itemB, .flex-wrap .flex-itemM, .flex-wrap .flex-itemS {
    margin-bottom: 1em; } }

.flex-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
  .flex-list li {
    margin-right: 3em; }

.flex-listbtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap; }

.fx-col2 li, .fx-col2 div, .fx-col2 p {
  width: 48%;
  margin-bottom: 1em; }

.fx-col3 li, .fx-col3 div, .fx-col3 p {
  width: 32%;
  margin-bottom: 1em; }

.fx-col4 li, .fx-col4 div, .fx-col4 p {
  width: 48%;
  margin: 1%;
  margin-bottom: 1em; }

@media (min-width: 961px) {
  .fx-col2pc li, .fx-col2pc div {
    width: 48%;
    margin-bottom: 1em !important; }

  .fx-col3pc li, .fx-col3pc div {
    width: 32%;
    margin-bottom: 1em !important; }

  .fx-col4pc li, .fx-col4pc div {
    width: 23%;
    margin-bottom: 1em !important; } }
@media (max-width: 960px) {
  .fx-col2pc li, .fx-col2pc div, .fx-col3pc li, .fx-col3pc div, .fx-col4pc li {
    text-align: center;
    margin-bottom: 1em; } }
/* ------------------------------------------------
 アニメーション
----------------------------------------------------- */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.topfadeIn {
  animation-name: fadeInAnime;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0; }

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1; } }
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.smoothTrigger {
  opacity: 0; }

.delay-time02 {
  animation-delay: 0.2s; }

.delay-time04 {
  animation-delay: 0.4s; }

.delay-time06 {
  animation-delay: 0.6s; }

.delay-time1 {
  animation-delay: 1s; }

.delay-time1-4 {
  animation-delay: 1.4s; }

.delay-time2 {
  animation-delay: 2s; }

.delay-time3 {
  animation-delay: 3s; }

/* スクロールダウン全体の場所
---------------------------- */
.scrolldown4 {
  z-index: 9999;
  position: absolute;
  bottom: 20%;
  right: -30px;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1.5s ease-in-out infinite; }

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: 20%; }
  50% {
    bottom: 25%; }
  100% {
    bottom: 20%; } }
/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  bottom: 10px;
  /*テキストの形状*/
  color: #222;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -11px;
  /*矢印の形状*/
  width: 2px;
  height: 20px;
  background: #222;
  transform: skewX(-31deg); }

.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -5px;
  /*矢印の形状*/
  width: 2px;
  height: 50px;
  background: #222; }

.openbtn1 {
  position: absolute;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: #01567d; }
  @media (min-width: 768px) {
    .openbtn1 {
      position: fixed;
      width: 90px;
      height: 90px; } }

.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%); }

.openbtn1 span:nth-of-type(1) {
  top: 34px; }

.openbtn1 span:nth-of-type(2) {
  top: 44px; }

.openbtn1 span:nth-of-type(3) {
  top: 54px; }

.openbtn1.active span:nth-of-type(1) {
  top: 34px;
  left: 32px;
  background-color: #fff;
  transform: translateY(6px) rotate(-45deg);
  width: 30%; }

.openbtn1.active span:nth-of-type(2) {
  background-color: #fff;
  opacity: 0; }

.openbtn1.active span:nth-of-type(3) {
  background-color: #fff;
  top: 46px;
  left: 32px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%; }

@media (max-width: 767px) {
  .openbtn1 span:nth-of-type(1) {
    top: 24px; }

  .openbtn1 span:nth-of-type(2) {
    top: 34px; }

  .openbtn1 span:nth-of-type(3) {
    top: 44px; }

  .openbtn1.active span:nth-of-type(1) {
    top: 26px;
    left: 24px; }

  .openbtn1.active span:nth-of-type(3) {
    top: 38px;
    left: 24px; } }
#g-nav {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: fixed;
  z-index: 900;
  top: 0;
  right: -120%;
  width: 100%;
  text-align: left;
  height: 100vh;
  transition: all 0.6s; }
  @media (min-width: 961px) {
    #g-nav {
      background: rgba(69, 62, 57, 0.5); } }

#g-nav.panelactive {
  right: 0; }

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 100vh;
  /*表示する高さ*/ }

.g-nav__in {
  border-bottom: none;
  background: #fff; }
  @media (max-width: 960px) {
    .g-nav__in {
      padding-top: 1em;
      margin: 0 auto;
      margin-top: 70px;
      height: 100vh; } }
  @media screen and (min-width: 768px) and (max-width: 960px) {
    .g-nav__in {
      margin-top: 90px; } }
  @media (min-width: 961px) {
    .g-nav__in {
      padding-top: 4em;
      margin-left: auto;
      width: 60%;
      height: 100vh; } }

#g-nav dl {
  z-index: 999;
  height: 86vh;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 960px) {
    #g-nav dl {
      width: 100%; } }
  @media (min-width: 961px) {
    #g-nav dl {
      width: 80%;
      margin-left: 4em; } }
  #g-nav dl dt.no-lev a {
    width: 100%;
    font-weight: bold;
    color: #222;
    padding: .8em 1em .8em .5em;
    display: block;
    text-decoration: none;
    border-bottom: 1px #ddd solid;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s; }
    #g-nav dl dt.no-lev a::after {
      position: absolute;
      top: 0.5em;
      right: 0.5em;
      font-family: "Material Symbols Outlined";
      vertical-align: middle;
      content: "\e5cc";
      color: #222;
      font-size: 1.2em;
      -webkit-transition: all .4s;
      transition: all .4s; }
    #g-nav dl dt.no-lev a:hover {
      padding-left: 1em; }
    #g-nav dl dt.no-lev a:hover::after {
      right: 1em; }
  #g-nav dl dt.btn_nav-lv1 {
    padding: .8em 1em .8em .5em;
    position: relative;
    cursor: pointer;
    border-bottom: 1px #ddd solid;
    font-weight: bold; }
    #g-nav dl dt.btn_nav-lv1::after {
      font-family: "Material Symbols Outlined";
      vertical-align: middle;
      content: "\e145";
      position: absolute;
      right: 0.8em; }
  #g-nav dl dt.close::after {
    content: "\e15b"; }
  #g-nav dl dd {
    display: none;
    background: #efefef;
    border-bottom: 1px #ddd solid; }
    #g-nav dl dd li {
      position: relative;
      margin-left: 1em; }
      #g-nav dl dd li a {
        text-decoration: none;
        font-weight: 500;
        width: 100%;
        display: inline-block;
        padding: .8em;
        -webkit-transition: all .4s;
        transition: all .4s; }
        #g-nav dl dd li a::after {
          font-family: "Material Symbols Outlined";
          vertical-align: middle;
          content: "\e5cc";
          position: absolute;
          right: .5em;
          -webkit-transition: all .4s;
          transition: all .4s; }
        #g-nav dl dd li a:hover {
          padding-left: 1.2em; }
        #g-nav dl dd li a:hover::after {
          right: 1em; }
      #g-nav dl dd li:not(:last-child) {
        border-bottom: 1px #ddd solid; }

.g-nav__fc {
  width: 99%;
  margin: 1em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
  .g-nav__fc li {
    width: 30%; }
    .g-nav__fc li a {
      width: 100%;
      display: block;
      text-align: center;
      padding-block: 10px;
      background: #01567d;
      color: #fff;
      text-decoration: none;
      border-radius: 8px;
      font-size: 0.9375rem; }
  @media (min-width: 961px) {
    .g-nav__fc {
      width: 80%;
      margin-left: 4em; } }

#global-head {
  width: 100%;
  height: 70px;
  background: #fff;
  /* tab-pc */ }
  @media (max-width: 767px) {
    #global-head {
      position: fixed;
      z-index: 999;
      box-shadow: 0 3px 8px 0 rgba(69, 62, 57, 0.3); } }
  @media screen and (min-width: 768px) {
    #global-head {
      width: 200px;
      min-height: 100%;
      xoverflow: auto;
      height: auto;
      z-index: 900;
      height: 100%;
      position: fixed; } }

#site-logo {
  /* tab-pc */ }
  @media (max-width: 767px) {
    #site-logo {
      padding: 0.5em 0.5em 0em 1em;
      width: 200px; } }
  @media screen and (min-width: 768px) {
    #site-logo {
      padding: 1.5em 1em; } }

.R-shadow {
  /* tab-pc */ }
  @media screen and (min-width: 768px) {
    .R-shadow {
      -webkit-box-shadow: 8px 0px 8px -1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 8px 0px 8px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 8px 0px 8px -1px rgba(0, 0, 0, 0.2); } }

#sidebar {
  width: 200px;
  height: 100%;
  position: fixed;
  color: #333;
  background: #fff;
  text-align: center; }

#global-nav ul {
  list-style: none;
  margin-left: 0;
  font-family: "Zen Kaku Gothic New", sans-serif; }

#global-nav > ul > li {
  position: relative;
  border-bottom: 1px solid #588ba2; }

#global-nav > ul {
  border-top: 1px solid #588ba2; }

#global-nav a {
  color: #fff;
  background: #01567d;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  -moz-transition: background-color .3s linear;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear; }

#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
  color: #fff;
  background: #2c9fc8; }

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
  width: 260px;
  background: #282828; }

/* sub-menu icon */
#global-nav .sub-menu-head {
  position: relative; }

#global-nav .sub-menu-head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* sub-menu */
#global-nav .sub-menu-nav {
  position: fixed;
  background: #282828;
  color: #fff;
  top: 0;
  padding-top: 90px;
  left: 200px;
  width: 0;
  height: 100%;
  overflow: hidden;
  -moz-transition: width .2s ease-out;
  -webkit-transition: width .2s ease-out;
  transition: width .2s ease-out; }

#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
  border-color: #588ba2; }

#global-nav .sub-menu-nav a {
  color: #fff; }

#global-nav .sub-menu-nav a:hover {
  color: #fff;
  background: #2c9fc8; }

#global-nav #btn-reservation a {
  background: #9f2230; }
  #global-nav #btn-reservation a span {
    padding-left: 1.2em;
    position: relative; }
    #global-nav #btn-reservation a span::before {
      font-family: "Material Symbols Outlined";
      vertical-align: middle;
      content: "\f540";
      color: #fff;
      position: absolute;
      top: 0;
      left: 0px; }
  #global-nav #btn-reservation a:hover {
    background: #e33d4f; }

#site-logo {
  position: relative;
  z-index: 999; }

/* sp */
@media screen and (max-width: 767px) {
  #main-in {
    padding-left: 0; }

  #sidebar {
    /*display: none;*/
    position: fixed;
    right: -300px;
    top: 0;
    height: 100%;
    width: 300px;
    color: #333;
    background: #fff;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }

  #global-nav .sub-menu-head:after,
  #global-nav .sub-menu-nav {
    display: none; }

  /* z-index */
  .overlay {
    z-index: 200; }

  #sidebar {
    z-index: 300; } }
@media screen and (max-width: 400px) {
  #sidebar {
    right: -200px;
    width: 200px;
    padding-top: 60px; }

  .open #sidebar {
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }
/* tab-pc */
@media screen and (min-width: 768px) {
  #sub-head {
    font-family: "Zen Kaku Gothic New", sans-serif;
    z-index: 999;
    height: 42px;
    line-height: 42px;
    background: #292929;
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%; }

  #sub-head a {
    font-weight: 400;
    padding: 0 1.3em;
    text-decoration: none;
    color: #fff; }

  #sub-head a:hover {
    opacity: 0.6; }

  #sub-head ul {
    display: flex;
    justify-content: flex-end; }

  #Subnav li a {
    border-left: 1px solid #fff; }

  #Subnav li:first-child a {
    border-left: none; } }
.spFooter-btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 100%;
  position: sticky;
  bottom: 0;
  z-index: 1005; }
  @media (min-width: 768px) {
    .spFooter-btn {
      display: none !important; } }
  .spFooter-btn ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch; }
    .spFooter-btn ul li {
      border: 3px solid #9f2230;
      width: 50%; }
      .spFooter-btn ul li a {
        width: 100%;
        display: block;
        height: 60px;
        line-height: 60px;
        padding-left: 2.5em;
        text-decoration: none;
        font-size: 1.125rem;
        text-align: center; }
  .spFooter-btn__web {
    background: #9f2230; }
    .spFooter-btn__web a {
      color: #fff; }
      .spFooter-btn__web a span {
        position: relative; }
        .spFooter-btn__web a span::before {
          font-size: 1.875rem;
          font-family: "Material Symbols Outlined";
          vertical-align: middle;
          content: "\f540";
          color: #fff;
          position: absolute;
          top: -15px;
          left: -35px; }
  .spFooter-btn__tel {
    background: #ffedef; }
    .spFooter-btn__tel a span {
      color: #9f2230;
      position: relative; }
      .spFooter-btn__tel a span::before {
        font-size: 1.875rem;
        font-family: "Material Symbols Outlined";
        vertical-align: middle;
        content: "\f2da";
        color: #9f2230;
        position: absolute;
        top: -15px;
        left: -35px; }

body {
  position: relative;
  line-height: 1.5rem;
  font-family: "Noto Sans JP", sans-serif; }

.base-cont {
  width: 100%; }
  @media (min-width: 961px) {
    .base-cont {
      width: calc(100% - 90px); } }

/* ---------------------------スライダー設定 */
.swiper-wrap {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden; }

@keyframes zoom-in {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoom-in 10s linear 0s 1 normal both; }

.swiper-slide {
  position: relative; }
  .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.2); }

.slide-text {
  z-index: 200;
  position: absolute;
  top: 30%;
  left: 50%;
  font-size: 1.4375rem;
  font-family: serif;
  font-weight: bold;
  line-height: 1.5em;
  text-shadow: 2px 2px 8px #000;
  color: #fff;
  width: 90%;
  transform: translate(-50%, -50%); }
  @media (min-width: 1600px) {
    .slide-text {
      font-size: 2.5rem; } }

.slide-img img {
  object-fit: cover;
  height: 100vh;
  height: 100dvh;
  width: 100vw;
  margin-bottom: -70px; }
  @media (min-width: 768px) {
    .slide-img img {
      margin-bottom: -42px; } }

.heroimage-logo {
  width: 300px;
  max-width: 500px;
  margin-inline: auto;
  margin-bottom: 2vh; }

.open {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center; }

.open-day {
  color: #222;
  text-shadow: 0 0 20px #fff;
  font-size: 1.25rem;
  letter-spacing: 0.1em; }

.open-main {
  color: #222;
  font-weight: normal;
  text-shadow: 0 0 20px #fff;
  line-height: 5.5rem;
  display: block;
  font-size: 3.125rem;
  letter-spacing: 0.05em; }

.open-acccess {
  font-weight: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  width: 300px;
  margin-top: 5%;
  padding: 0.6rem 0.6rem 0.8rem;
  line-height: 1;
  text-align: center;
  background: #01567d;
  color: #fff;
  font-size: 1.125rem;
  margin-inline: auto; }

.open-acccess span {
  display: block; }

@media (min-width: 1600px) {
  .open-day {
    font-size: 2.5rem;
    text-shadow: 1px 1px 20px #fff, -1px -1px 20px #fff; }

  .open-main {
    line-height: 8rem;
    font-size: 6.875rem; }

  .open-acccess {
    font-size: 1.25rem;
    margin-top: 1rem; } }
.swiper-button-prev::after, .swiper-button-next::after {
  color: #01567d; }

.swiper-slide {
  position: relative; }

.swiper-slide::after {
  opacity: .5;
  content: '';
  background: url("img/cont/overlays/02.png") center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* ---------------------------トップピックアップ */
.top-circles {
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 100; }
  .top-circles__wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #acd7ea; }
  .top-circles__item {
    width: 50%;
    padding: 1rem 0;
    font-size: 1.0625rem;
    text-decoration: none;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: center;
    background: #2b9fc8;
    border: 1px solid #acd7ea; }
    @media (min-width: 961px) {
      .top-circles__item {
        padding: 2rem 0;
        width: 14.2857%; } }
    .top-circles__item:hover {
      opacity: 0.7; }
  @media (max-width: 960px) {
    .top-circles__item:last-child {
      width: 100%; } }

.cont-titarea {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2rem; }
  .cont-titarea:before {
    content: '';
    width: 10px;
    height: 100px;
    background-color: #01567d;
    position: absolute;
    bottom: -10px;
    left: 0; }

.toptit-main {
  font-family: "Poppins", sans-serif;
  color: #01567d;
  font-weight: bold;
  font-size: 3rem; }

.toptit-sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4b4b4b;
  font-size: 1.2rem;
  margin-top: 1.5rem; }

/* ---------------------------お知らせ */
.news-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 6rem 0; }
  @media (min-width: 961px) {
    .news-wrap {
      padding: 10rem 0; } }

@media (max-width: 960px) {
  .info-titArea {
    margin-bottom: 2em; }
    .info-titArea h2 {
      line-height: 1.2; } }
@media (min-width: 961px) {
  .info-titArea {
    width: 30%;
    min-width: 230px; } }

.text {
  position: relative; }

.news-list {
  margin-bottom: 20px; }
  @media (min-width: 961px) {
    .news-list {
      width: 70%; } }
  .news-list__box {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px #ddd solid; }
    .news-list__box ul {
      width: 250px; }
    .news-list__box li {
      display: inline; }
    .news-list__box li.post-cat {
      font-size: 0.8125rem;
      margin-left: 1rem; }
      .news-list__box li.post-cat span {
        width: 9em;
        text-align: center;
        display: inline-block;
        color: #fff;
        background: #b0985d; }
    @media (min-width: 961px) {
      .news-list__box {
        padding: 20px 10px; } }
  @media (max-width: 767px) {
    .news-list__box ul {
      width: 100%; }
    .news-list__box h3 {
      width: 100%; } }
  @media (min-width: 961px) {
    .news-list__box {
      flex-wrap: wrap; }
      .news-list__box ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: nowrap;
        width: 250px; } }

@media (min-width: 768px) {
  .info-wrap .news-list__box {
    flex-wrap: wrap; }
  .info-wrap .news-list__box h3 {
    width: calc(100% - 270px); } }

/* ---------------------------受診のご案内 */
.guide-wrap {
  background: #efefee;
  padding: 6rem 0; }
  @media (min-width: 961px) {
    .guide-wrap {
      padding: 10rem 0; } }

.guide-tit {
  border-top: 45px solid #ebe9e3; }
  .guide-tit img {
    width: 100%; }

.guide-wrap_box {
  background: #fff;
  border-radius: 20px;
  margin-top: 3rem; }
  .guide-wrap_box__in {
    width: 90%;
    margin: 0 auto;
    padding: 2.5rem 0; }
    .guide-wrap_box__in h4 {
      font-size: 1.5625rem;
      text-align: center; }

.guide-wrap_tit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5625rem;
  border-bottom: 1px solid #b9b9b9;
  position: relative;
  padding: 1rem 1rem 1rem 3rem;
  margin-bottom: 2rem; }
  .guide-wrap_tit:before {
    content: '';
    width: 30px;
    height: 10px;
    background-color: #e2e2e2;
    position: absolute;
    bottom: 20px;
    left: 0px; }

.clinic-timetb {
  width: 100%;
  font-size: 1.0625rem;
  margin-bottom: 1.5em; }
  .clinic-timetb th, .clinic-timetb td {
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px; }
  .clinic-timetb thead {
    background: #edf3f6; }
    .clinic-timetb thead th, .clinic-timetb thead td {
      background: #f5f5f5; }
  .clinic-timetb tbody td {
    color: #01567d; }
    .clinic-timetb tbody td span {
      color: #222; }
  .clinic-timetb td {
    background: #fff; }
  @media (min-width: 961px) {
    .clinic-timetb {
      font-size: 1.25rem; } }

.box-line {
  background: #edf3f6;
  padding: 1.5rem; }
  @media (min-width: 961px) {
    .box-line__txt {
      width: 80%; }
    .box-line__img {
      width: 15%; } }

/* ---------------------------ピックアップ */
.pickup-wrap {
  padding: 6rem 0;
  background: url("img/cont/bg-pu.svg");
  background-position: 120% 10%;
  background-repeat: no-repeat;
  background-size: 50%;
  margin-bottom: 5em; }
  @media (min-width: 961px) {
    .pickup-wrap {
      padding: 10rem 0; } }
  @media (min-width: 961px) {
    .pickup-wrap {
      margin-bottom: 7em; } }

.pickup-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
  .pickup-area__box {
    width: 30.333%;
    margin-bottom: 2em;
    padding-bottom: 1.8em;
    position: relative; }
  .pickup-area figure {
    text-align: center;
    margin-block: .8em;
    border: 7px solid #ebe9e3; }
  .pickup-area h3 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    padding-left: 2.5rem;
    font-size: 1.5rem;
    margin-bottom: .3em;
    position: relative; }
    .pickup-area h3::before {
      font-size: 1.25rem;
      background: #01567d;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      border-radius: 50px;
      font-family: "Material Symbols Outlined";
      vertical-align: middle;
      content: "\e5cc";
      color: #fff;
      position: absolute;
      top: 0;
      left: 3px; }
    .pickup-area h3 a {
      text-decoration: none;
      color: #000; }
  @media (max-width: 767px) {
    .pickup-area__box {
      width: 96%;
      margin: 0 auto 2em; } }
  @media screen and (min-width: 768px) and (max-width: 1279px) {
    .pickup-area__box {
      width: 48%;
      margin: 0 auto 2em; } }

/* ---------------------------当院の特徴 */
.features-wrap {
  margin-top: -150px; }
  .features-wrap__in {
    overflow: hidden;
    padding: 6rem 0;
    margin-bottom: 0px;
    position: relative; }
    @media (min-width: 961px) {
      .features-wrap__in {
        padding: 10rem 0; } }
    .features-wrap__in::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #7CA6C5;
      transform: skewY(-4deg) translateY(90px);
      z-index: -1; }
    .features-wrap__in::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #f3fbfe;
      transform: skewY(4deg) translateY(90px);
      z-index: -1; }
  .features-wrap .cont-titarea {
    margin-top: 6rem; }

.ftr-area {
  width: 100%;
  margin-bottom: 3rem;
  width: 100%; }
  @media (min-width: 961px) {
    .ftr-area {
      margin-bottom: 10rem;
      display: flex; } }
  .ftr-area picture {
    width: 100%; }
    .ftr-area picture img {
      width: 100%; }
    @media (min-width: 961px) {
      .ftr-area picture {
        width: 50%; } }
  .ftr-area__in {
    position: relative;
    background: #fff;
    box-shadow: 4px 2px 6px rgba(69, 62, 57, 0.3); }
    .ftr-area__in h2 {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-size: 1.875rem;
      text-align: center !important;
      line-height: 3rem;
      margin-bottom: 2em;
      padding-top: 1em; }
      .ftr-area__in h2 span {
        font-family: "Poppins", sans-serif;
        padding-bottom: 0.2em;
        color: #01567d;
        font-size: 3.75rem;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -30px; }
        .ftr-area__in h2 span::before {
          position: absolute;
          content: "";
          bottom: -10px;
          left: 0;
          width: 100%;
          height: 8px;
          background-color: #01567d; }
      @media (max-width: 767px) {
        .ftr-area__in h2 {
          font-size: 1.625rem;
          text-align: left; } }
  @media (max-width: 960px) {
    .ftr-area__in {
      width: 100%;
      padding: 3em 2em; } }
  @media screen and (min-width: 768px) and (max-width: 960px) {
    .ftr-area picture {
      width: 100%;
      height: 250px;
      object-fit: cover; } }
  @media (min-width: 961px) {
    .ftr-area__in {
      width: 50%;
      margin-top: 10em;
      padding: 3em 4em !important;
      position: relative; } }

@media (min-width: 961px) {
  .ftr-area:nth-child(even) {
    flex-direction: row-reverse; } }

@media (min-width: 961px) {
  .ftr-area:nth-child(even) .ftr-area__in {
    padding-right: 0;
    margin-right: -5%;
    /* テキストと画像を5%重ねる */ } }

@media (min-width: 961px) {
  .ftr-area:nth-child(odd) .ftr-area__in {
    padding-left: 0;
    margin-left: -5%;
    /* テキストと画像を5%重ねる */ } }

.features-dc__date dt {
  border-left: 5px solid #ccc;
  font-size: 1.125rem;
  padding-left: 0.5rem; }
.features-dc__date dd {
  margin: 0.5rem 0 1.5rem 1rem;
  font-size: 1.4375rem; }

/* ---------------------------バナーエリア */
.bnr-area {
  border-top: 1px dashed #000; }
  .bnr-area__in {
    margin: 0 auto;
    padding: 3em 0; }
    .bnr-area__in li {
      border: 1px solid #ccc;
      text-align: center;
      height: 80px;
      line-height: 80px; }
      .bnr-area__in li a {
        text-decoration: none;
        display: block; }

.eq-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-top: 3.5rem; }
  .eq-list__img {
    width: 100%;
    margin-bottom: 1rem; }
  .eq-list__txt {
    width: 100%; }
    .eq-list__txt h4 {
      font-size: 1.3125rem;
      margin-bottom: 1rem;
      color: #9f2230; }
      .eq-list__txt h4 span {
        display: block;
        margin-top: 0.3rem;
        font-size: 1.125rem; }
  @media (min-width: 961px) {
    .eq-list__img {
      width: 30%; }
    .eq-list__txt {
      width: 65%; } }
  .eq-list:nth-child(even) {
    flex-direction: row-reverse;
    /*左右入れ替え*/ }

.greet-wrap {
  justify-content: space-between;
  background: #edf3f6;
  border-radius: 10px;
  padding: 0.5rem; }
  @media (min-width: 961px) {
    .greet-wrap {
      padding: 2rem; } }
  .greet-wrap__text {
    padding: 1rem; }
    .greet-wrap__text p {
      line-height: 2rem; }
  .greet-wrap__name {
    margin-bottom: 3rem; }
    .greet-wrap__name h3 {
      padding-left: 2rem;
      position: relative;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-size: 1.875rem;
      margin-bottom: 0.6rem;
      border-bottom: 1px solid #aaa;
      padding-bottom: 0.8rem; }
      .greet-wrap__name h3 span {
        text-indent: 5.2rem;
        padding-top: 0.3rem;
        display: block;
        font-size: 0.75rem; }
      .greet-wrap__name h3::after {
        content: "●";
        color: #2b9fc8;
        font-size: 0.625rem;
        position: absolute;
        top: 0px;
        left: 10px;
        margin-right: 0.3em; }
    .greet-wrap__name p {
      font-size: 1.25rem;
      text-align: right;
      font-family: "Poppins", sans-serif;
      color: #999; }
  .greet-wrap__img {
    text-align: center;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .greet-wrap__img {
        width: 300px; } }
  @media (min-width: 961px) {
    .greet-wrap {
      flex-flow: row-reverse; }
      .greet-wrap__img {
        width: 35%; }
      .greet-wrap__text {
        padding: 1rem;
        width: 60%; } }

.treatFbtn dt {
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  margin-bottom: 1em; }
  .treatFbtn dt:before, .treatFbtn dt:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc; }
  .treatFbtn dt:before {
    margin-right: 1rem; }
  .treatFbtn dt:after {
    margin-right: 1rem; }
.treatFbtn ul li a {
  background: #fff;
  border: 1px #01567d solid;
  position: relative;
  padding: 0.6em;
  -webkit-transition: all .4s;
  transition: all .4s;
  color: #01567d;
  display: block;
  text-decoration: none; }
  .treatFbtn ul li a:hover {
    color: #fff;
    background: #01567d; }
    .treatFbtn ul li a:hover::before {
      border-right: 3px solid #fff;
      border-top: 3px solid #fff; }
  .treatFbtn ul li a::before {
    border-right: 3px solid #01567d;
    border-top: 3px solid #01567d;
    bottom: 0;
    content: "";
    height: 7px;
    width: 7px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    transform: rotate(45deg); }
@media (min-width: 961px) {
  .treatFbtn ul li {
    margin-bottom: 1rem; } }

.st-catch {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.125rem;
  line-height: 2rem;
  padding: 1em; }

.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px; }

.flow_design03 ul {
  padding: 0; }

.flow_design03 li {
  list-style-type: none; }

.flow_design03 dd {
  margin-left: 0; }

.flowbox {
  position: relative; }

.flowbox::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px; }

.flowbox > li {
  position: relative;
  margin-bottom: 2rem; }

.flow03 > li:not(:last-child) {
  margin-bottom: 60px; }

.flowbox > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #01567d;
  display: inline-block;
  margin-right: 0.3em; }

.flowbox > li dl {
  padding-left: 40px;
  position: relative; }

.flowbox > li dl::before,
.flowbox > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px; }

.flowbox > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #01567d;
  border-radius: 50%;
  left: -4px; }

.flowbox > li dl::after {
  width: 25px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px; }

.flowbox > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #01567d;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center; }

.qa-1 {
  margin-bottom: 7px;
  border: 1px solid #d6dde3;
  border-radius: 5px; }

.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  cursor: pointer;
  background: #F0F0F0; }

.qa-1 summary::before,
.qa-1 p::before {
  position: absolute;
  left: 1em;
  font-size: 1.3em; }

.qa-1 summary::before {
  color: #01567d;
  content: "Q"; }

.qa-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #01567d;
  border-right: 3px solid #01567d;
  content: '';
  transition: transform .5s; }

.qa-1[open] summary::after {
  transform: rotate(225deg); }

.qa-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  transition: transform .5s, opacity .5s; }

.qa-1[open] p {
  transform: none;
  opacity: 1;
  padding-top: 1rem; }

.qa-1 p::before {
  color: #222;
  line-height: 1.2;
  content: "A"; }

.Tbtn-Area li {
  margin: 2%; }
  @media (min-width: 961px) {
    .Tbtn-Area li {
      width: 46%;
      text-align: center; } }

.cl-btnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch; }
  .cl-btnArea li {
    position: relative;
    width: 48%;
    margin: 1%; }
    @media (min-width: 961px) {
      .cl-btnArea li {
        width: 23%; } }
    .cl-btnArea li a::before {
      transform: rotate(135deg); }

.cl-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 2px solid #ccc;
  padding: 0.8rem 0 1.2rem 0; }
  .cl-list:first-of-type {
    border-top: 2px solid #ccc; }
  .cl-list__img {
    width: 100%;
    text-align: center; }
  .cl-list__txt {
    width: 100%; }
  .cl-list__maker {
    font-size: 0.875rem;
    margin: 0 !important; }
  .cl-list__name {
    font-size: 1.25rem;
    margin: 0.5rem 1rem 1rem 0;
    position: relative;
    padding-left: 0.7rem; }
    .cl-list__name::after {
      content: "";
      background: #9f2230;
      width: 5px;
      height: 100%;
      position: absolute;
      top: 2px;
      left: 0px; }
  .cl-list__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 1rem;
    padding: 1rem 0;
    border-bottom: 1px dashed #ccc; }
  @media (min-width: 961px) {
    .cl-list__img {
      width: 30%;
      margin-right: 5%; }
    .cl-list__txt {
      width: 65%; } }

[class^="cltype-"] {
  padding: 0 1rem;
  margin-right: 0.5rem; }

.cltype-1d {
  color: #fff;
  background: #48C7C8; }

.cltype-2w {
  color: #fff;
  background: #EB9130; }

.cltype-1m {
  color: #fff;
  background: #339FF3; }

.cltype-myopia {
  color: #68CB41;
  border: 1px solid #68CB41; }

.cltype-sighted {
  color: #8E58E1;
  border: 1px solid #8E58E1; }

.cltype-toric {
  color: #BF2124;
  border: 1px solid #BF2124; }

.cltype-mf {
  color: #222;
  border: 1px solid #222; }

.oldnews-list__ttl {
  font-size: 1.25rem;
  background: #EDEDED;
  cursor: pointer;
  text-align: center;
  padding: 0.6rem;
  border-radius: 4px; }
.oldnews-list__cont {
  xdisplay: none;
  /* アコーディオン用。長くなったら掲載 */ }
