@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", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

html, body, small, h1, h2, h3, h4, h5 {
  font-size: 1.07em;
  font-weight: 500;
}
@media only screen and (min-width: 601px) and (max-width: 960px) {
  html, body, small, h1, h2, h3, h4, h5 {
    font-size: 1em;
  }
}
@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;
}

@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  /* Safari用の調整 */
  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 {
    font-weight: 300;
  }
}
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;
  font-weight: normal;
}

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

img, figure, picture {
  display: block;
  width: 100%;
  height: auto;
}
@media only print {
  .low #contents img, .low #contents figure, .low #contents picture {
    width: 50% !important;
  }
}

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

nav ul {
  list-style: none;
}

header a,
#container a,
#contents a,
footer a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: #F27FB6;
}
@media print, screen and (min-width: 961px) {
  header a,
  #container a,
  #contents a,
  footer a {
    transition: all 0.3s ease-in-out;
  }
  header a:hover, header a:active,
  #container a:hover,
  #container a:active,
  #contents a:hover,
  #contents a:active,
  footer a:hover,
  footer a:active {
    color: rgba(242, 127, 182, 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.3em;
  }
}
@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,
#contents:after,
#contents section:after,
#contents .section:after,
#sidebar section:after,
#sidebar .section:after,
#bread: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) {
  #wrapper {
    z-index: 0;
  }
  header,
  #footerAsk {
    z-index: 9 !important;
  }
  #hdImage {
    z-index: -1;
  }
}
@media print, screen and (min-width: 601px) {
  header,
  #ptBtnPc,
  #quickNav {
    z-index: 10;
  }
  #hdImage {
    z-index: 0;
  }
  main {
    z-index: 9;
  }
}
body {
  line-height: 1.6;
  color: #000;
}
body.page, body.single {
  background: #fff;
}

@media only screen and (max-width: 600px) {
  #hdUpper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    margin: 15px auto 11px auto;
  }
}
@media only screen and (max-width: 600px) {
  #hdLogo {
    flex-basis: 70%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 960px) {
  #hdLogo {
    flex-basis: 50%;
  }
}
@media print, screen and (min-width: 961px) {
  #hdLogo img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  #hdInfo {
    flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media only screen and (min-width: 601px) and (max-width: 960px) {
  #hdInfo {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
  }
}
@media print, screen and (min-width: 961px) {
  #hdInfo {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
  }
}

@media only screen and (max-width: 600px) {
  #hdGn {
    position: fixed;
    right: -100%;
    left: auto;
    width: 94%;
    height: 100%;
    background: #ffffff;
    opacity: 0;
    overflow-y: scroll;
    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 print, screen and (min-width: 601px) {
  #hdGn > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1700px;
    margin: auto 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: 601px) {
  #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 {
    margin: 40px auto 20px;
  }
}
@media print, screen and (min-width: 601px) {
  .page h1, .single h1, .error404 h1 {
    margin: 100px auto 0;
  }
}

main {
  position: relative;
}
@media print, screen and (min-width: 601px) {
  .page #contents, .single #contents, .error404 #contents {
    width: 94%;
    max-width: 1400px;
    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: 50px 0 50px 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: 0 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 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .home #contents {
    width: 100%;
  }
  .home #contents > section,
  .home #contents > .section {
    width: 100%;
    margin: 0;
    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 only screen and (max-width: 600px) {
  .page #contents, .single #contents {
    padding-left: 5%;
    padding-right: 5%;
  }
  .page #contents > section,
  .page #contents > .section, .single #contents > section,
  .single #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 {
    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 {
    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 (min-width: 601px) and (max-width: 960px) {
  .home #contents > section#information,
  .home #contents > section#low02 {
    padding: 60px 5% !important;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1319px) {
  .home #contents > section,
  .home #contents > .section {
    padding: 60px 5% !important;
  }
}
@media only screen and (max-width: 600px) {
  #contents h2 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h2 {
    margin-bottom: 40px;
  }
}
.single #contents h2 {
  margin-top: 80px !important;
}
.single #contents h2:first-child {
  margin-top: 0 !important;
}
@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;
  }
}

footer {
  padding: 100px 20px 60px 20px;
}

#ftNav {
  z-index: 10;
}
#ftNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  #ftNav ul {
    justify-content: flex-start;
  }
}
#ftNav ul li {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 961px) {
  #ftNav ul li {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 960px) {
  #ftNav ul li {
    flex: 0 0 30%;
  }
}
@media only screen and (max-width: 600px) {
  #ftNav ul li {
    flex: 0 0 45%;
    font-size: 0.8em;
  }
}
#ftNav a {
  color: #fff !important;
}
#ftInfo {
  z-index: 10;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  #ftInfo {
    display: block;
  }
}
#ftInfo a {
  color: #fff;
}
@media only screen and (max-width: 600px) {
  #ftInfo {
    margin-bottom: 40px;
  }
}

#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: #F27FB6;
    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 {
    font-size: 0.85rem;
  }
  #quickNav ul li a {
    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;
    text-align: center !important;
  }
  #footerAsk li a {
    display: block;
    width: 100%;
    padding: 10px;
    text-decoration: none;
  }
  #footerAsk li a div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footerAsk li a div img {
    flex: 0 0 10%;
    margin-right: 1em;
    max-width: 30px;
  }
  #footerAsk li a > img {
    max-width: 30px;
    margin: 0 auto;
  }
  #footerAsk li:nth-of-type(1), #footerAsk li:nth-of-type(2) {
    flex: 0 0 50%;
  }
  #footerAsk li:nth-of-type(1) a, #footerAsk li:nth-of-type(2) a {
    color: #000;
  }
  #footerAsk li:nth-of-type(1) {
    border-right: 1px solid #fff;
  }
  #footerAsk li:nth-of-type(1) a {
    background: #C7E2FE;
  }
  #footerAsk li:nth-of-type(2) a {
    background: #E0F2A0;
  }
  #footerAsk li:nth-of-type(3) a, #footerAsk li:nth-of-type(4) a, #footerAsk li:nth-of-type(5) a {
    color: #fff;
  }
  #footerAsk li:nth-of-type(3) {
    flex: 0 0 15%;
    border-right: 1px solid #fff;
  }
  #footerAsk li:nth-of-type(3) a {
    background: #F299B9;
  }
  #footerAsk li:nth-of-type(4) {
    flex: 0 0 70%;
    border-right: 1px solid #fff;
  }
  #footerAsk li:nth-of-type(4) a {
    background: #F27FB6;
  }
  #footerAsk li:nth-of-type(4) a img {
    max-width: 20px;
  }
  #footerAsk li:nth-of-type(5) {
    flex: 0 0 15%;
  }
  #footerAsk li:nth-of-type(5) a {
    background: #E93C98;
  }
}
@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: #fff;
}

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

header {
  border-top: 1px solid rgba(255, 255, 255, 0);
}
.page header, .single header, .error404 header {
  background: url("../img/common/hdImage.webp") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  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 print, screen and (min-width: 601px) {
  .menu-trigger {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .menu-trigger {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 0 10px auto;
    background: #fff;
    box-shadow: 1px 1px 3px #636363;
    border-radius: 50%;
  }
  .menu-trigger::after {
    content: "MENU";
    display: block;
    width: 100%;
    height: 1em;
    position: absolute;
    bottom: -1em;
    left: 0;
    right: 0;
    font-size: 11px;
    text-align: center;
  }
  .menu-active .menu-trigger::after {
    content: "CLOSE";
  }
  .menu-trigger::before {
    content: "";
    display: block;
    width: 76%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F27FB6;
    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: #F27FB6;
    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 (min-width: 601px) and (max-width: 960px) {
  #hdLogo img {
    max-width: 300px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 961px) {
  #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: 300px;
  }
}
@media only print {
  #hdLogo img {
    width: 6cm;
  }
}

@media print, screen and (min-width: 601px) {
  #hdInfo .add {
    color: #F27FB6;
    background: #fff;
    border: 1px solid #F27FB6;
    padding: 10px;
  }
  #hdInfo .tel {
    position: relative;
    display: table;
    margin-right: 0;
    margin-left: auto;
    font-weight: bold;
    background: #F27FB6;
    border: 1px solid #F27FB6;
    color: #fff;
    padding: 10px 10px 10px 1.5em;
  }
  #hdInfo .tel::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/common/phone_icon.svg") no-repeat center center;
    background-size: contain;
  }
}
@media only screen and (min-width: 601px) and (max-width: 960px) {
  #hdInfo .add {
    font-size: 0.6em;
  }
  #hdInfo .tel {
    font-size: 1rem;
    display: block;
  }
  #hdInfo .tel::before {
    top: 40%;
    left: 5px;
  }
}
@media print, screen and (min-width: 961px) {
  #hdInfo .add {
    font-size: 0.7em;
  }
  #hdInfo .tel {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1319px) {
  #hdInfo .add {
    font-size: 0.6em;
  }
  #hdInfo .tel {
    font-size: 0.8rem;
    display: block;
  }
  #hdInfo .tel::before {
    top: 40%;
    left: 5px;
  }
}

