@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Maru+Gothic&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #333;
  --color-primary: #26A7E1;
  --color-primary-shade: #EBF9FF;
  --color-primary-tint: ;
  --color-secondary: #87CEEB;
  --color-secondary-tint: ;
  --color-table-border: #EBEBEB;
  --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: 'Noto Sans JP', sans-serif;
  --content-max-width: 1240px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #fff;
  --header-color-font: #333;
  --header-color-primary: #26A7E1;
  --header-secondary: #EBF9FF;
  --header-color-primary-shade: ;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #87CEEB;
  --footer-color-font: #fff;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: 'Noto Sans JP', sans-serif;
  --font-family02: "Zen Maru Gothic", serif;
  --font-family03: "Poppins", sans-serif;
  --font-family04: ;
}

/*--メディアクエリ--------------------------------------------*/
@media print,
screen and (min-width: 1024px) {}

@media print,
screen and (max-width: 1023px) {}

@media print,
screen and (min-width: 769px) {}

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

/*--全体の設定--------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

/* #content,
body:not(.home) #content.wide {
  padding: var(--px100w) 0 0;
} */

/*--アンカーリンク--------------------------------------------*/
.anchor-link_contents {
  margin-top: -80px !important;
  padding-top: 80px !important;
}

.anchor-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-weight: bold;
  color: var(--color-primary-shade);
  max-width: 370px;
  width: 100%;
  border-radius: 50em;
  padding: var(--px20) var(--px40);
  position: relative;
  border: 1px solid var(--color-primary-shade);

  &::before,
  &::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 7px);
    right: 30px;
    width: 2px;
    height: 14px;
    border-radius: 9999px;
    background-color: var(--color-primary-shade);
    transform-origin: 50% calc(100% - 1px);
  }

  &::before {
    transform: rotate(45deg);
  }

  &::after {
    transform: rotate(-45deg);
  }

  &:hover {
    background-color: var(--color-primary-tint);
    color: var(--color-primary-shade);
  }

  &.anchor-link--special {
    max-width: 540px;
    width: 100%;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #fff;

    &::before,
    &::after {
      background-color: #fff;
    }

    &:hover {
      background: var(--color-primary-tint);
      color: var(--color-primary);

      &::before,
      &::after {
        background-color: var(--color-primary);
      }
    }
  }
}

@media print,
screen and (max-width: 768px) {
  .anchor-link {

    &::before,
    &::after {
      content: "";
      position: absolute;
      bottom: calc(50% - 5px);
      right: 20px;
      width: 2px;
      height: 10px;
      border-radius: 9999px;
      transform-origin: 50% calc(100% - 1px);
    }
  }
}

/*--表示の切り替え--------------------------------------------*/

body:not(.page.home) .top-news {
  display: none;
}

/*--お知らせ　下線--------------------------------------------*/
.postlist li {
  border-top: 1px solid #ddd;
}

.postlist li:last-child {
  border-bottom: 1px solid #ddd;
}

/*--fvの比率調整--------------------------------------------*/
#mainImg img {
  width: 100% !important;
  height: auto;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor--bg-light-blue {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
  background-color: #EBF9FF;
}

.widecolor--bg-blue-yellow {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
  background: linear-gradient(135deg, #87ceeb 67%, #fff9a0 100%);
}

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

  .widecolor--bg-primary-shade {
    padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) 0 min(calc(150px + (1vw - 19.2px) * 3.2362), 150px) 0;
    /* 120-80px (1920-375) */
  }
}

.post .widecolor>h2:first-child {
  margin-top: 0 !important;
}

.widearea {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
}

#content,
body:not(.home) #content.wide {
  margin: 0 auto;
}

body.page.page-id-6199 #content.wide {
  padding: 0;
}

body.page.page-id-6199 #breadcrumb {
  background: #fdf9ea;
}

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

  #content,
  #content.wide {
    width: 100%;
  }

  .content_inner {
    width: 100%;
  }
}


/*----------------------------------------------
  utility
----------------------------------------------*/
/*---------コンテンツ幅-----------*/
.max_w930 {
  max-width: 930px;
}

.max_w1650 {
  max-width: 1650px;
}

.w100 {
  width: 100%;
}

.block {
  display: block;
}

/*---------余白-----------*/
.pt04 {
  padding-top: .4em !important;
}


/*---------背景-----------*/
.bg_white {
  background: var(--color-background) !important;
}

.bg_primary {
  background: var(--color-primary) !important;
}

.bg_secondary {
  background: var(--color-secondary) !important;
}

.bg_light-blue {
  background-color: #EBF9FF;
}

