@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

header, section, footer, aside, nav, article, figure, picture {
  display: block;
  position: relative;
}

html {
  height: 100%;
  -webkit-print-color-adjust: exact;
}

html, body {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-indent: 0;
  line-height: 1;
  color: #464646;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}

html, body, small, h1, h2, h3, h4, h5 {
  font-size: 1em;
  font-weight: 500;
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  html, body, small, h1, h2, h3, h4, h5 {
    font-size: 1em;
  }
}
@media screen and (max-width: 600px) {
  html, body, small, h1, h2, h3, h4, h5 {
    font-size: 0.95rem;
  }
}
@media only print {
  html, body, small, h1, h2, h3, h4, h5 {
    font-size: 10pt;
  }
}
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  html, body, small, h1, h2, h3, h4, h5 {
    font-size: 1rem !important;
  }
}

div, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, picture,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-indent: 0;
  list-style: none;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-indent: 0;
  list-style: none;
}

iframe {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}

img, figure, picture {
  display: block;
  width: 100%;
  height: auto;
}

.fixImg {
  width: auto;
  height: auto;
}

nav ul {
  list-style: none;
}

header a,
#container a,
footer a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: #2364aa;
}
@media screen and (min-width: 960px) {
  header a,
  #container a,
  footer a {
    transition: all 0.3s ease-in-out;
  }
  header a:hover, header a:active,
  #container a:hover,
  #container a:active,
  footer a:hover,
  footer a:active {
    color: rgba(35, 100, 170, 0.7);
  }
}

header a,
nav a,
footer a {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

th {
  font-weight: normal;
}

td, th {
  line-height: 1.3em;
}

input,
select {
  vertical-align: middle;
}

ul, ol, dl, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

area {
  cursor: pointer !important;
}

section p,
.section p {
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  section p,
  .section p {
    line-height: 1.6em;
  }
}
@media print, screen and (min-width: 601px) {
  section p,
  .section p {
    line-height: 1.8em;
  }
}

#contents ul,
#contents ol,
#contents dl {
  margin-bottom: 1em;
  margin-top: 1em;
}

@media screen and (max-width: 600px) {
  #contents li,
  #contents dd {
    line-height: 1.5em;
  }
}
@media print, screen and (min-width: 601px) {
  #contents li,
  #contents dd {
    line-height: 1.5em;
  }
}

#contents ul li {
  margin-left: 0em;
  padding-left: normal;
}

.low #contents section ol:not(.flow) li,
.low #contents .section ol:not(.flow) li {
  margin-left: 1.5em;
  list-style: decimal;
  padding-left: normal;
}

/* clearfix -------------*/
.cf {
  zoom: 1;
}

.cf:before,
.cf:after,
#hdUpper:after,
header:after,
header nav:after,
#container:after,
footer:after,
#contents:after,
#contents section:after,
#contents .section:after,
#sidebar section:after,
#sidebar .section:after,
#bread:after,
footer:after,
#bottomInfo:after,
.innerL:after,
.innerM:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf,
.float_block {
  overflow: hidden;
}

.wp-block-media-text > .wp-block-media-text__content {
  padding: 0;
}

/* Layout Document */
@media screen and (max-width: 600px) {
  #ptBtnPc {
    z-index: 10;
  }
  header {
    z-index: 1000 !important;
  }
  #footerAsk {
    z-index: 999 !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  header,
  #ptBtnPc {
    z-index: 10;
  }
  #quickNav {
    z-index: 9;
  }
  #hdImage {
    z-index: 0;
  }
  main {
    z-index: 9;
  }
}
@media screen and (min-width: 960px) {
  header,
  #ptBtnPc,
  #quickNav {
    z-index: 10;
  }
  #hdImage {
    z-index: 0;
  }
  main {
    z-index: 9;
  }
}
body {
  line-height: 1.6;
  color: #464646;
}

header {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
header.fix {
  box-shadow: 0 0 4px #636363;
}

/* PC 時にスクロールで固定された nav 用 */
@media screen and (min-width: 960px) {
  #hdGn.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 4px #636363;
  }
}
@media screen and (max-width: 600px) {
  #hdUpper {
    padding-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  #hdUpper {
    width: 94%;
    margin: 20px auto 30px auto;
    left: 0;
  }
}

@media screen and (min-width: 960px) {
  #hdInfo {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 959px) {
  #hdInfo {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}

@media only screen and (max-width: 959px) {
  #hdGn {
    position: fixed;
    right: -100%;
    left: auto;
    width: 94%;
    height: 100%;
    margin-top: 0;
    background: #ffffff;
    opacity: 0;
    overflow-y: scroll;
    z-index: 10001;
    transition: all 0.3s ease-in-out;
  }
  .menu-active #hdGn {
    right: 0;
    opacity: 1;
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
}
@media screen and (min-width: 960px) {
  #hdGn > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    width: 94%;
    max-width: 1700px;
    margin: 20px auto 15px auto;
  }
}
#hdGn .sub {
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 959px) {
  #hdGn .sub {
    display: block;
    position: static;
    opacity: 1;
  }
  #hdGn .acc.select .sub {
    opacity: 1;
  }
}
#hdGn .loan-tabs {
  background: #fff;
  padding: 5px;
}
#hdGn .loan-tabs > .panel {
  background: #e9e9e9;
  padding: 5px;
}
#hdGn .loan-tabs input[type=radio] {
  display: none !important;
}
#hdGn .loan-tabs > label {
  background: #fff;
  cursor: pointer;
}
#hdGn .loan-tabs > label:hover {
  color: #0396A6;
  font-weight: bold;
}
#hdGn .loan-tabs > label span {
  display: block;
  padding: 10px 2px;
}
@media screen and (max-width: 600px) {
  #hdGn .loan-tabs > label span {
    padding: 10px 5px 10px 20px;
  }
}
#hdGn .loan-tabs #tab1:checked ~ label[for=tab1] {
  font-weight: 700;
}
#hdGn .loan-tabs #tab1:checked ~ label[for=tab1] span {
  background: #D2F1E6;
}
#hdGn .loan-tabs #tab1:checked ~ .panel:nth-of-type(1) {
  background: #D2F1E6;
}
#hdGn .loan-tabs #tab2:checked ~ label[for=tab2] {
  font-weight: 700;
}
#hdGn .loan-tabs #tab2:checked ~ label[for=tab2] span {
  background: #CCEAED;
}
#hdGn .loan-tabs #tab2:checked ~ .panel:nth-of-type(2) {
  background: #CCEAED;
}
@media only screen and (max-width: 959px) {
  #hdGn .loan-tabs > .panel {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  #hdGn .loan-tabs #tab1:checked ~ .panel:nth-of-type(1),
  #hdGn .loan-tabs #tab2:checked ~ .panel:nth-of-type(2) {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  #hdGn .loan-tabs {
    position: relative;
    min-height: 380px;
  }
  #hdGn .loan-tabs > .panel {
    position: absolute;
    top: 0;
    left: 7em;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    z-index: 20;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  #hdGn .loan-tabs > .panel {
    right: 0;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1199px) {
  #hdGn .loan-tabs > .panel {
    left: 6em;
    right: auto;
  }
}
@media screen and (min-width: 960px) {
  #hdGn .loan-tabs #tab1:checked ~ .panel:nth-of-type(1),
  #hdGn .loan-tabs #tab2:checked ~ .panel:nth-of-type(2) {
    opacity: 1;
    visibility: visible;
  }
}

#hdImage {
  position: fixed;
  width: 100vw;
  left: 0;
}

@media screen and (max-width: 600px) {
  .page h1, .single h1, .category-dental-column h1, .category-doctor-column h1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 601px) {
  .page h1, .single h1, .category-dental-column h1, .category-doctor-column h1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .page #contents, .single #contents, .error404 #contents, .category-dental-column #contents, .category-doctor-column #contents {
    width: 94%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
  }
  .page #contents > section,
  .page #contents > .section, .single #contents > section,
  .single #contents > .section, .error404 #contents > section,
  .error404 #contents > .section, .category-dental-column #contents > section,
  .category-dental-column #contents > .section, .category-doctor-column #contents > section,
  .category-doctor-column #contents > .section {
    padding: 30px 0 50px 0;
  }
  .page #contents > section section,
  .page #contents > section .section,
  .page #contents > .section section,
  .page #contents > .section .section, .single #contents > section section,
  .single #contents > section .section,
  .single #contents > .section section,
  .single #contents > .section .section, .error404 #contents > section section,
  .error404 #contents > section .section,
  .error404 #contents > .section section,
  .error404 #contents > .section .section, .category-dental-column #contents > section section,
  .category-dental-column #contents > section .section,
  .category-dental-column #contents > .section section,
  .category-dental-column #contents > .section .section, .category-doctor-column #contents > section section,
  .category-doctor-column #contents > section .section,
  .category-doctor-column #contents > .section section,
  .category-doctor-column #contents > .section .section {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .page #contents > section section:last-child,
  .page #contents > section .section:last-child,
  .page #contents > .section section:last-child,
  .page #contents > .section .section:last-child, .single #contents > section section:last-child,
  .single #contents > section .section:last-child,
  .single #contents > .section section:last-child,
  .single #contents > .section .section:last-child, .error404 #contents > section section:last-child,
  .error404 #contents > section .section:last-child,
  .error404 #contents > .section section:last-child,
  .error404 #contents > .section .section:last-child, .category-dental-column #contents > section section:last-child,
  .category-dental-column #contents > section .section:last-child,
  .category-dental-column #contents > .section section:last-child,
  .category-dental-column #contents > .section .section:last-child, .category-doctor-column #contents > section section:last-child,
  .category-doctor-column #contents > section .section:last-child,
  .category-doctor-column #contents > .section section:last-child,
  .category-doctor-column #contents > .section .section:last-child {
    margin-bottom: 0;
  }
  .home #contents {
    width: 100%;
  }
  .home #contents > section,
  .home #contents > .section {
    width: 100%;
    padding: 80px 10% 80px 10%;
  }
  .home #contents > section section,
  .home #contents > section .section,
  .home #contents > .section section,
  .home #contents > .section .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .page #contents, .single #contents, .error404 #contents, .category-dental-column #contents, .category-doctor-column #contents {
    width: 94%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .page #contents > section,
  .page #contents > .section, .single #contents > section,
  .single #contents > .section, .error404 #contents > section,
  .error404 #contents > .section, .category-dental-column #contents > section,
  .category-dental-column #contents > .section, .category-doctor-column #contents > section,
  .category-doctor-column #contents > .section {
    padding: 80px 0 80px 0;
  }
  .page #contents > section section,
  .page #contents > section .section,
  .page #contents > .section section,
  .page #contents > .section .section, .single #contents > section section,
  .single #contents > section .section,
  .single #contents > .section section,
  .single #contents > .section .section, .error404 #contents > section section,
  .error404 #contents > section .section,
  .error404 #contents > .section section,
  .error404 #contents > .section .section, .category-dental-column #contents > section section,
  .category-dental-column #contents > section .section,
  .category-dental-column #contents > .section section,
  .category-dental-column #contents > .section .section, .category-doctor-column #contents > section section,
  .category-doctor-column #contents > section .section,
  .category-doctor-column #contents > .section section,
  .category-doctor-column #contents > .section .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .home #contents {
    width: 100%;
  }
  .home #contents > section,
  .home #contents > .section {
    width: 100%;
    padding: 80px 5% 80px 5%;
  }
  .home #contents > section section,
  .home #contents > section .section,
  .home #contents > .section section,
  .home #contents > .section .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .page #contents, .single #contents, .error404 #contents, .category-dental-column #contents, .category-doctor-column #contents {
    width: 94%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .page #contents > section,
  .page #contents > .section, .single #contents > section,
  .single #contents > .section, .error404 #contents > section,
  .error404 #contents > .section, .category-dental-column #contents > section,
  .category-dental-column #contents > .section, .category-doctor-column #contents > section,
  .category-doctor-column #contents > .section {
    padding: 80px 0 80px 0;
  }
  .page #contents > section section,
  .page #contents > section .section,
  .page #contents > .section section,
  .page #contents > .section .section, .single #contents > section section,
  .single #contents > section .section,
  .single #contents > .section section,
  .single #contents > .section .section, .error404 #contents > section section,
  .error404 #contents > section .section,
  .error404 #contents > .section section,
  .error404 #contents > .section .section, .category-dental-column #contents > section section,
  .category-dental-column #contents > section .section,
  .category-dental-column #contents > .section section,
  .category-dental-column #contents > .section .section, .category-doctor-column #contents > section section,
  .category-doctor-column #contents > section .section,
  .category-doctor-column #contents > .section section,
  .category-doctor-column #contents > .section .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .home #contents {
    width: 100%;
  }
  .home #contents > section,
  .home #contents > .section {
    width: 100%;
    padding: 80px 5% 80px 5%;
  }
  .home #contents > section section,
  .home #contents > section .section,
  .home #contents > .section section,
  .home #contents > .section .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .page #contents, .single #contents, .error404 #contents, .category-dental-column #contents, .category-doctor-column #contents {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .page #contents > section,
  .page #contents > .section, .single #contents > section,
  .single #contents > .section, .error404 #contents > section,
  .error404 #contents > .section, .category-dental-column #contents > section,
  .category-dental-column #contents > .section, .category-doctor-column #contents > section,
  .category-doctor-column #contents > .section {
    padding: 40px 0 0 0;
  }
  .page #contents > section:first-child,
  .page #contents > .section:first-child, .single #contents > section:first-child,
  .single #contents > .section:first-child, .error404 #contents > section:first-child,
  .error404 #contents > .section:first-child, .category-dental-column #contents > section:first-child,
  .category-dental-column #contents > .section:first-child, .category-doctor-column #contents > section:first-child,
  .category-doctor-column #contents > .section:first-child {
    padding: 0;
  }
  .page #contents > section section,
  .page #contents > section .section,
  .page #contents > .section section,
  .page #contents > .section .section, .single #contents > section section,
  .single #contents > section .section,
  .single #contents > .section section,
  .single #contents > .section .section, .error404 #contents > section section,
  .error404 #contents > section .section,
  .error404 #contents > .section section,
  .error404 #contents > .section .section, .category-dental-column #contents > section section,
  .category-dental-column #contents > section .section,
  .category-dental-column #contents > .section section,
  .category-dental-column #contents > .section .section, .category-doctor-column #contents > section section,
  .category-doctor-column #contents > section .section,
  .category-doctor-column #contents > .section section,
  .category-doctor-column #contents > .section .section {
    margin-top: 30px;
  }
  .home #contents {
    width: 100%;
  }
  .home #contents > section,
  .home #contents > .section {
    width: 100%;
    padding: 40px 4%;
  }
  .home #contents > section section,
  .home #contents > section .section,
  .home #contents > .section section,
  .home #contents > .section .section {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  #contents h2 {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  #contents h3 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h3 {
    margin-bottom: 23px;
  }
}

