@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: #000;
  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 only screen and (min-width: 601px) and (max-width: 959px) {
  html, body, small, h1, h2, h3, h4, h5 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 600px) {
  html, body, small, h1, h2, h3, h4, h5 {
    font-size: 1rem;
  }
}
@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 print, screen and (min-width: 961px) {
  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 only 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 only screen and (max-width: 600px) {
  #contents li,
  #contents dd {
    line-height: 1.6em;
  }
}
@media print, screen and (min-width: 601px) {
  #contents li,
  #contents dd {
    line-height: 1.8em;
  }
}

#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,
#container:after,
footer:after,
#contents: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;
}

/* Layout Document */
@media only screen and (max-width: 600px) {
  header {
    z-index: 100 !important;
  }
  #footerAsk {
    z-index: 10 !important;
  }
}
@media print, screen and (min-width: 601px) {
  header,
  #ptBtnPc,
  #quickNav {
    z-index: 50;
  }
  #hdImage {
    z-index: 0;
  }
  main {
    z-index: 9;
  }
}
body {
  line-height: 1.6;
  color: #000;
}
body.page {
  background: #fff;
}

header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
header.fix {
  box-shadow: 0 0 4px #a0a0a0;
}

/* PC 時にスクロールで固定された nav 用 */
@media only screen and (max-width: 959px) {
  #hdLogo {
    flex-basis: 70%;
    padding: 10px;
  }
}
@media print, screen and (min-width: 961px) {
  #hdLogo {
    flex-basis: 25%;
    padding: 20px;
  }
}

@media only screen and (max-width: 959px) {
  #hdUpper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-basis: 10%;
  }
}
@media print, screen and (min-width: 961px) {
  #hdUpper {
    flex-basis: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 961px) {
  #hdInfo {
    flex-basis: 20%;
    padding: 20px;
  }
}

@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 !important;
    transition: all 0.3s ease-in-out;
  }
  .menu-active #hdGn {
    right: 0;
    opacity: 1;
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn {
    flex-basis: 80%;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
}
@media print, screen and (min-width: 961px) {
  #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: 600px) {
  #hdGn .sub {
    display: block;
    position: static;
    opacity: 1;
  }
  #hdGn .acc.select .sub {
    opacity: 1;
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn .sub {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    width: 16em;
    padding: 16px 0 0 0;
    background: #fff;
    text-align: left;
    font-size: 1rem;
    opacity: 0;
    border-radius: 8px;
    box-shadow: 1px 1px 3px #c0c0c0;
  }
  #hdGn .acc.select .sub {
    opacity: 1;
  }
}

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

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

main {
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .page #contents, .single #contents, .error404 #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 {
    padding: 40px 0 40px 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 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .home #contents {
    width: 100%;
  }
  .home #contents > section,
  .home #contents > .section {
    width: 100%;
    margin: 0;
    padding: 80px 10% 200px 10%;
  }
  .home #contents > section section,
  .home #contents > section .section,
  .home #contents > .section section,
  .home #contents > .section .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .page #contents, .single #contents, .error404 #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 {
    padding: 40px 0 40px 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 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .home #contents {
    width: 100%;
  }
  .home #contents > section,
  .home #contents > .section {
    width: 100%;
    margin: 0;
    padding: 80px 5% 200px 5%;
  }
  .home #contents > section section,
  .home #contents > section .section,
  .home #contents > .section section,
  .home #contents > .section .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .page #contents, .single #contents, .error404 #contents {
    padding-left: 5%;
    padding-right: 5%;
  }
  .page #contents > section,
  .page #contents > .section, .single #contents > section,
  .single #contents > .section, .error404 #contents > section,
  .error404 #contents > .section {
    padding: 70px 0 35px 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 {
    padding: 40px 0 35px 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 {
    margin-top: 35px;
  }
  .home #contents {
    width: 100%;
  }
  .home #contents > section,
  .home #contents > .section {
    width: 100%;
    margin: 0;
    padding: 100px 4%;
  }
  .home #contents > section section,
  .home #contents > section .section,
  .home #contents > .section section,
  .home #contents > .section .section {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  #contents h2 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h2 {
    margin-bottom: 40px;
  }
}
@media only 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 only screen and (max-width: 600px) {
  #bread {
    margin: 0;
  }
}
@media print, screen and (min-width: 601px) {
  #bread {
    width: 94%;
    max-width: 1400px;
    margin: 20px auto 20px auto;
  }
}
@media only print {
  #bread {
    margin: 0 auto 1em auto !important;
  }
}

#ftUpper > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  #ftUpper > div > div {
    display: block;
  }
}
@media only screen and (max-width: 959px) {
  #ftUpper > div > div {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  #ftUpper > div {
    width: 94%;
    margin: 80px auto;
  }
}
@media print, screen and (min-width: 601px) {
  #ftUpper > div {
    width: 92%;
    max-width: 1700px;
    margin: 80px auto;
  }
}
@media only screen and (max-width: 959px) {
  #ftUpper > div #ftInfo {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  #ftUpper > div #ftInfo {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 961px) {
  #ftUpper > div #ftInfo {
    flex-basis: 47%;
  }
}
@media print, screen and (min-width: 961px) {
  #ftUpper > div #ftMap {
    flex-basis: 47%;
  }
}
#ftUpper > div #ftMap > div > div {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
#ftUpper > div #ftMap > div > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ftUpper > div 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 only screen and (max-width: 600px) {
  #ptBtnPc {
    display: none;
  }
}
@media print, screen and (min-width: 601px) {
  #ptBtnPc {
    position: fixed;
    bottom: 8px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #5EBCDF;
    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 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 8px 0px;
    grid-template-areas: "." ".";
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
  }
  #quickNav ul li {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: relative;
  }
  #quickNav ul li a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
}
@media only screen and (orientation: landscape) and (max-height: 1200px) {
  #quickNav ul li a {
    padding: 0.8em !important;
    line-height: 1.1 !important;
  }
}
@media only print {
  #quickNav ul {
    display: none;
  }
}

@media only 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;
    height: 60px;
  }
  #footerAsk li a {
    width: 100%;
    height: 100%;
    padding: 0 0.5em;
    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 {
    max-width: 30px;
    display: block;
    margin-right: 0.4em;
  }
  #footerAsk li:nth-of-type(1) {
    width: 20%;
    background: #006BB4;
    border: 2px solid #fff;
  }
  #footerAsk li:nth-of-type(2) {
    width: 60%;
    background: #FEB342;
    border: 2px solid #fff;
  }
  #footerAsk li:nth-of-type(2) a {
    color: #fff !important;
    font-size: 1.1rem;
  }
  #footerAsk li:nth-of-type(2) a img {
    max-width: 26px;
  }
  #footerAsk li:nth-of-type(3) {
    width: 20%;
    background: #006BB4;
    border: 2px solid #fff;
  }
}
@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: 1300px;
  margin: 0 auto;
}

/* common Scss */
/*############################################################################################33*/
/* 共通css */
/*############################################################################################*/
body {
  line-height: 1.6;
  color: #000;
  background: #ffffff;
}

@media only screen and (max-width: 959px) {
  #wrapper {
    position: relative;
  }
}