@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  @media print, screen and (min-width: 961px) {
    #hdInfo .add {
      font-size: 0.7em;
    }
    #hdInfo .tel {
      font-size: 1.1rem;
      display: block;
    }
    #hdInfo .tel::before {
      top: 40%;
      left: 5px;
    }
  }
}
#hdGn > ul {
  background: rgba(255, 255, 255, 0.91);
  border-radius: 50vh;
  padding: 20px 40px;
}
@media only screen and (min-width: 601px) and (max-width: 960px) {
  #hdGn > ul {
    padding: 10px 20px 5px;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1319px) {
  #hdGn > ul {
    padding: 10px 20px 20px;
  }
}
#hdGn p {
  display: inline;
}
#hdGn a, #hdGn p {
  text-align: center;
  position: relative;
  line-height: 1;
  text-decoration: none;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 600px) {
  #hdGn a, #hdGn p {
    display: block;
    color: #000;
    font-size: 4.3vw;
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn a, #hdGn p {
    cursor: pointer;
    color: #000;
    white-space: nowrap;
    font-size: 1.125em;
  }
  #hdGn a:hover, #hdGn p:hover {
    color: #F299B9;
  }
}
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #hdGn a, #hdGn p {
    padding: 12px 4em;
  }
}
@media only screen and (orientation: portrait) {
  #hdGn a, #hdGn p {
    font-size: 4.3vw !important;
    padding: 10px;
  }
}
@media only screen and (min-width: 561px) and (max-width: 1540px) {
  #hdGn a, #hdGn p {
    font-size: 1.4vw !important;
  }
}
@media only screen and (max-width: 600px) {
  #hdGn a::after,
  #hdGn p::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 p::after {
    background: url("../img/common/angleDown.svg") no-repeat center center;
    background-size: contain;
  }
}
#hdGn > ul > li {
  text-align: center;
}
#hdGn > ul > li span {
  color: #F299B9;
  display: block;
  font-size: 0.7em;
}
@media only screen and (max-width: 600px) and (max-width: 600px) {
  .home #hdGn > ul > li:nth-child(1) > a, .home #hdGn > ul > li:nth-child(1) > p, .home #hdGn > ul > li:nth-child(1) > span {
    background: rgba(242, 127, 182, 0.4);
  }
  .page-first #hdGn > ul > li:nth-child(2) > a, .page-first #hdGn > ul > li:nth-child(2) > p, .page-first #hdGn > ul > li:nth-child(2) > span {
    background: rgba(242, 127, 182, 0.4);
  }
  .page-clinic #hdGn > ul > li:nth-child(3) > a, .page-clinic #hdGn > ul > li:nth-child(3) > p, .page-clinic #hdGn > ul > li:nth-child(3) > span {
    background: rgba(242, 127, 182, 0.4);
  }
  .page-internal #hdGn > ul > li:nth-child(4) > a, .page-internal #hdGn > ul > li:nth-child(4) > p, .page-internal #hdGn > ul > li:nth-child(4) > span {
    background: rgba(242, 127, 182, 0.4);
  }
  .page-gastroenterology #hdGn > ul > li:nth-child(5) > a, .page-gastroenterology #hdGn > ul > li:nth-child(5) > p, .page-gastroenterology #hdGn > ul > li:nth-child(5) > span {
    background: rgba(242, 127, 182, 0.4);
  }
  .page-endoscopy #hdGn > ul > li:nth-child(6) > a, .page-endoscopy #hdGn > ul > li:nth-child(6) > p, .page-endoscopy #hdGn > ul > li:nth-child(6) > span {
    background: rgba(242, 127, 182, 0.4);
  }
  .page-healthcare_vaccine #hdGn > ul > li:nth-child(7) > a, .page-healthcare_vaccine #hdGn > ul > li:nth-child(7) > p, .page-healthcare_vaccine #hdGn > ul > li:nth-child(7) > span {
    background: rgba(242, 127, 182, 0.4);
  }
}
@media print, screen and (min-width: 601px) {
  .home #hdGn > ul > li:nth-of-type(1) > a,
  .home #hdGn > ul > li:nth-of-type(1) > p {
    position: relative;
  }
  .home #hdGn > ul > li:nth-of-type(1) > a::before,
  .home #hdGn > ul > li:nth-of-type(1) > p::before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    display: block;
    height: 4px;
    background: #F27FB6;
    border-radius: 3px;
    animation: selectBar 0.3s ease forwards;
  }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0;
    }
    100% {
      width: 50%;
      opacity: 1;
    }
  }
  .page-first #hdGn > ul > li:nth-of-type(2) > a,
  .page-first #hdGn > ul > li:nth-of-type(2) > p {
    position: relative;
  }
  .page-first #hdGn > ul > li:nth-of-type(2) > a::before,
  .page-first #hdGn > ul > li:nth-of-type(2) > p::before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    display: block;
    height: 4px;
    background: #F27FB6;
    border-radius: 3px;
    animation: selectBar 0.3s ease forwards;
  }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0;
    }
    100% {
      width: 50%;
      opacity: 1;
    }
  }
  .page-clinic #hdGn > ul > li:nth-of-type(3) > a,
  .page-clinic #hdGn > ul > li:nth-of-type(3) > p {
    position: relative;
  }
  .page-clinic #hdGn > ul > li:nth-of-type(3) > a::before,
  .page-clinic #hdGn > ul > li:nth-of-type(3) > p::before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    display: block;
    height: 4px;
    background: #F27FB6;
    border-radius: 3px;
    animation: selectBar 0.3s ease forwards;
  }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0;
    }
    100% {
      width: 50%;
      opacity: 1;
    }
  }
  .page-internal #hdGn > ul > li:nth-of-type(4) > a,
  .page-internal #hdGn > ul > li:nth-of-type(4) > p {
    position: relative;
  }
  .page-internal #hdGn > ul > li:nth-of-type(4) > a::before,
  .page-internal #hdGn > ul > li:nth-of-type(4) > p::before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    display: block;
    height: 4px;
    background: #F27FB6;
    border-radius: 3px;
    animation: selectBar 0.3s ease forwards;
  }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0;
    }
    100% {
      width: 50%;
      opacity: 1;
    }
  }
  .page-gastroenterology #hdGn > ul > li:nth-of-type(5) > a,
  .page-gastroenterology #hdGn > ul > li:nth-of-type(5) > p {
    position: relative;
  }
  .page-gastroenterology #hdGn > ul > li:nth-of-type(5) > a::before,
  .page-gastroenterology #hdGn > ul > li:nth-of-type(5) > p::before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    display: block;
    height: 4px;
    background: #F27FB6;
    border-radius: 3px;
    animation: selectBar 0.3s ease forwards;
  }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0;
    }
    100% {
      width: 50%;
      opacity: 1;
    }
  }
  .page-endoscopy #hdGn > ul > li:nth-of-type(6) > a,
  .page-endoscopy #hdGn > ul > li:nth-of-type(6) > p {
    position: relative;
  }
  .page-endoscopy #hdGn > ul > li:nth-of-type(6) > a::before,
  .page-endoscopy #hdGn > ul > li:nth-of-type(6) > p::before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    display: block;
    height: 4px;
    background: #F27FB6;
    border-radius: 3px;
    animation: selectBar 0.3s ease forwards;
  }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0;
    }
    100% {
      width: 50%;
      opacity: 1;
    }
  }
  .page-healthcare_vaccine #hdGn > ul > li:nth-of-type(7) > a,
  .page-healthcare_vaccine #hdGn > ul > li:nth-of-type(7) > p {
    position: relative;
  }
  .page-healthcare_vaccine #hdGn > ul > li:nth-of-type(7) > a::before,
  .page-healthcare_vaccine #hdGn > ul > li:nth-of-type(7) > p::before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    display: block;
    height: 4px;
    background: #F27FB6;
    border-radius: 3px;
    animation: selectBar 0.3s ease forwards;
  }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0;
    }
    100% {
      width: 50%;
      opacity: 1;
    }
  }
}
@media only screen and (min-width: 961px) and (max-width: 1319px) {
  .home #hdGn > ul > li:nth-of-type(1) > a,
  .home #hdGn > ul > li:nth-of-type(1) > p {
    position: relative;
  }
  .home #hdGn > ul > li:nth-of-type(1) > a::before,
  .home #hdGn > ul > li:nth-of-type(1) > p::before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
    display: block;
    height: 4px;
    background: #F27FB6;
    border-radius: 3px;
    animation: selectBar 0.3s ease forwards;
  }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0;
    }
    100% {
      width: 50%;
      opacity: 1;
    }
  }
  .page-first #hdGn > ul > li:nth-of-type(2) > a,
  .page-first #hdGn > ul > li:nth-of-type(2) > p {
    position: relative;
  }
  .page-first #hdGn > ul > li:nth-of-type(2) > a::before,
  .page-first #hdGn > ul > li:nth-of-type(2) > p::before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
    display: block;
    height: 4px;
    background: #F27FB6;
    border-radius: 3px;
    animation: selectBar 0.3s ease forwards;
  }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0;
    }
    100% {
      width: 50%;
      opacity: 1;
    }
  }
  .page-clinic #hdGn > ul > li:nth-of-type(3) > a,
  .page-clinic #hdGn > ul > li:nth-of-type(3) > p {
    position: relative;
  }
  .page-clinic #hdGn > ul > li:nth-of-type(3) > a::before,
  .page-clinic #hdGn > ul > li:nth-of-type(3) > p::before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
    display: block;
    height: 4px;
    background: #F27FB6;
    border-radius: 3px;
    animation: selectBar 0.3s ease forwards;
  }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0;
    }
    100% {
      width: 50%;
      opacity: 1;
    }
  }
  .page-internal #hdGn > ul > li:nth-of-type(4) > a,
  .page-internal #hdGn > ul > li:nth-of-type(4) > p {
    position: relative;
  }
  .page-internal #hdGn > ul > li:nth-of-type(4) > a::before,
  .page-internal #hdGn > ul > li:nth-of-type(4) > p::before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
    display: block;
    height: 4px;
    background: #F27FB6;
    border-radius: 3px;
    animation: selectBar 0.3s ease forwards;
  }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0;
    }
    100% {
      width: 50%;
      opacity: 1;
    }
  }
  .page-gastroenterology #hdGn > ul > li:nth-of-type(5) > a,
  .page-gastroenterology #hdGn > ul > li:nth-of-type(5) > p {
    position: relative;
  }
  .page-gastroenterology #hdGn > ul > li:nth-of-type(5) > a::before,
  .page-gastroenterology #hdGn > ul > li:nth-of-type(5) > p::before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
    display: block;
    height: 4px;
    background: #F27FB6;
    border-radius: 3px;
    animation: selectBar 0.3s ease forwards;
  }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0;
    }
    100% {
      width: 50%;
      opacity: 1;
    }
  }
  .page-endoscopy #hdGn > ul > li:nth-of-type(6) > a,
  .page-endoscopy #hdGn > ul > li:nth-of-type(6) > p {
    position: relative;
  }
  .page-endoscopy #hdGn > ul > li:nth-of-type(6) > a::before,
  .page-endoscopy #hdGn > ul > li:nth-of-type(6) > p::before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
    display: block;
    height: 4px;
    background: #F27FB6;
    border-radius: 3px;
    animation: selectBar 0.3s ease forwards;
  }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0;
    }
    100% {
      width: 50%;
      opacity: 1;
    }
  }
  .page-healthcare_vaccine #hdGn > ul > li:nth-of-type(7) > a,
  .page-healthcare_vaccine #hdGn > ul > li:nth-of-type(7) > p {
    position: relative;
  }
  .page-healthcare_vaccine #hdGn > ul > li:nth-of-type(7) > a::before,
  .page-healthcare_vaccine #hdGn > ul > li:nth-of-type(7) > p::before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
    display: block;
    height: 4px;
    background: #F27FB6;
    border-radius: 3px;
    animation: selectBar 0.3s ease forwards;
  }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0;
    }
    100% {
      width: 50%;
      opacity: 1;
    }
  }
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  @media print, screen and (min-width: 961px) {
    .home #hdGn > ul > li:nth-of-type(1) > a,
    .home #hdGn > ul > li:nth-of-type(1) > p {
      position: relative;
    }
    .home #hdGn > ul > li:nth-of-type(1) > a::before,
    .home #hdGn > ul > li:nth-of-type(1) > p::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: -23px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #F27FB6;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards;
    }
    @keyframes selectBar {
      0% {
        width: 20%;
        opacity: 0;
      }
      100% {
        width: 50%;
        opacity: 1;
      }
    }
    .page-first #hdGn > ul > li:nth-of-type(2) > a,
    .page-first #hdGn > ul > li:nth-of-type(2) > p {
      position: relative;
    }
    .page-first #hdGn > ul > li:nth-of-type(2) > a::before,
    .page-first #hdGn > ul > li:nth-of-type(2) > p::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: -23px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #F27FB6;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards;
    }
    @keyframes selectBar {
      0% {
        width: 20%;
        opacity: 0;
      }
      100% {
        width: 50%;
        opacity: 1;
      }
    }
    .page-clinic #hdGn > ul > li:nth-of-type(3) > a,
    .page-clinic #hdGn > ul > li:nth-of-type(3) > p {
      position: relative;
    }
    .page-clinic #hdGn > ul > li:nth-of-type(3) > a::before,
    .page-clinic #hdGn > ul > li:nth-of-type(3) > p::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: -23px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #F27FB6;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards;
    }
    @keyframes selectBar {
      0% {
        width: 20%;
        opacity: 0;
      }
      100% {
        width: 50%;
        opacity: 1;
      }
    }
    .page-internal #hdGn > ul > li:nth-of-type(4) > a,
    .page-internal #hdGn > ul > li:nth-of-type(4) > p {
      position: relative;
    }
    .page-internal #hdGn > ul > li:nth-of-type(4) > a::before,
    .page-internal #hdGn > ul > li:nth-of-type(4) > p::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: -23px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #F27FB6;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards;
    }
    @keyframes selectBar {
      0% {
        width: 20%;
        opacity: 0;
      }
      100% {
        width: 50%;
        opacity: 1;
      }
    }
    .page-gastroenterology #hdGn > ul > li:nth-of-type(5) > a,
    .page-gastroenterology #hdGn > ul > li:nth-of-type(5) > p {
      position: relative;
    }
    .page-gastroenterology #hdGn > ul > li:nth-of-type(5) > a::before,
    .page-gastroenterology #hdGn > ul > li:nth-of-type(5) > p::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: -23px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #F27FB6;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards;
    }
    @keyframes selectBar {
      0% {
        width: 20%;
        opacity: 0;
      }
      100% {
        width: 50%;
        opacity: 1;
      }
    }
    .page-endoscopy #hdGn > ul > li:nth-of-type(6) > a,
    .page-endoscopy #hdGn > ul > li:nth-of-type(6) > p {
      position: relative;
    }
    .page-endoscopy #hdGn > ul > li:nth-of-type(6) > a::before,
    .page-endoscopy #hdGn > ul > li:nth-of-type(6) > p::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: -23px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #F27FB6;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards;
    }
    @keyframes selectBar {
      0% {
        width: 20%;
        opacity: 0;
      }
      100% {
        width: 50%;
        opacity: 1;
      }
    }
    .page-healthcare_vaccine #hdGn > ul > li:nth-of-type(7) > a,
    .page-healthcare_vaccine #hdGn > ul > li:nth-of-type(7) > p {
      position: relative;
    }
    .page-healthcare_vaccine #hdGn > ul > li:nth-of-type(7) > a::before,
    .page-healthcare_vaccine #hdGn > ul > li:nth-of-type(7) > p::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: -23px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #F27FB6;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards;
    }
    @keyframes selectBar {
      0% {
        width: 20%;
        opacity: 0;
      }
      100% {
        width: 50%;
        opacity: 1;
      }
    }
  }
}
#hdGn .sub {
  opacity: 0;
}
#hdGn .acc.select .sub {
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  #hdGn .sub {
    display: block;
    position: static;
    transition: transform 0.3s ease-in-out;
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn .sub {
    position: absolute;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 13em;
    padding: 14px;
    border-radius: 5px;
    background: #fff;
    transition: opacity 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 601px) and (max-width: 960px) {
  #hdGn .sub {
    width: 500px;
  }
}
#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 #636363;
  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: 600px) {
  #hdGn .sub li a {
    padding: 14px 10px 14px 3em;
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn .sub li a {
    padding: 8px 0.5em 8px 0.5em;
    color: #000 !important;
    font-size: 0.8em;
  }
  #hdGn .sub li a:hover {
    background-color: #F27FB6;
    color: #fff !important;
  }
}
@media only screen and (max-width: 600px) {
  #hdGn .sub li.select li a {
    color: #fff !important;
  }
}
@media only screen and (max-width: 600px) {
  .trInd #hdGn .acc li:nth-of-type(1) a {
    background: rgba(242, 127, 182, 0.2) !important;
  }
}
@media print, screen and (min-width: 601px) {
  .trInd #hdGn .acc li:nth-of-type(1) a {
    border-left: 4px solid #F27FB6;
  }
}