.home #bread {
  display: none;
}
@media screen and (max-width: 600px) {
  #bread {
    margin: 0;
  }
}
@media print, screen and (min-width: 601px) {
  #bread {
    width: 94%;
    max-width: 1200px;
    margin: 20px auto 20px auto;
  }
}
@media only print {
  #bread {
    margin: 0 auto 1em auto !important;
  }
}

#ftUpper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  #ftUpper {
    display: block;
  }
}
@media only screen and (max-width: 959px) {
  #ftUpper {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #ftUpper {
    width: 94%;
    margin: 80px auto;
  }
}
@media print, screen and (min-width: 601px) {
  #ftUpper {
    width: 92%;
    max-width: 1700px;
    margin: 80px auto;
  }
}
@media screen and (max-width: 600px) {
  #ftUpper #ftInfo {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 601px) {
  #ftUpper #ftInfo {
    flex-basis: 47%;
  }
}
@media print, screen and (min-width: 601px) {
  #ftUpper #ftMap {
    flex-basis: 47%;
  }
}
#ftUpper #ftMap > div {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
#ftUpper #ftMap > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ftUpper #ftMap ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.8em;
}
#ftUpper #ftMap ul li img {
  max-width: 30px;
}
#ftUpper a {
  text-decoration: none;
}

#ddBtn {
  text-align: center;
  margin-bottom: 20px;
}
#ddBtn a {
  display: block;
  margin: auto;
  max-width: 250px;
  border: 1px solid #c0c0c0;
}

@media screen and (max-width: 600px) {
  #ptBtnPc {
    position: fixed;
    bottom: 100px;
    right: 5px;
    width: 45px;
    height: 45px;
    background: #65DBAF;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
  }
  #ptBtnPc.on {
    bottom: 100px;
    opacity: 1;
  }
  #ptBtnPc:hover {
    transform: translateY(-5px);
  }
  #ptBtnPc a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  #ptBtnPc a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
  }
}
@media print, screen and (min-width: 601px) {
  #ptBtnPc {
    position: fixed;
    bottom: 8px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #65DBAF;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
  }
  #ptBtnPc.on {
    bottom: 20px;
    opacity: 1;
  }
  #ptBtnPc:hover {
    transform: translateY(-5px);
  }
  #ptBtnPc a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  #ptBtnPc a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
  }
}
@media only print {
  #ptBtnPc {
    display: none;
  }
}

@media print, screen and (min-width: 601px) {
  #quickNav ul {
    position: fixed;
    top: 250px;
    right: 0px;
  }
}
@media only print {
  #quickNav ul {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #footerAsk {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  #footerAsk li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #footerAsk li a {
    width: 100%;
    height: 100%;
    padding: 0;
    text-decoration: none;
    font-size: 3.6vw;
    text-align: center;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: row;
    justify-content: center;
    align-items: center;
  }
  #footerAsk li img {
    margin: 0 auto;
  }
  #footerAsk li:nth-of-type(1), #footerAsk li:nth-of-type(2), #footerAsk li:nth-of-type(3) {
    border: 1px solid #fff;
    border-radius: 6px;
  }
  #footerAsk li:nth-of-type(1) {
    width: 33.3333333333%;
    background: #0396A6;
  }
  #footerAsk li:nth-of-type(2) {
    width: 33.3333333333%;
    background: #35BF8C;
  }
  #footerAsk li:nth-of-type(3) {
    width: 33.3333333333%;
    background: #0396A6;
  }
}
@media print, screen and (min-width: 601px) {
  #footerAsk {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #footerAsk li a {
    font-size: 0.9rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #footerAsk {
    display: none !important;
  }
}
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #footerAsk li a {
    padding: 0.4em 0 0.6em 1em;
    font-size: 2.2vw !important;
  }
}

.innerL {
  max-width: 1800px;
  margin: 0 auto;
}

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

/* common Scss */
/*############################################################################################33*/
/* 共通css */
/*############################################################################################*/
@media screen and (max-width: 600px) {
  #wrapper {
    position: relative;
  }
}

@media only screen and (max-width: 959px) {
  header {
    padding-bottom: 7px;
  }
  .menu-active header {
    background: rgb(229.5, 229.5, 229.5);
    border-color: rgba(229.5, 229.5, 229.5, 0);
  }
}

@media screen and (min-width: 960px) {
  .menu-trigger {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .menu-trigger {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    margin: 10px 10px 10px auto;
    background: #0396A6;
    border-radius: 50%;
  }
  .menu-trigger::before {
    content: "";
    display: block;
    width: 76%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    transition: all 0.3s ease-in-out;
  }
  .menu-active .menu-trigger::before {
    width: 0px;
    height: 0px;
  }
  .menu-trigger span {
    display: block;
    width: 76%;
    height: 58%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
  }
  .menu-trigger span::before, .menu-trigger span::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease-in-out;
  }
  .menu-trigger span::before {
    top: 0px;
  }
  .menu-trigger span::after {
    bottom: 0px;
  }
  .menu-active .menu-trigger span::before, .menu-active .menu-trigger span::after {
    transform-origin: 50% 50%;
    top: 50%;
    right: 0;
  }
  .menu-active .menu-trigger span::before {
    transform: rotate(-135deg);
  }
  .menu-active .menu-trigger span::after {
    transform: rotate(135deg);
  }
}
@media only print {
  .menu-trigger {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #hdLogo img {
    max-width: 250px;
  }
}
@media screen and (min-width: 960px) {
  #hdLogo img {
    max-width: 400px;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  #hdLogo img {
    max-width: 300px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #hdLogo img {
    width: 20%;
  }
}
@media only print {
  #hdLogo img {
    width: 6cm;
  }
}

@media screen and (min-width: 960px) {
  #hdInfo {
    display: flex;
    justify-content: flex-end;
  }
}
#hdInfo img {
  max-width: 245px;
}
#hdInfo p {
  margin-left: 20px;
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  #hdInfo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 30%;
  }
}

#hdGn ul a, #hdGn ul p {
  position: relative;
  line-height: 1;
  text-decoration: none;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  #hdGn ul a, #hdGn ul p {
    display: block;
    color: #0396A6;
    font-size: 4.3vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  #hdGn ul a, #hdGn ul p {
    display: block;
    color: #0396A6;
    font-size: 2vw !important;
  }
}
@media screen and (min-width: 960px) {
  #hdGn ul a, #hdGn ul p {
    display: table;
    cursor: pointer;
    color: #0396A6 !important;
    white-space: nowrap;
    font-size: 1.1em;
  }
  #hdGn ul a:hover, #hdGn ul p:hover {
    color: #E8F5D3;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  #hdGn ul a, #hdGn ul p {
    font-size: 1.4vw !important;
  }
}
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #hdGn ul a, #hdGn ul p {
    padding: 12px 4em;
  }
}
#hdGn ul a > span, #hdGn ul p > span {
  display: block;
  color: #464646;
  font-weight: normal;
  font-size: 0.8em;
}
#hdGn label > span {
  position: relative;
  line-height: 1;
  text-decoration: none;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  #hdGn label > span {
    display: block;
    color: #0396A6;
    font-size: 4.3vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  #hdGn label > span {
    display: block;
    color: #0396A6;
    font-size: 2vw;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  #hdGn label > span {
    display: table;
    cursor: pointer;
    color: #0396A6 !important;
    white-space: nowrap;
    font-size: 1.1em;
  }
  #hdGn label > span:hover {
    color: #E8F5D3;
  }
}
#hdGn label > span > span {
  display: block;
  color: #464646;
  font-weight: normal;
  font-size: 0.8em;
}
@media only screen and (max-width: 959px) {
  #hdGn ul a::after,
  #hdGn ul p::after,
  #hdGn span::after {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  #hdGn ul a::after {
    background: url("../img/common/angleRight.svg") no-repeat center center;
    background-size: contain;
  }
  #hdGn ul p::after {
    background: url("../img/common/angleDown.svg") no-repeat center center;
    background-size: contain;
  }
}
@media screen and (min-width: 960px) {
  #hdGn > ul > li {
    padding: 0 2%;
  }
  #hdGn > ul > li:not(:first-of-type)::before {
    content: "";
    display: block;
    width: 1px;
    height: 1.6em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 959px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > p,
  #hdGn > ul > li > span {
    padding: 20px 30px 20px 20px;
    border-top: 1px solid #35BF8C;
  }
  #hdGn > ul > li:last-of-type > a,
  #hdGn > ul > li:last-of-type > span {
    border-bottom: 1px solid #35BF8C;
  }
}
@media screen and (min-width: 960px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > p,
  #hdGn > ul > li > span {
    margin: auto;
  }
}
@media only screen and (max-width: 959px) and (max-width: 959px) {
  .home #hdGn > ul > li:nth-child(1) > a, .home #hdGn > ul > li:nth-child(1) > span {
    background: rgba(3, 150, 166, 0.4);
  }
  .page-greeting #hdGn > ul > li:nth-child(2) > a, .page-greeting #hdGn > ul > li:nth-child(2) > span {
    background: rgba(3, 150, 166, 0.4);
  }
  .page-treatment #hdGn > ul > li:nth-child(3) > a, .page-treatment #hdGn > ul > li:nth-child(3) > span {
    background: rgba(3, 150, 166, 0.4);
  }
  .page-online #hdGn > ul > li:nth-child(4) > a, .page-online #hdGn > ul > li:nth-child(4) > span {
    background: rgba(3, 150, 166, 0.4);
  }
  .page-clinic #hdGn > ul > li:nth-child(5) > a, .page-clinic #hdGn > ul > li:nth-child(5) > span {
    background: rgba(3, 150, 166, 0.4);
  }
  .page-faq #hdGn > ul > li:nth-child(6) > a, .page-faq #hdGn > ul > li:nth-child(6) > span {
    background: rgba(3, 150, 166, 0.4);
  }
  .page-access #hdGn > ul > li:nth-child(7) > a, .page-access #hdGn > ul > li:nth-child(7) > span {
    background: rgba(3, 150, 166, 0.4);
  }
}
@media screen and (min-width: 960px) {
  .home #hdGn > ul > li:nth-of-type(1) > a,
  .home #hdGn > ul > li:nth-of-type(1) > span {
    position: relative;
    color: #0396A6;
  }
  .page-greeting #hdGn > ul > li:nth-of-type(2) > a,
  .page-greeting #hdGn > ul > li:nth-of-type(2) > span {
    position: relative;
    color: #0396A6;
  }
  .page-treatment #hdGn > ul > li:nth-of-type(3) > a,
  .page-treatment #hdGn > ul > li:nth-of-type(3) > span {
    position: relative;
    color: #0396A6;
  }
  .page-online #hdGn > ul > li:nth-of-type(4) > a,
  .page-online #hdGn > ul > li:nth-of-type(4) > span {
    position: relative;
    color: #0396A6;
  }
  .page-clinic #hdGn > ul > li:nth-of-type(5) > a,
  .page-clinic #hdGn > ul > li:nth-of-type(5) > span {
    position: relative;
    color: #0396A6;
  }
  .page-faq #hdGn > ul > li:nth-of-type(6) > a,
  .page-faq #hdGn > ul > li:nth-of-type(6) > span {
    position: relative;
    color: #0396A6;
  }
  .page-access #hdGn > ul > li:nth-of-type(7) > a,
  .page-access #hdGn > ul > li:nth-of-type(7) > span {
    position: relative;
    color: #0396A6;
  }
}
#hdGn .sub {
  opacity: 0;
}
#hdGn .acc.select .sub {
  opacity: 1;
}

@media only screen and (max-width: 959px) {
  #hdGn .sub {
    display: block;
    position: static;
    transition: transform 0.3s ease-in-out;
  }
}
@media screen and (min-width: 960px) {
  #hdGn .sub {
    position: absolute;
    left: 0;
    right: auto;
    width: 120%;
    padding: 14px 3px;
    border-radius: 5px;
    background: #fff;
    transition: opacity 0.3s ease-in-out;
  }
}
#hdGn .sub.show {
  opacity: 1;
}
#hdGn .sub li {
  text-align: left;
}
#hdGn .sub li a {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px dotted #35BF8C;
  text-decoration: none;
  text-align: left;
}
#hdGn .sub li a:last-child {
  border-bottom: none;
}
#hdGn .sub li a:hover {
  cursor: pointer;
}
@media only screen and (max-width: 959px) {
  #hdGn .sub li a {
    padding: 14px 10px 20px 10px;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  #hdGn .sub li a {
    padding: 8px 0.5em 8px 0.5em;
    color: #464646 !important;
    font-size: 0.9em;
  }
  #hdGn .sub li a:hover {
    background-color: #0396A6;
    color: #fff !important;
  }
}
@media only screen and (max-width: 959px) {
  #hdGn .sub li.select li a {
    color: #fff !important;
  }
}
@media only screen and (max-width: 959px) {
  .trInd #hdGn .acc li:nth-of-type(1) a {
    background: rgba(3, 150, 166, 0.8) !important;
  }
}
@media screen and (min-width: 960px) {
  .trInd #hdGn .acc li:nth-of-type(1) a {
    border-left: 4px solid #0396A6;
  }
}

@media only screen and (max-width: 959px) {
  .trTou #hdGn .acc li:nth-of-type(2) a {
    background: rgba(3, 150, 166, 0.8) !important;
  }
}
@media screen and (min-width: 960px) {
  .trTou #hdGn .acc li:nth-of-type(2) a {
    border-left: 4px solid #0396A6;
  }
}

@media only screen and (max-width: 959px) {
  .trCanPer #hdGn .acc li:nth-of-type(3) a {
    background: rgba(3, 150, 166, 0.8) !important;
  }
}
@media screen and (min-width: 960px) {
  .trCanPer #hdGn .acc li:nth-of-type(3) a {
    border-left: 4px solid #0396A6;
  }
}

@media only screen and (max-width: 959px) {
  .trPho #hdGn .acc li:nth-of-type(4) a {
    background: rgba(3, 150, 166, 0.8) !important;
  }
}
@media screen and (min-width: 960px) {
  .trPho #hdGn .acc li:nth-of-type(4) a {
    border-left: 4px solid #0396A6;
  }
}

@media screen and (max-width: 600px) {
  #hdGn .formbutton {
    text-align: center;
    margin-top: 20px;
  }
  #hdGn .formbutton a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    gap: 0.5em;
    padding: 1.5em 1.6em;
    border-radius: 10px;
    background-color: #35BF8C;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none !important;
    line-height: 1;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.1s ease;
  }
  #hdGn .formbutton a:hover, #hdGn .formbutton a:focus-visible {
    background-color: #0396A6;
    outline: none;
  }
  #hdGn .formbutton a:active {
    transform: translateY(1px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  }
  #hdGn .formbutton a::after {
    content: "›";
    font-size: 1.1em;
    line-height: 1;
  }
}