header {
  background: #006BB4;
  border-top: 1px solid rgbs(#ffffff, 0);
}
@media only screen and (max-width: 959px) {
  .menu-active header {
    background: #006BB4;
  }
}

#hdUpper {
  background: #006BB4;
}
@media only screen and (max-width: 959px) {
  #hdUpper {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 961px) {
  .menu-trigger {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .menu-trigger {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
  }
  .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 only screen and (max-width: 600px) {
  #hdLogo img {
    max-width: 300px;
  }
}
@media print, screen and (min-width: 601px) {
  #hdLogo img {
    max-width: 480px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #hdLogo img {
    max-width: auto;
  }
}
@media only print {
  #hdLogo img {
    width: 6cm;
  }
}

@media print, screen and (min-width: 961px) {
  #hdInfo {
    display: flex;
    justify-content: flex-end;
  }
  #hdInfo img {
    max-width: 245px;
    background: #FFA51D;
    padding: 5px 20px;
    border-radius: 50vh;
    border: 1px solid #fff;
  }
}

#hdGn a, #hdGn span {
  position: relative;
  line-height: 1;
  text-decoration: none;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #hdGn a, #hdGn span {
    display: block;
    color: #000;
    font-size: 4.3vw;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #hdGn a, #hdGn span {
    display: block;
    color: #000;
    font-size: 2.5vw !important;
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn a, #hdGn span {
    display: table;
    cursor: pointer;
    color: #fff;
    white-space: nowrap;
    font-size: 1.1em;
  }
  #hdGn a:hover, #hdGn span:hover {
    color: #FFA51D;
  }
}
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #hdGn a, #hdGn span {
    padding: 12px 4em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1540px) {
  #hdGn a, #hdGn span {
    font-size: 1.2vw !important;
  }
}
@media only screen and (max-width: 959px) {
  #hdGn a::after,
  #hdGn span::after {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  #hdGn a::after {
    background: url("../img/common/angleRight.svg") no-repeat center center;
    background-size: contain;
  }
  #hdGn span::after {
    background: url("../img/common/angleDown.svg") no-repeat center center;
    background-size: contain;
  }
}
@media print, screen and (min-width: 961px) {
  #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%);
    border-left: 1px dashed #fff;
  }
}
@media only screen and (max-width: 959px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > span {
    padding: 20px 30px 20px 20px;
    border-top: 1px solid #006BB4;
  }
  #hdGn > ul > li:last-of-type > a,
  #hdGn > ul > li:last-of-type > span {
    border-bottom: 1px solid #006BB4;
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn > ul > li > a,
  #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(94, 188, 223, 0.4);
  }
  .page-greeting #hdGn > ul > li:nth-child(2) > a, .page-greeting #hdGn > ul > li:nth-child(2) > span {
    background: rgba(94, 188, 223, 0.4);
  }
  .page-treatment #hdGn > ul > li:nth-child(3) > a, .page-treatment #hdGn > ul > li:nth-child(3) > span {
    background: rgba(94, 188, 223, 0.4);
  }
  .page-endoscopy #hdGn > ul > li:nth-child(4) > a, .page-endoscopy #hdGn > ul > li:nth-child(4) > span {
    background: rgba(94, 188, 223, 0.4);
  }
  .page-clinic #hdGn > ul > li:nth-child(5) > a, .page-clinic #hdGn > ul > li:nth-child(5) > span {
    background: rgba(94, 188, 223, 0.4);
  }
  .page-faq #hdGn > ul > li:nth-child(6) > a, .page-faq #hdGn > ul > li:nth-child(6) > span {
    background: rgba(94, 188, 223, 0.4);
  }
  .page-access #hdGn > ul > li:nth-child(7) > a, .page-access #hdGn > ul > li:nth-child(7) > span {
    background: rgba(94, 188, 223, 0.4);
  }
}
@media print, screen and (min-width: 961px) {
  .home #hdGn > ul > li:nth-of-type(1) > a,
  .home #hdGn > ul > li:nth-of-type(1) > span {
    position: relative;
    color: #5EBCDF;
  }
  .page-greeting #hdGn > ul > li:nth-of-type(2) > a,
  .page-greeting #hdGn > ul > li:nth-of-type(2) > span {
    position: relative;
    color: #5EBCDF;
  }
  .page-treatment #hdGn > ul > li:nth-of-type(3) > a,
  .page-treatment #hdGn > ul > li:nth-of-type(3) > span {
    position: relative;
    color: #5EBCDF;
  }
  .page-endoscopy #hdGn > ul > li:nth-of-type(4) > a,
  .page-endoscopy #hdGn > ul > li:nth-of-type(4) > span {
    position: relative;
    color: #5EBCDF;
  }
  .page-clinic #hdGn > ul > li:nth-of-type(5) > a,
  .page-clinic #hdGn > ul > li:nth-of-type(5) > span {
    position: relative;
    color: #5EBCDF;
  }
  .page-faq #hdGn > ul > li:nth-of-type(6) > a,
  .page-faq #hdGn > ul > li:nth-of-type(6) > span {
    position: relative;
    color: #5EBCDF;
  }
  .page-access #hdGn > ul > li:nth-of-type(7) > a,
  .page-access #hdGn > ul > li:nth-of-type(7) > span {
    position: relative;
    color: #5EBCDF;
  }
}
#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 print, screen and (min-width: 961px) {
  #hdGn .sub {
    position: absolute;
    left: 0;
    right: 0;
    width: 19em;
    padding: 14px;
    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 #006BB4;
  text-decoration: none;
}
#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;
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn .sub li a {
    padding: 8px 0.5em 8px 0.5em;
    color: #000 !important;
    font-size: 0.9em;
  }
  #hdGn .sub li a:hover {
    background-color: #5EBCDF;
    color: #fff !important;
  }
}
@media only screen and (max-width: 959px) {
  #hdGn .sub li {
    text-align: center;
  }
  #hdGn .sub li.select li a {
    color: #fff !important;
  }
}

@media only screen and (max-width: 959px) {
  .page-treatment #hdGn > ul > li.acc1 > span {
    background: rgba(94, 188, 223, 0.4);
  }
}
@media print, screen and (min-width: 961px) {
  .page-treatment #hdGn > ul > li.acc1 > span {
    color: #5EBCDF !important;
  }
}
.page-treatment #hdGn > ul > li.acc1 > .sub {
  opacity: 1;
}
@media only screen and (max-width: 959px) {
  .page-treatment #hdGn > ul > li.acc1 > .sub > ul > li:nth-of-type(1) > a {
    background: rgba(94, 188, 223, 0.8) !important;
    color: #fff !important;
  }
}
@media print, screen and (min-width: 961px) {
  .page-treatment #hdGn > ul > li.acc1 > .sub > ul > li:nth-of-type(1) > a {
    border-left: 4px solid #5EBCDF;
  }
}