@media only screen and (max-width: 600px) {
  .trTou #hdGn .acc li:nth-of-type(2) a {
    background: rgba(242, 127, 182, 0.2) !important;
  }
}
@media print, screen and (min-width: 601px) {
  .trTou #hdGn .acc li:nth-of-type(2) a {
    border-left: 4px solid #F27FB6;
  }
}

@media only screen and (max-width: 600px) {
  .trCanPer #hdGn .acc li:nth-of-type(3) a {
    background: rgba(242, 127, 182, 0.2) !important;
  }
}
@media print, screen and (min-width: 601px) {
  .trCanPer #hdGn .acc li:nth-of-type(3) a {
    border-left: 4px solid #F27FB6;
  }
}

@media only screen and (max-width: 600px) {
  .trPho #hdGn .acc li:nth-of-type(4) a {
    background: rgba(242, 127, 182, 0.2) !important;
  }
}
@media print, screen and (min-width: 601px) {
  .trPho #hdGn .acc li:nth-of-type(4) a {
    border-left: 4px solid #F27FB6;
  }
}

.page h1, .single h1, .error404 h1 {
  color: #000;
  display: block;
  font-size: 1.8rem;
}
@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 h1::before, .single h1::before, .error404 h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 100%;
  height: 0.6em;
  background: #ffc6dd;
  z-index: -1;
}

.home main {
  background: #fff;
}

@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);
    animation-name: fadeOp;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
  }
  @keyframes fadeOp {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
#breadOuter {
  background: #F299B9;
  padding: 0.5em !important;
}

#bread {
  position: relative;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}
#bread li {
  position: relative;
  display: inline-block;
  padding: 0;
  color: #fff;
}
#bread li:not(:last-of-type)::after {
  display: inline-block;
  margin: 0 0.2em 0 0;
  font-size: 0.9em;
}
#bread li a {
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  #bread {
    padding: 6px 0.3em 6px 5%;
    font-size: 3.2vw;
  }
  #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: 0.2em;
    font-size: 1.5em;
  }
}
@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;
  }
}

@media only screen and (max-width: 600px) {
  #contents h2 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h2 {
    font-size: 1.8rem;
  }
}
.page #contents h2, .single #contents h2 {
  position: relative;
  font-size: 1.8rem; /* 見出し文字サイズ */
  font-weight: 700;
  padding-right: 2.5em; /* 文字と右端の余白調整 */
}
.page #contents h2 span, .single #contents h2 span {
  display: inline-block;
  background: #fff;
  padding-right: 20px;
}
@media only screen and (max-width: 600px) {
  .page #contents h2, .single #contents h2 {
    font-size: 1.4rem;
  }
}
.page #contents h2:after, .single #contents h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0; /* 文字の右端から線を出す */
  width: 100%;
  height: 2px; /* 線の太さ */
  background: #d9538c; /* ピンク色に変更 */
  z-index: -1;
}
@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;
  }
}
.single #contents h3 {
  color: #F27FB6;
  border-radius: 50vh;
  padding: 0 20px 0 7px;
  background: #fff0f7;
  font-weight: bold;
}
.single #contents h3:before {
  content: "● ";
  color: #fff;
}
@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.2rem;
  }
}
.single #contents h4 {
  font-weight: bold;
  border-bottom: 3px dotted #F27FB6;
  margin-bottom: 20px;
}
@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 #d12982;
  background: #d12982;
  position: relative;
}
footer:before {
  display: block;
  content: "";
  position: absolute;
  width: 50%;
  height: 300px;
  right: 0;
  top: 0;
  background: url("../img/common/footerBg_before.svg") no-repeat right top;
  background-size: contain;
  z-index: 1;
}
footer:after {
  display: block;
  content: "";
  position: absolute;
  width: 50%;
  height: 400px;
  left: 0;
  bottom: 0;
  background: url("../img/common/footerBg_after.svg") no-repeat left bottom;
  background-size: contain;
  z-index: 1;
}
footer #ftLogo img {
  max-width: 400px;
}
@media only screen and (max-width: 600px) {
  footer #ftLogo {
    margin-bottom: 20px;
  }
}
footer #ftTel {
  position: relative;
  display: table;
  margin-right: 0;
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 10px 10px 10px 1.5em;
}
@media only screen and (max-width: 600px) {
  footer #ftTel {
    margin-right: auto;
    margin-left: 0;
  }
}
footer #ftTel::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/common/phone_icon.svg") no-repeat center center;
  background-size: contain;
}