.page h1, .single h1, .error404 h1, .category-dental-column h1, .category-doctor-column h1 {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  font-weight: 700;
  position: relative; /* 疑似要素の基準にする */
  margin: 40px 0 40px;
  color: #0396A6;
  background: #effaf6;
}
.page h1 span, .single h1 span, .error404 h1 span, .category-dental-column h1 span, .category-doctor-column h1 span {
  display: block;
  font-size: 0.5em;
  color: #464646;
}
@media screen and (max-width: 600px) {
  .page h1, .single h1, .error404 h1, .category-dental-column h1, .category-doctor-column h1 {
    font-size: 5vw;
  }
}
@media print, screen and (min-width: 601px) {
  .page h1, .single h1, .error404 h1, .category-dental-column h1, .category-doctor-column h1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .menu-active main::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 10;
    animation-name: fadeOp;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
  }
  @keyframes fadeOp {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
#bread {
  position: relative;
  line-height: 1.4;
}
#bread li {
  position: relative;
  display: inline-block;
  padding: 0;
}
#bread li:not(:last-of-type)::after {
  display: inline-block;
  margin: 0 0.5em 0 0;
  font-size: 0.9em;
}
#bread li a {
  text-decoration: none;
  color: #464646;
}
#bread li a img {
  display: inline;
  max-width: 16px;
  position: absolute;
  top: -2px;
  left: 0;
}
@media screen and (max-width: 600px) {
  #bread {
    padding: 6px 0.3em 6px 5%;
    font-size: 3.2vw;
    background: rgba(3, 150, 166, 0.3);
  }
  #bread li:not(:last-of-type)::after {
    content: "/";
    margin-left: 1em;
  }
  #bread li:nth-child(1)::after {
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 601px) {
  #bread {
    font-size: 0.875rem;
  }
  #bread li {
    line-height: 1;
  }
  #bread li:not(:last-of-type)::after {
    content: "〉";
    margin-left: 1em;
  }
  #bread li:nth-child(1)::after {
    margin-left: 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #bread {
    font-size: 0.8rem;
  }
}
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #bread {
    padding: 4px 0.3em 4px 4%;
    font-size: 2vw;
  }
}

#contents h2 {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 600px) {
  #contents h2 {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h2 {
    font-size: 1.8rem;
  }
}
.page #contents h2, .single #contents h2 {
  color: #0396A6;
  font-weight: bold;
  border-left: 8px solid #0396A6;
  padding-left: 10px;
}
#contents h3 {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 600px) {
  #contents h3 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h3 {
    font-size: 1.5rem;
  }
}
.page #contents h3, .single #contents h3 {
  background: rgba(3, 150, 166, 0.2);
  padding: 0 0.5em;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  #contents h4 {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h4 {
    font-size: 1.3rem;
  }
}
.single #contents h4, .page #contents h4 {
  font-weight: bold;
  color: rgb(2.0946745562, 104.7337278107, 115.9053254438);
  margin-bottom: 0.5em;
}
.single #contents h4:before {
  content: "● ";
  color: rgba(3, 150, 166, 0.5);
}
@media screen and (max-width: 600px) {
  #contents h5 {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h5 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  .page #contents > section, .single #contents > section, .error404 #contents > section {
    padding-right: 60px;
  }
}
@media screen and (min-width: 2000px) {
  .page #contents > section, .single #contents > section, .error404 #contents > section {
    padding-right: 0;
  }
}
.single #contents .advice {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
.single #contents .advice h3 {
  border: none;
  padding: 0;
  position: relative;
  padding-left: 70px;
  color: #f2af2f;
  font-weight: bold;
}
.single #contents .advice h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.5em;
  width: 60px;
  height: 60px;
  background: url("../img/common/docIcon.svg") no-repeat left center;
  background-size: 60px;
}
.single #contents .advice h4 {
  border: none;
  padding: 0;
  position: relative;
  padding-left: 70px;
  font-weight: bold;
  margin-bottom: 30px;
}
.single #contents .advice h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.5em;
  width: 60px;
  height: 60px;
  background: url("../img/common/docIcon.svg") no-repeat left center;
  background-size: 60px;
}

footer {
  border-top: 1px solid #ffffff;
  background: #EFFAF6;
}

#ftUpper {
  background: #fff;
  max-width: 1400px;
  margin: 40px auto;
  padding: 20px 40px 40px;
  border-radius: 20px;
}
@media print, screen and (min-width: 601px) {
  #ftUpper {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  #ftUpper {
    padding: 20px;
  }
}
#ftUpper h2 {
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 40px;
  text-align: center;
}
#ftUpper h2 span {
  font-weight: bold;
  color: #0396A6;
  font-size: 1.8em;
  display: block;
}
@media screen and (max-width: 600px) {
  #ftUpper h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 601px) {
  #ftUpper h2 {
    font-size: 1.8rem;
  }
}
#ftUpper h3 {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 0.5em;
  color: #0396A6;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  #ftUpper h3 {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 601px) {
  #ftUpper h3 {
    font-size: 1.3rem;
  }
}
#ftUpper .kamoku {
  margin-bottom: 20px;
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  #ftUpper .kanrenBanner ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #ftUpper .kanrenBanner ul li {
    flex: 0 0 48%;
  }
}
#ftUpper .kanrenBanner li {
  margin-bottom: 20px;
}
#ftUpper .kanrenBanner li img {
  max-width: 300px;
}

#ftbottom {
  background: #ffffff;
  padding: 80px 40px;
}
#ftbottom #ftLogo img {
  max-width: 400px;
  margin: 0 auto 20px;
}
#ftbottom #ftNav {
  margin: 40px auto;
  max-width: 1600px;
}
#ftbottom #ftNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#ftbottom #ftNav ul li {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 960px) {
  #ftbottom #ftNav ul li {
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  #ftbottom #ftNav ul li {
    flex: 30%;
  }
}
@media screen and (max-width: 600px) {
  #ftbottom #ftNav ul li {
    flex: 45%;
    font-size: 3vw;
  }
}
#ftbottom #ftNav ul li a {
  color: #0396A6;
}

#ddBtn img {
  background: #fff;
}

#copy {
  text-align: center;
}
@media screen and (max-width: 600px) {
  #copy {
    font-size: 2.6vw;
  }
}
@media print, screen and (min-width: 601px) {
  #copy {
    font-size: 0.7rem;
  }
}
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #copy {
    font-size: 0.8vw !important;
  }
}
#copy a {
  color: #0396A6 !important;
}

@media screen and (max-width: 600px) {
  #quickNav {
    display: none;
  }
}
@media print, screen and (min-width: 601px) {
  #quickNav li {
    margin-bottom: 10px;
  }
  #quickNav li a {
    display: block;
    width: 100%;
    padding: 5px;
    border-radius: 10px 0 0 10px;
    max-width: 90px;
  }
  #quickNav li a img {
    width: 100%;
  }
  #quickNav li#quick1 a {
    background: #0396A6;
  }
  #quickNav li#quick1 a:hover {
    background: rgba(3, 150, 166, 0.8);
  }
  #quickNav li#quick2 a {
    background: #35BF8C;
  }
  #quickNav li#quick2 a:hover {
    background: rgba(53, 191, 140, 0.8);
  }
}
@media only print {
  #quickNav {
    display: none;
  }
}

.fade {
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  transform: translateY(200px);
}
.fade.on {
  opacity: 1 !important;
  transform: translateY(0px);
}
@media only print {
  .fade {
    opacity: 1;
    transform: translateY(0px);
  }
}

.tbNormal {
  border: 1px solid #636363;
  background: #fff;
}
.tbNormal th, .tbNormal td {
  vertical-align: middle;
  border-bottom: 1px solid #636363;
  border-right: 1px dotted #636363;
}
@media screen and (max-width: 600px) {
  .tbNormal th, .tbNormal td {
    padding: 0.8em 1vw;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 601px) {
  .tbNormal th, .tbNormal td {
    padding: 12px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .tbNormal th, .tbNormal td {
    font-size: 1rem;
  }
}
.tbNormal th {
  white-space: nowrap;
}
.tbNormal thead th {
  text-align: center;
}
.tbNormal tbody th {
  font-weight: 600;
}
.uke main .tbNormal td:last-of-type {
  text-align: right;
}

.timeTable {
  width: 100%;
}
footer .timeTable {
  margin: auto auto 20px 0 !important;
}
main .timeTable {
  margin-bottom: 30px !important;
}
.timeTable table {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 1em;
}
.timeTable table th, .timeTable table td {
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .timeTable table th, .timeTable table td {
    font-size: 3vw;
  }
}
.timeTable table thead th {
  background: #0396A6;
  color: #fff;
  padding: 10px;
}
.timeTable table tbody th, .timeTable table tbody td {
  border-bottom: 1px solid #0396A6 !important;
}
.timeTable table tbody th {
  text-align: left;
  padding: 5px;
  font-size: 1em;
}
@media screen and (max-width: 600px) {
  .timeTable table tbody th {
    font-size: 3vw;
    padding: 3px;
  }
}
.timeTable table tbody th span {
  display: block;
  max-width: 4em;
  text-align: center;
  border-radius: 2px;
  background: #35BF8C;
  color: #fff;
  font-size: 0.8em;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .timeTable table tbody th span {
    margin-bottom: 3px;
  }
}
.timeTable table tbody td {
  text-align: center;
  color: #0396A6;
  font-size: 1.5em;
}
@media screen and (max-width: 600px) {
  .timeTable table tbody td {
    font-size: 3.5vw;
  }
}
.timeTable p span {
  color: #0396A6;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .timeTable p {
    font-size: 3vw;
  }
}

.checkUpTable {
  width: 100%;
  max-width: 800px;
  border: 1px solid #35BF8C;
  background: #fff;
  margin-bottom: 40px;
}
.checkUpTable th, .checkUpTable td {
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .checkUpTable th, .checkUpTable td {
    padding: 0.8em 1vw;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 601px) {
  .checkUpTable th, .checkUpTable td {
    padding: 12px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .checkUpTable th, .checkUpTable td {
    font-size: 1rem;
  }
}
.checkUpTable th {
  white-space: nowrap;
}
.checkUpTable th span {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .checkUpTable th {
    white-space: normal;
  }
}
.checkUpTable thead th {
  text-align: center;
  background: #35BF8C;
  color: #fff;
  font-weight: bold;
}
.checkUpTable thead th:last-child {
  border-right: none;
}
.checkUpTable thead td {
  background: rgba(53, 191, 140, 0.8);
  font-weight: bold;
  color: #fff;
}
.checkUpTable tbody th {
  font-weight: 600;
  border: 1px solid #35BF8C;
  background: rgba(53, 191, 140, 0.1);
  width: 20%;
}
@media screen and (max-width: 600px) {
  .checkUpTable tbody th {
    width: 30%;
  }
}
.checkUpTable td {
  border: 1px solid #35BF8C;
}
.checkUpTable td ul {
  margin: 0 !important;
}
.checkUpTable td ul li:last-child {
  margin-bottom: 0 !important;
}
.checkUpTable td span {
  display: inline-block;
}

.accordion dl {
  border-bottom: 1px solid #636363;
}
.accordion dt {
  position: relative;
  padding: 1em 2em 1em 4%;
  transition: all 0.3s ease-in-out;
  background: none;
}
.accordion dt:not(:first-of-type) {
  border-top: 1px solid #636363;
}
.accordion dt::after {
  content: " ";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 4%;
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  background: url("../img/angleDown.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .accordion dt:hover {
    background: rgba(3, 150, 166, 0.2);
  }
}
.accordion dt.on {
  background: #0396A6;
  color: #fff;
}
.accordion dt.on::after {
  transform: rotate(180deg);
  transform-origin: center 25%;
}
.accordion dt.on + dd {
  background: rgba(3, 150, 166, 0.1);
}
.accordion dt:hover {
  cursor: pointer;
}
.accordion dd {
  display: none;
}
@media screen and (max-width: 600px) {
  .accordion dd {
    padding: 25px 4%;
  }
}
@media screen and (min-width: 960px) {
  .accordion dd {
    padding: 28px 0 28px 6%;
  }
}
@media screen and (max-width: 600px) {
  .accordion dd.withImg > span {
    display: block;
    margin-bottom: 1.5em;
  }
  .accordion dd.withImg > picture {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 960px) {
  .accordion dd.withImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .accordion dd.withImg > span {
    width: 70%;
  }
  .accordion dd.withImg > picture {
    width: 25%;
  }
}

strong {
  font-weight: bold;
}

.red {
  color: #ed1c24;
  font-weight: 600;
}

.blue {
  color: #2364aa;
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.point1 {
  position: relative;
  font-weight: bold;
  background: rgba(255, 255, 255, 0) linear-gradient(transparent 65%, #0396A6 0%) repeat scroll 0 0;
  color: #464646;
}

.under {
  text-decoration: underline;
}

.size-l {
  font-size: 1.2em;
}

.size-ll {
  font-size: 1.2em;
}

.size-s {
  font-size: 0.85em;
}

.size-ss {
  font-size: 0.6em;
}

.icon {
  display: inline-block;
  max-width: 32px !important;
}

.w200 {
  max-width: 200px;
}

.w250 {
  max-width: 250px;
}

.w300 {
  max-width: 300px;
}

.w480 {
  max-width: 480px;
}

.w510 {
  max-width: 510px;
}

.w530 {
  max-width: 530px;
}

.w550 {
  max-width: 550px;
}

.w580 {
  max-width: 580px;
}

.w600 {
  max-width: 600px;
}

.w650 {
  max-width: 650px;
}

.w700 {
  max-width: 700px;
}

.w800 {
  max-width: 800px;
}

.box01 {
  padding: 1em;
  border: 1px solid #636363;
}
.box01 li {
  margin: 1em 0;
}

.block {
  display: block;
}

.inline_block {
  display: inline-block;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.posR {
  float: right;
}

.posL {
  float: left;
}

.posC {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.imgR {
  float: right;
  margin: 0 0 15px 5%;
}

.imgL {
  float: left;
  margin: 0 5% 15px 0;
}

.imgC,
.imgC img {
  display: block;
  margin: 50px auto;
  text-align: center;
}

.posR img,
.imgR img {
  margin-right: 0;
  margin-left: auto;
}

.inline span {
  display: inline-block;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.btn {
  display: table;
}
.btn a {
  display: block;
  position: relative;
  background: #0396A6;
  text-align: center;
  text-decoration: none !important;
  color: #000;
  border-radius: 6px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
  .btn a {
    padding: 0.3em 1.6em 0.3em 1.2em;
  }
}
@media print, screen and (min-width: 601px) {
  .btn a {
    padding: 0.6em 1.2em;
  }
}
.btn a::after {
  content: "";
  display: block;
  width: 0.35em;
  height: 0.7em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/angleRight.svg") no-repeat center center/contain;
}
@media screen and (max-width: 600px) {
  .btn a::after {
    right: 8px;
  }
}
@media print, screen and (min-width: 601px) {
  .btn a::after {
    right: 6px;
  }
}
.btn a:hover {
  color: #000;
  transform: translateX(4px);
}

.button, .button02 {
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 959px) {
  .button, .button02 {
    text-align: center;
  }
}

.button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.7em 1.6em;
  border-radius: 999px;
  background-color: #35BF8C;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 1;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.1s ease;
}
.button a:hover, .button a:focus-visible {
  background-color: #ffb96f;
  outline: none;
}
.button a:active {
  transform: translateY(1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.button a::after {
  content: "›";
  font-size: 1.1em;
  line-height: 1;
}

.button02 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 1.5em 1.6em;
  border-radius: 10px;
  background-color: #0396A6;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 1;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.1s ease;
}
.button02 a:hover, .button02 a:focus-visible {
  background-color: #ffb96f;
  outline: none;
}
.button02 a:active {
  transform: translateY(1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.button02 a::after {
  content: "›";
  font-size: 1.1em;
  line-height: 1;
}

.line_button {
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 959px) {
  .line_button {
    text-align: center;
  }
}

.line_button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.7em 1.6em;
  border-radius: 999px;
  background-color: #97BF79;
  color: #fff !important;
  font-size: 0.9rem;
  text-decoration: none !important;
  line-height: 1;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.1s ease;
}
.line_button a:hover, .line_button a:focus-visible {
  background-color: #BFD95C;
  outline: none;
}
.line_button a:active {
  transform: translateY(1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.line_button a::after {
  content: "›";
  font-size: 1.1em;
  line-height: 1;
}

.tel a {
  text-decoration: none;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  vertical-align: middle;
  color: #0396A6;
  font-weight: bold;
}
.tel a img {
  max-width: 15px;
  display: inline;
}

ul.attn {
  margin-bottom: 3em !important;
}
ul.attn li {
  color: #ed1c24;
  font-weight: bold;
  padding-left: 25px;
}
ul.attn li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 0;
  background: url("../img/common/attnIcon.svg") no-repeat left center;
}

p.attn, span.attn {
  color: #ed1c24;
  font-weight: bold;
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 0 0 0 25px;
}
p.attn:before, span.attn:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/attnIcon.svg") no-repeat left center;
}

.check li {
  margin-bottom: 0.8em;
  position: relative;
  padding-left: 1.6em; /* チェックアイコン分の余白 */
  line-height: 1.6;
  font-weight: bold;
}
.check li:before {
  content: ""; /* Unicodeチェックマーク */
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 16px;
  height: 16px;
  background: url("../img/common/check.svg") no-repeat center center/contain;
}

.check02 li {
  margin-bottom: 0.8em;
  position: relative;
  padding-left: 1.6em; /* チェックアイコン分の余白 */
  line-height: 1.6;
  font-weight: bold;
}
.check02 li:before {
  content: ""; /* Unicodeチェックマーク */
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 16px;
  height: 16px;
  background: url("../img/common/check02.svg") no-repeat center center/contain;
}

.list li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1.3em;
  line-height: 1.5 !important;
}
.list li::before {
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "●";
  color: #0396A6;
  font-size: 0.5em;
}

.list2 li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1.3em;
  line-height: 1.3 !important;
}
.list2 li::before {
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "●";
  color: #35BF8C;
  font-size: 0.5em;
}

.number {
  counter-reset: my-counter;
  list-style: none;
}
.number > li {
  counter-increment: my-counter;
  margin-bottom: 0.8em;
}
.number > li::before {
  content: counter(my-counter) ". ";
}

.number01 {
  list-style: none;
  counter-reset: item;
}
.number01 > li {
  counter-increment: item;
  margin-bottom: 1em;
}
.number01 > li::before {
  content: "（" counter(item) "）";
}

.number_circle {
  list-style: none;
  counter-reset: item;
  margin-left: 1.5em;
}
.number_circle > li {
  counter-increment: item;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.7;
  margin-bottom: 1em;
}
.number_circle > li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0.3em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.3em;
  height: 1.3em;
  border: 1px solid #513704;
  border-radius: 50%;
  text-align: center;
  color: #513704;
  font-size: 0.7em;
}

.dlBlock {
  margin-top: 60px;
}
.dlBlock dt {
  padding: 0 17px;
  width: fit-content;
  background: #E8F5D3;
  color: #000;
  border-left: 4px solid #0396A6;
}
.dlBlock dd {
  padding-left: 21px;
  margin: 0.5em 0 1.8em auto;
}

.proList {
  margin-bottom: 40px !important;
}
.proList li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #0396A6;
}

.profReki {
  margin-bottom: 40px !important;
}
.profReki dd {
  margin: -1.5em 0 1em 0;
  padding-left: 6em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #0396A6;
}
@media screen and (max-width: 600px) {
  .profReki dd {
    padding-left: 4.5em;
  }
}

.nmbr {
  counter-reset: number;
  padding: 0;
  margin: 0;
}
.nmbr li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.4em;
  font-weight: bold;
}
.nmbr li:before {
  content: counter(number);
  counter-increment: number;
  background: #0396A6;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.howToUse {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0;
}
.howToUse li {
  counter-increment: step;
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.howToUse li::before {
  content: counter(step) ".";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  color: #0396A6;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.point dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.point dt span {
  background: #0396A6;
  color: #fff;
  padding: 0 3px;
  border-radius: 5px;
  margin-right: 1em;
}
@media screen and (max-width: 600px) {
  .point dt span {
    padding: 5px;
  }
}
.point dd {
  margin-bottom: 1.5em;
}

/* バナー全体を囲むコンテナ */
.clinic-banner {
  max-width: 800px;
  margin: 40px auto 40px;
  background: linear-gradient(135deg, #e0f7fa 0%, #ffffff 100%);
  border: 2px solid #00acc1;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* メインメッセージ */
.banner-msg {
  font-size: 1.1em;
  font-weight: bold;
  color: #006064;
  margin-bottom: 12px;
}

/* テキストリンク部分 */
.banner-text-links {
  margin-bottom: 20px;
  font-size: 0.95em;
  font-weight: bold;
  color: #00838f;
}

.banner-text-links span {
  display: inline-block;
  margin: 0 10px;
}

/* 連絡先エリア */
.banner-contact-area {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.05);
}
.banner-contact-area ul {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .banner-contact-area ul {
    display: block;
    max-width: 300px;
  }
}
.banner-contact-area ul li {
  flex: 0 0 48%;
}
@media only screen and (max-width: 959px) {
  .banner-contact-area ul li:first-child {
    margin-bottom: 20px;
  }
}
.banner-contact-area ul li img {
  max-width: 300px;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.banner-contact-area ul li img:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}

/* スマホ表示用の微調整 */
@media screen and (max-width: 600px) {
  .clinic-banner {
    padding: 10px;
  }
  .banner-contact-area {
    padding: 10px;
  }
  .banner-text-links span {
    line-height: 1;
    margin: 0 !important;
  }
}
#contents .exam-flow {
  margin-bottom: 40px !important;
}
#contents .exam-flow .exam-step {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #d7f0eb;
  padding: 20px 20px 24px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
}
#contents .exam-flow .exam-step h3, #contents .exam-flow .exam-step h4 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: none !important;
  padding: 0 0 5px 0 !important;
  margin-left: 0 !important;
  border-bottom: 1px dotted #35BF8C;
}
#contents .exam-flow .exam-step h3:before, #contents .exam-flow .exam-step h4:before {
  content: "";
  padding: 0;
  margin: 0;
}
#contents .exam-flow .exam-step .exam-step__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #e0f5f0;
  color: #35BF8C;
  font-size: 0.9rem;
  font-weight: 600;
}
#contents .exam-flow .exam-step ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#contents .exam-flow .exam-step ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 8px;
  line-height: 1.6;
  font-size: 0.95rem;
}
#contents .exam-flow .exam-step ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.3em;
  font-size: 0.55rem;
  color: #35BF8C;
}
#contents .exam-flow .exam-step .exam-tip {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(53, 191, 140, 0.1);
  font-size: 0.9rem;
}
#contents .exam-flow .exam-step .exam-tip span {
  display: inline-block;
  font-weight: 600;
  color: #35BF8C;
  margin-right: 6px;
}
@media (max-width: 767px) {
  #contents .exam-flow {
    padding: 32px 16px;
    margin-block: 40px;
  }
}