@media only screen and (max-width: 959px) {
  .post-echo #hdGn > ul > li.acc1 > span {
    background: rgba(94, 188, 223, 0.4);
  }
}
@media print, screen and (min-width: 961px) {
  .post-echo #hdGn > ul > li.acc1 > span {
    color: #5EBCDF !important;
  }
}
.post-echo #hdGn > ul > li.acc1 > .sub {
  opacity: 1;
}
@media only screen and (max-width: 959px) {
  .post-echo #hdGn > ul > li.acc1 > .sub > ul > li:nth-of-type(2) > a {
    background: rgba(94, 188, 223, 0.8) !important;
    color: #fff !important;
  }
}
@media print, screen and (min-width: 961px) {
  .post-echo #hdGn > ul > li.acc1 > .sub > ul > li:nth-of-type(2) > a {
    border-left: 4px solid #5EBCDF;
  }
}

.page h1, .single h1, .error404 h1 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
.page h1::after, .single h1::after, .error404 h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #006BB4;
  border-radius: 999px;
}
@media only screen and (max-width: 600px) {
  .page h1, .single h1, .error404 h1 {
    font-size: 6.5vw;
  }
}
@media print, screen and (min-width: 601px) {
  .page h1, .single h1, .error404 h1 {
    font-size: 2rem;
  }
}

.page main {
  background: #ffffff;
}
.home main {
  background: #ffffff;
}

@media only 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: #000;
}
@media only screen and (max-width: 600px) {
  #bread {
    padding: 6px 0.3em 6px 5%;
    font-size: 3.2vw;
    background: rgba(94, 188, 223, 0.3);
  }
  #bread li:not(:last-of-type)::after {
    content: "/";
    margin-left: 1em;
  }
}
@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;
  }
}
@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: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 600px) {
  #contents h2 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h2 {
    font-size: 1.8rem;
  }
}
.page #contents h2, .single #contents h2, .error404 #contents h2 {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.6em 0.8em;
  border-left: 6px solid #03a596;
  background: linear-gradient(to right, #fff4e6, #ffffff);
  color: #333;
}
@media only screen and (max-width: 600px) {
  .page #contents h2, .single #contents h2, .error404 #contents h2 {
    font-size: 1.2rem;
  }
}
#contents h3 {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
@media only 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 {
  color: rgb(51.4559585492, 170.2953367876, 214.5440414508);
  border-bottom: 3px double rgb(72.7279792746, 179.1476683938, 218.7720207254);
}
@media only screen and (max-width: 600px) {
  #contents h4 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h4 {
    font-size: 1.3rem;
  }
}
.single #contents h4 {
  display: inline-block;
  font-weight: bold;
  color: rgb(51.4559585492, 170.2953367876, 214.5440414508);
  border: 3px double rgb(72.7279792746, 179.1476683938, 218.7720207254);
  padding: 0 20px;
  min-width: 100px;
  text-align: center;
  margin-bottom: 0.5em;
  border-radius: 50vh;
}
#contents h5 {
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  #contents h5 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h5 {
    font-size: 1.2rem;
  }
}

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

#ftUpper {
  background: #006BB4;
  padding: 100px;
}
@media print, screen and (min-width: 601px) {
  #ftUpper {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  #ftUpper {
    padding: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #ftUpper {
    padding: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #ftUpper {
    padding: 20px 3%;
    color: #fff;
  }
}
#ftUpper > div {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 40px 40px;
  border-radius: 20px;
}
@media print, screen and (min-width: 601px) {
  #ftUpper > div {
    background: #fff;
  }
}
@media only screen and (max-width: 600px) {
  #ftUpper > div {
    padding: 20px 0px;
    background: none;
  }
}
#ftUpper h2 {
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  #ftUpper h2 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 601px) {
  #ftUpper h2 {
    font-size: 1.8rem;
  }
}
#ftUpper h2 span {
  display: block;
  font-size: 0.8em;
  color: #a0a0a0;
}
#ftUpper h3 {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  #ftUpper h3 {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 601px) {
  #ftUpper h3 {
    font-size: 1.3rem;
  }
}

#ftbottom {
  padding: 40px 40px 0;
}
#ftbottom #ftLogo img {
  max-width: 400px;
  margin: 0 auto 40px;
}
#ftbottom #ftNav {
  margin: 40px auto;
  max-width: 1200px;
}
@media only screen and (max-width: 600px) {
  #ftbottom #ftNav {
    display: block;
  }
}
#ftbottom #ftNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#ftbottom #ftNav ul li {
  margin-bottom: 0.5em;
  margin-left: 1em;
  margin-right: 1em;
}
#ftbottom #ftNav ul li a {
  color: #fff !important;
}

#ddBtn img {
  background: #fff;
}

#copy {
  text-align: center;
}
@media only 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: #fff !important;
}

@media only screen and (max-width: 600px) {
  #quickNav {
    display: none;
  }
}
@media print, screen and (min-width: 601px) {
  #quickNav li a {
    border: 1px solid #fff;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 2px;
    border-radius: 6px 0 0 6px;
    font-size: 1.2rem;
    padding: 10px 20px;
  }
  #quickNav li a:hover {
    background: #5EBCDF;
  }
  #quickNav li#quick1 a {
    position: relative;
    background: #5EBCDF;
  }
  #quickNav li#quick1 a span {
    padding-top: 40px;
  }
  #quickNav li#quick1 a:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%; /* 親の幅の 50% 位置に左端を置く */
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    display: block;
    background: url("../img/common/icon_reserve.svg") no-repeat center center;
    background-size: contain;
  }
  #quickNav li#quick2 a {
    background: #03a596;
  }
}
@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 #a0a0a0;
  background: #fff;
}
.tbNormal th, .tbNormal td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #a0a0a0;
  border-right: 1px dotted #a0a0a0;
}
@media only 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 {
  text-align: left;
  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%;
}
@media print, screen and (min-width: 601px) {
  .timeTable {
    max-width: 1300px;
  }
}
footer .timeTable {
  margin: auto auto 30px 0 !important;
}
main .timeTable {
  margin-bottom: 30px !important;
}
.timeTable table {
  width: 100%;
  margin-bottom: 0.5em;
}
.timeTable table th, .timeTable table td {
  border: 5px solid #ffffff;
  vertical-align: middle;
  font-weight: bold;
}
.timeTable table th span, .timeTable table td span {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .timeTable table th, .timeTable table td {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 600px) {
  .timeTable table thead.timeLaser th.h3 {
    padding-top: 40px;
  }
}
.timeTable table thead th {
  background: #03a596;
  color: #fff;
  padding: 10px;
}
.timeTable table thead th:nth-child(1) {
  background: rgb(2.3625, 129.9375, 118.125);
}
.timeTable table tbody th, .timeTable table tbody td {
  text-align: center;
}
.timeTable table tbody th {
  padding: 10px 2px;
  background: rgb(2.3625, 129.9375, 118.125);
  color: #fff;
}
.timeTable table tbody th span {
  display: inline-block;
}
.timeTable table tbody td {
  color: #000;
  background: #F2F9FC;
}
.timeTable dt, .timeTable dd {
  display: inline-block;
}
.timeTable dt {
  position: relative;
}
.timeTable dt::after {
  content: "：";
  display: inline-block;
}
.timeTable .markBox {
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.timeTable .markBox dl {
  display: inline-block;
  margin-right: 1.5em;
}
.timeTable .annoBox {
  margin-left: 1rem;
}
.timeTable .time_dermatology {
  margin-bottom: 20px;
}
.timeTable h4 {
  background: none;
  color: #3B4043;
  text-align: left;
  padding-left: 0 !important;
  font-size: 3.8vw;
  color: #006BB4;
  font-weight: bold;
  padding: 0;
}
.timeTable p {
  margin-bottom: 60px;
}
.timeTable p span {
  display: inline-block;
  margin-right: 1.5em;
}
@media only screen and (max-width: 600px) {
  .timeTable p {
    font-size: 3vw;
  }
}

.accordion dl {
  border-bottom: 1px solid #a0a0a0;
}
.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 #a0a0a0;
}
.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 print, screen and (min-width: 961px) {
  .accordion dt:hover {
    background: rgba(94, 188, 223, 0.2);
  }
}
.accordion dt.on {
  background: #5EBCDF;
  color: #fff;
}
.accordion dt.on::after {
  transform: rotate(180deg);
  transform-origin: center 25%;
}
.accordion dt.on + dd {
  background: rgba(94, 188, 223, 0.1);
}
.accordion dt:hover {
  cursor: pointer;
}
.accordion dd {
  display: none;
}
@media only screen and (max-width: 600px) {
  .accordion dd {
    padding: 25px 4%;
  }
}
@media print, screen and (min-width: 961px) {
  .accordion dd {
    padding: 28px 0 28px 6%;
  }
}
@media only 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 print, screen and (min-width: 961px) {
  .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: #cd533b;
  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%, #5EBCDF 0%) repeat scroll 0 0;
  color: #000;
}

.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;
}