.bg_blue-yellow {
  background: linear-gradient(135deg, #87ceeb 67%, #fff9a0 100%);
}

.bg_yellow {
  background: #FFFF00 !important;
}


/*---------文字色-----------*/
.fc_primary {
  color: var(--color-primary) !important;
}

.fc_secondary {
  color: var(--color-secondary) !important;
}

.fc_lightgreen {
  color: #ADD366 !important;
}

.fc_white {
  color: var(--color-background) !important;
}

.fc_red {
  color: #E80303;
}

.fc_black {
  color: var(--color-font) !important;
}

.fc_green {
  color: #22C1A2 !important;
}


/*---------文字-----------*/
.f-family02 {
  font-family: var(--font-family02);
}

.txt_under-line {
  border-bottom: 1px solid var(--color-background);
}

.txt_no-wrap {
  white-space: nowrap;
}


/*---------grid-----------*/
.gridarea {
  display: grid;
}


/*---------フォントサイズ-----------*/
.fz14 {
  font-size: 14px !important;
}

.fz18 {
  font-size: var(--rem18) !important;
}

.fz28 {
  font-size: var(--rem28);
  line-height: 1.2;
}

.fz20 {
  font-size: var(--rem20);
}

.fz24 {
  font-size: var(--rem24);
}

.fz30 {
  font-size: var(--rem30);
}

.fz48 {
  font-size: var(--rem48);
}

.fz40 {
  font-size: var(--rem40);
}

.fz60 {
  font-size: var(--rem60);
}

@media screen and (max-width: 450px) {
  .sp-fz48 {
    font-size: var(--rem48) !important;
  }

  .sp-w60 {
    width: 60% !important;
  }

  .sp-w20 {
    width: 20% !important;
  }

  .sp-fz10 {
    font-size: 10px !important;
  }

}

/*---------リンク-----------*/

/*---------gap-----------*/
.gap1 {
  gap: 1%;
}

/*---------border-radius-----------*/
.r-120 {
  border-radius: var(--rem120);
}

/*---------line-height-----------*/
.lh1 {
  line-height: 1;
}

.lh2 {
  line-height: 2;
}

/*---------蛍光-----------*/
.marker.yellow {
  background: linear-gradient(transparent 60%, #FFFFBD 60%);
}

/*---------sp表示-----------*/
@media screen and (max-width: 450px) {
  .sp-txt_l {
    text-align: left !important;
  }

  .sp-txt_c {
    text-align: center !important;
  }
}

/*----------------------------------------------
  title
----------------------------------------------*/
h1.title,
.post h1,
header#h1Header h1.title {
  font-size: var(--rem48);
  display: none;
}

#thumbImg::before,
header#h1Header::before {
  background: transparent;
}

.post h3 {
  font-size: var(--rem24);
  border-bottom: 1px solid #CECECE;
}

.post h1,
h1,
.post h2,
h2,
.post h3,
h3,
.post h4,
h4,
.post h5,
h5,
p,
div,
span {

  /*---------top-main-title-----------*/
  &.top-main-title {
    display: grid;
    font-family: var(--font-family02);
    font-size: var(--rem60);
    font-weight: 600;
    text-align: left;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 var(--rem20);
    margin: 0 auto var(--rem30);
    border: none;
    background: transparent;

    .title-img {
      display: inline-block;
      max-width: 96px;

      img {
        width: 100%;
      }
    }

    &::before,
    &::after {
      content: none;
    }

    &.top-main-title--center {
      justify-content: center;
    }

    &.top-main-title--white {
      color: var(--color-background);
    }
  }

  /*---------top-secondary-title-----------*/
  &.top-secondary-title {
    font-family: var(--font-family02);
    font-size: var(--rem60);
    margin-bottom: var(--rem20);
    border: none;
    text-align: center;
    color: var(--color-font);
    font-weight: bold;
    color: var(--color-background);

    &::before,
    &:after {
      content: none;
    }
  }

  /*---------page-main-title-----------*/
  &.page-main-title {
    font-family: var(--font-family02);
    font-size: var(--rem42);
    font-weight: bold;
    text-align: center;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: 0 auto var(--rem40);
    border: none;
    background: transparent;

    &::before,
    &::after {
      content: none;
    }
  }

  /*---------page-secondary-title-----------*/
  &.page-secondary-title {
    font-family: var(--font-family02);
    font-size: var(--rem28);
    font-weight: bold;
    text-align: left;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    margin: 0 0 var(--rem20);
    border-bottom: 1px solid var(--color-font);

    &::before,
    &::after {
      content: none;
    }
  }

  &.title-point {
    padding: 0;
    color: var(--color-primary);
    font-size: var(--rem28);

    span {
      display: block;
    }

    .subtxt {
      font-size: var(--rem32);
      color: var(--color-font);
    }

    &::before,
    &::after {
      content: none;
    }
  }

  /*---------page-third-title-----------*/
  &.page-third-title {
    background: var(--color-primary);
    color: var(--color-background);
    font-size: var(--rem40);
    border: none;

    &::before,
    &:after {
      content: none;
    }
  }
}


@media print,
screen and (max-width: 550px) {

  .post h1,
  h1,
  .post h2,
  h2,
  .post h3,
  h3,
  .post h4,
  h4,
  .post h5,
  h5,
  p,
  div,
  span {}
}

@media print,
screen and (max-width: 450px) {

  .post h1,
  h1,
  .post h2,
  h2,
  .post h3,
  h3,
  .post h4,
  h4,
  .post h5,
  h5,
  p,
  div,
  span {
    &.top-main-title {

      .title-img {
        max-width: 56px;
      }
    }
  }

}

@media print,
screen and (max-width: 375px) {

  .post h1,
  h1,
  .post h2,
  h2,
  .post h3,
  h3,
  .post h4,
  h4,
  .post h5,
  h5,
  p {

    /*---------txtstyle01-----------*/
  }
}

/*----------------------------------------------
  read_txt
----------------------------------------------*/
.read_txt {
  font-size: var(--rem24);
  text-align: center;
  letter-spacing: .1rem;
  line-height: 2;
  margin: 0;
}

/*----------------------------------------------
  cta
----------------------------------------------*/
.cta01 {
  position: relative;
  z-index: 0;
}

.cta01 .cta01_wrap {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  padding: var(--px80);
}

.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 1240px;
  margin: var(--px50) auto 0 auto;
}

.cta01 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}

.cta01 a.item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px30) 0;
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  transition: all ease .15s;
}