#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;
  }
  #quickNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  #quickNav ul li {
    width: 50%;
  }
  #quickNav ul li:nth-of-type(even) {
    border-left: 1px solid #636363;
  }
  #quickNav ul li a {
    padding: 20px 30px 20px 20px;
  }
  #quickNav ul li a span::after {
    content: none;
  }
}
@media print, screen and (min-width: 601px) {
  #quickNav li a {
    position: relative;
    display: block;
    writing-mode: vertical-rl;
    line-height: 1.2;
    letter-spacing: 2px;
    border-radius: 6px 0 0 6px;
    padding: 50px 10px 10px;
    color: #000;
  }
  #quickNav li a:hover {
    background: #F27FB6;
  }
  #quickNav li a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background: url("../img/common/pc_icon.svg") no-repeat center center;
    background-size: contain;
  }
  #quickNav li#quick1 a {
    background: #C7E2FE;
  }
  #quickNav li#quick2 a {
    background: #E0F2A0;
  }
}
@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 {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #636363;
  border-right: 1px dotted #636363;
}
@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 {
  display: table;
  width: 100%;
  margin-bottom: 1em !important;
  border-collapse: separate; /* これが重要 */
  border-spacing: 4px; /* 横・縦ともに10pxあける */
}
.timeTable table th, .timeTable table td {
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  .timeTable table th, .timeTable table td {
    padding: 0.8em 1vw;
    font-size: 3vw;
  }
}
@media print, screen and (min-width: 601px) {
  .timeTable table th, .timeTable table td {
    padding: 14px 10px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 960px) {
  .timeTable table th, .timeTable table td {
    font-size: 1rem !important;
  }
}
.timeTable table th {
  white-space: nowrap;
}
@media print, screen and (min-width: 961px) {
  .timeTable table th {
    font-weight: bold;
  }
}
.timeTable table thead th {
  background: #F27FB6;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .timeTable table tbody th {
    padding: 0.8em 1vw;
  }
  .timeTable table tbody th span {
    display: block;
  }
}
@media print, screen and (min-width: 601px) {
  .timeTable table tbody th span {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .timeTable table tbody th {
    padding: 0.8em 1vw !important;
  }
}
.timeTable table tbody th, .timeTable table tbody td {
  background: #FFEBF2;
}
.timeTable table tbody td {
  color: #F27FB6;
}
.timeTable table td {
  width: 10% !important;
  font-weight: bold;
}
.timeTable table td span {
  display: inline-block;
}
.timeTable p {
  margin-bottom: 1em;
}
.timeTable p span {
  display: inline-block;
  margin-right: 1.5em;
}
@media only screen and (max-width: 600px) {
  .timeTable p {
    font-size: 0.8em;
  }
}

.wp-block-table thead {
  border-bottom: none !important;
}

.table_drug table {
  display: table;
  width: 100%;
  margin-bottom: 1em !important;
}
.table_drug table thead th {
  background: #F27FB6;
  color: #fff;
  border: 1px solid #d12982;
}
@media only screen and (max-width: 600px) {
  .table_drug table thead th {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 600px) {
  .table_drug table tbody th {
    padding: 0.8em 1vw;
  }
  .table_drug table tbody th span {
    display: block;
  }
}
@media print, screen and (min-width: 601px) {
  .table_drug table tbody th span {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .table_drug table tbody th {
    padding: 0.8em 1vw !important;
  }
}
.table_drug table tbody th, .table_drug table tbody td {
  background: #ffeff7;
  vertical-align: middle;
}
.table_drug table tbody tr:nth-child(even) td {
  background: #fffcff;
}
.table_drug table tbody td {
  color: #d12982;
}
.table_drug table td {
  width: 10% !important;
  font-weight: bold;
}
.table_drug table td span {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .table_drug table td {
    font-size: 0.8em;
  }
}

.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/common/angleDown.svg") no-repeat center center;
  background-size: contain;
}
@media print, screen and (min-width: 961px) {
  .accordion dt:hover {
    background: rgba(242, 127, 182, 0.2);
  }
}
.accordion dt.on {
  background: #F27FB6;
  color: #fff;
}
.accordion dt.on::after {
  transform: rotate(180deg);
  transform-origin: center 25%;
}
.accordion dt.on + dd {
  background: rgba(242, 127, 182, 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%, #F27FB6 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 {
  max-width: 250px;
}

.w300 {
  max-width: 300px;
}

.w400 {
  max-width: 400px;
}

.w480 {
  max-width: 480px;
}

.w510 {
  max-width: 510px;
}

.w530 {
  max-width: 530px;
}

.w550 {
  max-width: 550px;
}

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

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

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.btn {
  display: table;
}
.btn a {
  display: block;
  position: relative;
  background: #F27FB6;
  text-align: center;
  text-decoration: none !important;
  color: #000;
  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.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/common/angleRight.svg") no-repeat center center/contain;
}
@media only 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);
}

.check > li {
  position: relative;
  padding-left: 1.5em; /* 文字の前にスペース */
  margin-bottom: 0.6em;
  line-height: 1.5 !important;
}
.check > li::before {
  content: "";
  position: absolute;
  left: 0.3em;
  top: 0.2em;
  width: 0.5em;
  height: 0.9em;
  border-right: 4px solid #F27FB6;
  border-bottom: 4px solid #F27FB6;
  transform: rotate(45deg); /* これで「レ」の形になる */
}

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

.list2 > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.7em;
  line-height: 1.5 !important;
}
.list2 > li::before {
  position: absolute;
  left: 0;
  top: -0.35em;
  content: "・ ";
  color: #d12982;
  font-size: 2em;
}

.proviso li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1.3em;
  line-height: 1.5 !important;
}
.proviso li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※ ";
}

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

.profReki {
  margin-bottom: 40px !important;
}
.profReki dd {
  margin: -1.5em 0 1em 0;
  padding-left: 5em;
}

.faq dt {
  background: #E0F2A0;
  margin-bottom: 20px;
  padding: 20px;
  padding-left: 2.5em;
}
.faq dt:before {
  content: "Q.";
  font-weight: bold;
  font-size: 2em;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: -10px;
  left: 3px;
}
.faq dd {
  background: #FFEBF2;
  margin-bottom: 20px;
  padding: 20px;
  padding-left: 2.5em;
}
.faq dd:before {
  content: "A.";
  font-weight: bold;
  font-size: 2em;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 3px;
}

.single ul.flow {
  max-width: 1000px;
}
.single ul.flow li {
  background: #FFF3F9;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  margin-bottom: 75px;
  align-items: center;
  font-weight: bold;
  margin-left: 20px;
}
.single ul.flow li:last-child {
  margin-bottom: 0;
}
.single ul.flow li:after {
  content: "";
  display: block;
  width: 100px;
  height: 50px;
  background: url("../img/common/arrow.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.single ul.flow li:last-child:after {
  background: none;
}

/* --- 変数設定 --- */
/* --- スタイル定義 --- */
.disease-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 0;
  /* PC・タブレット（768px以上）の設定 */
}
@media print, screen and (min-width: 601px) {
  .disease-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.disease-list section {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 24px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 0 !important;
  /* ホバー時の動き（カード全体） */
}
.disease-list section:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(255, 102, 153, 0.15);
  border-color: #ff6699;
  background-color: #fffbfd;
  /* 親（section）ホバー時の子要素（リンク）の変化 */
}
.disease-list section:hover h3 a {
  color: #ff6699;
  text-decoration: underline;
}
.disease-list section h3 {
  margin: 0 0 16px 0;
  padding-left: 15px;
  border-left: 5px solid #ff6699; /* 左のアクセント線 */
  font-size: 18px;
  line-height: 1.4;
}
.disease-list section h3 a {
  color: #333333;
  text-decoration: none;
  display: block; /* クリック範囲を確保 */
  transition: color 0.3s;
}
.disease-list section p {
  margin: 0;
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}

dl.point {
  padding: 30px 10px 10px 10px;
  margin-bottom: 30px !important;
  margin-top: 40px !important;
  border: 2px dotted rgba(204, 204, 204, 0.5);
  border-radius: 10px;
}
dl.point dt {
  position: absolute;
  top: -20px;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 1.1rem;
  margin-bottom: 2em;
  z-index: 1;
}
dl.point.merit dt {
  background: #f7d3e5;
}
dl.point.demerit dt {
  background: #C7E2FE;
}
dl.point dd {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.7em;
  line-height: 1.5 !important;
}
dl.point dd::before {
  position: absolute;
  left: 0;
  top: -0.35em;
  content: "・ ";
  color: #666666;
  font-size: 2em;
}

dl.chuui {
  margin-bottom: 30px !important;
}
dl.chuui > dt {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 1.1rem;
  margin-bottom: 0.5em;
  margin-top: 1em;
  z-index: 1;
  background: #E0F2A0;
}
dl.chuui > dd {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
  line-height: 1.5 !important;
}
dl.chuui > dd::before {
  position: absolute;
  left: -0.2em;
  top: -0.35em;
  content: "・ ";
  color: #666666;
  font-size: 2em;
}