.w250 img {
  max-width: 250px;
}

.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 #a0a0a0;
}
.box01 li {
  margin: 1em 0;
}

.block {
  display: 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;
}

.btn {
  display: table;
}
@media only screen and (max-width: 600px) {
  .btn {
    margin: 0 auto 30px;
  }
}
.btn a {
  display: block;
  position: relative;
  background: #006BB4;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  border-radius: 6px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}
@media only 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.3em 1.2em;
  }
}
.btn a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.btn a:hover {
  color: #000;
  transform: translateX(4px);
}
.btn a:hover::after {
  border-left: 8px solid #000;
}

.button a {
  color: rgb(0.2678571429, 14.7321428571, 13.3928571429);
}

.btn-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
  padding: 0.6em 1.6em;
  border-radius: 9999px;
  border: 1px solid transparent;
  background-color: #4dabf7;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 6px rgba(15, 100, 180, 0.35);
}
.btn-back:hover {
  background-color: #339af0;
  box-shadow: 0 4px 10px rgba(15, 100, 180, 0.45);
  transform: translateY(-1px);
}
.btn-back:active {
  background-color: #228be6;
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(15, 100, 180, 0.4);
}
.btn-back:focus-visible {
  outline: 2px solid #1864ab;
  outline-offset: 2px;
}

.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;
  font-size: 0.9em;
  color: #5EBCDF;
}

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

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

.dlBlock {
  margin-bottom: 2em !important;
}
.dlBlock dt {
  font-weight: bold;
  font-size: 1.1rem;
  padding-left: 1.3em;
}
.dlBlock dt:before {
  content: "◆ ";
  color: #FFA51D;
  position: absolute;
  top: 0;
  left: 0;
}
.dlBlock dt:not(:first-child) {
  margin-top: 1em;
}
.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 #5EBCDF;
}

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

/* 美容施術リスト（水色系） */
#contents .beauty-list {
  list-style: none;
  padding: 0;
  margin: 2em 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (max-width: 600px) {
  #contents .beauty-list {
    display: block;
  }
}
#contents .beauty-list li {
  flex: 0 0 30%;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  #contents .beauty-list li {
    flex: 0 0 48%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #contents .beauty-list li {
    flex: 0 0 48%;
  }
}
@media only screen and (max-width: 600px) {
  #contents .beauty-list li {
    margin-bottom: 20px;
  }
}
#contents .beauty-list a {
  display: block;
  padding: 0.8em 1.2em;
  text-align: center;
  background: linear-gradient(135deg, #e3f6ff, #bde0fe);
  color: #036;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 150, 200, 0.15);
  transition: all 0.3s ease;
}
#contents .beauty-list a:hover {
  background: linear-gradient(135deg, #b0e0ff, #8cd2f5);
  color: #024;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 150, 200, 0.25);
}

.brand-list {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  border-top: 1px solid #b5e3f5;
  border-bottom: 1px solid #b5e3f5;
  max-width: 600px;
}
.brand-list li {
  position: relative;
  padding: 1rem 1.2rem 1rem 2.5rem;
  border-bottom: 1px dashed #b5e3f5;
  background: #fff;
}
.brand-list li:nth-child(odd) {
  background: #e4f6fb;
}
.brand-list li:last-child {
  border-bottom: none;
}
.brand-list li::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 1.75em;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  border: 2px solid #45b4e6;
  box-shadow: 0 0 0 3px rgba(69, 180, 230, 0.15);
  background: #fff;
}
@media only screen and (max-width: 600px) {
  .brand-list li::before {
    top: 1.5em;
  }
}
.brand-list li {
  color: #05506e;
  font-weight: 500;
  line-height: 1.6;
}
.brand-list li a {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.95em;
  color: #45b4e6;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .brand-list li a {
    position: absolute;
    right: 1em;
  }
}
@media print, screen and (min-width: 961px) {
  .brand-list li a {
    position: absolute;
    right: 1.5em;
  }
}
.brand-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #45b4e6, rgb(113.9573459716, 198.1279620853, 236.0426540284));
  transition: width 0.25s ease-out;
}
.brand-list li a:hover, .brand-list li a:focus {
  color: rgb(46.5213270142, 170.9360189573, 226.9786729858);
}
.brand-list li a:hover::after, .brand-list li a:focus::after {
  width: 100%;
}