.cta01 a.item:hover {
  opacity: 0.8;
}

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

  .cta01 .cta01_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .cta01 .ctabtnlist li,
  .cta01 .ctabtnlist a.item {
    width: 100%;
  }

  .cta01 .ctabtnlist li+li {
    margin-top: 1rem;
  }
}

/*ボタン共通パーツ*/

.cta01 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}

.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: 400;
}

/*電話ボタン*/

.cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
}

.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
}

.cta01 a.telbtn {
  background: var(--color-background);
  color: var(--color-primary);
  border-radius: 50em;
  box-shadow: 0 6px 10px rgba(73, 128, 151, 0.5);
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: var(--rem24);
}

.cta01 .mailarea.item {
  width: 100%;
  background: var(--color-primary);
  color: var(--color-background);
  border-radius: 50em;
  box-shadow: 0 6px 10px rgba(73, 128, 151, 0.5);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta01 a.mailbtn {
  background: var(--color-background);
  color: var(--color-primary);
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 210px;
  width: 100%;
  border-radius: 50vh;
  padding: 16px;
  margin: 0 auto 1rem auto;
}


/*LINEボタン*/

.cta01 a.linebtn {
  background: #06C755;
  color: #fff;
  border-radius: 50em;
  box-shadow: 0 6px 10px rgba(73, 128, 151, 0.5);
}

.cta01 .linebtn .btnttl {
  font-size: var(--rem24);
}

/*ボタンアイコン*/

.cta01 .telnum::before,
.cta01 .mailbtn::before,
.cta01 .linebtn .btnttl::before {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 5 Free', 'FontAwesome';
  font-weight: 900;
  margin-right: 1rem;
}

.cta01 .telnum::before {
  content: '\f3cd';
}

.cta01 .mailbtn::before {
  content: '\f0e0';
}

.cta01 .linebtn .btnttl::before {
  content: '\f3c0';
  font-weight: 400;
}

@media print,
screen and (max-width: 768px) {
  .cta01 .mailarea.item {
    padding: 10px 0;
  }

  .cta01 a.mailbtn {
    max-width: 280px;
  }
}

/*----------------------------------------------
  fullwide
----------------------------------------------*/
/*---------fullwide01_max1240-----------*/
.fullwide01 {
  position: relative;
  background: url(/wp-content/uploads/top-about-bg.jpg) no-repeat center / cover;
}

.fullwide01_wrap {
  background: rgba(255, 255, 255, 0.9);
  max-width: 1240px;
  width: 94%;
  margin: 0 auto;
  padding: var(--px80);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullwide01_inner {
  max-width: 960px;
}

@media print,
screen and (max-width: 768px) {
  .fullwide01_wrap {
    padding: var(--px80) 5%;
  }
}

/*----------------------------------------------
  table
----------------------------------------------*/
.post table th {
  background: var(--color-secondary);
  color: var(--color-background);
}

.post table td {
  background: #fff;
}

.post table.add_tb01,
table.add_tb01 {
  border-collapse: collapse;
  width: 100%;

  th,
  td {
    width: auto;
    padding: 10px;
    border: solid 1px var(--color-table-border);
    box-sizing: border-box;
  }

  th {
    background: #87CEEB;
    color: var(--color-background);

  }
}


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

  .post table.add_tb01,
  table.add_tb01 {
    width: 100%;

    .head {
      display: none;
    }

    td,
    th {
      display: block;
      width: 100%;
      border-bottom: none;
      padding: 10px !important;
    }

    td.sp-table_bg {
      background: var(--color-secondary);
    }

    td {
      padding: 0px 12px 0 0;
      display: block;
      width: 100%;
      line-height: 2.5;
      text-align: left;
    }

    td:before {
      color: var(--color-font);
      content: attr(data-label);
      font-weight: bold;
      padding: 0px 10px;
      display: inline;
      background-color: var(--color-secondary);
      margin-right: 10px;
      float: left;
    }

    tr:last-child {
      border-bottom: solid 1px #ccc;
    }

  }
}

.v-align {
  vertical-align: middle !important;
}



/*----------------------------------------------
  header
----------------------------------------------*/
#header {

  a.head_btn.tel_btn {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    background: none;
    color: var(--color-font);
    background-color: transparent;

    &::before {
      content: none;
    }

    &:hover {
      opacity: 0.8;
    }
  }

  a.head_btn .header_tel {
    &:before {
      content: '\f095';
      display: inline-block;
      font-family: 'FontAwesome';
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1;
      margin-bottom: .1em;
      margin-right: 5px;
    }
  }

  a.head_btn .header_time {
    &::before {
      content: none;
    }
  }

  a.head_btn.mail_btn {
    &::before {
      content: none;
    }

    >span {
      &:before {
        content: '\f0e0';
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
        margin-right: 5px;
      }
    }
  }

  a.head_btn.line_btn {

    >span {
      &:before {
        content: '\f3c0';
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
        margin-right: 5px;
      }
    }
  }

  /* nav#mainNav ul li a span,
  nav#mainNav ul li.current-menu-item a span {
    color: var(--color-primary);
  } */

  nav#mainNav ul li a:active span,
  nav#mainNav ul li a:hover span,
  nav#mainNav ul li.current-menu-item a span,
  nav#mainNav ul li.current-menu-parent a span {
    color: var(--color-primary);
  }
}

.spmenu #menu p {
  transform: translateX(-50%);
  left: 50%;
  white-space: nowrap;
}