@media screen and (max-width: 600px) {
  .hideSp,
  .dispTab,
  .dispPc {
    display: none !important;
  }
}
/* PC向けの指定  ------------*/
@media screen and (min-width: 960px) {
  .hidePc,
  .dispTab,
  .dispSp,
  .dispPri {
    display: none !important;
  }
}
/* タブレット向けの指定  ------------*/
@media screen and (min-width: 601px) and (max-width: 959px) {
  .dispSp,
  .hideTab {
    display: none !important;
  }
}
/* 印刷向けの指定  ------------*/
@media only print {
  @page {
    size: A4;
  }
  header,
  .fix,
  .fixed {
    position: relative !important;
    top: 0 !important;
  }
  #hdGn > ul li a,
  #hdGn > span {
    padding: 20px 30px;
  }
  picture, figure img {
    width: 100% !important;
  }
  .home #homeIntro .block p {
    width: 100% !important;
  }
}
/* index Scss */
.home .fvSlider {
  position: relative;
  padding: 0 20px;
  margin-top: 20px;
}
.home .fvSwiper {
  position: relative;
  overflow: hidden;
}
.home .fvSlide {
  position: relative;
  min-height: min(42vw, 680px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .fvSlide--01 {
  background-image: url("../img/home/slide/fv_01.webp");
}
.home .fvSlide--02 {
  background-image: url("../img/home/slide/fv_02.webp");
}
.home .fvSlide--03 {
  background-image: url("../img/home/slide/fv_03.webp");
}
.home .fvSlide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.18);
}
.home .fvSlide__panel {
  position: absolute;
  left: clamp(20px, 5vw, 64px);
  bottom: clamp(20px, 4vw, 48px);
  z-index: 2;
  width: min(100%, 720px);
  padding: clamp(20px, 3.5vw, 40px);
  background: rgba(73, 181, 193, 0.82);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.home .fvSlide__label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.9);
  color: #18a7b8;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.home .fvSlide__title {
  margin: 0;
  font-size: clamp(1.2rem, 3vw, 2.2rem);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
}
@media screen and (min-width: 960px) {
  .home .fvSlide__foot.first {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
  }
}
.home .fvSlide__text {
  margin: 1em 0 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}