@media (max-width: 600px) {
  .brand-list li {
    padding: 0.8rem 0.8rem 0.8rem 2.1rem;
  }
  .brand-list li a {
    display: block;
    margin: 0.25rem 0 0;
  }
}
.wp-block-list.flow {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-block-list.flow li {
  counter-increment: step;
  position: relative;
  padding: 1rem 1rem 1rem 3.5rem;
  margin-bottom: 0.8rem;
  line-height: 1.6;
}
.wp-block-list.flow li::before {
  content: counter(step);
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: #5bb6e6;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

@media only screen and (max-width: 600px) {
  .hideSp,
  .dispTab,
  .dispPc {
    display: none !important;
  }
}
/* PC向けの指定  ------------*/
@media print, screen and (min-width: 961px) {
  .hidePc,
  .dispTab,
  .dispSp,
  .dispPri {
    display: none !important;
  }
}
/* タブレット向けの指定  ------------*/
@media only 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 #firstView:after {
  display: block;
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.home .splide {
  z-index: 0;
}
@media only print {
  .home .splide {
    display: none;
  }
}
.home .splide-wrapper {
  position: relative;
}
.home .slide-media {
  position: relative;
  overflow: hidden;
}
.home .slide-media img,
.home .slide-media picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .mv01 .splide__pagination {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 600px) {
  .home .mv01 .splide__pagination {
    bottom: 60px;
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .home .mv01 .splide__pagination {
    display: none;
  }
}
@media print, screen and (min-width: 961px) {
  .home .mv01 .splide__pagination {
    bottom: 5vh;
  }
}
.home .mv01 .splide__pagination > li {
  margin: 0 20px;
  transform: rotate(90deg);
}
.home .mv01 .splide__pagination {
  margin: auto;
  z-index: 1;
}
.home .mv01 .splide__pagination__page {
  border: 1px solid #fff !important;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #a0a0a0;
}
@media only screen and (max-width: 600px) {
  .home .mv01 .splide__pagination__page {
    height: 1rem;
    margin: 0;
  }
}
@media print, screen and (min-width: 961px) {
  .home .mv01 .splide__pagination__page {
    width: 3px;
    height: 18px;
  }
}
.home .mv01 .splide__pagination__page:hover {
  cursor: pointer;
}
.home .mv01 .splide__pagination__page.is-active {
  background-color: #a0a0a0;
}
.home .mv01 .slide-media img {
  transition: 7s 1s ease-out;
}
.home .mv01 .slide-title {
  position: absolute;
  display: block;
  height: 1em;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.home .mv01 .slide-title span {
  display: inline-block;
  color: #FFA51D;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.home .mv01 .slide-title {
  text-shadow: 2px 2px 6px #777;
}
@media only screen and (max-width: 600px) {
  .home .mv01 .slide-title {
    left: 0;
    right: 0;
    top: 15%;
    margin: auto;
    font-size: 6vw;
  }
}
@media print, screen and (min-width: 961px) {
  .home .mv01 .slide-title {
    left: 5%;
    right: 0;
    top: 300px;
    bottom: auto;
    margin: auto;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 2000px) {
  .home .mv01 .slide-title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1419px) {
  .home .mv01 .slide-title {
    left: 5%;
    right: 10%;
    top: 200px;
    bottom: auto;
    margin: auto;
    font-size: 4.5vw;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home .mv01 .slide-title {
    left: 5%;
    right: 10%;
    top: 200px;
    bottom: auto;
    margin: auto;
    font-size: 4vw;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home .mv01 .slide-title {
    left: 5%;
    right: 10%;
    top: 200px;
    bottom: auto;
    margin: auto;
    font-size: 3.8vw;
  }
}
.home .mv01 .slide-title .btnSplide {
  display: table;
  margin: auto auto;
  text-align: center;
}
.home .mv01 .slide-title .btnSplide a {
  display: block;
  padding: 0.7em 1.2em;
  text-decoration: none;
  background-color: #5EBCDF !important;
  color: #fff !important;
  text-shadow: none;
}
@media only screen and (max-width: 600px) {
  .home .mv01 .slide-title .btnSplide a {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  .home .mv01 .slide-title .btnSplide a {
    font-size: 1.8rem;
  }
  .home .mv01 .slide-title .btnSplide a:hover {
    background-color: rgb(35.6476683938, 140.3626943005, 179.3523316062) !important;
  }
}
.home .mv01 .splide__slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}
@keyframes mv01-fadeIn {
  0% {
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.home #spotNews {
  position: absolute;
  bottom: 250px;
  right: 70px;
  max-width: 530px;
  z-index: 30;
  background: #E0F7FD;
  padding: 15px;
  border-radius: 10px;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #spotNews {
    bottom: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #spotNews {
    position: static;
    margin: 20px auto 40px;
  }
}
@media only screen and (max-width: 600px) {
  .home #spotNews {
    right: 2%;
    left: auto;
    top: -180px;
    bottom: auto;
    width: 96%;
    z-index: 0;
    z-index: 10;
  }
}
.home #spotNews p {
  background: #0071BD;
  padding: 0 10px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
.home #spotNews dl {
  max-height: 100px;
  overflow-y: auto;
  margin-top: 0.5em;
}
@media only screen and (max-width: 600px) {
  .home #spotNews dl {
    max-height: 120px;
  }
}
.home #spotNews dl::-webkit-scrollbar {
  height: 5px;
}
.home #spotNews dl::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(94, 188, 223, 0.3);
}
.home #spotNews dl::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #5EBCDF;
}
.home #spotNews dl dt {
  color: #5B9FB1;
}
.home #spotNews dl dd {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.9rem;
  margin-top: -1.5em;
  padding-left: 8em;
}
.home #news .block {
  max-height: 300px;
  overflow-y: scroll;
  padding: 15px;
  background: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 600px) {
  .home #news .block {
    margin: 10px 7px;
    max-height: 500px;
  }
}
.home #news .block::-webkit-scrollbar {
  height: 5px;
}
.home #news .block::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(94, 188, 223, 0.3);
}
.home #news .block::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #5EBCDF;
}
.home #news .block dt {
  color: #a0a0a0;
  font-weight: bold;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #news .block dt {
    font-size: 1rem;
  }
}
.home #news .block dd {
  margin-top: -1.6em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 8em;
  border-bottom: 2px dotted rgba(94, 188, 223, 0.3);
  font-size: 0.9rem;
  line-height: 1.8;
}
.home #news .block dd a {
  text-decoration: underline !important;
}
@media only screen and (max-width: 600px) {
  .home #news .block dd {
    margin-top: 0;
    padding-left: 0;
  }
}
.home h1, .home h2 {
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.home h1 span, .home h2 span {
  display: block;
  font-size: 0.8em;
  color: #a0a0a0;
}
.home h1 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .home h1 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 601px) {
  .home h1 {
    font-size: 1.8rem;
  }
}
.home {
  /* === バナー全体のレイアウト === */
}
.home #topBanner {
  position: absolute;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  z-index: 10;
}
@media print, screen and (min-width: 961px) {
  .home #topBanner {
    top: -400px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 961px) and (max-width: 1419px) {
  .home #topBanner {
    left: 15%;
    transform: translateX(0);
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #topBanner {
    left: 5%;
    transform: translateX(0);
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #topBanner {
    top: -300px;
    left: 3%;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 600px) {
  .home #topBanner {
    top: -40vh;
    left: 0;
    width: 100%;
  }
}
.home #topBanner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.home #topBanner li {
  margin: 0;
  padding: 0;
}
.home {
  /* === バナー本体（円形デザイン） === */
}
.home #topBanner a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 260px;
  border-radius: 50%; /* 完全な円形 */
  background-color: #ffffff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* 上品なドロップシャドウ */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  /* 滑らかなアニメーション */
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-sizing: border-box;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #topBanner a {
    width: 200px;
    height: 200px;
  }
}
.home {
  /* ホバー時の浮き上がり */
}
.home #topBanner a:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.home {
  /* ホバー時の背景用疑似要素（下からフワッとグラデーションが広がる） */
}
.home #topBanner a::before {
  content: "";
  position: absolute;
  top: 100%; /* 初期位置は円の下の外側 */
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: top 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home #topBanner a:hover::before {
  top: 0; /* ホバーで全体を覆う */
}
.home {
  /* === バナー内の要素（順番の並び替えと装飾） === */
  /* 1. 画像（アイコン）を一番上に配置 */
}
.home #topBanner img {
  order: 1; /* 並び順: 1番目 */
  width: 48px; /* SVGアイコンのサイズ */
  height: auto;
  margin-bottom: 15px;
  transition: filter 0.4s ease;
}
.home {
  /* 2. 英語表記（HTMLにないのでCSSで追加）を画像の次に配置 */
}
.home #topBanner a::after {
  order: 2; /* 並び順: 2番目 */
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #777777;
  margin: 0 0 5px 0;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.4s ease;
}
.home {
  /* 3. 日本語テキスト（pタグ）をその次に配置 */
}
.home #topBanner p {
  order: 3; /* 並び順: 3番目 */
  font-size: 1.5rem;
  color: #333333;
  margin: 0 0 15px 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: color 0.4s ease;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 600px) {
  .home {
    font-size: 3.5vw;
  }
}
.home {
  /* 4. 矢印を一番下に配置 */
}
.home #topBanner .arrow {
  order: 4; /* 並び順: 4番目 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.4s ease;
  position: relative;
}
.home {
  /* CSSだけで矢印の「〉」を描画 */
}
.home #topBanner .arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: -2px; /* 中心位置の微調整 */
}
.home {
  /* === ホバー時のテキスト・アイコンの反転設定 === */
}
.home #topBanner a:hover img {
  /* 色付きのSVGを真っ白に反転させる強力なフィルタ */
  filter: brightness(0) invert(1);
}
.home #topBanner a:hover::after,
.home #topBanner a:hover p {
  color: #ffffff;
}
.home #topBanner a:hover .arrow {
  background-color: #ffffff;
  transform: translateX(5px); /* 矢印が右に少し動く */
}
.home {
  /* === 各バナーのカラー設定と英語表記の内容 === */
  /* 1. 胃カメラ（左端：nth-child(1)） */
}
.home #topBanner li:nth-child(1) a {
  border: 2px solid rgb(0, 107, 180);
}
.home #topBanner li:nth-child(1) a::after {
  content: "Gastroscopy";
}
.home #topBanner li:nth-child(1) a::before {
  /* メインカラーのグラデーション */
  background: linear-gradient(135deg, #0082da 0%, #006bb4 100%);
}
.home #topBanner li:nth-child(1) .arrow {
  color: #006bb4;
  background-color: rgba(0, 107, 180, 0.1);
}
.home #topBanner li:nth-child(1) a:hover .arrow {
  color: #006bb4;
}
.home {
  /* 2. 大腸カメラ（中央：nth-child(2)） */
}
.home #topBanner li:nth-child(2) a {
  border: 2px solid rgb(3, 165, 150);
}
.home #topBanner li:nth-child(2) a::after {
  content: "Colonoscopy";
}
.home #topBanner li:nth-child(2) a::before {
  /* サブカラーのグラデーション */
  background: linear-gradient(135deg, #0cd3c2 0%, #03a596 100%);
}
.home #topBanner li:nth-child(2) .arrow {
  color: #03a596;
  background-color: rgba(3, 165, 150, 0.1);
}
.home #topBanner li:nth-child(2) a:hover .arrow {
  color: #03a596;
}
.home {
  /* 3. 腹部エコー（右端：nth-child(3)） */
}
.home #topBanner li:nth-child(3) a {
  border: 2px solid rgb(0, 145, 234);
}
.home #topBanner li:nth-child(3) a::after {
  content: "Abdominal Echo";
}
.home #topBanner li:nth-child(3) a::before {
  /* ライトブルーのグラデーション */
  background: linear-gradient(135deg, #40c4ff 0%, #0091ea 100%);
}
.home #topBanner li:nth-child(3) .arrow {
  color: #0091ea;
  background-color: rgba(0, 145, 234, 0.1);
}
.home #topBanner li:nth-child(3) a:hover .arrow {
  color: #0091ea;
}
.home {
  /* === レスポンシブ対応（スマートフォン） === */
}
@media only screen and (max-width: 600px) {
  .home #topBanner ul {
    gap: 20px;
  }
  .home #topBanner li:nth-child(3) {
    top: -28px;
  }
  .home #topBanner a {
    width: clamp(140px, 40vw, 220px);
    height: clamp(140px, 40vw, 220px);
  }
  .home #topBanner img {
    width: clamp(32px, 8vw, 48px);
    margin-bottom: 10px;
  }
  .home #topBanner a::after {
    font-size: clamp(9px, 2vw, 11px);
  }
  .home #topBanner p {
    font-size: clamp(14px, 4vw, 16px);
    margin-bottom: 10px;
  }
  .home #topBanner .arrow {
    width: 28px;
    height: 28px;
  }
}
.home #low01 {
  position: relative;
}
.home #low01::after {
  display: block;
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 200;
}
.home #low01 > div {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .home #low01 > div {
    display: block;
  }
}
.home #low01 > div > div {
  flex: 0 0 45%;
}
.home #low01 > div > div p:not(:last-of-type) {
  color: #232323;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.home #low01 > div picture {
  flex: 0 0 45%;
}
.home #low01 > div picture img {
  border-radius: 20px;
}
@media only screen and (max-width: 959px) {
  .home #low01 > div picture {
    width: 80%;
    margin: 40px auto 0 !important;
  }
}
.home #low02 {
  position: relative;
  background: #006BB4;
}
.home #low02 h2 {
  color: #fff !important;
}
.home #low02::after {
  display: block;
  content: "";
  width: 100%;
  height: 9px;
  position: absolute;
  left: 0;
  top: 6px;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 1000;
}
.home #low02 .feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1600px;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low02 .feature-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .home #low02 .feature-list {
    grid-template-columns: 1fr;
    gap: 50px;
    width: 80%;
  }
}
.home #low02 .feature-card {
  list-style: none;
}
.home #low02 .feature-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  overflow: visible;
  position: relative;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home #low02 .feature-card__link:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}