@media print,
screen and (min-width: 1024px) {
  #header ul.header__contact {
    align-items: baseline;
    gap: 5px;
  }

  nav#mainNav ul li a {
    padding: var(--px20) var(--px12);

    &:hover {
      opacity: 0.6;
    }
  }

  #header a.head_btn.line_btn {
    width: 210px;
    height: 60px;
    background: #06C755;
    color: #fff;
    border-radius: 50em;
    box-shadow: 0 6px 10px rgba(73, 128, 151, 0.5);

    &:hover {
      opacity: 0.8;
    }
  }

  #header a.head_btn.mail_btn {
    width: 210px;
    height: 60px;
    background: var(--header-color-primary);
    color: #fff;
    border-radius: 50em;
    box-shadow: 0 6px 10px rgba(73, 128, 151, 0.5);

    &:hover {
      opacity: 0.8;
    }
  }
}

@media print,
screen and (min-width: 1024px) {
  nav#mainNav ul li li {
    background: var(--color-background);
  }
}

/*----------------------------------------------
  footer
----------------------------------------------*/
#footer .footer__logo img {
  max-height: var(--px120);
}

/*----------------------------------------------
  column
----------------------------------------------*/
/*---------column_05-----------*/
.column05 {
  position: relative;
  margin: var(--px60) 0 0;
}

.column05_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 20;
}

.column05_wrap+.column05_wrap {
  margin-top: calc(100px + 70px);
}

.column05 .imgarea {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 60%;
}

.column05 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column05 .txtarea {
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  ;
  background: #fff;
  padding: var(--px80) var(--px40);
  margin: 0 auto -70px -5%;
  z-index: 10;
}

.column05 .txtarea .txtinner {
  max-width: 540px;
}

@media print,
screen and (min-width: 1024px) {

  /*左右反転*/
  .column05_wrap+.column05_wrap {
    margin-top: calc(100px + 70px);
  }

  .column05_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .column05_wrap.rev .txtarea {
    margin: 0 -5% -70px auto;
  }
}

@media print,
screen and (max-width: 1023px) {
  .column05_wrap+.column05_wrap {
    margin-top: calc(100px + (1vw - 10.23px) * 7.7160);
  }

  .column05_wrap.rev {
    flex-direction: row;
  }

  .column05 .imgarea,
  .column05 .txtarea {
    width: 90%;
  }

  .column05 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
  }
}

@media print,
screen and (max-width: 768px) {
  .column05 .txtarea {
    padding: var(--px80) 5%;
  }
}

/*---------column_06-----------*/
.column06 {
  position: relative;
  margin: var(--px60) 0 0;
}

.column06_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  z-index: 20;
}

.column06 .rev .imgarea {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 60%;
  border-radius: 260px 0 0 0;
}

.column06 .imgarea {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 60%;
  border-radius: 0 20% 20% 0;
}

.column06 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column06 .txtarea {
  position: relative;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-shade);
  padding: var(--px80) var(--px40);
  margin: 0 auto 0 -5%;
  z-index: 10;
  border-radius: 8% 0 0 8%;
}

.column06 .rev .txtarea {
  border-radius: 0 50em 50em 0;
}

.column06 .txtarea .txtinner {
  max-width: 620px;
}

.column06_wrap+.column06_wrap {
  margin-top: var(--px80);
}

@media print,
screen and (min-width: 1024px) {

  /*左右反転*/
  .column06_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .column06_wrap.rev .txtarea {
    margin: 0 -20% -10% auto;
  }
}

@media print,
screen and (max-width: 1023px) {
  .column06_wrap.rev {
    flex-direction: row;
    justify-content: end;
  }

  .column06 .imgarea,
  .column06 .rev .imgarea,
  .column06 .txtarea {
    width: 90%;
  }

  .column06 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
  }

  .column06 .rev .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) auto 0 0;
  }
}

@media print,
screen and (max-width: 768px) {
  .column06 .rev .imgarea {
    border-radius: 60px 0 0 0;
  }

  .column06 .txtarea {
    padding: var(--px80) 5%;
  }

  .column06 .imgarea,
  .column06 .rev .imgarea,
  .column06 .txtarea {
    width: 100%;
  }
}

/*----------------------------------------------
  card
----------------------------------------------*/
/*---------coln02-----------*/

.post .col2_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post .col2_list>li {
  width: 49%;
  margin-bottom: 2%;
}

@media print,
screen and (max-width: 414px) {
  .post .col2_list>li {
    width: 100%;
    margin-bottom: 10%;
  }

  .post .col2_list>li:last-child {
    margin-bottom: 0;
  }
}

/*---------col03-----------*/

.post .col3_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post .col3_list>li {
  width: 32%;
  margin-bottom: 2%;
}

.post .col3_list::before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}

.post .col3_list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

@media print,
screen and (max-width: 768px) {
  .post .col3_list>li {
    width: 49%;
    margin-bottom: 10%;
  }

  .post .col3_list::before,
  .post .col3_list:after {
    content: none;
  }
}

@media print,
screen and (max-width: 414px) {
  .post .col3_list>li {
    width: 100%;
  }

  .post .col3_list>li:last-child {
    margin-bottom: 0;
  }
}

/*---------col4-----------*/

.post .col4_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post .col4_list>li {
  width: 24%;
  margin-bottom: 1.5%
}

.post .col4_list::before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}

.post .col4_list:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}

@media print,
screen and (max-width: 1240px) {

  .post .col4_list>li,
  .post .col4_list::before,
  .post .col4_list:after {
    width: 32%;
    margin-bottom: 2%;
  }
}