@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: 960px) {
  .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 */
@media only print {
  .home #hdImage {
    position: relative;
    width: 100% !important;
    height: 10cm;
    background: url("../img/home/slide/slide_01_pc.webp") no-repeat center center;
    background-size: cover;
  }
}
.home #hdImage #catch {
  position: absolute;
}
@media only screen and (max-width: 600px) {
  .home #hdImage #catch {
    top: 60%;
    left: 30%;
    transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 601px) {
  .home #hdImage #catch {
    top: 30%;
    left: 5%;
  }
}
.home #hdImage #catch h1 {
  line-height: 2;
  font-size: 2rem;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 600px) {
  .home #hdImage #catch h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1319px) {
  .home #hdImage #catch h1 {
    font-size: 1.5rem;
  }
}
.home #hdImage #catch h1 span {
  display: inline-block !important;
  background: rgba(255, 255, 255, 0.74);
  margin-left: 20px;
  padding: 10px 0;
}
.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;
  margin: auto;
  z-index: 1;
}
@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: block;
  }
}
@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__page {
  border: 1px solid #fff !important;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #636363;
}
@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: #636363;
}
.home .mv01 .slide-media img {
  transition: 7s 1s ease-out;
}
.home .mv01 .slide-title {
  position: absolute;
  display: block;
  height: 1em;
  color: #000;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
  opacity: 0;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
@media only screen and (max-width: 600px) {
  .home .mv01 .slide-title {
    left: 0;
    right: 0;
    top: 40%;
    margin: auto;
    font-size: 5.2vw;
  }
}
@media print, screen and (min-width: 961px) {
  .home .mv01 .slide-title {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 3.5rem;
  }
}
.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: #F27FB6 !important;
  color: #fff !important;
  text-shadow: none;
  transition: background 0.3s ease-in-out;
}
@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(232.5957446809, 34.4042553191, 129.1914893617) !important;
  }
}
.home .mv01 .splide__slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}
.home .mv01 .splide__slide[class*=-active] .slide-title {
  animation: mv01-fadeIn 2s 0s cubic-bezier(0.2, 1, 0.2, 1) both;
}
@keyframes mv01-fadeIn {
  0% {
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.home #hdImage {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .home #hdImage {
    background: url("../img/home/hdImage_sp.webp") no-repeat center center;
    background-size: cover;
  }
}
@media print, screen and (min-width: 601px) {
  .home #hdImage {
    background: url("../img/home/hdImage_pc.webp") no-repeat center center;
    background-size: cover;
  }
}
.home #spotNews {
  position: absolute;
  bottom: 100px;
  right: 40px;
  max-width: 530px;
  z-index: 30;
  background: #F27FB6;
  background: -moz-linear-gradient(left, rgb(237.2978723404, 80.7021276596, 155.5957446809) 0%, rgb(246.7021276596, 173.2978723404, 208.4042553191) 100%);
  background: -webkit-gradient(linear, left center, right center, from(rgb(237.2978723404, 80.7021276596, 155.5957446809)), to(rgb(246.7021276596, 173.2978723404, 208.4042553191)));
  background: -webkit-linear-gradient(left, rgb(237.2978723404, 80.7021276596, 155.5957446809) 0%, rgb(246.7021276596, 173.2978723404, 208.4042553191) 100%);
  background: -o-linear-gradient(left, rgb(237.2978723404, 80.7021276596, 155.5957446809) 0%, rgb(246.7021276596, 173.2978723404, 208.4042553191) 100%);
  background: linear-gradient(to right, rgb(237.2978723404, 80.7021276596, 155.5957446809) 0%, rgb(246.7021276596, 173.2978723404, 208.4042553191) 100%);
  padding: 15px;
}
@media only screen and (min-width: 601px) and (max-width: 960px) {
  .home #spotNews {
    position: static;
    margin: 20px auto 40px;
  }
}
@media only screen and (max-width: 600px) {
  .home #spotNews {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    width: 96%;
    margin: 0 auto;
    z-index: 1;
  }
}
.home #spotNews:before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  max-width: 500px;
  position: absolute;
  background: #fff;
  border: 4px solid #F27FB6;
}
@media only screen and (max-width: 600px) {
  .home #spotNews:before {
    width: calc(96% - 30px);
  }
}
.home #spotNews p {
  position: absolute;
  top: -7px;
  z-index: 10;
}
@media only screen and (max-width: 600px) {
  .home #spotNews p {
    z-index: 1;
  }
}
.home #spotNews p img {
  max-width: 180px;
}
.home #spotNews dl {
  padding: 0 10px 5px !important;
  max-height: 100px;
  overflow-y: auto;
  margin: 25px 15px 10px;
}
@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(242, 127, 182, 0.3);
}
.home #spotNews dl::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #F27FB6;
}
.home #spotNews dl dt {
  display: none;
}
.home #spotNews dl dd {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.9rem;
}
.home #news .block {
  max-height: 300px;
  overflow-y: scroll;
  margin: 15px;
  padding: 15px;
  background: #FFF3F9;
  border-radius: 20px;
}
@media only 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;
  background: rgba(242, 127, 182, 0.3);
}
.home #news .block::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #F27FB6;
}
.home #news .block dt {
  color: #636363;
  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(242, 127, 182, 0.3);
  font-size: 0.9rem;
}
.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 #contents .heading-wrap {
  text-align: center;
}
.home #contents h2 {
  text-align: center;
  color: #F27FB6;
  font-size: 1.1rem;
  line-height: 1.5;
  display: inline-block;
  z-index: 10;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .home #contents h2 {
    font-size: 1rem;
  }
}
.home #contents h2 span {
  color: #000;
  display: block;
  font-size: 1.8rem;
}
@media only screen and (max-width: 600px) {
  .home #contents h2 span {
    font-size: 1.5rem;
  }
}
.home #contents h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1em;
  width: 100%;
  height: 0.6em;
  background: #ffc6dd;
  z-index: -1;
}
@media print, screen and (min-width: 961px) {
  .home #contents #news h2 {
    writing-mode: vertical-rl;
    text-orientation: upright; /* 英数字も縦に配置される */
    display: inline-block;
    position: relative;
    height: 8em;
  }
  .home #contents #news h2 span {
    z-index: 10;
  }
  .home #contents #news h2 span::before {
    background: none;
  }
  .home #contents #news h2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0; /* 文字の高さに合わせて伸ばす */
    right: -0.1em; /* 帯の位置を調整 */
    width: 0.9em; /* 帯の太さ */
    background: #ffc6dd; /* ピンク */
    z-index: -1;
  }
}
.home #contents .button {
  font-weight: bold;
}
.home #contents .button a {
  position: relative;
  display: inline-block;
  padding-right: 70px; /* 右側に線＋矢印分の余白 */
  color: #ff88bb; /* 文字色（お好みで） */
  text-decoration: none;
  font-size: 14px;
}
.home #contents .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 55px; /* 横線の長さ */
  height: 2px; /* 線の太さ */
  background-color: #ff88bb;
  transform: translateY(-50%);
  border-radius: 50vh;
}
.home #contents .button a::before {
  content: "";
  position: absolute;
  right: 2px; /* 横線の終端に合わせる調整 */
  bottom: 9px;
  width: 15px;
  height: 10px;
  border-right: 3px solid #ff88bb;
  transform: rotate(-45deg); /* これで「レ」の形になる */
}
.home #low01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .home #low01 ul {
    display: block;
  }
}
.home #low01 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 30%;
  background: #fff;
  border: 2px #F27FB6 solid;
  border-radius: 12px;
  margin-bottom: 60px;
  box-shadow: 10px 10px 0px 0 rgba(242, 127, 182, 0.42);
}
@media only screen and (min-width: 601px) and (max-width: 960px) {
  .home #low01 ul li {
    flex: 0 0 48%;
  }
}
.home #low01 ul li a {
  text-decoration: none;
  color: #000;
}
.home #low01 ul li a .link {
  color: #F27FB6;
  font-size: 0.8em;
  text-align: center;
  font-weight: bold;
}
.home #low01 picture img {
  max-width: 80px;
  margin: 0 auto 10px;
}
.home #low01 picture.numberImg {
  margin-top: -20px;
}
.home #low01 picture.numberImg img {
  max-height: 60px;
  margin: 0 auto 10px;
}
.home #low02 {
  background-image: repeating-linear-gradient(to right, #ADE66E, #ADE66E 1px, transparent 1px, transparent 21px), repeating-linear-gradient(to bottom, #ADE66E, #ADE66E 1px, transparent 1px, transparent 21px);
}
.home #low02 > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 80px auto 0;
}
@media only screen and (max-width: 959px) {
  .home #low02 > ul {
    display: block;
    margin-top: 40px;
  }
}
.home #low02 > ul > li {
  flex: 0 0 30%;
  background: #fff;
  border: 2px #F27FB6 solid;
  border-radius: 0 20px 20px 20px;
  margin-bottom: 80px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
@media only screen and (min-width: 961px) and (max-width: 1319px) {
  .home #low02 > ul > li {
    flex: 0 0 32%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
.home #low02 > ul h3 {
  background: #FFE1EF;
  border: 2px #F27FB6 solid;
  border-radius: 20px 20px 0 0;
  padding: 5px 10px;
  display: flex;
  margin-top: -47px;
  margin-left: -1px;
  max-width: 14em;
  align-items: center;
  font-size: 1.1em;
}
.home #low02 > ul h3 span {
  flex: 0 0 15%;
  margin-right: 5px;
}
.home #low02 > ul h3 span img {
  max-width: 40px;
  background: #fff;
  border-radius: 50%;
}
.home #low02 > ul ul {
  margin: 10px 20px 20px;
}
.home #low02 > ul ul li {
  position: relative;
  padding-left: 1.5em; /* 文字の前にスペース */
}
.home #low02 > ul ul li::before {
  content: "";
  position: absolute;
  left: 0.3em;
  top: 0.2em;
  width: 0.5em;
  height: 0.9em;
  border-right: 4px solid #F27FB6;
  border-bottom: 4px solid #F27FB6;
  transform: rotate(45deg); /* これで「レ」の形になる */
}
.home #low02 > ul ul li a, .home #low02 > ul ul li a:active {
  text-decoration: none !important;
}
.home #low02 > ul ul li a:hover {
  text-decoration: underline !important;
  transform: 0.1s ease;
}
.home #news {
  display: flex;
  justify-content: space-around;
  padding-bottom: 100px;
  align-items: center;
}
@media only screen and (max-width: 959px) {
  .home #news {
    display: block;
  }
}
.home #news > div {
  max-width: 1000px;
}
@media only screen and (min-width: 961px) and (max-width: 1319px) {
  .home #news {
    justify-content: space-between;
  }
  .home #news .heading-wrap {
    flex: 0 0 10%;
  }
  .home #news .block {
    flex: 0 0 85%;
  }
}
.home #low03 {
  background: #FFF3F9;
}
.home #low03 h3 {
  color: #f28ab9;
  font-weight: bold;
}
.home #low03 ul {
  max-width: 1000px;
  margin: 0 auto;
}
.home #low03 ul li {
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .home #low03 ul li {
    display: block;
  }
}
.home #low03 ul li:nth-child(odd) {
  flex-direction: row-reverse;
}
.home #low03 ul li figure {
  position: relative;
  display: inline-block;
  max-width: 400px;
  flex: 0 0 35%;
  box-shadow: 10px 10px 0px 0 rgba(242, 127, 182, 0.42);
}
.home #low03 ul li figure::before {
  content: "";
  position: absolute;
  left: -20px; /* はみ出し量 */
  top: 80px;
  width: 140px; /* 線の長さ */
  height: 4px; /* 線の太さ */
  background: #f28ab9;
  transform-origin: left center;
  transform: rotate(-45deg); /* 角度 */
  z-index: 100;
}
.home #low03 ul li figure::after {
  content: "";
  position: absolute;
  right: -60px; /* はみ出し量 */
  bottom: -20px;
  width: 140px; /* 線の長さ */
  height: 4px; /* 線の太さ */
  background: #f28ab9;
  transform-origin: left center;
  transform: rotate(-45deg); /* 角度 */
}
.home #low03 ul li figure img {
  display: block;
}
.home #low03 ul li > div {
  flex: 0 0 60%;
}
@media only screen and (max-width: 600px) {
  .home #low03 ul li > div {
    margin-bottom: 40px;
  }
}
.home #low04 .greetingLink {
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.home #low04 .greetingLink picture {
  flex: 0 0 40%;
}
.home #low04 .greetingLink > div {
  flex: 0 0 55%;
}
@media only screen and (max-width: 600px) {
  .home #low04 .greetingLink {
    display: block;
  }
  .home #low04 .greetingLink picture {
    margin-bottom: 40px;
  }
}
.home #low05 {
  background-color: #ffffff; /* 背景色 */
  /* 1つの水玉をタイルとして配置 */
  background-image: radial-gradient(circle, #ffc0cb 20%, transparent 21%);
  /* タイル1枚の大きさ（間隔） */
  background-size: 20px 20px;
  /* 原点からまっすぐ格子状に並べる */
  background-position: 0 0;
}
.home #low05 > div {
  max-width: 800px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  background: #FFEBF2;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .home #low05 > div {
    display: block;
    padding-top: 40px;
  }
}
.home #low05 > div > div {
  flex: 0 0 50%;
  text-align: center;
}
.home #low05 > div figure {
  flex: 0 0 50%;
}
.home #information {
  background: url("../img/home/infoBg.webp") no-repeat center center;
  background-size: cover;
}
.home #information > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px;
  background: rgba(255, 255, 255, 0.71);
}
@media only screen and (min-width: 961px) and (max-width: 1319px) {
  .home #information > div {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .home #information > div {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 960px) {
  .home #information > div {
    padding: 40px 30px;
  }
}
.home #information > div div#info {
  display: flex;
  justify-content: space-between;
}
.home #information > div div#info > div {
  flex: 0 0 45%;
}
.home #information > div div#info > div article {
  margin-bottom: 40px;
}
.home #information > div div#info h3 {
  color: #f28ab9;
  font-weight: bold;
}
.home #information > div div#info > article {
  flex: 0 0 50%;
}
@media only screen and (max-width: 959px) {
  .home #information > div div#info {
    display: block;
  }
}
.home #information > div article#download {
  background: #fff;
  border: 2px solid #d12982;
  border-radius: 8px;
  padding: 20px;
  max-width: 600px;
  margin: 20px auto 0;
}
.home #information > div article#download h3 {
  color: #d12982;
  font-weight: bold;
  text-align: center;
}
.home #information > div article#download ul {
  display: flex;
  justify-content: space-around;
}
.home #information > div article#download ul li:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  background: url("../img/common/pdficon.png") no-repeat left center;
  background-size: contain;
}
@media only screen and (max-width: 600px) {
  .home #information > div article#download ul {
    display: block;
  }
  .home #information > div article#download ul li {
    margin-bottom: 1em;
  }
}
.home #information > div .google-map {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 961px) {
  .home #information > div .google-map {
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 959px) {
  .home #information > div .google-map {
    padding-bottom: 56.25%; /* 16:9なら 9 / 16 * 100 */
  }
}
.home #information > div .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.home #kanrenlink ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .home #kanrenlink ul {
    display: block;
  }
}
.home #kanrenlink ul li {
  flex: 0 0 24%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 601px) and (max-width: 960px) {
  .home #kanrenlink ul li {
    flex: 0 0 48%;
  }
}
.home #kanrenlink ul li img {
  max-width: 400px;
}
@media only screen and (max-width: 600px) {
  .home #kanrenlink ul li img {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* first Scss */
.page-first #contents article {
  margin-top: 40px;
}
.page-first #contents #low01 ul {
  max-width: 1000px;
}
.page-first #contents #low01 ul li {
  background: #FFF3F9;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  margin-bottom: 75px;
  align-items: center;
  font-weight: bold;
  margin-left: 20px;
}
.page-first #contents #low01 ul li h3 {
  font-weight: bold;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: -40px;
  left: -40px;
}
@media only screen and (max-width: 600px) {
  .page-first #contents #low01 ul li h3 {
    top: -20px;
  }
}
.page-first #contents #low01 ul li h3 img {
  max-width: 60px;
  margin-right: 10px;
}
@media only screen and (max-width: 600px) {
  .page-first #contents #low01 ul li h3 img {
    max-width: 40px;
  }
}
.page-first #contents #low01 ul li:last-child {
  margin-bottom: 0;
}
.page-first #contents #low01 ul li > div {
  flex: 0 0 10%;
  margin-right: 3%;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .page-first #contents #low01 ul li > div {
    flex: 0 0 20%;
  }
}
.page-first #contents #low01 ul li > div figure {
  margin-top: 30px;
}
.page-first #contents #low01 ul li > div figure img {
  max-width: 80px;
  margin: 0 auto;
}
.page-first #contents #low01 ul li:after {
  content: "";
  display: block;
  width: 100px;
  height: 50px;
  background: url("../img/common/arrow.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.page-first #contents #low01 ul li:last-child:after {
  background: none;
}
.page-first #contents #low02 h3 {
  color: #F27FB6;
  border: 2px solid #F27FB6;
  border-radius: 50vh;
  display: inline-block;
  padding: 0 20px;
}
.page-first #contents #low02 p span {
  color: #F27FB6;
}
.page-first #contents #low02 .reserveBtn {
  display: flex;
  max-width: 800px;
}
.page-first #contents #low02 .reserveBtn li {
  margin-right: 20px;
}
.page-first #contents #low02 .reserveBtn li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 6px;
  color: #000;
  text-decoration: none;
}
.page-first #contents #low02 .reserveBtn li a:hover {
  background: #F27FB6;
}
.page-first #contents #low02 .reserveBtn li a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/common/pc_icon.svg") no-repeat center center;
  background-size: contain;
}
.page-first #contents #low02 .reserveBtn li:nth-child(1) a {
  background: #C7E2FE;
}
.page-first #contents #low02 .reserveBtn li:nth-child(2) a {
  background: #E0F2A0;
}