.home .fvSlide__btn {
  margin-top: 1em;
}
@media screen and (min-width: 960px) {
  .home .fvSlide__btn {
    flex: 0 0 30%;
  }
}
@media only screen and (max-width: 959px) {
  .home .fvSlide__btn {
    display: flex;
  }
}
.home .fvSlide__btn li {
  transition: opacity 0.3s ease, background 0.3s ease;
}
@media only screen and (max-width: 959px) {
  .home .fvSlide__btn li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .home .fvSlide__btn li {
    flex: 0 0 48%;
  }
}
.home .fvSlide__btn li img {
  max-width: 200px;
}
@media screen and (max-width: 600px) {
  .home .fvSlide__btn li img {
    max-width: 250px;
  }
}
.home .fvSlide__btn li:hover {
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .home .fvSlide__btn li:nth-child(2) {
    display: none;
  }
}
.home .fvSlider__nav {
  position: absolute;
  right: clamp(16px, 2vw, 30px);
  bottom: clamp(16px, 2vw, 24px);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
}
.home .fvSlider__arrow,
.home .fvSlider__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
}
.home .fvSlider__arrow--prev::before {
  content: "←";
  font-size: 1.8rem;
}
.home .fvSlider__arrow--next::before {
  content: "→";
  font-size: 1.8rem;
}
.home .fvSlider__toggle::before {
  content: "❚❚";
  font-size: 1.4rem;
}
.home .fvSlider__toggle.is-play::before {
  content: "▶";
  font-size: 1.4rem;
}
.home .fvSlider__pagination {
  position: absolute;
  left: 50%;
  bottom: 20px !important;
  z-index: 5;
  transform: translateX(-50%);
}
.home .fvSlider__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.home .fvSlider__pagination .swiper-pagination-bullet-active {
  background: #12a7bb;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .home .fvSlide__panel {
    width: 50%;
    right: auto;
    padding: 20px;
  }
  .home .fvSlide__panel .fvSlide__label {
    font-size: 0.9em;
  }
  .home .fvSlide__panel .fvSlide__title {
    font-size: 1.3em;
  }
  .home .fvSlide__panel .fvSlide__text {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .home .fvSlide__panel {
    width: 50%;
    right: auto;
    padding: 20px;
  }
  .home .fvSlide__panel .fvSlide__label {
    font-size: 0.9em;
  }
  .home .fvSlide__panel .fvSlide__title {
    font-size: 2.3vw;
  }
  .home .fvSlide__panel .fvSlide__text {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 600px) {
  .home .fvSlider {
    padding: 0;
  }
  .home .fvSlide {
    min-height: 72vh;
    background-position: right center;
  }
  .home .fvSlide--01 {
    background-image: url("../img/home/slide/fv_01_sp.webp");
  }
  .home .fvSlide--02 {
    background-image: url("../img/home/slide/fv_02_sp.webp");
    background-position: left center;
  }
  .home .fvSlide--03 {
    background-image: url("../img/home/slide/fv_03_sp.webp");
  }
  .home .fvSlide__panel {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    padding: 18px 16px;
  }
  .home .fvSlide__panel .fvSlide__label {
    font-size: 0.9em;
  }
  .home .fvSlider__nav {
    display: none;
  }
  .home .fvSlider__pagination {
    bottom: 110px !important;
  }
  .home .fvSlide__label {
    font-size: 3vw;
  }
  .home .fvSlide__title {
    font-size: 3.8vw;
  }
  .home .fvSlide__text {
    font-size: 0.8em;
  }
}
.home #news .block {
  max-height: 300px;
  overflow-y: scroll;
  padding: 15px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .home #news .block {
    margin: 10px 7px;
  }
}
.home #news .block::-webkit-scrollbar {
  height: 5px;
}
.home #news .block::-webkit-scrollbar-track {
  border-radius: 5px 20px 20px 5px;
  background: rgba(3, 150, 166, 0.3);
}
.home #news .block::-webkit-scrollbar-thumb {
  border-radius: 5px 20px 20px 5px;
  background: #0396A6;
}
.home #news .block dt {
  color: #0396A6;
  font-weight: bold;
}
.home #news .block dd {
  margin-top: -1.6em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 8em;
  border-bottom: 2px dotted rgba(3, 150, 166, 0.3);
  font-size: 0.9rem;
  line-height: 1.6;
}
.home #news .block dd a {
  text-decoration: underline !important;
}
@media screen and (max-width: 600px) {
  .home #news .block dd {
    margin-top: 0;
    padding-left: 0;
  }
}
.home h2 {
  text-align: center;
}
.home #low03 h2, .home #low04 h2, .home #low05 h2, .home #news h2, .home #low06 h2, .home #low07 h2 {
  color: #0396A6;
  font-weight: bold;
}
.home #low03 h2 span, .home #low04 h2 span, .home #low05 h2 span, .home #news h2 span, .home #low06 h2 span, .home #low07 h2 span {
  font-size: 0.7em;
  display: block;
  color: #464646;
  font-weight: normal;
}
.home #low03 h2 span.inline, .home #low04 h2 span.inline, .home #low05 h2 span.inline, .home #news h2 span.inline, .home #low06 h2 span.inline, .home #low07 h2 span.inline {
  display: inline;
  color: #0396A6;
  font-weight: bold;
  font-size: 2.5rem;
}
@media screen and (min-width: 960px) {
  .home #low01 {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .home #low01 {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.home #low01 .treatBanner {
  display: flex;
  justify-content: space-between;
  gap: 1%;
  max-width: 1200px;
  margin: 0 auto;
  background: #D2F1E6;
  padding: 10px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .home #low01 .treatBanner {
    gap: 1%;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .home #low01 .treatBanner {
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .home #low01 .treatBanner {
    flex-wrap: wrap;
    gap: 1%;
  }
}
.home #low01 .treatBanner li {
  flex: 1 1 19%;
  list-style: none;
}
.home #low01 .treatBanner li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .home #low01 .treatBanner li {
    flex: 0 0 20%;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .home #low01 .treatBanner li {
    flex: 0 0 18%;
  }
}
@media screen and (max-width: 600px) {
  .home #low01 .treatBanner li {
    flex: 0 0 30%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .home #low01 .treatBanner li {
    margin-bottom: 10px;
  }
}
.home #low01 .treatBanner li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (max-width: 959px) {
  .home #low01 .treatBanner li a {
    padding: 5px;
  }
}
.home #low01 .treatBanner li a picture {
  max-width: 50%;
  background: #fff;
  padding: 20px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  margin-bottom: 20px;
}
.home #low01 .treatBanner li a picture img {
  height: auto;
  max-width: 100px;
  margin: 0 auto;
}
.home #low01 .treatBanner li a p {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .home #low01 .treatBanner li a p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .home #low01 .treatBanner li a p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 600px) {
  .home #low01 .treatBanner li a p {
    font-size: 3.5vw;
  }
}
.home #low01 .treatBanner li a:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.home #low02 .tabs2 {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 14px;
  padding: 16px 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-wrap: wrap;
  /* ラジオボタンを非表示 */
}
.home #low02 .tabs2 input[type=radio] {
  display: none;
}
@media screen and (max-width: 600px) {
  .home #low02 .tabs2 {
    box-shadow: none;
  }
}
.home #low02 .tabs2 {
  /* タブ見出し */
}
.home #low02 .tabs2 .tab-label {
  text-align: center;
  flex: 0 0 50%;
  padding: 10px 16px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .home #low02 .tabs2 .tab-label {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 959px) {
  .home #low02 .tabs2 .tab-label {
    display: block !important;
    width: 100%;
    padding: 5px;
  }
}
.home #low02 .tabs2 .tab-label span {
  display: block;
  width: 100%;
  padding: 5px 0;
  border-radius: 10px;
}
.home #low02 .tabs2 #tab01 + .tab-label span {
  background: rgba(53, 191, 140, 0.45);
}
.home #low02 .tabs2 #tab02 + .tab-label span {
  background: rgba(3, 150, 166, 0.45);
}
.home #low02 .tabs2 {
  /* アクティブタブ（ラジオ直後のラベル） */
}
.home #low02 .tabs2 #tab01:checked + .tab-label {
  background: #D2F1E6;
}
.home #low02 .tabs2 #tab01:checked + .tab-label span {
  background: #35BF8C;
}
.home #low02 .tabs2 #tab02:checked + .tab-label {
  background: #CCEAED;
}
.home #low02 .tabs2 #tab02:checked + .tab-label span {
  background: #0396A6;
}
.home #low02 .tabs2 {
  /* コンテンツはデフォルト非表示 */
}
.home #low02 .tabs2 .tab-content {
  display: none;
  width: 100%;
}
.home #low02 .tabs2 {
  /* ラジオとコンテンツを1対1で対応させる */
}
.home #low02 .tabs2 #tab01:checked ~ #content01,
.home #low02 .tabs2 #tab02:checked ~ #content02 {
  display: block;
}
.home #low02 .tabs2 .tab-content {
  padding: 0 10px;
  margin-bottom: 10px;
}
.home #low02 .tabs2 .tab-content#content01 {
  background: #D2F1E6;
  border-radius: 0 20px 20px 20px;
}
.home #low02 .tabs2 .tab-content#content02 {
  background: #CCEAED;
  border-radius: 20px 0 20px 20px;
}
.home #low02 .tabs2 .tab-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .home #low02 .tabs2 .tab-content ul {
    display: block;
  }
}
.home #low02 .tabs2 .tab-content ul li {
  flex: 0 0 30%;
  margin-bottom: 10px;
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .home #low02 .tabs2 .tab-content ul li {
    flex: 0 0 48%;
  }
}
.home #low02 .tabs2 .tab-content ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 20px 5px 10px;
  background: #fff;
  border-radius: 50vh;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.home #low02 .tabs2 .tab-content ul li a img {
  max-width: 40px;
}
@media screen and (max-width: 600px) {
  .home #low02 .tabs2 .tab-content ul li a {
    font-size: 3.5vw;
    padding: 3px 15px 3px 10px;
  }
  .home #low02 .tabs2 .tab-content ul li a img {
    max-width: 30px;
  }
}
.home #low02 .tabs2 .tab-content ul li a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}
.home #low02 .tabs2 .tab-content ul li a:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.home #low02 .tabs2 .tab-content#content01 ul li a {
  border: 2px solid #35BF8C;
  color: #35BF8C;
}
.home #low02 .tabs2 .tab-content#content01 ul li a:after {
  background: url("../img/common/arrowGreen.svg") no-repeat right center;
}
.home #low02 .tabs2 .tab-content#content02 ul li a {
  border: 2px solid #0396A6;
  color: #0396A6;
}
.home #low02 .tabs2 .tab-content#content02 ul li a:after {
  background: url("../img/common/arrowGreen02.svg") no-repeat right center;
}
.home #low02 .tabs2 .tab-content p {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.home #low02 .tabs2 .tab-content p a {
  color: #0396A6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .home #low02 .tabs2 .tab-content p a {
    font-size: 3vw;
  }
}
.home #low02 .tabs2 .tab-content p a:hover {
  color: rgb(20.2426035503, 228.1301775148, 250.7573964497);
}
.home #low02 .tabs2 .tab-content p a img {
  max-width: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .home #low02 .tabs2 .tab-content p a img {
    margin-right: 30px;
  }
}
.home #low03 ul {
  max-width: 1200px;
  margin: 0 auto;
}
.home #low03 ul li img {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 10px;
}
.home #low03 ul li img:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}
.home #low03 .treatBanner01 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .home #low03 .treatBanner01 {
    display: block;
  }
}
.home #low03 .treatBanner01 li {
  flex: 0 0 48%;
  margin: 10px 1%;
}
.home #low03 .treatBanner01 li img {
  max-width: 600px;
}
.home #low03 .treatBanner02 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.home #low03 .treatBanner02 li {
  flex: 0 0 24%;
  margin: 10px 1%;
}
@media screen and (max-width: 600px) {
  .home #low03 .treatBanner02 li {
    flex: 0 0 48%;
  }
}
.home #low03 .treatBanner02 li img {
  max-width: 300px;
}
.home #low03 .treatBanner03 img {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .home #low03 .treatBanner03 img {
    max-width: 400px;
  }
}
.home #low03 .treatBanner03 img:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}
.home #low04 {
  background: #f9f9f9;
}
.home #low04 .treatMenu {
  max-width: 700px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home #low04 .treatMenu li {
  flex: 0 0 48%;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .home #low04 .treatMenu li {
    margin-bottom: 0.5em;
  }
}
.home #low04 .treatMenu li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #35BF8C;
  padding: 20px;
  border-radius: 15px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.home #low04 .treatMenu li a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}
.home #low04 .treatMenu li a:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/common/arrowWhite.svg") no-repeat right center;
}
@media screen and (max-width: 600px) {
  .home #low04 .treatMenu li a {
    font-size: 3.5vw;
    padding: 10px;
  }
  .home #low04 .treatMenu li a:after {
    right: 10px;
  }
}
.home #low04 .kenshinBanner img {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  max-width: 700px;
  margin: 0 auto;
  border-radius: 10px;
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .home #low04 .kenshinBanner img {
    max-width: 400px;
  }
}
.home #low04 .kenshinBanner img:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}
.home #news {
  background: #effaf6;
}
.home #news > div {
  max-width: 1000px;
  margin: 0 auto;
}
.home #low05 {
  background: #d9f3ea;
}
.home #low05 ul {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home #low05 ul li {
  flex: 0 0 49%;
  margin-bottom: 20px;
}
.home #low05 .feature-banner {
  display: block;
  height: 100%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.home #low05 .feature-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}
.home #low05 .feature-banner__text {
  padding: 30px 20px 30px 30px;
}
.home #low05 h3 {
  font-size: 1.2rem;
  padding-left: 2.8em;
  line-height: 1.3;
  color: #000;
}
.home #low05 h3 .number {
  position: absolute;
  left: 0;
  top: -0.2em;
  font-weight: 700;
  color: #39c39a;
  font-size: 2.5rem;
}
.home #low05 h3 span {
  display: inline-block;
}
.home #low05 .feature-banner__desc {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #000;
}
.home #low05 .feature-banner__image {
  min-height: 200px;
}
.home #low05 li:nth-child(1) .feature-banner__image {
  background: url("../img/home/banner-photo01.webp") center center/cover no-repeat;
}
.home #low05 li:nth-child(2) .feature-banner__image {
  background: url("../img/home/banner-photo02.webp") center center/cover no-repeat;
}
.home #low05 li:nth-child(3) .feature-banner__image {
  background: url("../img/home/banner-photo03.webp") center center/cover no-repeat;
}
.home #low05 li:nth-child(4) .feature-banner__image {
  background: url("../img/home/banner-photo04.webp") center center/cover no-repeat;
}
.home #low05 li:nth-child(5) .feature-banner__image {
  background: url("../img/home/banner-photo05.webp") center center/cover no-repeat;
}
.home #low05 li:nth-child(6) .feature-banner__image {
  background: url("../img/home/banner-photo06.webp") center center/cover no-repeat;
}
.home #low05 li:nth-child(7) .feature-banner__image {
  background: url("../img/home/banner-photo07.webp") center center/cover no-repeat;
}
.home #low05 {
  /* PC時だけカーブをつける */
}
@media screen and (min-width: 960px) {
  .home #low05 .feature-banner__text::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 40px;
    height: 100%;
    background: #fff;
    border-radius: 0 40% 70% 0;
    z-index: 1;
  }
}
@media only screen and (max-width: 959px) {
  .home #low05 .feature-banner {
    grid-template-columns: 1fr;
  }
  .home #low05 .feature-banner__text {
    padding: 10px;
  }
  .home #low05 h3 {
    font-size: 0.9rem;
    padding-left: 2.3em;
    line-height: 1.3;
    color: #000;
    margin-bottom: 0 !important;
  }
  .home #low05 h3 .number {
    position: absolute;
    left: 0;
    top: -0.1em;
    font-weight: 700;
    color: #39c39a;
    font-size: 1.3rem;
  }
  .home #low05 h3 span {
    display: inline-block;
  }
  .home #low05 .feature-banner__desc {
    display: none;
  }
  .home #low05 .feature-banner__image {
    min-height: 100px;
    background-position: center;
  }
}
.home #low06 > div {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .home #low06 > div {
    display: block;
  }
}
.home #low06 > div .docPhoto {
  flex: 0 0 25%;
}
.home #low06 > div .docPhoto picture img {
  max-width: 400px;
  margin-bottom: 40px;
  border-radius: 50%;
}
.home #low06 > div .docPhoto .docName {
  font-size: 1.1rem;
  font-weight: bold;
}
.home #low06 > div .docPhoto .docName span {
  display: block;
  font-size: 0.8em;
}
.home #low06 > div .docPhoto .specialist {
  font-size: 0.8em;
  color: #0396A6;
  padding: 0;
  font-weight: bold;
}
@media only screen and (max-width: 959px) {
  .home #low06 > div .docPhoto {
    display: flex;
    justify-content: space-between;
  }
  .home #low06 > div .docPhoto picture {
    flex: 0 0 35%;
  }
  .home #low06 > div .docPhoto > div {
    flex: 0 0 60%;
  }
}
.home #low06 > div .topGreeting {
  flex: 0 0 70%;
}
.home #low06 > div .topGreeting h3 {
  font-weight: bold;
  color: #35BF8C;
}
.home #low06 > div .topGreeting .link {
  max-width: 250px;
  margin-top: 20px;
  margin-left: auto;
  text-align: right;
}
.home #low06 > div .topGreeting .link a {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #0396A6;
  padding: 3px 7px 3px 3px;
  text-align: center;
  text-decoration: none;
  color: #0396A6;
  font-weight: bold;
  font-size: 0.9em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.home #low06 > div .topGreeting .link a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}
.home #low06 > div .topGreeting .link a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/common/arrowGreen02.svg") no-repeat right center;
}
.home #low07 {
  background: #effaf6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home #low07 #affiliatedBanner {
  display: flex;
  justify-content: center;
  margin: 10px 0 30px;
}
@media screen and (max-width: 600px) {
  .home #low07 #affiliatedBanner {
    display: block;
  }
}
.home #low07 #affiliatedBanner li {
  flex: 0 0 48%;
  max-width: 300px;
  margin: 0 20px;
}
@media screen and (max-width: 600px) {
  .home #low07 #affiliatedBanner li:first-child {
    margin-bottom: 20px;
  }
}
.home #low07 #affiliatedBanner li a {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #0396A6;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  color: #0396A6;
  font-weight: bold;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.home #low07 #affiliatedBanner li a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}
.home #low07 #affiliatedBanner li a:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/common/arrowGreen02.svg") no-repeat right center;
}
@media screen and (max-width: 600px) {
  .home #low07 #affiliatedBanner li a:after {
    right: 10px;
  }
}
.home #columnBanner {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
@media screen and (max-width: 600px) {
  .home #columnBanner {
    display: block;
  }
}
.home #columnBanner li {
  margin: 0 20px;
}
@media screen and (max-width: 600px) {
  .home #columnBanner li:first-child {
    margin-bottom: 20px;
  }
}
.home #columnBanner li img {
  max-width: 300px;
  margin: 0 auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.home #columnBanner li img:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}