@media print,
screen and (max-width: 768px) {
  .post .col4_list>li {
    width: 49%;
  }

  .post .col4_list::before,
  .post .col4_list:after {
    content: none;
  }
}

@media print,
screen and (max-width: 414px) {
  /* .post .col4_list>li {
    width: 100%;
  }

  .post .col4_list>li:last-child {
    margin-bottom: 0;
  } */
}

/*----------------------------------------------
  cardstyle
----------------------------------------------*/
/*---------style02-------------*/
.card01_list.cardstyle02>li .txtarea {
  background: #fff;
  padding: 20px 20px 30px 20px;
}

/*---------style04-------------*/
.card01_list.cardstyle04>li {
  padding: 16px;
  background: #fff;
  border: solid 1px var(--color-primary);
}


/*----------------------------------------------
  btn
----------------------------------------------*/
/*---------btn_-------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 325px;
  font-size: var(--rem20);
  color: #fff;
  line-height: 1.8;
  text-align: center;
  background: var(--color-primary);
  font-weight: 600;
  padding: var(--rem14) 30px var(--rem14) 20px;
  margin: var(--px40) auto 0;
  border: solid 2px var(--color-primary);
  border-radius: 50vh;
  transition: all .3s;
  box-shadow: 0 6px 10px rgba(73, 128, 151, 0.5);
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  border-color: #fff;
}

.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  color: var(--color-primary);
  background: var(--color-background);
  border-color: var(--color-primary);
}

.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
  border-color: var(--color-primary);
}

.subimitarea>.linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.post .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
}

/*---------btn_secondary-------------*/
.linkBtn--secondary,
.post .linkBtn--secondary,
a.linkBtn--secondary,
.post .subimitarea .linkBtn--secondary input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 240px;
  font-size: var(--rem16);
  color: var(--color-primary);
  line-height: 1.8;
  text-align: center;
  background: var(--color-background);
  font-weight: 600;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: 0 auto;
  border-radius: 50vh;
  transition: all .3s;
  /* border: 2px solid var(--color-primary); */

}

.post .linkBtn--secondary::after,
.linkBtn--secondary::after,
a.linkBtn--secondary::after {
  border-color: var(--color-primary);
}

.post .linkBtn--secondary:hover,
.linkBtn--secondary:hover,
a.linkBtn--secondary:hover,
.post .subimitarea .linkBtn--secondary input[type="submit"]:hover {
  color: var(--color-background);
  background: var(--color-primary);
}

.post .linkBtn--secondary:hover::after,
.linkBtn--secondary:hover::after,
a.linkBtn--secondary:hover::after {
  border-color: var(--color-background);
}

.subimitarea>.linkBtn--secondary {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.post .subimitarea .linkBtn--secondary input[type="submit"] {
  margin-top: 0;
}

.linkBtn--secondary::after,
input.linkBtn--secondary::after,
.post .linkBtn--secondary::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3px;
  transition: all .3s;
}


/*---------btn_large-------------*/
.btn_large,
.post .btn_large,
a.btn_large,
.post .subimitarea .btn_large input[type="submit"] {
  width: 100%;
  max-width: 500px;
}


/*---------btn-tel-------------*/
.btn-tel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 360px;
  padding: var(--px16) 0;
  text-align: center;
  box-sizing: border-box;
  transition: all ease .15s;
  background: var(--color-secondary);
  color: #fff;
  border-radius: 50em;
  border: 2px solid var(--color-secondary);
  line-height: 1;
  row-gap: 5px;

  .btnttl {
    font-size: var(--rem14);
  }

  .telnum {
    font-size: var(--rem24);
    list-style: 1;

    &::before {
      content: '\f3cd';
      display: inline-block;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      margin-right: 1rem;
    }
  }

  .infotxt {
    font-size: var(--rem14);
    font-weight: 400;
  }

  &:hover {
    background: var(--color-background);
    color: var(--color-secondary);
  }
}

@media print,
screen and (max-width: 768px) {
  .btn-tel {
    margin-bottom: var(--rem20);
  }
}

@media print,
screen and (max-width: 450px) {
  .btn-tel {
    width: 100%;
    padding: 10px;
  }
}


.btn-mail {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 360px;
  padding: var(--px16) 0;
  text-align: center;
  box-sizing: border-box;
  transition: all ease .15s;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50em;
  border: 2px solid var(--color-primary);
  line-height: 1;
  row-gap: 5px;

  .btnttl {
    font-size: var(--rem18);
    display: block;
    font-weight: bold;
    margin-bottom: 1rem;

    &::before {
      content: '\f0e0';
      display: inline-block;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      margin-right: 1rem;
    }
  }

  .cta01 .infotxt {
    font-size: var(--rem16);
    font-weight: 400;
  }

  &:hover {
    background: var(--color-background);
    color: var(--color-primary);
  }
}

.btn-line {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 360px;
  padding: var(--px16) 0;
  text-align: center;
  box-sizing: border-box;
  transition: all ease .15s;
  background: #00C300;
  color: #fff;
  border-radius: 50em;
  border: 2px solid #00C300;
  line-height: 1;
  row-gap: 5px;
  box-shadow: 0 6px 10px rgba(73, 128, 151, 0.5);

  .btnttl {
    font-size: var(--rem18);
    display: block;
    font-weight: bold;

    &::before {
      content: '\f3c0';
      display: inline-block;
      font-family: 'FontAwesome';
      font-weight: 900;
      margin-right: 1rem;
    }
  }

  .cta01 .infotxt {
    font-size: var(--rem16);
    font-weight: 400;
  }

  &:hover {
    background: var(--color-background);
    color: #00C300;
  }
}