/* first Scss */
.page-clinic #contents article {
  margin-bottom: 40px;
}
.page-clinic #contents .affiliation {
  background: #FFF9FB;
  padding: 20px;
  max-width: 600px;
  margin: 0 0 40px 0;
}
.page-clinic #contents .affiliation h3 {
  position: relative;
  padding-left: 1.8em; /* しおり分の余白 */
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}
.page-clinic #contents .affiliation h3::before {
  content: "";
  display: block;
  width: 19.5px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  background: #f170b5;
}
.page-clinic #contents .affiliation h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  height: 0;
  width: 0;
  border-left: 10px solid #f170b5;
  border-right: 10px solid #f170b5;
  border-bottom: 10px solid transparent;
}
.page-clinic #contents .affiliation h4 {
  position: relative;
  padding-left: 1.8em; /* しおり分の余白 */
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}
.page-clinic #contents .affiliation h4::before {
  content: "";
  display: block;
  width: 19.5px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  background: #f170b5;
}
.page-clinic #contents .affiliation h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  height: 0;
  width: 0;
  border-left: 10px solid #f170b5;
  border-right: 10px solid #f170b5;
  border-bottom: 10px solid transparent;
}
.page-clinic #contents .affiliation ul li {
  border-bottom: 2px dotted #CFCFCF;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.page-clinic #contents #low02 table {
  max-width: 1000px;
}
.page-clinic #contents #low03 h3 {
  color: #F27FB6;
  font-weight: bold;
  position: relative;
  padding-left: 1.2em; /* 棒の分だけ左に余白 */
}
.page-clinic #contents #low03 h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.7em; /* 横棒の長さ */
  height: 5px; /* 棒の太さ */
  background-color: #F27FB6;
  transform: translateY(-50%);
}
.page-clinic #contents #low03 .docPhoto {
  float: right;
  width: 35%;
  margin-left: 5%;
}
@media only screen and (max-width: 600px) {
  .page-clinic #contents #low03 .docPhoto {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.page-clinic #contents #low03 .docPhoto img {
  max-width: 600px;
  margin-bottom: 20px;
}
.page-clinic #contents #low03 .docPhoto p {
  text-align: right;
}
.page-clinic #contents #low04 h3 {
  color: #F27FB6;
  display: block;
}
.page-clinic #contents #low04 h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 100%;
  height: 0.6em;
  background: #fff0f7;
  z-index: -1;
}
.page-clinic #contents #low04 .docProf dt {
  display: block;
  background: #E0F2A0;
  width: 8em;
  text-align: center;
  margin-bottom: 0.5em;
}
.page-clinic #contents #low04 .docProf dd {
  margin-left: 9em;
  margin-top: -2.1em;
  margin-bottom: 1em;
  line-height: 1.5 !important;
}
@media only screen and (max-width: 600px) {
  .page-clinic #contents #low04 .docProf dd {
    margin-top: 0.5em;
    margin-left: 0;
    margin-bottom: 2em;
  }
}
.page-clinic #contents #low05 > div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .page-clinic #contents #low05 > div {
    display: block;
  }
}
.page-clinic #contents #low05 .docPhoto {
  flex: 0 0 35%;
  margin-left: 5%;
}
@media only screen and (max-width: 600px) {
  .page-clinic #contents #low05 .docPhoto {
    margin-left: 0;
  }
}
.page-clinic #contents #low05 .docPhoto img {
  max-width: 600px;
  margin-bottom: 20px;
}
.page-clinic #contents #low05 .affiliation {
  width: 100%;
}
.page-clinic #contents #low06 h3 {
  color: #F27FB6;
  display: block;
}
.page-clinic #contents #low06 h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 100%;
  height: 0.6em;
  background: #fff0f7;
  z-index: -1;
}
.page-clinic #contents #low06 h4 {
  margin-bottom: 0.8em;
  border-bottom: 3px dotted #F27FB6;
  padding-bottom: 0.3em;
  font-weight: bold;
}
.page-clinic #contents #low06 h4 span {
  font-size: 0.8em;
  font-weight: normal;
}
.page-clinic #contents #low06 .innai ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .page-clinic #contents #low06 .innai ul {
    display: block;
  }
}
.page-clinic #contents #low06 .innai ul li {
  flex: 0 0 30%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 601px) and (max-width: 960px) {
  .page-clinic #contents #low06 .innai ul li {
    flex: 0 0 48%;
  }
}
.page-clinic #contents #low06 .innai ul li img {
  max-width: 600px;
  margin-bottom: 0.5em;
}
.page-clinic #contents #low06 .innai ul li figcaption {
  font-size: 0.9em;
}
.page-clinic #contents #low06 .setsubi ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  .page-clinic #contents #low06 .setsubi ul {
    display: block;
  }
}
.page-clinic #contents #low06 .setsubi ul > li {
  flex: 0 0 45%;
  margin-bottom: 40px;
}
.page-clinic #contents #low06 .setsubi ul > li figure {
  display: flex;
  align-items: flex-start;
}
.page-clinic #contents #low06 .setsubi ul > li figure img {
  width: 40%;
  max-width: 300px;
  margin-bottom: 0.5em;
  flex: 0 0 40%;
  margin-right: 5%;
}
.page-clinic #contents #low06 .setsubi ul > li figure figcaption {
  font-size: 0.9em;
  flex: 0 0 55%;
}
@media only screen and (max-width: 600px) {
  .page-clinic #contents #low06 .setsubi ul > li figure {
    display: block;
  }
  .page-clinic #contents #low06 .setsubi ul > li figure img {
    width: 80%;
  }
}
.page-clinic #contents #low06 .setsubi ul > li div {
  margin-top: 20px;
  padding: 20px 20px 10px;
  background: #fff5f8;
  border-radius: 10px;
}
.page-clinic #contents #low06 .setsubi ul > li div h5 {
  font-size: 1rem;
  font-weight: bold;
  color: #F27FB6;
  margin-bottom: 0.5em;
}
.page-clinic #contents #low06 .setsubi ul > li div p, .page-clinic #contents #low06 .setsubi ul > li div li {
  font-size: 0.9rem;
  line-height: 1.5;
}
.page-clinic #contents #low07 h3 {
  margin: 0 0 1.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ff6fa3;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  position: relative;
}
.page-clinic #contents #low07 h3::before {
  content: "";
  width: 4px;
  height: 1.6em;
  border-radius: 999px;
  background: #f28ab5;
}
.page-clinic #contents #low07 h4 {
  margin: 0 0 0.6rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #444;
  border-left: 4px solid #f28ab5;
  padding-left: 0.6rem;
}
.page-clinic #contents #access-train .station-block {
  margin-bottom: 1.4rem;
  padding: 1.1rem 1rem;
  border-radius: 10px;
  background: #ffe6f0;
  border: 1px solid rgba(242, 138, 181, 0.18);
  position: relative;
}
.page-clinic #contents #access-train .station-block::before {
  content: "STATION";
  position: absolute;
  top: 0.7rem;
  right: 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: rgba(242, 138, 181, 0.7);
}
.page-clinic #contents #access-train .station-block p {
  margin: 0.2rem 0;
  line-height: 1.7;
}
.page-clinic #contents #access-train .station-block p strong {
  font-weight: 700;
  color: #ff6fa3;
}
.page-clinic #contents #access-train .station-block p small {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.85rem;
  color: #777;
}
.page-clinic #contents #access-train .station-block p a {
  color: #ff6fa3;
  font-size: 0.9rem;
  text-decoration: none;
  position: relative;
  padding-right: 1.1em;
}
.page-clinic #contents #access-train .station-block p a::after {
  content: "▶";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
}
.page-clinic #contents #access-train .station-block p a:hover {
  text-decoration: underline;
}
.page-clinic #contents #access-train .station-block:last-child {
  margin-bottom: 2rem;
}
.page-clinic #contents #access-train dl {
  margin: 0 0 1.4rem;
  padding: 1rem 1.1rem;
  border-radius: 10px;
  background: #fff;
  border: 1px dashed rgba(245, 192, 214, 0.9);
}
.page-clinic #contents #access-train dl dt {
  font-weight: 700;
  color: #f28ab5;
  margin-bottom: 0.4rem;
  position: relative;
  padding-left: 1.1rem;
}
.page-clinic #contents #access-train dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f28ab5;
}
.page-clinic #contents #access-train dl dd {
  margin: 0.2rem 0;
  padding-left: 1.1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
}
.page-clinic #contents #access-train dl dd ul {
  margin: 0.2rem 0 0.3rem;
  padding-left: 1.1rem;
  list-style: disc;
}
.page-clinic #contents #access-train dl dd ul li {
  font-size: 0.92rem;
  color: #777;
}
.page-clinic #contents .junro h3 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.page-clinic #contents .junro ul {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.page-clinic #contents .junro ul li {
  position: relative;
  padding-left: 2.6rem;
  margin-bottom: 40px;
  line-height: 1.7;
  color: #444;
  min-height: 2.1rem;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .page-clinic #contents .junro ul li {
    display: block;
  }
}
.page-clinic #contents .junro ul li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f28ab5, #ff6fa3);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(242, 138, 181, 0.45);
}
.page-clinic #contents .junro ul li:empty {
  display: none;
}
@media (max-width: 767px) {
  .page-clinic #contents .junro ul li br {
    display: block;
  }
}
.page-clinic #contents .junro ul li picture {
  flex: 0 0 40%;
  margin-right: 2%;
}
@media only screen and (max-width: 600px) {
  .page-clinic #contents .junro ul li picture {
    margin-bottom: 15px;
  }
}
.page-clinic #contents .junro ul li picture img {
  max-width: 500px;
}
.page-clinic #contents #parking h3 {
  margin-bottom: 0.8rem;
}
.page-clinic #contents #parking p {
  margin: 0;
  line-height: 1.8;
  font-size: 0.96rem;
}
.page-clinic #contents #parking p a {
  color: #ff6fa3;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.page-clinic #contents #parking p a:hover {
  text-decoration-thickness: 2px;
}
.page-clinic #contents #parking p .red {
  display: inline-block;
  margin-top: 0.4rem;
  padding: 0.4rem 0.7rem;
  border-radius: 6px;
  background: rgba(255, 120, 150, 0.08);
  color: #d2385a;
  font-weight: 700;
  border: 1px solid rgba(255, 120, 150, 0.4);
  font-size: 0.9rem;
}
.page-clinic #contents #low07 a {
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.page-clinic #contents #low07 small {
  font-size: 0.85rem;
}