/* index Scss */
.page-doctor #contents {
  padding-bottom: 200px;
}
.page-doctor #contents #assistantDirector #greeting > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .page-doctor #contents #assistantDirector #greeting > div {
    display: block;
  }
}
.page-doctor #contents #assistantDirector #greeting > div .text {
  flex: 0 0 60%;
}
.page-doctor #contents #assistantDirector #greeting > div .docPhoto {
  flex: 0 0 35%;
  margin-bottom: 30px;
  text-align: center;
}
.page-doctor #contents #assistantDirector #greeting > div .docPhoto img {
  max-width: 600px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.page-doctor #contents .certification {
  display: flex;
}
@media screen and (max-width: 600px) {
  .page-doctor #contents .certification {
    display: block;
  }
}
.page-doctor #contents .certification li {
  flex: 0 0 30%;
  margin: 0 1.5%;
}
.page-doctor #contents .certification li img {
  max-width: 200px;
}
@media screen and (max-width: 600px) {
  .page-doctor #contents .certification li img {
    margin: 0 auto 20px;
  }
}
.page-doctor #contents ul.career {
  list-style: none;
  margin: 0 5px;
  padding: 0;
  border-left: 2px solid rgba(53, 191, 140, 0.5);
  position: relative;
}
.page-doctor #contents ul.career::before, .page-doctor #contents ul.career::after {
  content: "";
  position: absolute;
  left: -2px;
  width: 2px;
}
.page-doctor #contents ul.career::before {
  top: 0;
  height: 16px;
}
.page-doctor #contents ul.career::after {
  bottom: 0;
  height: 16px;
}
.page-doctor #contents ul.career li {
  position: relative;
  padding: 17px 0 16px 100px;
}
.page-doctor #contents ul.career li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #35BF8C;
  box-shadow: 0 0 0 3px #fff;
}
.page-doctor #contents ul.career li time {
  position: absolute;
  left: 10px;
  top: 17px;
  width: 5em;
  font-weight: 700;
  color: #0396A6;
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .page-doctor #contents ul.career li {
    padding-left: 120px;
  }
  .page-doctor #contents ul.career li time {
    position: absolute;
    left: 10px;
    top: 17px;
    width: 7em;
    font-weight: 700;
    color: #0396A6;
  }
}
@media screen and (max-width: 600px) {
  .page-doctor #contents ul.career li {
    padding-left: 20px;
  }
  .page-doctor #contents ul.career li time {
    position: static;
    display: block;
    width: 5em;
    font-size: 0.95rem;
    margin-bottom: 0.5em;
  }
}

/* index Scss */
.page-online #contents {
  background: url("../img/common/contentsBg_02.svg") no-repeat left bottom;
  background-size: 200px;
  padding-bottom: 200px;
}

/* index Scss */
.page-faq #contents {
  background: url("../img/common/contentsBg_03.svg") no-repeat left bottom;
  background-size: 200px;
  padding-bottom: 200px;
}
.page-faq #contents dt {
  position: relative;
  margin-top: 14px;
  padding: 10px 14px 10px 34px;
  border-radius: 6px;
  background-color: rgba(3, 150, 166, 0.12);
  color: #35BF8C;
  font-weight: 700;
  cursor: default;
}
.page-faq #contents dt::before {
  content: "Q";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0396A6;
  color: #fff;
  font-size: 0.75rem;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
}
.page-faq #contents dt:first-of-type {
  margin-top: 0;
}
.page-faq #contents dd {
  position: relative;
  margin: 4px 0 20px;
  padding: 10px 14px 10px 34px;
  color: #464646;
  line-height: 1.7;
  font-size: 0.95rem;
}
.page-faq #contents dd::before {
  content: "A";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #0396A6;
  color: #0396A6;
  font-size: 0.75rem;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
}
.page-faq #contents dd a {
  color: #0396A6;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page-faq #contents dd a:hover {
  text-decoration-thickness: 2px;
}

/* index Scss */
.page-access #contents .gmap > div {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.page-access #contents .gmap > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-access #contents .gmap picture img {
  max-width: 800px;
}

/* index Scss */
.page-treatment #contents > section > section, .page-treatment-test #contents > section > section {
  margin-bottom: 60px;
}
.page-treatment #contents > section > section:last-child, .page-treatment-test #contents > section > section:last-child {
  margin-bottom: 0;
}
.page-treatment #contents #treatFeature section > div, .page-treatment-test #contents #treatFeature section > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .page-treatment #contents #treatFeature section > div, .page-treatment-test #contents #treatFeature section > div {
    display: block;
  }
}
.page-treatment #contents #treatFeature section > div > div, .page-treatment-test #contents #treatFeature section > div > div {
  flex: 0 0 65%;
}
.page-treatment #contents #treatFeature section > div picture, .page-treatment-test #contents #treatFeature section > div picture {
  flex: 0 0 30%;
}
.page-treatment #contents #treatFeature section > div picture img, .page-treatment-test #contents #treatFeature section > div picture img {
  max-width: 600px;
  border-radius: 20px;
}

.single #contents p.echoBanner {
  margin-top: 20px;
}
.single #contents p.echoBanner img {
  max-width: 400px;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.single #contents p.echoBanner img:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}

/* index Scss */
.page-clinic #contents dl.treatmenTime {
  margin: 0 !important;
  padding: 0 !important;
}
.page-clinic #contents dl.treatmenTime dd {
  margin-top: -1.5em;
  padding-left: 8em;
  margin-bottom: 0.5em;
}
.page-clinic #contents dl.treatmenTime dd:last-child {
  margin-bottom: 0;
}
.page-clinic #contents dl.treatmenTime dd:before {
  content: "：";
}
.page-clinic #contents .clinicPhoto ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-clinic #contents .clinicPhoto li {
  text-align: center;
}
.page-clinic #contents .clinicPhoto img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
  display: block;
}
.page-clinic #contents .clinicPhoto em {
  display: block;
  margin-top: 0.8rem;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .page-clinic #contents .clinicPhoto ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .page-clinic #contents .clinicPhoto h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .page-clinic #contents .clinicPhoto ul {
    grid-template-columns: 1fr;
  }
}
.page-clinic #contents #alignment img {
  border-radius: 6px;
  margin-bottom: 20px;
}

/* index Scss */
.single #contents .flow {
  counter-reset: number;
}
.single #contents .flow > div > div {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.single #contents .flow > div > div.arrow {
  background: none;
  padding: 0;
}
.single #contents .flow > div > div.arrow img {
  margin: 0 auto;
}
.single #contents .flow .flex > div {
  display: flex;
}
@media screen and (max-width: 600px) {
  .single #contents .flow .flex > div {
    display: block;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .single #contents .flow .flex > div {
    display: block;
  }
}
.single #contents .flow .flex > div figure {
  flex: 0 0 30%;
  margin: 0 20px 20px;
}
.single #contents .flow .flex > div figure img {
  border-radius: 20px;
}
.single #contents .flow h3 {
  position: relative;
  margin: 0 auto 1em auto;
  padding-left: 50px;
  color: #464646;
  background: none;
  border: none;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .single #contents .flow h3 {
    font-size: 5vw;
  }
}
@media print, screen and (min-width: 601px) {
  .single #contents .flow h3 {
    font-size: 1.2rem;
  }
}
.single #contents .flow h3:before {
  content: "0" counter(number);
  counter-increment: number;
  background: url("../img/common/flow_number.svg") no-repeat left center;
  padding: 20px;
  background-size: contain;
  color: #0396A6;
  margin-right: 10px;
  margin-left: -50px;
}
.single #contents .area > div {
  display: flex;
}
@media screen and (max-width: 600px) {
  .single #contents .area > div {
    display: block;
  }
}
.single #contents .area > div figure {
  flex: 0 0 50%;
}
.single #contents .area > div figure img {
  max-width: 500px;
  border: 2px solid #E8F5D3;
  margin-bottom: 20px;
}
.single #contents .area > div figure figcaption {
  font-size: 0.8rem;
}
.single #contents .area > div ul {
  margin-right: 20px;
}
.single #contents .area > div ul li {
  margin-bottom: 0.7em;
  line-height: 1.4em;
  padding-left: 30px;
  font-weight: bold;
  position: relative;
}
.single #contents .area > div ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/common/pinIcon.svg") no-repeat left center;
  background-size: contain;
  color: #0396A6;
  margin-right: 10px;
  margin-left: 10px;
}
.single #contents a {
  color: #0396A6;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.single #contents a:hover {
  text-decoration-thickness: 2px;
}
.single #contents .nomargin .wp-block-media-text__content {
  padding: 0;
}
@media print, screen and (min-width: 601px) {
  .single #contents .nomargin .wp-block-media-text__content p {
    padding: 0 8% 0 0;
  }
}
@media screen and (max-width: 600px) {
  .single #contents .nomargin figure {
    padding: 0 0 20px;
  }
}

/* index Scss */
.page-endoscopy #contents, .page-gastroscopy #contents, .page-colonoscopy #contents, .page-echo #contents {
  max-width: 1000px;
  padding-bottom: 80px;
}
.page-endoscopy #contents .exam_feature, .page-gastroscopy #contents .exam_feature, .page-colonoscopy #contents .exam_feature, .page-echo #contents .exam_feature {
  margin-bottom: 60px;
}
.page-endoscopy #contents .exam_feature dt, .page-gastroscopy #contents .exam_feature dt, .page-colonoscopy #contents .exam_feature dt, .page-echo #contents .exam_feature dt {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.1rem;
  border: 1px solid #0396A6;
  border-radius: 50vh;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.page-endoscopy #contents .exam_feature dt span, .page-gastroscopy #contents .exam_feature dt span, .page-colonoscopy #contents .exam_feature dt span, .page-echo #contents .exam_feature dt span {
  color: #0396A6;
  font-size: 1.3em;
  margin-right: 5px;
}
.page-endoscopy #contents .exam_feature dd, .page-gastroscopy #contents .exam_feature dd, .page-colonoscopy #contents .exam_feature dd, .page-echo #contents .exam_feature dd {
  margin-bottom: 2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 1.8;
}
.page-endoscopy #contents .endoImg, .page-gastroscopy #contents .endoImg, .page-colonoscopy #contents .endoImg, .page-echo #contents .endoImg {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .page-endoscopy #contents .endoImg, .page-gastroscopy #contents .endoImg, .page-colonoscopy #contents .endoImg, .page-echo #contents .endoImg {
    display: block;
  }
}
.page-endoscopy #contents .endoImg p, .page-gastroscopy #contents .endoImg p, .page-colonoscopy #contents .endoImg p, .page-echo #contents .endoImg p {
  flex: 0 0 60%;
}
.page-endoscopy #contents .endoImg picture, .page-gastroscopy #contents .endoImg picture, .page-colonoscopy #contents .endoImg picture, .page-echo #contents .endoImg picture {
  flex: 0 0 35%;
}
.page-endoscopy #contents .endoImg picture img, .page-gastroscopy #contents .endoImg picture img, .page-colonoscopy #contents .endoImg picture img, .page-echo #contents .endoImg picture img {
  border-radius: 10px;
  max-width: 600px;
  width: 100%;
}
.page-endoscopy #contents .endoTable, .page-gastroscopy #contents .endoTable, .page-colonoscopy #contents .endoTable, .page-echo #contents .endoTable {
  width: 100%;
  max-width: 800px;
  border: 1px solid #0396A6;
  background: #fff;
}
.page-endoscopy #contents .endoTable th, .page-endoscopy #contents .endoTable td, .page-gastroscopy #contents .endoTable th, .page-gastroscopy #contents .endoTable td, .page-colonoscopy #contents .endoTable th, .page-colonoscopy #contents .endoTable td, .page-echo #contents .endoTable th, .page-echo #contents .endoTable td {
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .page-endoscopy #contents .endoTable th, .page-endoscopy #contents .endoTable td, .page-gastroscopy #contents .endoTable th, .page-gastroscopy #contents .endoTable td, .page-colonoscopy #contents .endoTable th, .page-colonoscopy #contents .endoTable td, .page-echo #contents .endoTable th, .page-echo #contents .endoTable td {
    padding: 0.8em 1vw;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 601px) {
  .page-endoscopy #contents .endoTable th, .page-endoscopy #contents .endoTable td, .page-gastroscopy #contents .endoTable th, .page-gastroscopy #contents .endoTable td, .page-colonoscopy #contents .endoTable th, .page-colonoscopy #contents .endoTable td, .page-echo #contents .endoTable th, .page-echo #contents .endoTable td {
    padding: 12px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-endoscopy #contents .endoTable th, .page-endoscopy #contents .endoTable td, .page-gastroscopy #contents .endoTable th, .page-gastroscopy #contents .endoTable td, .page-colonoscopy #contents .endoTable th, .page-colonoscopy #contents .endoTable td, .page-echo #contents .endoTable th, .page-echo #contents .endoTable td {
    font-size: 1rem;
  }
}
.page-endoscopy #contents .endoTable th, .page-gastroscopy #contents .endoTable th, .page-colonoscopy #contents .endoTable th, .page-echo #contents .endoTable th {
  white-space: nowrap;
}
.page-endoscopy #contents .endoTable th span, .page-gastroscopy #contents .endoTable th span, .page-colonoscopy #contents .endoTable th span, .page-echo #contents .endoTable th span {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .page-endoscopy #contents .endoTable th, .page-gastroscopy #contents .endoTable th, .page-colonoscopy #contents .endoTable th, .page-echo #contents .endoTable th {
    white-space: normal;
  }
}
.page-endoscopy #contents .endoTable thead th, .page-gastroscopy #contents .endoTable thead th, .page-colonoscopy #contents .endoTable thead th, .page-echo #contents .endoTable thead th {
  text-align: center;
  background: #0396A6;
  color: #fff;
  border-right: #fff solid 1px;
  font-weight: bold;
}
.page-endoscopy #contents .endoTable thead th:last-child, .page-gastroscopy #contents .endoTable thead th:last-child, .page-colonoscopy #contents .endoTable thead th:last-child, .page-echo #contents .endoTable thead th:last-child {
  border-right: none;
}
.page-endoscopy #contents .endoTable tbody th, .page-gastroscopy #contents .endoTable tbody th, .page-colonoscopy #contents .endoTable tbody th, .page-echo #contents .endoTable tbody th {
  font-weight: 600;
  border: 1px solid #0396A6;
  background: rgba(3, 150, 166, 0.2);
  width: 20%;
}
@media screen and (max-width: 600px) {
  .page-endoscopy #contents .endoTable tbody th, .page-gastroscopy #contents .endoTable tbody th, .page-colonoscopy #contents .endoTable tbody th, .page-echo #contents .endoTable tbody th {
    width: 30%;
  }
}
.page-endoscopy #contents .endoTable td, .page-gastroscopy #contents .endoTable td, .page-colonoscopy #contents .endoTable td, .page-echo #contents .endoTable td {
  border: 1px solid #0396A6;
}
.page-endoscopy #contents .endoTable td ul, .page-gastroscopy #contents .endoTable td ul, .page-colonoscopy #contents .endoTable td ul, .page-echo #contents .endoTable td ul {
  margin: 0 !important;
}
.page-endoscopy #contents .endoTable td ul li:last-child, .page-gastroscopy #contents .endoTable td ul li:last-child, .page-colonoscopy #contents .endoTable td ul li:last-child, .page-echo #contents .endoTable td ul li:last-child {
  margin-bottom: 0 !important;
}
.page-endoscopy #contents .reserveBanner, .page-gastroscopy #contents .reserveBanner, .page-colonoscopy #contents .reserveBanner, .page-echo #contents .reserveBanner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .page-endoscopy #contents .reserveBanner, .page-gastroscopy #contents .reserveBanner, .page-colonoscopy #contents .reserveBanner, .page-echo #contents .reserveBanner {
    display: block;
    width: 80%;
    margin: 20px auto;
  }
}
.page-endoscopy #contents .reserveBanner li, .page-gastroscopy #contents .reserveBanner li, .page-colonoscopy #contents .reserveBanner li, .page-echo #contents .reserveBanner li {
  flex: 0 0 48%;
}
@media screen and (max-width: 600px) {
  .page-endoscopy #contents .reserveBanner li, .page-gastroscopy #contents .reserveBanner li, .page-colonoscopy #contents .reserveBanner li, .page-echo #contents .reserveBanner li {
    margin-bottom: 20px;
  }
}
.page-endoscopy #contents .reserveBanner li img, .page-gastroscopy #contents .reserveBanner li img, .page-colonoscopy #contents .reserveBanner li img, .page-echo #contents .reserveBanner li img {
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.page-endoscopy #contents .reserveBanner li img:hover, .page-gastroscopy #contents .reserveBanner li img:hover, .page-colonoscopy #contents .reserveBanner li img:hover, .page-echo #contents .reserveBanner li img:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}
.page-endoscopy #contents .endoBanner, .page-gastroscopy #contents .endoBanner, .page-colonoscopy #contents .endoBanner, .page-echo #contents .endoBanner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .page-endoscopy #contents .endoBanner, .page-gastroscopy #contents .endoBanner, .page-colonoscopy #contents .endoBanner, .page-echo #contents .endoBanner {
    display: block;
    width: 80%;
    margin: 20px auto;
  }
}
.page-endoscopy #contents .endoBanner li, .page-gastroscopy #contents .endoBanner li, .page-colonoscopy #contents .endoBanner li, .page-echo #contents .endoBanner li {
  flex: 0 0 32%;
}
@media screen and (max-width: 600px) {
  .page-endoscopy #contents .endoBanner li, .page-gastroscopy #contents .endoBanner li, .page-colonoscopy #contents .endoBanner li, .page-echo #contents .endoBanner li {
    margin-bottom: 20px;
  }
}
.page-endoscopy #contents .endoBanner li img, .page-gastroscopy #contents .endoBanner li img, .page-colonoscopy #contents .endoBanner li img, .page-echo #contents .endoBanner li img {
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.page-endoscopy #contents .endoBanner li img:hover, .page-gastroscopy #contents .endoBanner li img:hover, .page-colonoscopy #contents .endoBanner li img:hover, .page-echo #contents .endoBanner li img:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}