@media print,
screen and (max-width: 450px) {

  .btn-mail,
  .btn-line {
    width: 100%;
    padding: 20px;
    margin-bottom: var(--rem40);
  }
}

.tel-txt {
  position: relative;
  justify-content: center;
  width: 100%;
  padding: var(--px30) 0;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  transition: all ease .15s;

  .telnum {
    font-size: var(--rem36);

    &::before {
      content: '\f3cd';
      display: inline-block;
      font-family: 'Font Awesome 5 Free', 'FontAwesome';
      font-weight: 900;
      margin-right: 1rem;
    }

    &:hover {
      color: var(--color-primary);
    }
  }



  +.infotxt {
    margin-left: var(--rem20);
  }
}


/*----------------------------------------------
  googlemap
----------------------------------------------*/
.googlemap {
  padding-bottom: 45%;
  margin: var(--px20) auto;
}

/*----------------------------------------------
  ナンバリング
----------------------------------------------*/
.num_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
}

.num_list02>li {
  position: relative;
  width: 100%;
  margin-top: var(--px40w);
  padding: var(--px80) var(--px40) var(--px60);
  border: 2px solid var(--color-secondary);
  border-radius: 15px;
  background: #fff;
}

.num_list02>li::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  position: absolute;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: var(--px80);
  height: var(--px80);
  color: var(--color-background);
  background: var(--color-secondary);
  font-size: var(--px30);
  font-family: var(--font-family03);
  border-radius: 50%;
  border: 2px solid;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.num_list02 .num_listttl {
  background: none;
  font-size: var(--rem20w);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  padding: 0;
  margin: 0 auto var(--rem12);
  border: none;
}

.num_list02 .num_listttl::before {
  display: block;
  position: static;
  color: var(--color-font);
  font-size: var(--px80);
  font-weight: normal;
  font-family: 'FontAwesome';
  line-height: 1;
  margin: 0 auto var(--px20);
  max-width: 232px;
  width: 100%;
  height: 164px;
}

.num_list02 .num01::before {
  content: '';
  background: url(/wp-content/uploads/strength01.png) no-repeat center / contain;
}

.num_list02 .num02::before {
  content: '';
  background: url(/wp-content/uploads/strength02.png) no-repeat center / contain;
}

.num_list02 .num03::before {
  content: '';
  background: url(/wp-content/uploads/strength03.png) no-repeat center / contain;
}

.num_list02 .num04::before {
  content: '';
  background: url(/wp-content/uploads/strength04.png) no-repeat center / contain;
}

/*---------col4-----------*/

.post .col4_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post .col4_list>li {
  width: 24%;
  margin-bottom: 1.5%
}

.post .col4_list::before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}

.post .col4_list:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}

@media print,
screen and (max-width: 768px) {
  .post .col4_list>li {
    width: 49%;
  }

  .post .col4_list::before,
  .post .col4_list:after {
    content: none;
  }
}

@media print,
screen and (max-width: 414px) {
  .post .col4_list>li {
    width: 100%;
  }

  .post .col4_list>li:last-child {
    margin-bottom: 0;
  }
}


/*================================
  TOP
================================*/
.top-question {
  margin-top: 12rem;
}

.top-link_list {
  li {
    border-radius: var(--rem40);
    overflow: hidden;
  }
}

.top-flow {
  ul.flowlist02 {
    display: grid;
    gap: var(--rem80);
  }

  ul.flowlist02>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
    width: 100%;
    padding: 60px;
    border-radius: 40px;
    background: var(--color-background);
    position: relative;
    box-shadow: 0 6px 10px rgba(73, 128, 151, 0.5);
    position: relative;
    align-items: center;

    /* &:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      color: var(--color-background);
      line-height: 1;
      width: 1em;
      height: 1em;
      border: 0.1em solid currentColor;
      border-left: 0;
      border-bottom: 0;
      box-sizing: border-box;
      transform: translateY(-25%) rotate(135deg);
      position: absolute;
      top: calc(100% + 20px);
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    } */
  }

  .flowlist02>li:not(:last-child)::before,
  .flowlist02>li:not(:last-child)::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .flowlist02>li:not(:last-child)::before {
    border-width: 22px;
    border-top-color: var(--color-primary-shade);
  }

  .flowlist02>li:not(:last-child)::after {
    border-width: 20px;
  }

  .flowlist02 {
    .flowlist_num {
      font-family: var(--font-family03);
      font-size: var(--rem120);
      color: var(--color-secondary);
      font-weight: bold;
      white-space: nowrap;
      line-height: 1;
    }

    .flowlist_txt-box {
      .flowlist-litle {
        font-size: var(--rem30);
        text-align: left;
        border-bottom: none;
        margin-bottom: var(--rem20);

        &:before,
        &:after {
          content: none;
        }
      }
    }

    .txt-link {
      color: var(--color-primary);
      font-weight: bold;
    }
  }
}