/* first Scss */
.page-internal #contents article {
  margin-top: 60px;
}
.page-internal #contents article:first-child {
  margin-top: 0;
}
.page-internal #contents h3 {
  color: #F27FB6;
  border: 2px solid #F27FB6;
  border-radius: 50vh;
  display: inline-block;
  padding: 0 20px;
}
@media only screen and (max-width: 600px) {
  .page-internal #contents section div.flex {
    display: flex;
    flex-direction: column-reverse;
  }
}
.page-internal #contents section div.flex figure {
  float: right;
  width: 30%;
  margin-left: 3%;
}
@media only screen and (max-width: 600px) {
  .page-internal #contents section div.flex figure {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.page-internal #contents section div.flex figure img {
  max-width: 600px;
  margin-bottom: 40px;
}

.page-lifestyle #contents article {
  margin-top: 60px;
}
.page-lifestyle #contents article:first-child {
  margin-top: 0;
}
.page-lifestyle #contents h3 {
  color: #F27FB6;
  border-radius: 50vh;
  display: inline-block;
  padding: 0 20px 0 7px;
  background: #fff0f7;
  font-weight: bold;
}
.page-lifestyle #contents h3:before {
  content: "● ";
  color: #fff;
}

.page-respiratory #contents > section > section {
  margin-top: 60px;
}
.page-respiratory #contents > section > section:first-child {
  margin-top: 0;
}
.page-respiratory #contents h3 {
  color: #F27FB6;
  border-radius: 50vh;
  display: inline-block;
  padding: 0 20px 0 7px;
  background: #fff0f7;
  font-weight: bold;
}
.page-respiratory #contents h3:before {
  content: "● ";
  color: #fff;
}

.page-kidney #contents > section > section {
  margin-top: 60px;
}
.page-kidney #contents > section > section:first-child {
  margin-top: 0;
}
.page-kidney #contents h3 {
  color: #F27FB6;
  border-radius: 50vh;
  display: inline-block;
  padding: 0 20px 0 7px;
  background: #fff0f7;
  font-weight: bold;
}
.page-kidney #contents h3:before {
  content: "● ";
  color: #fff;
}

.page-gastroenteritis #contents > section > section {
  margin-top: 60px;
}
.page-gastroenteritis #contents > section > section:first-child {
  margin-top: 0;
}
.page-gastroenteritis #contents h3 {
  color: #F27FB6;
  border-radius: 50vh;
  display: inline-block;
  padding: 0 20px 0 7px;
  background: #fff0f7;
  font-weight: bold;
}
.page-gastroenteritis #contents h3:before {
  content: "● ";
  color: #fff;
}

.page-anemia #contents > section > section {
  margin-top: 60px;
}
.page-anemia #contents > section > section:first-child {
  margin-top: 0;
}
.page-anemia #contents h3 {
  color: #F27FB6;
  border-radius: 50vh;
  display: inline-block;
  padding: 0 20px 0 7px;
  background: #fff0f7;
  font-weight: bold;
}
.page-anemia #contents h3:before {
  content: "● ";
  color: #fff;
}

.page-thyroid #contents > section > section {
  margin-top: 60px;
}
.page-thyroid #contents > section > section:first-child {
  margin-top: 0;
}
.page-thyroid #contents h3 {
  color: #F27FB6;
  border-radius: 50vh;
  display: inline-block;
  padding: 0 20px 0 7px;
  background: #fff0f7;
  font-weight: bold;
}
.page-thyroid #contents h3:before {
  content: "● ";
  color: #fff;
}

.page-no_smoking #contents > section > section {
  margin-top: 60px;
}
.page-no_smoking #contents > section > section:first-child {
  margin-top: 0;
}
.page-no_smoking #contents dt {
  color: #F27FB6;
  border-radius: 50vh;
  display: inline-block;
  padding: 0 20px 0 7px;
  background: #fff0f7;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.1em;
}
.page-no_smoking #contents dd {
  margin-bottom: 2.5em;
}
.page-no_smoking #contents dd > ul {
  margin-top: 0;
}

/* first Scss */
.page-gastroenterology #contents article {
  margin-top: 60px;
}
.page-gastroenterology #contents article:first-child {
  margin-top: 0;
}
.page-gastroenterology #contents h3 {
  color: #F27FB6;
  border: 2px solid #F27FB6;
  border-radius: 50vh;
  display: inline-block;
  padding: 0 20px;
}
.page-gastroenterology #contents section > div {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 600px) {
  .page-gastroenterology #contents section > div {
    flex-direction: column-reverse;
  }
}
.page-gastroenterology #contents section > div figure {
  flex: 0 0 30%;
  background: #ff0;
  margin-left: 3%;
}
.page-gastroenterology #contents section > div figure img {
  max-width: 600px;
  margin-bottom: 40px;
}
.page-gastroenterology #contents .disease-list {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 959px) {
  .page-gastroenterology #contents .disease-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.page-gastroenterology #contents .disease-list li {
  margin: 0;
}
.page-gastroenterology #contents .disease-list a {
  display: block;
  width: 100%;
  padding: 0.9rem 1.1rem;
  border-radius: 8px;
  border: 1px solid #F27FB6;
  background: #fff;
  color: #d12982;
  font-size: 0.95rem;
  text-decoration: none;
  line-height: 1.6;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}
.page-gastroenterology #contents .disease-list a::before {
  content: "▶";
  font-size: 0.7rem;
  color: #d12982;
  margin-right: 0.4rem;
}
.page-gastroenterology #contents .disease-list a:hover {
  background: #ecf5fb;
  border-color: #c5d8ea;
  box-shadow: 0 2px 6px rgba(0, 56, 107, 0.08);
  transform: translateY(-1px);
}
.page-gastroenterology #contents .disease-list a:focus-visible {
  outline: 2px solid #4c9acb;
  outline-offset: 2px;
}