/* index Scss */
.page-symptoms01 #contents, .page-symptoms02 #contents, .page-symptoms03 #contents, .page-symptoms04 #contents, .page-symptoms05 #contents, .page-symptoms06 #contents, .page-symptoms07 #contents, .page-symptoms08 #contents, .page-symptoms09 #contents {
  max-width: 1000px;
  padding-bottom: 80px;
  /* バナー全体を囲むコンテナ */
}
.page-symptoms01 #contents .clinic-banner, .page-symptoms02 #contents .clinic-banner, .page-symptoms03 #contents .clinic-banner, .page-symptoms04 #contents .clinic-banner, .page-symptoms05 #contents .clinic-banner, .page-symptoms06 #contents .clinic-banner, .page-symptoms07 #contents .clinic-banner, .page-symptoms08 #contents .clinic-banner, .page-symptoms09 #contents .clinic-banner {
  max-width: 800px;
  margin: 20px auto;
  background: linear-gradient(135deg, #e0f7fa 0%, #ffffff 100%);
  border: 2px solid #00acc1;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-symptoms01 #contents, .page-symptoms02 #contents, .page-symptoms03 #contents, .page-symptoms04 #contents, .page-symptoms05 #contents, .page-symptoms06 #contents, .page-symptoms07 #contents, .page-symptoms08 #contents, .page-symptoms09 #contents {
  /* メインメッセージ */
}
.page-symptoms01 #contents .banner-msg, .page-symptoms02 #contents .banner-msg, .page-symptoms03 #contents .banner-msg, .page-symptoms04 #contents .banner-msg, .page-symptoms05 #contents .banner-msg, .page-symptoms06 #contents .banner-msg, .page-symptoms07 #contents .banner-msg, .page-symptoms08 #contents .banner-msg, .page-symptoms09 #contents .banner-msg {
  font-size: 1.1em;
  font-weight: bold;
  color: #006064;
  margin-bottom: 12px;
}
.page-symptoms01 #contents, .page-symptoms02 #contents, .page-symptoms03 #contents, .page-symptoms04 #contents, .page-symptoms05 #contents, .page-symptoms06 #contents, .page-symptoms07 #contents, .page-symptoms08 #contents, .page-symptoms09 #contents {
  /* テキストリンク部分 */
}
.page-symptoms01 #contents .banner-text-links, .page-symptoms02 #contents .banner-text-links, .page-symptoms03 #contents .banner-text-links, .page-symptoms04 #contents .banner-text-links, .page-symptoms05 #contents .banner-text-links, .page-symptoms06 #contents .banner-text-links, .page-symptoms07 #contents .banner-text-links, .page-symptoms08 #contents .banner-text-links, .page-symptoms09 #contents .banner-text-links {
  margin-bottom: 20px;
  font-size: 0.95em;
  font-weight: bold;
  color: #00838f;
}
.page-symptoms01 #contents .banner-text-links span, .page-symptoms02 #contents .banner-text-links span, .page-symptoms03 #contents .banner-text-links span, .page-symptoms04 #contents .banner-text-links span, .page-symptoms05 #contents .banner-text-links span, .page-symptoms06 #contents .banner-text-links span, .page-symptoms07 #contents .banner-text-links span, .page-symptoms08 #contents .banner-text-links span, .page-symptoms09 #contents .banner-text-links span {
  display: inline-block;
  margin: 0 10px;
}
.page-symptoms01 #contents, .page-symptoms02 #contents, .page-symptoms03 #contents, .page-symptoms04 #contents, .page-symptoms05 #contents, .page-symptoms06 #contents, .page-symptoms07 #contents, .page-symptoms08 #contents, .page-symptoms09 #contents {
  /* 連絡先エリア */
}
.page-symptoms01 #contents .banner-contact-area, .page-symptoms02 #contents .banner-contact-area, .page-symptoms03 #contents .banner-contact-area, .page-symptoms04 #contents .banner-contact-area, .page-symptoms05 #contents .banner-contact-area, .page-symptoms06 #contents .banner-contact-area, .page-symptoms07 #contents .banner-contact-area, .page-symptoms08 #contents .banner-contact-area, .page-symptoms09 #contents .banner-contact-area {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.05);
}
.page-symptoms01 #contents .banner-contact-area ul, .page-symptoms02 #contents .banner-contact-area ul, .page-symptoms03 #contents .banner-contact-area ul, .page-symptoms04 #contents .banner-contact-area ul, .page-symptoms05 #contents .banner-contact-area ul, .page-symptoms06 #contents .banner-contact-area ul, .page-symptoms07 #contents .banner-contact-area ul, .page-symptoms08 #contents .banner-contact-area ul, .page-symptoms09 #contents .banner-contact-area ul {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .page-symptoms01 #contents .banner-contact-area ul, .page-symptoms02 #contents .banner-contact-area ul, .page-symptoms03 #contents .banner-contact-area ul, .page-symptoms04 #contents .banner-contact-area ul, .page-symptoms05 #contents .banner-contact-area ul, .page-symptoms06 #contents .banner-contact-area ul, .page-symptoms07 #contents .banner-contact-area ul, .page-symptoms08 #contents .banner-contact-area ul, .page-symptoms09 #contents .banner-contact-area ul {
    display: block;
    max-width: 300px;
  }
}
.page-symptoms01 #contents .banner-contact-area ul li, .page-symptoms02 #contents .banner-contact-area ul li, .page-symptoms03 #contents .banner-contact-area ul li, .page-symptoms04 #contents .banner-contact-area ul li, .page-symptoms05 #contents .banner-contact-area ul li, .page-symptoms06 #contents .banner-contact-area ul li, .page-symptoms07 #contents .banner-contact-area ul li, .page-symptoms08 #contents .banner-contact-area ul li, .page-symptoms09 #contents .banner-contact-area ul li {
  flex: 0 0 48%;
}
@media only screen and (max-width: 959px) {
  .page-symptoms01 #contents .banner-contact-area ul li:first-child, .page-symptoms02 #contents .banner-contact-area ul li:first-child, .page-symptoms03 #contents .banner-contact-area ul li:first-child, .page-symptoms04 #contents .banner-contact-area ul li:first-child, .page-symptoms05 #contents .banner-contact-area ul li:first-child, .page-symptoms06 #contents .banner-contact-area ul li:first-child, .page-symptoms07 #contents .banner-contact-area ul li:first-child, .page-symptoms08 #contents .banner-contact-area ul li:first-child, .page-symptoms09 #contents .banner-contact-area ul li:first-child {
    margin-bottom: 20px;
  }
}
.page-symptoms01 #contents .banner-contact-area ul li img, .page-symptoms02 #contents .banner-contact-area ul li img, .page-symptoms03 #contents .banner-contact-area ul li img, .page-symptoms04 #contents .banner-contact-area ul li img, .page-symptoms05 #contents .banner-contact-area ul li img, .page-symptoms06 #contents .banner-contact-area ul li img, .page-symptoms07 #contents .banner-contact-area ul li img, .page-symptoms08 #contents .banner-contact-area ul li img, .page-symptoms09 #contents .banner-contact-area ul li img {
  max-width: 300px;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.page-symptoms01 #contents .banner-contact-area ul li img:hover, .page-symptoms02 #contents .banner-contact-area ul li img:hover, .page-symptoms03 #contents .banner-contact-area ul li img:hover, .page-symptoms04 #contents .banner-contact-area ul li img:hover, .page-symptoms05 #contents .banner-contact-area ul li img:hover, .page-symptoms06 #contents .banner-contact-area ul li img:hover, .page-symptoms07 #contents .banner-contact-area ul li img:hover, .page-symptoms08 #contents .banner-contact-area ul li img:hover, .page-symptoms09 #contents .banner-contact-area ul li img:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}
.page-symptoms01 #contents, .page-symptoms02 #contents, .page-symptoms03 #contents, .page-symptoms04 #contents, .page-symptoms05 #contents, .page-symptoms06 #contents, .page-symptoms07 #contents, .page-symptoms08 #contents, .page-symptoms09 #contents {
  /* スマホ表示用の微調整 */
}
@media (max-width: 480px) {
  .page-symptoms01 #contents .banner-text-links span, .page-symptoms02 #contents .banner-text-links span, .page-symptoms03 #contents .banner-text-links span, .page-symptoms04 #contents .banner-text-links span, .page-symptoms05 #contents .banner-text-links span, .page-symptoms06 #contents .banner-text-links span, .page-symptoms07 #contents .banner-text-links span, .page-symptoms08 #contents .banner-text-links span, .page-symptoms09 #contents .banner-text-links span {
    display: block;
    margin: 5px 0;
  }
}

/* index Scss */
.page-stomach-cancer #contents, .page-esophageal-cancer #contents, .page-reflux #contents, .page-ulcer #contents, .page-pylori #contents, .page-fd #contents, .page-colon-cancer #contents, .page-colon-polyp #contents, .page-ibd #contents, .page-ibs #contents, .page-fatty-liver #contents, .page-gallstones #contents {
  max-width: 1000px;
  padding-bottom: 80px;
}
.page-stomach-cancer #contents .endoBanner, .page-esophageal-cancer #contents .endoBanner, .page-reflux #contents .endoBanner, .page-ulcer #contents .endoBanner, .page-pylori #contents .endoBanner, .page-fd #contents .endoBanner, .page-colon-cancer #contents .endoBanner, .page-colon-polyp #contents .endoBanner, .page-ibd #contents .endoBanner, .page-ibs #contents .endoBanner, .page-fatty-liver #contents .endoBanner, .page-gallstones #contents .endoBanner {
  color: #0396A6;
}
.page-stomach-cancer #contents .endoBanner img, .page-esophageal-cancer #contents .endoBanner img, .page-reflux #contents .endoBanner img, .page-ulcer #contents .endoBanner img, .page-pylori #contents .endoBanner img, .page-fd #contents .endoBanner img, .page-colon-cancer #contents .endoBanner img, .page-colon-polyp #contents .endoBanner img, .page-ibd #contents .endoBanner img, .page-ibs #contents .endoBanner img, .page-fatty-liver #contents .endoBanner img, .page-gallstones #contents .endoBanner img {
  max-width: 400px;
  margin-top: 1em;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.page-stomach-cancer #contents .endoBanner img:hover, .page-esophageal-cancer #contents .endoBanner img:hover, .page-reflux #contents .endoBanner img:hover, .page-ulcer #contents .endoBanner img:hover, .page-pylori #contents .endoBanner img:hover, .page-fd #contents .endoBanner img:hover, .page-colon-cancer #contents .endoBanner img:hover, .page-colon-polyp #contents .endoBanner img:hover, .page-ibd #contents .endoBanner img:hover, .page-ibs #contents .endoBanner img:hover, .page-fatty-liver #contents .endoBanner img:hover, .page-gallstones #contents .endoBanner img:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}