.top-faq {
  .qa_list {
    cursor: pointer;
  }

  .qa_list .qa_list_inner dt {
    position: relative;
    font-weight: normal;
    margin: 1rem 0 0 0;
    display: flex;
    align-items: stretch;
    padding: 0rem 1rem 0rem 0rem;
    background: #ffffff;
    border: 1px solid #cccccc;
    align-items: center;
  }

  .qa_list .qa_list_inner dd .ans_flex {
    position: relative;
    font-weight: normal;
    margin: 0;
    display: flex;
    align-items: stretch;
    padding: 0;
    background: #ffffff;
  }

  .qa_list .qa_list_inner .a_ico {
    color: #ffffff;
    background: var(--color-background);
    line-height: 1.0;
    padding: 1rem 1rem 1rem 1rem;
    font-size: var(--rem80);
    width: 100%;
    text-align: center;
    max-width: 90px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family03);
    color: #ADD366;
  }

  .qa_list .qa_list_inner .q_ico {
    background: var(--color-background);
    line-height: 1.0;
    padding: 1rem 1rem 1rem 1rem;
    font-size: var(--rem80);
    font-weight: bold;
    width: 100%;
    text-align: center;
    max-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family03);
    color: var(--color-secondary);
  }

  .qa_list .qa_list_inner .q_desc,
  .qa_list .qa_list_inner .a_desc {
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    line-height: 1.7;
  }

  .qa_list .qa_list_inner .a_desc {
    line-height: 1.8;
    width: 100%;
  }

  .qa_list .qa_list_inner dt:after {
    content: '';
    position: absolute;
    top: 46%;
    right: 3rem;
    width: 12px;
    height: 12px;
    border-right: 1px solid #494949;
    border-bottom: 1px solid #494949;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }

  .qa_list .qa_list_inner .active:after {
    top: 43%;
    right: 2rem;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
  }

  .qa_list .qa_list_inner dd {
    display: none;
    position: relative;
    padding: 0;
    margin: 0 0 1rem 0;
    border: 1px solid #cccccc;
    border-top: 0;
  }

  @media only screen and (max-width: 959px) {
    .qa_list .qa_list_inner {
      margin-bottom: 8rem;
    }
  }

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

    .qa_list .qa_list_inner .q_desc,
    .qa_list .qa_list_inner .a_desc {
      padding: 0.5rem 1rem 0.5rem 1rem;
    }

    .qa_list .qa_list_inner dt {
      padding: 0rem 1rem 0rem 0rem;
    }

    .qa_list .qa_list_inner .a_ico,
    .qa_list .qa_list_inner .q_ico {
      max-width: 50px;
      padding: 1.2rem 1.0rem;
    }

    .qa_list .qa_list_inner dt:after {
      right: 1.5rem;
      width: 6px;
      height: 6px;
    }

    .qa_list .qa_list_inner .active:after {
      right: 1.0rem;
    }
  }

  @media only screen and (max-width: 559px) {
    .qa_list .qa_list_inner dd {
      font-size: 1.4rem;
    }

    .qa_list .qa_list_inner {
      margin-bottom: 6rem;
    }

    .qa_list .qa_list_inner dt {
      font-size: 1.4rem;
    }
  }
}

@media print,
screen and (max-width: 960px) {}

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

  .top-question,
  .top-hearing-aid,
  .top-flow,
  .top-faq,
  .top-news {
    padding-left: 5%;
    padding-right: 5%;
  }

  .top-hearing-aid {
    padding-top: 0;
  }

  .top-flow {
    ul.flowlist02>li {
      display: grid;
      padding: 40px;
    }

    .flowlist02 {
      .flowlist_num {
        line-height: 1;
      }
    }

    .flowlist02>li:not(:last-child)::before,
    .flowlist02>li:not(:last-child)::after {

      top: calc(100% + 12px);
    }
  }
}


/*================================
  オトラボの強み
================================*/
.teleco_v1 h2 {
  width: 100%;
}

.teleco_v1 .w50.image_box {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}

.teleco_v1 .w50.image_box::before {
  content: '';
  display: block;
}