.home #low02 .feature-card__link:focus-visible {
  outline: 3px solid #f5a623;
  outline-offset: 4px;
}
.home #low02 .feature-card__image {
  position: relative;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.home #low02 .feature-card__image > img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low02 .feature-card__image > img {
    height: 100px;
  }
}
.home #low02 .feature-card__label {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: 92px;
  z-index: 2;
}
.home #low02 .feature-card__label img {
  display: block;
  width: 100%;
  height: auto;
}
.home #low02 .feature-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 36px 28px 28px;
}
.home #low02 .feature-card h3 {
  margin: 0 0 20px;
  color: #f5a623;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.home #low02 .feature-card h3 span {
  display: inline-block;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low02 .feature-card h3 {
    font-size: 2.4vw !important;
  }
}
.home #low02 .feature-card__text {
  margin: 0;
  color: #333;
  font-weight: 500;
  line-height: 1.9;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low02 .feature-card__text {
    font-size: 1.9vw !important;
  }
}
.home #low02 .feature-card__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: auto auto 0;
  color: #006BB4;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low02 .feature-card__more {
    font-size: 1.8vw !important;
  }
}
.home #low02 .feature-card__more::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #006BB4;
}
@media only screen and (max-width: 600px) {
  .home #low02 .feature-card__image > img {
    height: 220px;
  }
  .home #low02 .feature-card__body {
    padding: 32px 20px 24px;
  }
}
.home #low03::after {
  display: block;
  content: "";
  width: 100%;
  height: 9px;
  position: absolute;
  left: 0;
  top: 6px;
  border-top: 2px solid #006BB4;
  border-bottom: 1px solid #006BB4;
  z-index: 200;
}
.home #low03 .medical-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1300px;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low03 .medical-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .home #low03 .medical-list {
    grid-template-columns: 1fr;
    width: 80%;
    margin: 0 auto;
    gap: 30px;
  }
}
.home #low03 .medical-card {
  list-style: none;
}
.home #low03 .medical-card__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 26px 18px 22px;
  background: #edf6fb;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: inherit;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home #low03 .medical-card__link:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.14);
}
.home #low03 .medical-card__link:focus-visible {
  outline: 3px solid #f4ad2f;
  outline-offset: 4px;
}
.home #low03 .medical-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  height: 122px;
  margin: 0 0 18px;
}
.home #low03 .medical-card__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.home #low03 .medical-card h3 {
  margin: 0 0 10px;
  color: #222;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low03 .medical-card h3 {
    font-size: 2.5vw !important;
  }
}
.home #low03 .medical-card__text {
  margin: 0;
  color: #333;
  font-weight: 500;
  line-height: 1.7;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low03 .medical-card__text {
    font-size: 2vw !important;
  }
}
.home #low03 .medical-card__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin: auto auto 0;
  padding-top: 12px;
  color: #006BB4;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low03 .medical-card__more {
    font-size: 1.9vw !important;
  }
}
.home #low03 .medical-card__more::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #006BB4;
}
@media only screen and (max-width: 600px) {
  .home #low03 .medical-card__link {
    padding: 20px 14px 18px;
  }
  .home #low03 .medical-card__icon {
    width: 96px;
    height: 96px;
    margin-bottom: 14px;
  }
  .home #low03 .medical-card h3 {
    font-size: 4vw !important;
  }
  .home #low03 .medical-card__text {
    font-size: 3.5vw;
  }
  .home #low03 .medical-card__more {
    font-size: 3vw;
  }
}
.home #news {
  background: #F2F9FC;
}
.home #news::after {
  display: block;
  content: "";
  width: 100%;
  height: 9px;
  position: absolute;
  left: 0;
  top: 6px;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 200;
}
.home #news > div {
  max-width: 1000px;
  margin: 0 auto;
}
.home #low04 {
  background: #FFF5F6;
}
.home #low04 > div {
  max-width: 1000px;
  margin: 0 auto;
}
.home #low04 > div .reserveBanner {
  display: flex;
  justify-content: space-around;
  margin: 40px auto;
}
@media only screen and (max-width: 600px) {
  .home #low04 > div .reserveBanner {
    display: block;
  }
}
.home #low04 > div .reserveBanner li {
  flex: 0 0 40%;
  margin-bottom: 20px;
}
.home #low04 > div .reserveBanner li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  color: #000;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home #low04 > div .reserveBanner li a img {
  max-width: 60px;
}
.home #low04 > div .reserveBanner li a:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.home #low04 > div .lineBanner img:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.home #low04 > div .lineBanner img {
  max-width: 400px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* index Scss */