/* first Scss */
.page-endoscopy #contents section > section {
  margin-top: 60px;
}
.page-endoscopy #contents section > section:first-child {
  margin-top: 0;
}
.page-endoscopy #contents h3 {
  position: relative;
  color: #d12982;
  padding: 0.3em 1em 0.3em 1em;
  background: #f9f2f7;
  overflow: hidden;
  border-radius: 5px;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .page-endoscopy #contents h3 {
    padding: 0.5em 1em 0.5em 1.5em;
  }
}
.page-endoscopy #contents h3::before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 60%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgb(246.7021276596, 173.2978723404, 208.4042553191), rgb(239.6489361702, 103.8510638298, 168.7978723404));
}
.page-endoscopy #contents section > div {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 600px) {
  .page-endoscopy #contents section > div {
    flex-direction: column-reverse;
  }
}
.page-endoscopy #contents section > div figure {
  flex: 0 0 30%;
  margin-left: 3%;
}
.page-endoscopy #contents section > div figure img {
  max-width: 600px;
  margin-bottom: 40px;
}
.page-endoscopy #contents .tablePrice {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
  margin-bottom: 100px;
  font-size: 0.95rem;
  color: #444;
  background-color: #fff;
  overflow: hidden;
}
.page-endoscopy #contents .tablePrice caption {
  caption-side: bottom;
  padding: 0.6rem 0.5rem 0;
  font-size: 0.8rem;
  color: #777;
  text-align: left;
}
.page-endoscopy #contents .tablePrice thead {
  background: linear-gradient(135deg, #ffe6f0, #ffd4e6);
  border-bottom: 1px solid #f6cadd;
}
.page-endoscopy #contents .tablePrice thead th {
  padding: 0.75rem 0.9rem;
  font-weight: 600;
  text-align: center;
  color: #444;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}
.page-endoscopy #contents .tablePrice thead th:first-child {
  text-align: left;
  min-width: 7rem;
}
.page-endoscopy #contents .tablePrice thead th:last-child {
  border-right: none;
}
.page-endoscopy #contents .tablePrice tbody tr {
  transition: background-color 0.2s ease;
}
.page-endoscopy #contents .tablePrice tbody tr:nth-child(even) {
  background-color: #fff7fb;
}
.page-endoscopy #contents .tablePrice tbody tr:hover {
  background-color: #ffeef6;
}
.page-endoscopy #contents .tablePrice tbody th,
.page-endoscopy #contents .tablePrice tbody td {
  padding: 0.65rem 0.9rem;
  border-bottom: 1px solid #f6cadd;
}
.page-endoscopy #contents .tablePrice tbody th[scope=row] {
  text-align: left;
  font-weight: 600;
  color: #f06b9b;
}
@media only screen and (max-width: 600px) {
  .page-endoscopy #contents .tablePrice tbody th[scope=row] span {
    display: block;
  }
}
.page-endoscopy #contents .tablePrice tbody td {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.page-endoscopy #contents .tablePrice tbody td span {
  display: inline-block;
}
@media (max-width: 599px) {
  .page-endoscopy #contents .tablePrice {
    font-size: 0.9rem;
  }
  .page-endoscopy #contents .tablePrice thead th {
    padding: 0.6rem 0.5rem;
  }
  .page-endoscopy #contents .tablePrice tbody th,
  .page-endoscopy #contents .tablePrice tbody td {
    padding: 0.5rem 0.55rem;
  }
  .page-endoscopy #contents .tablePrice tbody th[scope=row] {
    font-size: 0.88rem;
  }
}
.page-endoscopy #contents #endoscopy-feature img {
  max-width: 600px;
}

.page-gastroscopy section > section {
  margin-top: 60px;
}
.page-gastroscopy section > section:first-child {
  margin-top: 0;
}
.page-gastroscopy h3 {
  position: relative;
  color: #d12982;
  padding: 0.3em 1em 0.3em 1em;
  overflow: hidden;
  background: #f9f2f7;
  border-radius: 5px;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .page-gastroscopy h3 {
    padding: 0.5em 1em 0.5em 1.5em;
  }
}
.page-gastroscopy h3::before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 60%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgb(246.7021276596, 173.2978723404, 208.4042553191), rgb(239.6489361702, 103.8510638298, 168.7978723404));
}
.page-gastroscopy h4 {
  border-bottom: 1px dotted #d12982;
  font-weight: bold;
}
.page-gastroscopy ul.flow {
  max-width: 1000px;
  margin-bottom: 100px !important;
}
.page-gastroscopy ul.flow li {
  background: #FFF3F9;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  margin-bottom: 75px;
  align-items: center;
  font-weight: bold;
  margin-left: 20px;
}
.page-gastroscopy ul.flow li:last-child {
  margin-bottom: 0;
}
.page-gastroscopy ul.flow li:after {
  content: "";
  display: block;
  width: 100px;
  height: 50px;
  background: url("../img/common/arrow.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.page-gastroscopy ul.flow li:last-child:after {
  background: none;
}

.page-colonoscopy section > section {
  margin-top: 60px;
}
.page-colonoscopy section > section:first-child {
  margin-top: 0;
}
.page-colonoscopy h3 {
  position: relative;
  color: #d12982;
  padding: 0.3em 1em 0.3em 1em;
  overflow: hidden;
  background: #f9f2f7;
  border-radius: 5px;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .page-colonoscopy h3 {
    padding: 0.5em 1em 0.5em 1.5em;
  }
}
.page-colonoscopy h3::before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 60%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgb(246.7021276596, 173.2978723404, 208.4042553191), rgb(239.6489361702, 103.8510638298, 168.7978723404));
}
.page-colonoscopy h4 {
  border-bottom: 1px dotted #d12982;
  font-weight: bold;
}
.page-colonoscopy .endoFlow {
  margin-bottom: 30px !important;
}
.page-colonoscopy .endoFlow > dt {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 1.1rem;
  margin-bottom: 0.5em;
  margin-top: 1em;
  z-index: 1;
  background: #E0F2A0;
}
.page-colonoscopy .endoFlow h4 {
  display: inline-block;
  background: #C7E2FE;
  border-radius: 50vh;
  border: none;
  padding: 1px 10px;
  font-size: 1rem !important;
  margin-top: 0.5em;
}
.page-colonoscopy .endoFlow li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
  line-height: 1.8 !important;
}
.page-colonoscopy .endoFlow li::before {
  position: absolute;
  left: -0.2em;
  top: -0.35em;
  content: "・ ";
  color: #666666;
  font-size: 2em;
}
.page-colonoscopy .endoFlow li span {
  font-weight: bold;
  margin-right: 1em;
}

.page-capsule section > section {
  margin-top: 60px;
}
.page-capsule section > section:first-child {
  margin-top: 0;
}
.page-capsule h3 {
  position: relative;
  color: #d12982;
  padding: 0.3em 1em 0.3em 1em;
  overflow: hidden;
  background: #f9f2f7;
  border-radius: 5px;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .page-capsule h3 {
    padding: 0.5em 1em 0.5em 1.5em;
  }
}
.page-capsule h3::before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 60%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgb(246.7021276596, 173.2978723404, 208.4042553191), rgb(239.6489361702, 103.8510638298, 168.7978723404));
}
.page-capsule h4 {
  border-bottom: 1px dotted #d12982;
  font-weight: bold;
}

/*  Scss */
.page-healthcare_vaccine h3 {
  position: relative;
  color: #d12982;
  padding: 0.3em 1em 0.3em 1em;
  background: #f9f2f7;
  overflow: hidden;
  border-radius: 5px;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .page-healthcare_vaccine h3 {
    padding: 0.5em 1em 0.5em 1.5em;
  }
}
.page-healthcare_vaccine h3::before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 60%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgb(246.7021276596, 173.2978723404, 208.4042553191), rgb(239.6489361702, 103.8510638298, 168.7978723404));
}
.page-healthcare_vaccine .tablePrice {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
  font-size: 0.95rem;
  color: #444;
  background-color: #fff;
  margin-bottom: 1em;
}
.page-healthcare_vaccine .tablePrice caption {
  caption-side: bottom;
  padding: 0.6rem 0.5rem 0;
  font-size: 0.8rem;
  color: #777;
  text-align: left;
}
.page-healthcare_vaccine .tablePrice th {
  background: linear-gradient(135deg, #ffe6f0, #ffd4e6);
  border: 1px solid #f6cadd;
  padding: 0.75rem 0.9rem;
  font-weight: 600;
  color: #444;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  text-align: left;
  vertical-align: middle;
}
.page-healthcare_vaccine .tablePrice th:first-child {
  min-width: 7rem;
}
.page-healthcare_vaccine .tablePrice th span {
  display: inline-block;
}
.page-healthcare_vaccine .tablePrice tr {
  transition: background-color 0.2s ease;
}
.page-healthcare_vaccine .tablePrice tr:nth-child(even) {
  background-color: #fff7fb;
}
.page-healthcare_vaccine .tablePrice tr:hover {
  background-color: #ffeef6;
}
.page-healthcare_vaccine .tablePrice td {
  padding: 0.65rem 0.9rem;
  border: 1px solid #f6cadd;
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  vertical-align: middle;
}
.page-healthcare_vaccine .tablePrice td.left {
  text-align: left;
}
.page-healthcare_vaccine .tablePrice2 {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
  font-size: 0.95rem;
  color: #444;
  background-color: #fff;
  margin-bottom: 1em;
}
.page-healthcare_vaccine .tablePrice2 caption {
  caption-side: bottom;
  padding: 0.6rem 0.5rem 0;
  font-size: 0.8rem;
  color: #777;
  text-align: left;
}
.page-healthcare_vaccine .tablePrice2 th {
  background: linear-gradient(135deg, #ffe6f0, #ffd4e6);
  border: 1px solid #f6cadd;
  padding: 0.75rem 0.9rem;
  font-weight: 600;
  color: #444;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  text-align: left;
  vertical-align: middle;
}
.page-healthcare_vaccine .tablePrice2 th:first-child {
  min-width: 7rem;
}
.page-healthcare_vaccine .tablePrice2 th span {
  display: inline-block;
}
.page-healthcare_vaccine .tablePrice2 tr {
  transition: background-color 0.2s ease;
}
.page-healthcare_vaccine .tablePrice2 tr:nth-child(even) {
  background-color: #fff7fb;
}
.page-healthcare_vaccine .tablePrice2 tr:hover {
  background-color: #ffeef6;
}
.page-healthcare_vaccine .tablePrice2 td {
  padding: 0.65rem 0.9rem;
  border: 1px solid #f6cadd;
  text-align: right;
  font-variant-numeric: tabular-nums;
  vertical-align: middle;
}
.page-healthcare_vaccine .tablePrice2 td.left {
  text-align: left;
}
@media (max-width: 599px) {
  .page-healthcare_vaccine .tablePrice, .page-healthcare_vaccine .tablePrice2 {
    font-size: 0.9rem;
  }
  .page-healthcare_vaccine .tablePrice th, .page-healthcare_vaccine .tablePrice2 th {
    padding: 0.6rem 0.5rem;
  }
  .page-healthcare_vaccine .tablePrice th,
  .page-healthcare_vaccine .tablePrice td, .page-healthcare_vaccine .tablePrice2 th,
  .page-healthcare_vaccine .tablePrice2 td {
    padding: 0.5rem 0.55rem;
  }
  .page-healthcare_vaccine .tablePrice th[scope=row], .page-healthcare_vaccine .tablePrice2 th[scope=row] {
    font-size: 0.88rem;
  }
}/*# sourceMappingURL=style.css.map */