.teleco_v1 .w50.image_box img {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.teleco_v1 .w50.text_box {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 120-65px (1920-375) */
}

@media print,
screen and (min-width: 769px) {
  .teleco_v1 .w50.image_box::before {
    padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
  }
}

.flexinnerBtn {
  align-self: normal;
}

@media print,
screen and (max-width: 768px) {
  .teleco_v1 .w50.image_box {
    margin-bottom: 0;
  }

  .teleco_v1 .w50.image_box::before {
    padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
  }

  .teleco_v1 .w50.text_box {
    padding: 20px;
    margin-bottom: 0;
  }
}

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

  .sec-strength {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* .pack-box {
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #ACACAC;

  .pack-txt {
    padding: var(--rem40) var(--rem60);
  }

  .pack-list {
    background: #EBF9FF;
    padding: var(--rem40) 0;
  }

  .list_check {
    margin: 0 auto;
  }
} */

.pack-box {
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #ACACAC;
}

.pack-box .pack-txt {
  padding: var(--rem40) var(--rem60);
}

.pack-box .pack-list {
  background: #EBF9FF;
  padding: var(--rem40) 0;
}

.pack-box .list_check {
  margin: 0 auto;
}

.post ul.list_check>li:before,
.post ul li.list-check:before {
  content: '\f058';
  color: var(--color-primary);
}

@media print,
screen and (max-width: 768px) {
  .pack-box .pack-list {
    padding: var(--rem40) 5%;
  }

  .list_check.col2_list>li {
    margin-bottom: 10px;
  }
}

/* table-price01 */

/* .table-price01-wrap {

  table,
  td,
  th {
    border: 1px solid #EBEBEB;
    border-collapse: collapse;
  }

  td,
  th {
    padding: 3px;
    width: calc(100% / 5) !important;
    height: 25px;
  }

  .var-c {
    vertical-align: middle !important;
  }

  td {
    vertical-align: middle !important;
  }

  th {
    background: #EBF9FF !important;
    color: var(--color-font) !important;
  }
} */

.table-price01,
.table-price02,
.table-price03 {
  white-space: nowrap;
}

.table-price01-wrap table,
.table-price01-wrap td,
.table-price01-wrap th {
  border: 1px solid #EBEBEB;
  border-collapse: collapse;
}

.table-price01-wrap td,
.table-price01-wrap th {
  padding: 3px;
  width: calc(100% / 5) !important;
  height: 25px;
}

.table-price01-wrap td {
  vertical-align: middle !important;
}

.table-price01-wrap th {
  background: #EBF9FF !important;
  color: var(--color-font) !important;
}


.table-price01-wrap .var-c,
.table-price02-wrap .var-c,
.table-price03-wrap .var-c {
  vertical-align: middle !important;
}


/* 
.table-price02-wrap {

  table,
  td,
  th {
    border: 1px solid #DBD9D9;
    border-collapse: collapse;
  }

  td,
  th {
    padding: 3px;
    width: calc(100% / 5) !important;
    height: 25px;
  }

  .var-c {
    vertical-align: middle !important;
  }

  td {
    vertical-align: middle !important;
  }

  th {
    background: #CCF0E9 !important;
    color: var(--color-font) !important;
  }
} */

.table-price02-wrap table,
.table-price02-wrap td,
.table-price02-wrap th {
  border: 1px solid #DBD9D9;
  border-collapse: collapse;
}

.table-price02-wrap td,
.table-price02-wrap th {
  padding: 3px;
  width: calc(100% / 5) !important;
  height: 25px;
}

.table-price02-wrap td {
  vertical-align: middle !important;
}

.table-price02-wrap th {
  background: #CCF0E9 !important;
  color: var(--color-font) !important;
}


.table-price03-wrap {

  table,
  td,
  th {
    border: 1px solid #EBEBEB;
    border-collapse: collapse;
  }

  td,
  th {
    padding: 3px;
    width: calc(100% / 8) !important;
    height: 25px;
  }

  .var-c {
    vertical-align: middle !important;
  }

  td {
    vertical-align: middle !important;
  }

  th {
    background: #87CEEB;
    color: var(--color-background);
  }

  th:first-child {
    width: calc(100% / 4) !important;
  }
}

/* @media print,
screen and (max-width: 768px) {

  .table-price01-wrap,
  .table-price02-wrap,
  .table-price03-wrap {
    overflow-x: scroll;

    table {
      width: 900px;
    }
  }
} */

.table-price01-wrap,
.table-price02-wrap,
.table-price03-wrap {
  overflow-x: scroll;
}

.mobile .table-price01-wrap table,
.mobile .table-price02-wrap table,
.mobile .table-price03-wrap table {
  width: 900px;
}



/* Table
=============================================================================*/
div.table-area {
  clear: both;
  margin: 0 0 15px 0;
}

div.table-area table {
  width: 100%;
  border-top: #cfcfcf 1px solid;
  border-right: #cfcfcf 1px solid;
  /*ボックスモデル*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

div.table-area table th,
div.table-area table td {
  border-left: #cfcfcf 1px solid;
  border-bottom: #cfcfcf 1px solid;
  padding: 8px 10px;
  font-weight: normal;
}

div.table-area table th {
  background-color: #f3f3f3;
  font-weight: bold;
  vertical-align: middle;
}

div.table-area table td {
  vertical-align: middle;
  background: #fff;
}

div.table-area table th.title {
  text-align: right;
}

div.table-area table td.align-right {
  text-align: right;
}

div.table-area table td.nowrap {
  white-space: nowrap;
}

div.table-area table td div.txt-wrapper {
  padding: 0 0 5px 0;
}

div.table-area table td span.note-txt {
  display: block;
  padding: 0 0 3px 0;
}

/*枠無*/
div.table-area table.border-none,
div.table-area table.border-none th,
div.table-area table.border-none td {
  border-collapse: collapse;
  border: solid #fff8ed 1px;
}

div.table-area table.border-none td {
  background: none;
}


.table-w30 {
  width: 30%;
}

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

  div.table-area table td.nowrap {
    white-space: normal;
  }

  div.table-area table th,
  div.table-area table td {
    font-size: 10px;
    padding: 3px 5px;
    line-height: 1.4;
  }

  .table-w30 {
    width: initial;
  }
}


/*================================
  補聴器について
================================*/
.page-item {
  #breadcrumb {
    background: #EBF9FF;
  }
}

.page-item #content.wide {
  padding-top: 0 !important;
}

.note-content {
  padding: var(--rem30) var(--rem60);
  border-radius: 40px;

  .img_area {
    border-radius: 36px;
    overflow: hidden;
  }
}

@media print,
screen and (max-width: 768px) {
  .sec-features {
    padding-left: 5%;
    padding-right: 5%;
  }

  .note-content {
    padding: 10% 5%;

    .txt_area {
      margin-bottom: var(--rem20);
    }
  }
}

/*================================
  お問い合わせ
================================*/
.sec-contact {
  table th {
    background: transparent;
    color: var(--color-font);
  }

  table,
  table th,
  table td {
    border: none;
  }

  table tr {
    border-bottom: 1px solid var(--color-table-border);
  }
}

.wpcf7-form .must {
  background: #E80303;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .wpcf7-form .wpcf7-date {
    text-align: left;
    appearance: none;
    min-width: 100%;
    height: 30px;
  }

  input[type="date"]::-webkit-date-and-time-value {
    text-align: left;
  }
}

/*================================
  サイトマップ
================================*/
.post ul#sitemap_list.sitemap_disp_level_0>li a {
  font-weight: 500;
  font-family: var(--font-family02);
}