.page-stomach-cancer #contents .attn, .page-esophageal-cancer #contents .attn, .page-reflux #contents .attn, .page-ulcer #contents .attn, .page-pylori #contents .attn, .page-fd #contents .attn, .page-colon-cancer #contents .attn, .page-colon-polyp #contents .attn, .page-ibd #contents .attn, .page-ibs #contents .attn, .page-fatty-liver #contents .attn, .page-gallstones #contents .attn {
  color: #ed1c24;
  font-weight: bold;
  padding-left: 25px;
}
.page-stomach-cancer #contents .attn:before, .page-esophageal-cancer #contents .attn:before, .page-reflux #contents .attn:before, .page-ulcer #contents .attn:before, .page-pylori #contents .attn:before, .page-fd #contents .attn:before, .page-colon-cancer #contents .attn:before, .page-colon-polyp #contents .attn:before, .page-ibd #contents .attn:before, .page-ibs #contents .attn:before, .page-fatty-liver #contents .attn:before, .page-gallstones #contents .attn:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 0;
  background: url("../img/common/attnIcon.svg") no-repeat left center;
}
.page-stomach-cancer #contents, .page-esophageal-cancer #contents, .page-reflux #contents, .page-ulcer #contents, .page-pylori #contents, .page-fd #contents, .page-colon-cancer #contents, .page-colon-polyp #contents, .page-ibd #contents, .page-ibs #contents, .page-fatty-liver #contents, .page-gallstones #contents {
  /* バナー全体を囲むコンテナ */
}
.page-stomach-cancer #contents .clinic-banner, .page-esophageal-cancer #contents .clinic-banner, .page-reflux #contents .clinic-banner, .page-ulcer #contents .clinic-banner, .page-pylori #contents .clinic-banner, .page-fd #contents .clinic-banner, .page-colon-cancer #contents .clinic-banner, .page-colon-polyp #contents .clinic-banner, .page-ibd #contents .clinic-banner, .page-ibs #contents .clinic-banner, .page-fatty-liver #contents .clinic-banner, .page-gallstones #contents .clinic-banner {
  max-width: 800px;
  margin: 20px auto;
  background: linear-gradient(135deg, #e0f7fa 0%, #ffffff 100%);
  border: 2px solid #00acc1;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-stomach-cancer #contents, .page-esophageal-cancer #contents, .page-reflux #contents, .page-ulcer #contents, .page-pylori #contents, .page-fd #contents, .page-colon-cancer #contents, .page-colon-polyp #contents, .page-ibd #contents, .page-ibs #contents, .page-fatty-liver #contents, .page-gallstones #contents {
  /* メインメッセージ */
}
.page-stomach-cancer #contents .banner-msg, .page-esophageal-cancer #contents .banner-msg, .page-reflux #contents .banner-msg, .page-ulcer #contents .banner-msg, .page-pylori #contents .banner-msg, .page-fd #contents .banner-msg, .page-colon-cancer #contents .banner-msg, .page-colon-polyp #contents .banner-msg, .page-ibd #contents .banner-msg, .page-ibs #contents .banner-msg, .page-fatty-liver #contents .banner-msg, .page-gallstones #contents .banner-msg {
  font-size: 1.1em;
  font-weight: bold;
  color: #006064;
  margin-bottom: 12px;
}
.page-stomach-cancer #contents, .page-esophageal-cancer #contents, .page-reflux #contents, .page-ulcer #contents, .page-pylori #contents, .page-fd #contents, .page-colon-cancer #contents, .page-colon-polyp #contents, .page-ibd #contents, .page-ibs #contents, .page-fatty-liver #contents, .page-gallstones #contents {
  /* テキストリンク部分 */
}
.page-stomach-cancer #contents .banner-text-links, .page-esophageal-cancer #contents .banner-text-links, .page-reflux #contents .banner-text-links, .page-ulcer #contents .banner-text-links, .page-pylori #contents .banner-text-links, .page-fd #contents .banner-text-links, .page-colon-cancer #contents .banner-text-links, .page-colon-polyp #contents .banner-text-links, .page-ibd #contents .banner-text-links, .page-ibs #contents .banner-text-links, .page-fatty-liver #contents .banner-text-links, .page-gallstones #contents .banner-text-links {
  margin-bottom: 20px;
  font-size: 0.95em;
  font-weight: bold;
  color: #00838f;
}
.page-stomach-cancer #contents .banner-text-links span, .page-esophageal-cancer #contents .banner-text-links span, .page-reflux #contents .banner-text-links span, .page-ulcer #contents .banner-text-links span, .page-pylori #contents .banner-text-links span, .page-fd #contents .banner-text-links span, .page-colon-cancer #contents .banner-text-links span, .page-colon-polyp #contents .banner-text-links span, .page-ibd #contents .banner-text-links span, .page-ibs #contents .banner-text-links span, .page-fatty-liver #contents .banner-text-links span, .page-gallstones #contents .banner-text-links span {
  display: inline-block;
  margin: 0 10px;
}
.page-stomach-cancer #contents, .page-esophageal-cancer #contents, .page-reflux #contents, .page-ulcer #contents, .page-pylori #contents, .page-fd #contents, .page-colon-cancer #contents, .page-colon-polyp #contents, .page-ibd #contents, .page-ibs #contents, .page-fatty-liver #contents, .page-gallstones #contents {
  /* 連絡先エリア */
}
.page-stomach-cancer #contents .banner-contact-area, .page-esophageal-cancer #contents .banner-contact-area, .page-reflux #contents .banner-contact-area, .page-ulcer #contents .banner-contact-area, .page-pylori #contents .banner-contact-area, .page-fd #contents .banner-contact-area, .page-colon-cancer #contents .banner-contact-area, .page-colon-polyp #contents .banner-contact-area, .page-ibd #contents .banner-contact-area, .page-ibs #contents .banner-contact-area, .page-fatty-liver #contents .banner-contact-area, .page-gallstones #contents .banner-contact-area {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.05);
}
.page-stomach-cancer #contents .banner-contact-area ul, .page-esophageal-cancer #contents .banner-contact-area ul, .page-reflux #contents .banner-contact-area ul, .page-ulcer #contents .banner-contact-area ul, .page-pylori #contents .banner-contact-area ul, .page-fd #contents .banner-contact-area ul, .page-colon-cancer #contents .banner-contact-area ul, .page-colon-polyp #contents .banner-contact-area ul, .page-ibd #contents .banner-contact-area ul, .page-ibs #contents .banner-contact-area ul, .page-fatty-liver #contents .banner-contact-area ul, .page-gallstones #contents .banner-contact-area ul {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .page-stomach-cancer #contents .banner-contact-area ul, .page-esophageal-cancer #contents .banner-contact-area ul, .page-reflux #contents .banner-contact-area ul, .page-ulcer #contents .banner-contact-area ul, .page-pylori #contents .banner-contact-area ul, .page-fd #contents .banner-contact-area ul, .page-colon-cancer #contents .banner-contact-area ul, .page-colon-polyp #contents .banner-contact-area ul, .page-ibd #contents .banner-contact-area ul, .page-ibs #contents .banner-contact-area ul, .page-fatty-liver #contents .banner-contact-area ul, .page-gallstones #contents .banner-contact-area ul {
    display: block;
    max-width: 300px;
  }
}
.page-stomach-cancer #contents .banner-contact-area ul li, .page-esophageal-cancer #contents .banner-contact-area ul li, .page-reflux #contents .banner-contact-area ul li, .page-ulcer #contents .banner-contact-area ul li, .page-pylori #contents .banner-contact-area ul li, .page-fd #contents .banner-contact-area ul li, .page-colon-cancer #contents .banner-contact-area ul li, .page-colon-polyp #contents .banner-contact-area ul li, .page-ibd #contents .banner-contact-area ul li, .page-ibs #contents .banner-contact-area ul li, .page-fatty-liver #contents .banner-contact-area ul li, .page-gallstones #contents .banner-contact-area ul li {
  flex: 0 0 48%;
}
@media only screen and (max-width: 959px) {
  .page-stomach-cancer #contents .banner-contact-area ul li:first-child, .page-esophageal-cancer #contents .banner-contact-area ul li:first-child, .page-reflux #contents .banner-contact-area ul li:first-child, .page-ulcer #contents .banner-contact-area ul li:first-child, .page-pylori #contents .banner-contact-area ul li:first-child, .page-fd #contents .banner-contact-area ul li:first-child, .page-colon-cancer #contents .banner-contact-area ul li:first-child, .page-colon-polyp #contents .banner-contact-area ul li:first-child, .page-ibd #contents .banner-contact-area ul li:first-child, .page-ibs #contents .banner-contact-area ul li:first-child, .page-fatty-liver #contents .banner-contact-area ul li:first-child, .page-gallstones #contents .banner-contact-area ul li:first-child {
    margin-bottom: 20px;
  }
}
.page-stomach-cancer #contents .banner-contact-area ul li img, .page-esophageal-cancer #contents .banner-contact-area ul li img, .page-reflux #contents .banner-contact-area ul li img, .page-ulcer #contents .banner-contact-area ul li img, .page-pylori #contents .banner-contact-area ul li img, .page-fd #contents .banner-contact-area ul li img, .page-colon-cancer #contents .banner-contact-area ul li img, .page-colon-polyp #contents .banner-contact-area ul li img, .page-ibd #contents .banner-contact-area ul li img, .page-ibs #contents .banner-contact-area ul li img, .page-fatty-liver #contents .banner-contact-area ul li img, .page-gallstones #contents .banner-contact-area ul li img {
  max-width: 300px;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.page-stomach-cancer #contents .banner-contact-area ul li img:hover, .page-esophageal-cancer #contents .banner-contact-area ul li img:hover, .page-reflux #contents .banner-contact-area ul li img:hover, .page-ulcer #contents .banner-contact-area ul li img:hover, .page-pylori #contents .banner-contact-area ul li img:hover, .page-fd #contents .banner-contact-area ul li img:hover, .page-colon-cancer #contents .banner-contact-area ul li img:hover, .page-colon-polyp #contents .banner-contact-area ul li img:hover, .page-ibd #contents .banner-contact-area ul li img:hover, .page-ibs #contents .banner-contact-area ul li img:hover, .page-fatty-liver #contents .banner-contact-area ul li img:hover, .page-gallstones #contents .banner-contact-area ul li img:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}
.page-stomach-cancer #contents, .page-esophageal-cancer #contents, .page-reflux #contents, .page-ulcer #contents, .page-pylori #contents, .page-fd #contents, .page-colon-cancer #contents, .page-colon-polyp #contents, .page-ibd #contents, .page-ibs #contents, .page-fatty-liver #contents, .page-gallstones #contents {
  /* スマホ表示用の微調整 */
}
@media (max-width: 480px) {
  .page-stomach-cancer #contents .banner-text-links span, .page-esophageal-cancer #contents .banner-text-links span, .page-reflux #contents .banner-text-links span, .page-ulcer #contents .banner-text-links span, .page-pylori #contents .banner-text-links span, .page-fd #contents .banner-text-links span, .page-colon-cancer #contents .banner-text-links span, .page-colon-polyp #contents .banner-text-links span, .page-ibd #contents .banner-text-links span, .page-ibs #contents .banner-text-links span, .page-fatty-liver #contents .banner-text-links span, .page-gallstones #contents .banner-text-links span {
    display: block;
    margin: 5px 0;
  }
}

/* index Scss */
.archive #contents .archive-list {
  margin-bottom: 40px !important;
}
.archive #contents .archive-list li {
  font-size: 1.1rem !important;
  margin-bottom: 1em;
}

/* index Scss */
.page-contact #contents #mailform table {
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
  margin-bottom: 20px;
}
.page-contact #contents #mailform table th, .page-contact #contents #mailform table td {
  border: none;
  vertical-align: middle;
}
.page-contact #contents #mailform table th span, .page-contact #contents #mailform table td span {
  font-family: "Myriad Pro", "Verdana", "Arial", "Helvetica", "sans-serif";
  font-size: 10px;
  color: #FF0000;
}
.page-contact #contents #mailform table th {
  margin-bottom: 3px;
  padding-right: 0.5em;
  text-align: right;
  background: rgba(53, 191, 140, 0.1);
  padding: 5px;
  max-width: 100px;
}
.page-contact #contents #mailform table th p {
  font-family: "Myriad Pro", "Verdana", "Arial", "Helvetica", "sans-serif";
  font-size: 9px;
  color: #0396A6;
  display: block;
  margin: 0px;
}
.page-contact #contents #mailform table td {
  margin-bottom: 3px;
  border-left: 2px solid #cccccc;
  padding-left: 10px;
}
.page-contact #contents #mailform p span {
  font-family: "Myriad Pro", "Verdana", "Arial", "Helvetica", "sans-serif";
  font-size: 10px;
  color: #FF0000;
}
.page-contact #contents #mailform input[type=text],
.page-contact #contents #mailform input[type=email],
.page-contact #contents #mailform input[type=tel],
.page-contact #contents #mailform select,
.page-contact #contents #mailform textarea {
  appearance: none;
  -webkit-appearance: none;
  color: #333;
  border: 1px solid #b7d8d0;
  border-radius: 6px;
  padding: 0.6em 0.8em;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.page-contact #contents #mailform input[type=text]:focus,
.page-contact #contents #mailform input[type=email]:focus,
.page-contact #contents #mailform input[type=tel]:focus,
.page-contact #contents #mailform select:focus,
.page-contact #contents #mailform textarea:focus {
  outline: none;
  border-color: #0396A6;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(11, 71, 159, 0.12);
}
.page-contact #contents #mailform textarea {
  width: 95%;
  min-height: 140px;
  line-height: 1.6;
  resize: vertical;
}
.page-contact #contents #mailform .input-mail {
  width: 70%;
}
.page-contact #contents #mailform .input-name {
  width: 12em;
}
.page-contact #contents #mailform .input-age {
  width: 6em;
}
.page-contact #contents #mailform .input-body {
  width: 100%;
  min-height: 140px;
}
.page-contact #contents #mailform select {
  width: 260px;
  max-width: 100%;
  min-height: 9.5em;
  background-image: linear-gradient(45deg, transparent 50%, #0b479f 50%), linear-gradient(135deg, #0b479f 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 12px) calc(1em + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2.2em;
}
.page-contact #contents #mailform option {
  color: #333;
  background: #fff;
}
.page-contact #contents #mailform input[type=radio],
.page-contact #contents #mailform input[type=checkbox] {
  accent-color: #0396A6;
}
.page-contact #contents #mailform input[type=submit],
.page-contact #contents #mailform input[type=reset],
.page-contact #contents #mailform input[type=button] {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #0396A6;
  border-radius: 6px;
  padding: 0.7em 1.6em;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.page-contact #contents #mailform input[type=submit] {
  background: #0396A6;
  color: #fff;
}
.page-contact #contents #mailform input[type=submit]:hover {
  background: #0396A6;
  border-color: #0396A6;
}
.page-contact #contents #mailform input[type=reset] {
  background: #fff;
  color: #0396A6;
  margin-left: 0.5em;
}
.page-contact #contents #mailform input[type=reset]:hover {
  background: #eef5ff;
}

/* index Scss */
.post-vaccine #contents #regular h3 span {
  font-size: 0.6em;
  margin-left: 1em;
}
@media screen and (max-width: 600px) {
  .post-vaccine #contents #regular h3 span {
    font-size: 0.8em;
    display: inline-block;
  }
}
.post-vaccine #contents #any h3 span {
  font-size: 0.6em;
  margin-left: 1em;
  background: #0396A6;
  color: #fff;
  padding: 2px 5px;
  border-radius: 2px;
}
.post-vaccine #contents .flow {
  margin-top: 1.5rem;
}
.post-vaccine #contents .flow ol {
  list-style: none;
  counter-reset: step;
  padding: 0;
}
.post-vaccine #contents .flow li {
  counter-increment: step;
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  border-bottom: 1px solid #e5e7eb;
}
.post-vaccine #contents .flow li:last-child {
  border-bottom: none;
}
.post-vaccine #contents .flow li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #0396A6;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.post-vaccine #contents .flow li p {
  margin: 0;
}
.post-vaccine #contents .flow li p:first-child {
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.post-vaccine #contents .flow li p:last-child {
  font-size: 0.9rem;
  color: #6b7280;
}
.post-vaccine #contents .subsidy-box p {
  margin: 0;
}
.post-vaccine #contents .subsidy-box .subsidy-age,
.post-vaccine #contents .subsidy-box .subsidy-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.post-vaccine #contents .subsidy-box .subsidy-age {
  margin-bottom: 0.75rem;
}
.post-vaccine #contents .subsidy-box .subsidy-age strong {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.post-vaccine #contents .subsidy-box .subsidy-age span {
  font-size: 1rem;
  color: #374151;
}
.post-vaccine #contents .subsidy-box .subsidy-price strong {
  font-size: 1.3rem;
  font-weight: 800;
  color: #0396A6;
  letter-spacing: 0.02em;
}
.post-vaccine #contents .subsidy-box .subsidy-price span {
  font-size: 0.875rem;
}
.post-vaccine #contents .checkUpTable {
  margin-bottom: 10px !important;
}/*# sourceMappingURL=style.css.map */