.page-greeting #contents {
  max-width: 1200px;
}
@media only screen and (max-width: 600px) {
  .page-greeting #contents #low01 > div, .page-greeting #contents #low03 > div {
    display: flex;
    flex-direction: column-reverse;
  }
}
.page-greeting #contents #low01 .docPhoto, .page-greeting #contents #low03 .docPhoto {
  float: right;
  width: 30%;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .page-greeting #contents #low01 .docPhoto, .page-greeting #contents #low03 .docPhoto {
    float: none;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
.page-greeting #contents #low01 .docPhoto figure, .page-greeting #contents #low03 .docPhoto figure {
  padding-left: 5%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 600px) {
  .page-greeting #contents #low01 .docPhoto figure, .page-greeting #contents #low03 .docPhoto figure {
    margin-left: auto;
  }
}
.page-greeting #contents #low01 .docPhoto figure img, .page-greeting #contents #low03 .docPhoto figure img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
}
.page-greeting #contents #low05 table {
  width: 90%;
  max-width: 800px;
  margin-bottom: 40px;
}
.page-greeting #contents #low05 table tr {
  border-bottom: 2px solid #5EBCDF;
}
.page-greeting #contents #low05 table th, .page-greeting #contents #low05 table td {
  padding: 10px;
  vertical-align: middle;
}
.page-greeting #contents #low05 table th {
  font-weight: bold;
  white-space: nowrap !important;
}
.page-greeting #contents #low05 figure img {
  max-width: 480px;
  border-radius: 10px;
}

/* index Scss */
.page-endoscopy #contents {
  max-width: 1200px;
}
.page-endoscopy #contents h4 {
  border-left: 5px solid #006BB4;
  padding-left: 10px;
  font-weight: bold;
  color: #006BB4;
}
.page-endoscopy #contents picture img {
  max-width: 600px;
}
.page-endoscopy #contents #low01 figure {
  margin-bottom: 20px;
}
.page-endoscopy #contents #low01 figure img {
  max-width: 600px;
}
.page-endoscopy #contents #low02 article {
  margin-bottom: 40px;
}
.page-endoscopy #contents .case {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 961px) {
  .page-endoscopy #contents .case {
    justify-content: start;
  }
}
@media only screen and (max-width: 959px) {
  .page-endoscopy #contents .case {
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 961px) {
  .page-endoscopy #contents .case li {
    flex: 0 0 48%;
    max-width: 400px;
  }
  .page-endoscopy #contents .case li:nth-of-type(odd) {
    margin-right: 4%;
  }
}
@media only screen and (max-width: 959px) {
  .page-endoscopy #contents .case li {
    flex: 0 0 48%;
  }
}
.page-endoscopy #contents .kensa_flow {
  margin-bottom: 40px;
}
.page-endoscopy #contents .kensa_flow dt {
  display: inline-block;
  padding: 7px 20px 4px;
  border-radius: 50vh;
  margin-bottom: 10px;
  min-width: 7em;
  text-align: center;
  background: #5EBCDF;
  color: #fff;
}
.page-endoscopy #contents .kensa_flow dd {
  margin-bottom: 20px;
  padding-left: 60px;
  line-height: 1.8;
  background: url("../img/endoscopy/arrow_02.svg") no-repeat left 20px bottom;
}
.page-endoscopy #contents .kensa_flow dd:last-child {
  background: none;
}
.page-endoscopy #contents .polyp_flow {
  margin-bottom: 40px !important;
}
.page-endoscopy #contents .polyp_flow li {
  display: flex;
  color: #000;
  align-items: center;
  margin-bottom: 1em;
}
.page-endoscopy #contents .polyp_flow li img {
  max-width: 200px;
  flex: 0 0 20%;
}
.page-endoscopy #contents table.price {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.95rem;
  color: #3c5661;
  background-color: #fff;
  border: 1px solid #cfeaf5;
  overflow: hidden;
}
.page-endoscopy #contents table.price th, .page-endoscopy #contents table.price td {
  vertical-align: middle;
}
.page-endoscopy #contents table.price thead {
  background: linear-gradient(90deg, #5bbde8, #3aa7d8);
  color: #fff;
}
.page-endoscopy #contents table.price thead th {
  padding: 12px 8px;
  font-weight: 600;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.page-endoscopy #contents table.price thead th:first-child {
  text-align: left;
  padding-left: 16px;
}
.page-endoscopy #contents table.price thead th:last-child {
  border-right: none;
}
.page-endoscopy #contents table.price tbody tr {
  background-color: #fff;
}
.page-endoscopy #contents table.price tbody tr:nth-child(even) {
  background-color: #f2fbff;
}
.page-endoscopy #contents table.price tbody tr:hover {
  background-color: white;
}
.page-endoscopy #contents table.price tbody th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
  border-bottom: 1px solid #cfeaf5;
  background: rgba(91, 189, 232, 0.06);
  position: relative;
}
@media only screen and (max-width: 600px) {
  .page-endoscopy #contents table.price tbody th {
    font-size: 0.8rem;
  }
}
.page-endoscopy #contents table.price tbody th span {
  font-size: 0.85em;
  margin-left: 0.25em;
  display: inline-block;
}
.page-endoscopy #contents table.price tbody td {
  padding: 12px 8px;
  text-align: center;
  border-bottom: 1px solid #cfeaf5;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 600px) {
  .page-endoscopy #contents table.price tbody td {
    font-size: 0.8rem;
    letter-spacing: 0;
  }
}
.page-endoscopy #contents table.price tbody td span {
  display: inline-block;
}
.page-endoscopy #contents table.price tbody td:nth-child(n+2) {
  font-weight: 500;
}
.page-endoscopy #contents table.price tbody tr:last-child th,
.page-endoscopy #contents table.price tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 600px) {
  .page-endoscopy #contents table.price {
    font-size: 0.85rem;
  }
  .page-endoscopy #contents table.price thead th {
    padding: 10px 6px;
  }
  .page-endoscopy #contents table.price thead th:first-child {
    padding-left: 12px;
  }
  .page-endoscopy #contents table.price tbody th {
    padding: 10px 12px;
  }
  .page-endoscopy #contents table.price tbody td {
    padding: 10px 6px;
  }
}
.page-endoscopy #contents .schedule table {
  width: 100%;
  margin-bottom: 0.5em;
  max-width: 800px;
}
.page-endoscopy #contents .schedule table th, .page-endoscopy #contents .schedule table td {
  border: 5px solid #ffffff;
  vertical-align: middle;
  font-weight: bold;
}
.page-endoscopy #contents .schedule table th span, .page-endoscopy #contents .schedule table td span {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .page-endoscopy #contents .schedule table th, .page-endoscopy #contents .schedule table td {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 600px) {
  .page-endoscopy #contents .schedule table thead.timeLaser th.h3 {
    padding-top: 40px;
  }
}
.page-endoscopy #contents .schedule table thead th {
  background: #FBB447;
  color: #fff;
  padding: 10px;
}
.page-endoscopy #contents .schedule table thead th:nth-child(1) {
  background: #FFA51D;
}
.page-endoscopy #contents .schedule table tbody th, .page-endoscopy #contents .schedule table tbody td {
  text-align: center;
}
.page-endoscopy #contents .schedule table tbody th {
  padding: 10px 2px;
  background: #FBB447;
  color: #fff;
}
.page-endoscopy #contents .schedule table tbody th span {
  display: inline-block;
}
.page-endoscopy #contents .schedule table tbody td {
  color: #000;
  background: #FFEED4;
}

/* index Scss */
.page-faq #contents dl {
  margin: 10px 2% 40px !important;
  padding-bottom: 20px;
}
.page-faq #contents dl em {
  display: block;
  margin-left: 2em;
}
.page-faq #contents dl strong {
  font-weight: bold;
}
.page-faq #contents dl dt {
  position: relative;
  padding: 0 0 14px 45px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.2rem;
}
.page-faq #contents dl dt:before {
  content: "Q. ";
  position: absolute;
  top: -0.4em;
  left: 0;
  font-size: 2rem;
  color: rgba(255, 165, 29, 0.7);
}
.page-faq #contents dl dd {
  position: relative;
  padding: 0 0 14px 45px;
  border-bottom: 1px dashed #cccccc;
  line-height: 1.8;
}
.page-faq #contents dl dd:before {
  content: "A. ";
  position: absolute;
  top: -0.4em;
  left: 0;
  font-weight: bold;
  font-size: 2rem;
  color: rgba(94, 188, 223, 0.7);
}

.page-access #contents #low01 > div {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .page-access #contents #low01 > div {
    display: block;
  }
}
.page-access #contents #low01 .gaikanImg {
  flex: 0 0 30%;
  margin-right: 5%;
}
@media only screen and (max-width: 600px) {
  .page-access #contents #low01 .gaikanImg {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page-access #contents #low01 img {
  max-width: 500px;
  border-radius: 10px;
}
.page-access #contents #map > div {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.page-access #contents #map > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-access #contents #transportation dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.page-access #contents #transportation dt:before {
  content: "◆ ";
  color: #5EBCDF;
}
.page-access #contents #transportation dd {
  margin-bottom: 1em;
  margin-left: 0.5em;
}
@media print, screen and (min-width: 601px) {
  .page-access #contents #parking .parkingImg {
    display: flex;
  }
  .page-access #contents #parking .parkingImg li {
    flex: 0 0 300px;
  }
  .page-access #contents #parking .parkingImg li:first-child {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .page-access #contents #parking .parkingImg {
    display: table;
    margin: auto;
  }
  .page-access #contents #parking .parkingImg li:first-child {
    margin-bottom: 20px;
  }
}
.page-access #contents #parking .parkingImg img {
  max-width: 300px;
  border-radius: 10px;
}

/* index Scss */
.page-treatment #contents {
  max-width: 1200px;
}

.post-echo #contents picture img {
  max-width: 600px;
}
.post-echo #contents .kensa_flow {
  margin-bottom: 40px;
}
.post-echo #contents .kensa_flow dt {
  display: inline-block;
  padding: 7px 20px 4px;
  border-radius: 50vh;
  margin-bottom: 10px;
  min-width: 7em;
  text-align: center;
  background: #5EBCDF;
  color: #fff;
}
.post-echo #contents .kensa_flow dd {
  margin-bottom: 20px;
  padding-left: 60px;
  line-height: 1.8;
  background: url("../img/endoscopy/arrow_02.svg") no-repeat left 20px bottom;
}
.post-echo #contents .kensa_flow dd:last-child {
  background: none;
}

/* index Scss */
.page-clinic #contents #low01 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-clinic #contents #low01 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
  display: block;
}
.page-clinic #contents #low01 em {
  display: block;
  margin-top: 0.8rem;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .page-clinic #contents #low01 ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .page-clinic #contents #low01 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .page-clinic #contents #low01 ul {
    grid-template-columns: 1fr;
  }
}
.page-clinic #contents #low02 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .page-clinic #contents #low02 ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .page-clinic #contents #low02 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .page-clinic #contents #low02 ul {
    grid-template-columns: 1fr;
  }
}
.page-clinic #contents #low02 img {
  flex: 0 0 200px;
  max-width: 480px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 600px) {
  .page-clinic #contents #low02 img {
    margin: 0 auto 20px;
  }
}
.page-clinic #contents #low02 em {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
}
.page-clinic #contents #low02 p {
  font-size: 1rem;
  line-height: 1.8;
}/*# sourceMappingURL=style.css.map */