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

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

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

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

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

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

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

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

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

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

nav ul {
  list-style: none;
}

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

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

del {
  text-decoration: line-through;
}

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

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

th {
  font-weight: normal;
}

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

input,
select {
  vertical-align: middle;
}

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

area {
  cursor: pointer !important;
}

section p,
.section p {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  section p,
  .section p {
    line-height: 1.6em;
  }
}
@media print, screen and (min-width: 768px) {
  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: 767px) {
  #contents li,
  #contents dd {
    line-height: 1.6em;
  }
}
@media print, screen and (min-width: 768px) {
  #contents li,
  #contents dd {
    line-height: 1.8em;
  }
}

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

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

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

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

.cf,
.float_block {
  overflow: hidden;
}

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

header {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

/* PC 時にスクロールで固定された nav 用 */
@media print, screen and (min-width: 961px) {
  #hdGn {
    width: 100%;
  }
  #hdGn.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 4px #a0a0a0;
  }
  #hdGn.is-fixed ul {
    width: 94%;
    max-width: 1700px;
    margin: 20px auto 15px auto;
  }
}
@media only screen and (max-width: 767px) {
  #hdLogo {
    flex-basis: 70%;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  #hdLogo {
    flex-basis: 40%;
    padding: 20px;
  }
}
@media print, screen and (min-width: 961px) {
  #hdLogo {
    flex-basis: 25%;
    padding: 20px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  #hdGn {
    position: fixed;
    right: -100%;
    left: auto;
    width: 94%;
    height: 100%;
    margin-top: 0;
    background: #ffffff;
    opacity: 0;
    overflow-y: scroll;
    z-index: 10001 !important;
    transition: all 0.3s ease-in-out;
  }
  .menu-active #hdGn {
    right: 0;
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  #hdGn {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    width: 94%;
    max-width: 1700px;
    margin: 20px auto 15px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  #hdGn > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  #hdGn > ul > li {
    flex: 0 0 25%;
    margin: 20px auto 15px auto;
  }
}
#hdGn .sub {
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #hdGn .sub {
    display: block;
    position: static;
    opacity: 1;
  }
  #hdGn .acc.select .sub {
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  #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: 767px) {
  .page h1, .single h1, .error404 h1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .page h1, .single h1, .error404 h1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

main {
  position: relative;
}
#contents > p:first-of-type {
  padding-top: 40px;
}
@media print, screen and (min-width: 961px) {
  .page #contents, .single #contents, .error404 #contents {
    width: 94%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .page #contents > section,
  .page #contents > .section, .single #contents > section,
  .single #contents > .section, .error404 #contents > section,
  .error404 #contents > .section {
    padding: 40px 0 40px 0;
  }
  .page #contents > section section,
  .page #contents > section .section,
  .page #contents > .section section,
  .page #contents > .section .section, .single #contents > section section,
  .single #contents > section .section,
  .single #contents > .section section,
  .single #contents > .section .section, .error404 #contents > section section,
  .error404 #contents > section .section,
  .error404 #contents > .section section,
  .error404 #contents > .section .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .home #contents {
    width: 100%;
  }
  .home #contents > section,
  .home #contents > .section {
    width: 100%;
    margin: 0;
    padding: 80px 10%;
  }
  .home #contents > section section,
  .home #contents > section .section,
  .home #contents > .section section,
  .home #contents > .section .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .page #contents, .single #contents, .error404 #contents {
    width: 94%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .page #contents > section,
  .page #contents > .section, .single #contents > section,
  .single #contents > .section, .error404 #contents > section,
  .error404 #contents > .section {
    padding: 40px 0 40px 0;
  }
  .page #contents > section section,
  .page #contents > section .section,
  .page #contents > .section section,
  .page #contents > .section .section, .single #contents > section section,
  .single #contents > section .section,
  .single #contents > .section section,
  .single #contents > .section .section, .error404 #contents > section section,
  .error404 #contents > section .section,
  .error404 #contents > .section section,
  .error404 #contents > .section .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .home #contents {
    width: 100%;
  }
  .home #contents > section,
  .home #contents > .section {
    width: 100%;
    margin: 0;
    padding: 80px 5%;
  }
  .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: 767px) {
  .page #contents, .single #contents, .error404 #contents {
    padding-left: 5%;
    padding-right: 5%;
  }
  .page #contents > section,
  .page #contents > .section, .single #contents > section,
  .single #contents > .section, .error404 #contents > section,
  .error404 #contents > .section {
    padding: 70px 0 35px 0;
  }
  .page #contents > section:first-child,
  .page #contents > .section:first-child, .single #contents > section:first-child,
  .single #contents > .section:first-child, .error404 #contents > section:first-child,
  .error404 #contents > .section:first-child {
    padding: 40px 0 35px 0;
  }
  .page #contents > section section,
  .page #contents > section .section,
  .page #contents > .section section,
  .page #contents > .section .section, .single #contents > section section,
  .single #contents > section .section,
  .single #contents > .section section,
  .single #contents > .section .section, .error404 #contents > section section,
  .error404 #contents > section .section,
  .error404 #contents > .section section,
  .error404 #contents > .section .section {
    margin-top: 35px;
  }
  .home #contents {
    width: 100%;
  }
  .home #contents > section,
  .home #contents > .section {
    width: 100%;
    margin: 0;
    padding: 100px 4%;
  }
  .home #contents > section section,
  .home #contents > section .section,
  .home #contents > .section section,
  .home #contents > .section .section {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #contents h2 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  #contents h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #contents h3 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  #contents h3 {
    margin-bottom: 23px;
  }
}

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

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

#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: 767px) {
  #ptBtnPc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #ptBtnPc {
    position: fixed;
    bottom: 8px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #4095CA;
    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: 768px) {
  #quickNav ul {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
  }
}
@media only print {
  #quickNav ul {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #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;
  }
  #footerAsk li a {
    width: 100%;
    height: 100%;
    padding: 0.5em;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: row;
    justify-content: center;
    align-items: center;
  }
  #footerAsk li:nth-of-type(1) {
    width: 100%;
  }
  #footerAsk li:nth-of-type(1) a {
    padding: 0;
  }
  #footerAsk li:nth-of-type(2) {
    width: 20%;
    background: #AED2F2;
    border: 2px solid #fff;
  }
  #footerAsk li:nth-of-type(2) img {
    max-width: 40px;
  }
  #footerAsk li:nth-of-type(3) {
    width: 60%;
    background: #0577BE;
    border: 2px solid #fff;
  }
  #footerAsk li:nth-of-type(3) img {
    max-width: 200px;
  }
  #footerAsk li:nth-of-type(4) {
    width: 20%;
    background: #4095CA;
    border: 2px solid #fff;
  }
  #footerAsk li:nth-of-type(4) img {
    max-width: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  #footerAsk {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #footerAsk li a {
    font-size: 0.9rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #footerAsk {
    display: none !important;
  }
}
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #footerAsk li a {
    padding: 0.4em 0 0.6em 1em;
    font-size: 2.2vw !important;
  }
}

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

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

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

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

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

@media only screen and (max-width: 767px) {
  #hdUpper {
    padding: 10px !important;
    display: flex;
  }
}

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

@media only screen and (max-width: 767px) {
  #hdLogo img {
    max-width: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  #hdLogo img {
    max-width: 480px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #hdLogo img {
    max-width: auto;
  }
}
@media only print {
  #hdLogo img {
    width: 6cm;
  }
}

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

#hdGn a, #hdGn p {
  position: relative;
  line-height: 1;
  text-decoration: none;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #hdGn a, #hdGn p {
    display: block;
    color: #000;
    font-size: 4.3vw;
  }
}
@media print, screen and (min-width: 768px) {
  #hdGn a, #hdGn p {
    display: table;
    cursor: pointer;
    color: #000 !important;
    white-space: nowrap;
    font-size: 1.1em;
  }
  #hdGn a:hover, #hdGn p:hover {
    color: #AED2F2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  #hdGn a, #hdGn p {
    font-size: 0.9em;
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn a, #hdGn p {
    font-size: 1.1em;
  }
}
#hdGn a span, #hdGn p span {
  display: block;
  color: #0577BE;
  font-size: 0.6em;
}
@media only screen and (max-width: 767px) {
  #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;
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn > ul > li {
    padding: 0 2%;
  }
  #hdGn > ul > li:not(:first-of-type)::before {
    content: "";
    display: block;
    width: 1px;
    height: 1.6em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px dashed #fff;
  }
}
@media only screen and (max-width: 767px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > p {
    padding: 20px 30px 20px 20px;
    border-top: 1px solid #0577BE;
  }
  #hdGn > ul > li:last-of-type > a,
  #hdGn > ul > li:last-of-type > p {
    border-bottom: 1px solid #0577BE;
  }
}
@media print, screen and (min-width: 768px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > p {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .home #hdGn > ul > li:nth-child(1) > a, .home #hdGn > ul > li:nth-child(1) > span {
    background: rgba(64, 149, 202, 0.4);
  }
  .page-first #hdGn > ul > li:nth-child(2) > a, .page-first #hdGn > ul > li:nth-child(2) > span {
    background: rgba(64, 149, 202, 0.4);
  }
  .page-greeting #hdGn > ul > li:nth-child(3) > a, .page-greeting #hdGn > ul > li:nth-child(3) > span {
    background: rgba(64, 149, 202, 0.4);
  }
  .page-treatment #hdGn > ul > li:nth-child(4) > a, .page-treatment #hdGn > ul > li:nth-child(4) > span {
    background: rgba(64, 149, 202, 0.4);
  }
  .page-checkup-vaccinations #hdGn > ul > li:nth-child(5) > a, .page-checkup-vaccinations #hdGn > ul > li:nth-child(5) > span {
    background: rgba(64, 149, 202, 0.4);
  }
  .page-self-pay #hdGn > ul > li:nth-child(6) > a, .page-self-pay #hdGn > ul > li:nth-child(6) > span {
    background: rgba(64, 149, 202, 0.4);
  }
  .page-faq #hdGn > ul > li:nth-child(7) > a, .page-faq #hdGn > ul > li:nth-child(7) > span {
    background: rgba(64, 149, 202, 0.4);
  }
  .page-recruit #hdGn > ul > li:nth-child(8) > a, .page-recruit #hdGn > ul > li:nth-child(8) > span {
    background: rgba(64, 149, 202, 0.4);
  }
  #hdGn > ul > li.current > a, #hdGn > ul > li.current > p {
    background: rgba(64, 149, 202, 0.4);
  }
  #hdGn > ul > li .sub li.current > a {
    background: rgba(64, 149, 202, 0.8) !important;
    color: #fff !important;
  }
}
@media print, screen and (min-width: 768px) {
  .home #hdGn > ul > li:nth-of-type(1) > a,
  .home #hdGn > ul > li:nth-of-type(1) > span {
    position: relative;
    color: #4095CA;
  }
  .page-first #hdGn > ul > li:nth-of-type(2) > a,
  .page-first #hdGn > ul > li:nth-of-type(2) > span {
    position: relative;
    color: #4095CA;
  }
  .page-greeting #hdGn > ul > li:nth-of-type(3) > a,
  .page-greeting #hdGn > ul > li:nth-of-type(3) > span {
    position: relative;
    color: #4095CA;
  }
  .page-treatment #hdGn > ul > li:nth-of-type(4) > a,
  .page-treatment #hdGn > ul > li:nth-of-type(4) > span {
    position: relative;
    color: #4095CA;
  }
  .page-checkup-vaccinations #hdGn > ul > li:nth-of-type(5) > a,
  .page-checkup-vaccinations #hdGn > ul > li:nth-of-type(5) > span {
    position: relative;
    color: #4095CA;
  }
  .page-self-pay #hdGn > ul > li:nth-of-type(6) > a,
  .page-self-pay #hdGn > ul > li:nth-of-type(6) > span {
    position: relative;
    color: #4095CA;
  }
  .page-faq #hdGn > ul > li:nth-of-type(7) > a,
  .page-faq #hdGn > ul > li:nth-of-type(7) > span {
    position: relative;
    color: #4095CA;
  }
}
#hdGn .sub {
  opacity: 0;
}
#hdGn .acc.select .sub {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #hdGn .sub {
    display: block;
    position: static;
    transition: transform 0.3s ease-in-out;
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn .sub {
    position: absolute;
    left: 0;
    right: 0;
    width: 19em;
    padding: 14px;
    border-radius: 5px;
    background: #fff;
    transition: opacity 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  #hdGn .sub {
    width: 10rem;
  }
}
#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 #0577BE;
  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: 767px) {
  #hdGn .sub li a {
    padding: 14px 10px 20px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  #hdGn .sub li a {
    padding: 8px 0.5em 8px 0.5em;
    color: #000 !important;
    font-size: 0.9em;
  }
  #hdGn .sub li a:hover {
    background-color: #4095CA;
    color: #fff !important;
  }
}
@media only screen and (max-width: 767px) {
  #hdGn .sub li.select li a {
    color: #fff !important;
  }
}

@media only screen and (max-width: 767px) {
  .page-treatment #hdGn > ul > li.acc1 > span {
    background: rgba(64, 149, 202, 0.4);
  }
}
@media print, screen and (min-width: 768px) {
  .page-treatment #hdGn > ul > li.acc1 > span {
    color: #4095CA !important;
  }
}
.page-treatment #hdGn > ul > li.acc1 > .sub {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .page-treatment #hdGn > ul > li.acc1 > .sub > ul > li:nth-of-type(1) > a {
    background: rgba(64, 149, 202, 0.8) !important;
    color: #fff !important;
  }
}
@media print, screen and (min-width: 768px) {
  .page-treatment #hdGn > ul > li.acc1 > .sub > ul > li:nth-of-type(1) > a {
    border-left: 4px solid #4095CA;
  }
}

@media only screen and (max-width: 767px) {
  .post-echo #hdGn > ul > li.acc1 > span {
    background: rgba(64, 149, 202, 0.4);
  }
}
@media print, screen and (min-width: 768px) {
  .post-echo #hdGn > ul > li.acc1 > span {
    color: #4095CA !important;
  }
}
.post-echo #hdGn > ul > li.acc1 > .sub {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .post-echo #hdGn > ul > li.acc1 > .sub > ul > li:nth-of-type(2) > a {
    background: rgba(64, 149, 202, 0.8) !important;
    color: #fff !important;
  }
}
@media print, screen and (min-width: 768px) {
  .post-echo #hdGn > ul > li.acc1 > .sub > ul > li:nth-of-type(2) > a {
    border-left: 4px solid #4095CA;
  }
}

.page h1, .single h1, .error404 h1 {
  text-align: center;
  background-color: #fff;
  background-image: repeating-linear-gradient(0deg, rgba(64, 149, 202, 0.15) 0, rgba(64, 149, 202, 0.15) 1px, transparent 1px, transparent 10px), repeating-linear-gradient(-90deg, rgba(64, 149, 202, 0.15) 0, rgba(64, 149, 202, 0.15) 1px, transparent 1px, transparent 10px);
  padding-top: 60px;
}
.page h1 span, .single h1 span, .error404 h1 span {
  background: url("../img/common/h2Icon.svg") no-repeat center top;
  padding-top: 50px;
  margin-top: 50px;
  background-size: 50px;
}
@media only screen and (max-width: 767px) {
  .page h1, .single h1, .error404 h1 {
    font-size: 6.5vw;
  }
}
@media print, screen and (min-width: 768px) {
  .page h1, .single h1, .error404 h1 {
    font-size: 2rem;
  }
}

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

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

@media only screen and (max-width: 767px) {
  #contents h2 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #contents h2 {
    font-size: 1.8rem;
  }
}
.page #contents h2, .single #contents h2, .error404 #contents h2 {
  font-size: 1.5rem;
  background: rgba(64, 149, 202, 0.2);
  border: 1px solid #AED2F2;
  border-radius: 50vh;
  padding: 0 10px 0 1.5em;
}
@media only screen and (max-width: 767px) {
  .page #contents h2, .single #contents h2, .error404 #contents h2 {
    font-size: 1.1rem;
  }
}
.page #contents h2::before, .single #contents h2::before, .error404 #contents h2::before {
  content: "●";
  color: #fff;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #contents h3 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  #contents h3 {
    font-size: 1.5rem;
  }
}
.page #contents h3, .single #contents h3 {
  color: #0577BE;
  border-bottom: 3px double rgb(52.2397540984, 136.0204918033, 188.2602459016);
}
@media only screen and (max-width: 767px) {
  #contents h4 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  #contents h4 {
    font-size: 1.3rem;
  }
}
.single #contents h4 {
  display: inline-block;
  font-weight: bold;
  color: rgb(46.7008196721, 121.5983606557, 168.2991803279);
  border: 3px double rgb(52.2397540984, 136.0204918033, 188.2602459016);
  padding: 0 20px;
  min-width: 100px;
  text-align: center;
  margin-bottom: 0.5em;
  border-radius: 50vh;
}
.page #contents h4 {
  font-weight: bold;
  border-bottom: 2px dotted #ac3d90;
  margin-bottom: 0.5em;
}
#contents h5 {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #contents h5 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  #contents h5 {
    font-size: 1.2rem;
  }
}

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

#ftUpper {
  background: rgba(4, 138, 191, 0.28);
  padding: 100px;
}
@media print, screen and (min-width: 768px) {
  #ftUpper {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  #ftUpper {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  #ftUpper {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #ftUpper {
    padding: 20px 1.5%;
    color: #000;
  }
}
#ftUpper > div {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 40px 40px;
  border-radius: 20px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #ftUpper > div {
    padding: 20px;
  }
}
#ftUpper h2 {
  background: url("../img/common/h2Icon.svg") no-repeat center top;
  padding-top: 50px;
  background-size: 50px;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #ftUpper h2 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #ftUpper h2 {
    font-size: 1.8rem;
  }
}
#ftUpper h3 {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #4095CA;
}
@media only screen and (max-width: 767px) {
  #ftUpper h3 {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  #ftUpper h3 {
    font-size: 1.3rem;
  }
}

#ftbottom {
  padding: 40px 40px 0;
}
@media only screen and (max-width: 767px) {
  #ftbottom {
    padding: 40px 10px;
  }
}
#ftbottom #ftLogo img {
  max-width: 400px;
  margin: 0 auto 40px;
}
#ftbottom #ftNav {
  margin: 40px auto;
  max-width: 1200px;
}
#ftbottom #ftNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#ftbottom #ftNav ul li {
  margin-bottom: 0.5em;
  flex: 0 0 15%;
}
#ftbottom #ftNav ul li a {
  color: #000 !important;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  #ftbottom #ftNav ul li {
    font-size: 1.5vw;
    flex: 0 0 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  #ftbottom #ftNav ul li {
    flex: 0 0 30%;
  }
}
@media only screen and (max-width: 767px) {
  #ftbottom #ftNav ul li {
    flex: 0 0 45%;
    margin-left: 0;
    margin-right: 0;
  }
}

#ddBtn img {
  background: #fff;
}

#copy {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #copy {
    font-size: 2.6vw;
  }
}
@media print, screen and (min-width: 768px) {
  #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: #000 !important;
}

@media only screen and (max-width: 767px) {
  #quickNav {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #quickNav li a {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 6px 0 0 6px;
    padding: 5px;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  }
  #quickNav li a:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  #quickNav li a img {
    max-width: 60px;
  }
  #quickNav li:first-child {
    margin-bottom: 20px;
  }
}
@media only print {
  #quickNav {
    display: none;
  }
}

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

.tbNormal {
  border: 1px solid #a0a0a0;
  background: #fff;
}
.tbNormal th, .tbNormal td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #a0a0a0;
  border-right: 1px dotted #a0a0a0;
}
@media only screen and (max-width: 767px) {
  .tbNormal th, .tbNormal td {
    padding: 0.8em 1vw;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .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: 768px) {
  .timeTable {
    max-width: 1300px;
  }
}
footer .timeTable {
  margin: auto auto 30px 0 !important;
}
main .timeTable {
  margin-bottom: 30px !important;
}
.timeTable table {
  width: 100%;
  margin-bottom: 0.5em;
  border-collapse: separate;
  border-spacing: 5px;
}
.timeTable table th, .timeTable table td {
  vertical-align: middle;
  font-weight: bold;
}
.timeTable table th span, .timeTable table td span {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .timeTable table th, .timeTable table td {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .timeTable table thead.timeLaser th.h3 {
    padding-top: 40px;
  }
}
.timeTable table thead th {
  background: #68B3E2;
  color: #fff;
  padding: 10px;
}
.timeTable table thead th:nth-child(1) {
  background: #4095CA;
}
.timeTable table tbody th, .timeTable table tbody td {
  text-align: center;
}
.timeTable table tbody th {
  padding: 10px 2px;
  background: #4095CA;
  color: #fff;
}
.timeTable table tbody th span {
  display: inline-block;
}
.timeTable table tbody th .small {
  display: block;
  font-size: 0.8em;
}
.timeTable table tbody td {
  color: #0577BE;
  background: #E1F2FC;
}
.timeTable dt, .timeTable dd {
  display: inline-block;
}
.timeTable dt {
  position: relative;
}
.timeTable dt::after {
  content: "：";
  display: inline-block;
}
.timeTable .markBox {
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.timeTable .markBox dl {
  display: inline-block;
  margin-right: 1.5em;
}
.timeTable .annoBox {
  margin-left: 1rem;
}
.timeTable .time_dermatology {
  margin-bottom: 20px;
}
.timeTable h4 {
  background: none;
  color: #3B4043;
  text-align: left;
  padding-left: 0 !important;
  font-size: 3.8vw;
  color: #0577BE;
  font-weight: bold;
  padding: 0;
}
.timeTable p {
  margin-bottom: 60px;
}
.timeTable p span {
  display: inline-block;
  margin-right: 1.5em;
}
@media only screen and (max-width: 767px) {
  .timeTable p {
    font-size: 3vw;
  }
}

.priceTable {
  max-width: 600px;
}
.priceTable table {
  width: 100%;
  border: 1px solid #0577BE;
  margin-bottom: 1em;
}
.priceTable table th, .priceTable table td {
  border: 1px solid #0577BE;
  padding: 10px;
  vertical-align: middle;
}
.priceTable table th span, .priceTable table td span {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .priceTable table th, .priceTable table td {
    font-size: 3.5vw;
  }
}
.priceTable table thead th {
  font-weight: bold;
  background: #0577BE;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .priceTable table thead th {
    white-space: nowrap;
  }
}
.priceTable table tbody th {
  background: #E1F2FC;
  font-weight: bold;
  color: #0577BE;
  text-align: left;
}
.priceTable table tbody td {
  text-align: right;
}
.priceTable p.valid {
  text-align: right;
  margin-bottom: 0 !important;
}

.freeTable > div {
  max-width: 600px;
  background: rgba(64, 149, 202, 0.05);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .freeTable > div {
    padding: 7px;
  }
}
.freeTable > div table {
  width: 100%;
  border-collapse: collapse;
}
.freeTable > div table th, .freeTable > div table td {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .freeTable > div table th, .freeTable > div table td {
    font-size: 3.5vw;
    padding: 5px;
  }
}
.freeTable > div table th .leader,
.freeTable > div table th .leader {
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  text-align: left;
}
.freeTable > div table th .leader::after,
.freeTable > div table th .leader::after {
  content: "";
  flex: 1;
  border-bottom: 3px dotted rgba(64, 149, 202, 0.5);
}
.freeTable > div table th {
  font-weight: bold;
  text-align: left;
}
.freeTable > div table th .th {
  color: #0577BE;
  font-size: 1rem;
  margin-top: 2em;
}
.freeTable > div table th .th:before {
  content: "◆ ";
}
@media only screen and (max-width: 767px) {
  .freeTable > div table th .th {
    font-size: 3.8vw;
  }
}
.freeTable > div table td {
  text-align: right;
  width: 5em;
}

.freeTable2 > div {
  max-width: 800px;
  background: rgba(64, 149, 202, 0.05);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .freeTable2 > div {
    padding: 10px;
  }
}
.freeTable2 > div h5 {
  font-size: 1rem !important;
  border-bottom: 1px solid #4095CA !important;
  margin-top: 1em;
  margin-bottom: 1em !important;
}
.freeTable2 > div table {
  width: 100%;
  border-collapse: collapse;
}
.freeTable2 > div table th, .freeTable2 > div table td {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .freeTable2 > div table th, .freeTable2 > div table td {
    font-size: 3.5vw;
    padding: 5px;
  }
}
.freeTable2 > div table th {
  min-width: 8em;
}
.freeTable2 > div table th .leader,
.freeTable2 > div table th .leader {
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  text-align: left;
}
.freeTable2 > div table th .leader::after,
.freeTable2 > div table th .leader::after {
  content: "";
  flex: 1;
  border-bottom: 3px dotted rgba(64, 149, 202, 0.5);
}
.freeTable2 > div table th {
  font-weight: bold;
  text-align: left;
}
.freeTable2 > div table th ul {
  margin-left: 1em;
}
.freeTable2 > div table th ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 0.8em;
}
.freeTable2 > div table th .th {
  color: #0577BE;
  font-size: 1rem;
  margin-top: 2em;
}
.freeTable2 > div table th .th:before {
  content: "◆ ";
}
@media only screen and (max-width: 767px) {
  .freeTable2 > div table th .th {
    font-size: 3.8vw;
  }
}
.freeTable2 > div table td {
  text-align: right;
  width: 5em;
}
@media only screen and (max-width: 767px) {
  .freeTable2 > div p {
    font-size: 4vw;
  }
}

.freeTable3 > div {
  max-width: 800px;
  background: rgba(64, 149, 202, 0.05);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .freeTable3 > div {
    padding: 10px;
  }
}
.freeTable3 > div h4 {
  font-size: 1rem !important;
  border-bottom: 1px solid #4095CA !important;
  margin-top: 2em;
}
.freeTable3 > div table {
  width: 100%;
  border-collapse: collapse;
}
.freeTable3 > div table th, .freeTable3 > div table td {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .freeTable3 > div table th, .freeTable3 > div table td {
    font-size: 3.5vw;
    padding: 5px;
  }
}
.freeTable3 > div table th .leader,
.freeTable3 > div table th .leader {
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  text-align: left;
}
.freeTable3 > div table th .leader::after,
.freeTable3 > div table th .leader::after {
  content: "";
  flex: 1;
  border-bottom: 3px dotted rgba(64, 149, 202, 0.5);
}
.freeTable3 > div table th {
  font-weight: bold;
  text-align: left;
}
.freeTable3 > div table th ul {
  margin-left: 1em;
}
.freeTable3 > div table th ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 0.8em;
}
.freeTable3 > div table th .th {
  color: #0577BE;
  font-size: 1rem;
  margin-top: 2em;
}
.freeTable3 > div table th .th:before {
  content: "◆ ";
}
@media only screen and (max-width: 767px) {
  .freeTable3 > div table th .th {
    font-size: 3.8vw;
  }
}
.freeTable3 > div table td {
  text-align: right;
  width: 5em;
}

.recruitTable table {
  width: 100%;
  max-width: 600px;
  border: 1px solid #ac3d90;
  margin-bottom: 1em;
}
.recruitTable table th, .recruitTable table td {
  border: 1px solid #ac3d90;
  padding: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .recruitTable table th, .recruitTable table td {
    font-size: 3.8vw;
  }
}
.recruitTable table th {
  font-weight: bold;
  background: rgba(172, 61, 144, 0.1);
  color: #ac3d90;
  text-align: left;
  white-space: nowrap;
}

.accordion dl {
  border-bottom: 1px solid #a0a0a0;
}
.accordion dt {
  position: relative;
  padding: 1em 2em 1em 4%;
  transition: all 0.3s ease-in-out;
  background: none;
}
.accordion dt:not(:first-of-type) {
  border-top: 1px solid #a0a0a0;
}
.accordion dt::after {
  content: " ";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 4%;
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  background: url("../img/angleDown.svg") no-repeat center center;
  background-size: contain;
}
@media print, screen and (min-width: 961px) {
  .accordion dt:hover {
    background: rgba(64, 149, 202, 0.2);
  }
}
.accordion dt.on {
  background: #4095CA;
  color: #fff;
}
.accordion dt.on::after {
  transform: rotate(180deg);
  transform-origin: center 25%;
}
.accordion dt.on + dd {
  background: rgba(64, 149, 202, 0.1);
}
.accordion dt:hover {
  cursor: pointer;
}
.accordion dd {
  display: none;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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%, #4095CA 0%) repeat scroll 0 0;
  color: #000;
}

.under {
  text-decoration: underline;
}

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

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

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

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

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

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

.w480 {
  max-width: 480px;
}

.w510 {
  max-width: 510px;
}

.w530 {
  max-width: 530px;
}

.w550 {
  max-width: 550px;
}

.w580 {
  max-width: 580px;
}

.w600 {
  max-width: 600px;
}

.w650 {
  max-width: 650px;
}

.w700 {
  max-width: 700px;
}

.w800 {
  max-width: 800px;
}

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

.block {
  display: block;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.posR {
  float: right;
}

.posL {
  float: left;
}

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

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

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

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

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

.inline span {
  display: inline-block;
}

.btn {
  display: table;
}
@media only screen and (max-width: 767px) {
  .btn {
    margin: 0 auto 30px;
  }
}
.btn a {
  display: block;
  position: relative;
  background: #0577BE;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  border-radius: 6px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .btn a {
    padding: 0.3em 1.6em 0.3em 1.2em;
  }
}
@media print, screen and (min-width: 768px) {
  .btn a {
    padding: 0.3em 1.2em;
  }
}
.btn a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.btn a:hover {
  color: #000;
  transform: translateX(4px);
}
.btn a:hover::after {
  border-left: 8px solid #000;
}

.button a {
  color: rgb(59.0557939914, 20.9442060086, 49.4420600858);
}

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

.tel a {
  display: flex;
  align-items: center;
  color: #4095CA;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
}
.tel a img {
  max-width: 15px;
}

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

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

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

.dlBlock {
  margin-bottom: 2em !important;
}
.dlBlock dt {
  font-weight: bold;
  font-size: 1.1rem;
  padding-left: 1.3em;
}
.dlBlock dt:before {
  content: "◆ ";
  color: #AED2F2;
  position: absolute;
  top: 0;
  left: 0;
}
.dlBlock dt:not(:first-child) {
  margin-top: 1em;
}
.dlBlock dd {
  padding-left: 21px;
  margin: 0.5em 0 1.8em auto;
}

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

.profReki {
  margin-bottom: 40px !important;
}
.profReki dd {
  margin: -1.5em 0 1em 0;
  padding-left: 8em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #4095CA;
}

.privacy-policy #contents section ol {
  margin-left: 2em;
}
.privacy-policy #contents section ol li {
  list-style: decimal;
  line-height: 1.8;
}

.privacy-policy #contents > section > ol > li {
  font-weight: bold;
}
.privacy-policy #contents > section > ol > li > ol > li {
  font-weight: normal;
}

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

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

@media (max-width: 600px) {
  .brand-list li {
    padding: 0.8rem 0.8rem 0.8rem 2.1rem;
  }
  .brand-list li a {
    display: block;
    margin: 0.25rem 0 0;
  }
}
.flow {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0;
}
.flow div {
  margin-bottom: 20px;
  background: rgba(5, 119, 190, 0.05);
  padding: 20px;
  border-radius: 30px;
  max-width: 800px;
}
.flow div h3 {
  counter-increment: step;
  position: relative;
  margin-bottom: 0.8rem;
  font-weight: bold;
  border-bottom: none !important;
  display: flex;
  align-items: center;
}
.flow div h3::before {
  content: counter(step);
  width: 2rem;
  height: 2rem;
  background: #4095CA;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-right: 0.5em;
}
.flow div h3 span {
  color: #000;
  font-size: 0.7em;
  margin-left: 0.5em;
  font-weight: bold;
}
.flow div p {
  display: flex;
  align-items: center;
}
.flow div img {
  flex: 0 0 15%;
  max-width: 100px;
}

.flow02 {
  counter-reset: number;
}
.flow02 li {
  counter-increment: number;
  margin-bottom: 1em;
  padding-bottom: 0 !important;
  line-height: 1;
  padding-left: 2.3rem;
}
.flow02 li:before {
  display: inline-block;
  content: counter(number);
  width: 2rem;
  height: 2rem;
  background: #0577BE;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  font-size: 1rem;
  margin-right: 0.5em;
  margin-left: -2.3rem;
  padding-top: 2px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .hideSp,
  .dispTab,
  .dispPc {
    display: none !important;
  }
}
/* PC向けの指定  ------------*/
@media print, screen and (min-width: 961px) {
  .hidePc,
  .dispTab,
  .dispSp,
  .dispPri {
    display: none !important;
  }
  .page #contents section,
  .page #contents .section,
  .single #contents section,
  .single #contents .section,
  .error404 #contents section,
  .error404 #contents .section {
    scroll-margin-top: 140px;
  }
}
/* タブレット向けの指定  ------------*/
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .dispSp,
  .hideTab {
    display: none !important;
  }
}
/* 印刷向けの指定  ------------*/
@media only print {
  @page {
    size: A4;
  }
  header,
  .fix,
  .fixed {
    position: relative !important;
    top: 0 !important;
  }
  #hdGn > ul li a,
  #hdGn > span {
    padding: 20px 30px;
  }
  picture, figure img {
    width: 100% !important;
  }
  .home #homeIntro .block p {
    width: 100% !important;
  }
}
.testBanner {
  position: fixed;
  bottom: 0;
  z-index: 100;
  background-color: rgba(255, 29, 37, 0.8) !important;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: 700;
}

/* index Scss */
.home .mv {
  padding: 40px 0 80px;
}
.home .mv__inner {
  width: min(1600px, 100% - 40px);
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.home .mv__visual {
  position: relative;
  display: block;
  flex: 0 0 80%;
  max-width: 1200px;
  position: relative;
}
.home .mv__image {
  display: block;
  width: 100%;
  height: auto;
}
.home .mv__visual:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #7fb3c9;
  transform: translate(-18px, 18px);
  pointer-events: none;
}
.home .mv__catch {
  flex: 0 0 10%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 28px;
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: #000;
}
.home .mv__catch span {
  display: inline;
  padding: 10px 5px 5px;
  background: rgba(205, 227, 241, 0.87);
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .home .mv__inner {
    justify-content: space-around;
  }
  .home .mv__visual {
    flex: 0 0 70%;
  }
  .home .mv__catch {
    flex: 0 0 20%;
    font-size: 1.8vh;
  }
}
@media only screen and (max-width: 767px) {
  .home .mv {
    position: relative;
    padding: 10px 0 80px;
  }
  .home .mv__inner {
    display: block;
    position: relative;
  }
  .home .mv__visual {
    width: calc(100% - 10px);
    max-width: none;
    aspect-ratio: auto;
  }
  .home .mv__image {
    width: 100%;
    height: auto;
    object-fit: initial;
  }
  .home .mv__visual:after {
    transform: translate(-10px, 10px);
  }
  .home .mv__catch {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    writing-mode: vertical-rl;
    font-size: 2.2vh;
  }
}
.home .mv__doctorBtn {
  position: absolute;
  right: -20px;
  bottom: -22px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  background: #0577BE;
  color: #fff;
  border: 0;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.home .mv__doctorBtn::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
}
.home .mv__doctorBtn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.home .modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}
.home .modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.35s ease, visibility 0s linear 0s;
}
.home .modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.home .modal__content {
  position: relative;
  z-index: 1;
  width: min(1000px, 100% - 40px);
  max-height: 85vh;
  margin: 5vh auto 0;
  padding: 56px 24px 24px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.home .modal.is-open .modal__content {
  opacity: 1;
  transform: translateY(0);
}
.home .modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border: 0;
  background: #4095CA;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.home .modal__body .timeTable {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .home .mv__inner {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home .mv__inner {
    display: block;
  }
  .home .mv__doctorBtn {
    position: static;
    display: table;
    margin: 30px auto 0;
    right: auto;
    bottom: auto;
    font-size: 16px;
    padding: 8px 14px;
  }
  .home .modal__content {
    width: calc(100% - 20px);
    margin-top: 3vh;
    padding: 48px 14px 20px;
    max-height: 90vh;
  }
}
.home h1 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 28px;
  color: #4095CA;
  font-weight: bold;
}
.home h2 {
  text-align: center;
  background: url("../img/common/h2Icon.svg") no-repeat center top;
  padding-top: 50px;
  background-size: 50px;
}
.home h2#doctorModalTitle {
  background: none;
  margin-bottom: 20px;
}
.home #low01 {
  background: #edf3f7;
}
.home #low01 > div {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .home #low01 > div {
    display: block;
  }
}
.home #low01 > div > div {
  flex: 0 0 45%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}
.home #low01 > div > div p {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  inline-size: 500px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .home #low01 > div > div {
    margin-bottom: 20px;
  }
}
.home #low01 > div picture {
  flex: 0 0 45%;
  position: relative;
  max-width: 400px;
}
.home #low01 > div picture img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.home #low01 > div picture::after {
  content: "";
  position: absolute;
  inset: 12px 12px -12px -12px;
  z-index: 1;
  background: repeating-linear-gradient(-45deg, rgba(64, 149, 202, 0.18) 0, rgba(64, 149, 202, 0.18) 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
}
@media only screen and (max-width: 767px) {
  .home #low01 > div picture {
    width: 80%;
    margin: 0 auto;
  }
}
.home #low02 {
  background-color: #fff;
  background-image: repeating-linear-gradient(45deg, rgba(64, 149, 202, 0.15) 0, rgba(64, 149, 202, 0.15) 1px, transparent 1px, transparent 24px), repeating-linear-gradient(-45deg, rgba(64, 149, 202, 0.15) 0, rgba(64, 149, 202, 0.15) 1px, transparent 1px, transparent 24px);
}
.home #low02 #featureBanner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .home #low02 #featureBanner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
  }
}
.home #low02 #featureBanner li {
  flex: 0 0 19%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.home #low02 #featureBanner li:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .home #low02 #featureBanner li {
    flex: 0 0 30%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home #low02 #featureBanner li {
    flex: 0 0 48%;
    margin-bottom: 20px;
  }
}
.home #low03 {
  background: #edf3f7;
}
.home #low03 #symptoms {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .home #low03 #symptoms {
    max-width: 600px;
  }
}
.home #low03 #symptoms > li {
  margin-bottom: 40px;
}
.home #low03 #symptoms > li a {
  display: flex;
  background: #fff;
  padding: 30px;
  justify-content: space-between;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  align-items: flex-start;
}
.home #low03 #symptoms > li a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}
.home #low03 #symptoms > li a:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .home #low03 #symptoms > li a {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home #low03 #symptoms > li a {
    flex-direction: column-reverse;
  }
}
.home #low03 #symptoms > li a picture {
  flex: 0 0 30%;
}
@media only screen and (max-width: 767px) {
  .home #low03 #symptoms > li a picture {
    width: 80%;
    margin: 20px auto;
  }
}
.home #low03 #symptoms > li a picture:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #4095CA;
  max-width: 400px;
}
.home #low03 #symptoms > li a picture img {
  max-width: 400px;
}
.home #low03 #symptoms > li a > div {
  flex: 0 0 65%;
}
.home #low03 #symptoms > li a > div > ul {
  margin-left: 1em;
}
.home #low03 #symptoms > li a > div > ul li {
  list-style: disc;
  color: #000;
}
.home #low03 #symptoms > li a > div p {
  color: #0577BE;
  text-align: right;
  margin-bottom: 0 !important;
}
.home #low03 h3 {
  color: #4095CA;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .home #low03 h3 {
    font-size: 2.5vw;
  }
}
.home #news {
  background-color: #fff;
  background-image: repeating-linear-gradient(45deg, rgba(64, 149, 202, 0.15) 0, rgba(64, 149, 202, 0.15) 1px, transparent 1px, transparent 24px), repeating-linear-gradient(-45deg, rgba(64, 149, 202, 0.15) 0, rgba(64, 149, 202, 0.15) 1px, transparent 1px, transparent 24px);
}
.home #news .block {
  max-width: 1000px;
  margin: 0 auto 40px;
  max-height: 500px;
  overflow-y: scroll;
  padding: 15px;
  background: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .home #news .block {
    margin: 10px 7px 40px;
    max-height: 500px;
  }
}
.home #news .block::-webkit-scrollbar {
  height: 5px;
}
.home #news .block::-webkit-scrollbar-track {
  border-radius: 5px 30px 30px 5px;
  background: rgba(64, 149, 202, 0.3);
}
.home #news .block::-webkit-scrollbar-thumb {
  border-radius: 5px 30px 30px 5px;
  background: #4095CA;
}
.home #news .block dt {
  color: #4095CA;
  font-weight: bold;
}
.home #news .block dd {
  margin-top: -1.6em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 11em;
  border-bottom: 2px dotted rgba(64, 149, 202, 0.3);
  line-height: 1.8;
}
.home #news .block dd a {
  text-decoration: underline !important;
}
@media only screen and (max-width: 960px) {
  .home #news .block dd {
    margin-top: 0;
    padding-left: 0;
  }
}
.home #news .banner li {
  margin-bottom: 40px;
}
.home #news .banner li:last-child {
  margin-bottom: 0;
}
.home #news .banner li a {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.home #news .banner img {
  max-width: 600px;
  margin: 0 auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.home #news .banner img:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}

/* index Scss */
@media only screen and (max-width: 767px) {
  .page-greeting #contents #low01 > div, .page-greeting #contents #low03 > div {
    display: flex;
    flex-direction: column-reverse;
  }
}
.page-greeting #contents #low01 .docPhoto, .page-greeting #contents #low03 .docPhoto {
  float: right;
  width: 30%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .page-greeting #contents #low01 .docPhoto, .page-greeting #contents #low03 .docPhoto {
    float: none;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
.page-greeting #contents #low01 .docPhoto figure, .page-greeting #contents #low03 .docPhoto figure {
  padding-left: 5%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .page-greeting #contents #low01 .docPhoto figure, .page-greeting #contents #low03 .docPhoto figure {
    margin-left: auto;
  }
}
.page-greeting #contents #low01 .docPhoto figure img, .page-greeting #contents #low03 .docPhoto figure img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
}
.page-greeting #contents #clinicPhoto ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .page-greeting #contents #clinicPhoto ul {
    display: block;
  }
}
.page-greeting #contents #clinicPhoto ul li {
  flex: 0 0 30%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .page-greeting #contents #clinicPhoto ul li {
    flex: 0 0 48%;
  }
}
.page-greeting #contents #clinicPhoto .innai img {
  max-width: 600px;
}
.page-greeting #contents #clinicPhoto .setsubi img {
  max-width: 480px;
}

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

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

/* index Scss */
.page-treatment #contents dl.homecare dt {
  font-weight: bold;
}
.page-treatment #contents dl.homecare dd {
  padding-left: 3em;
  margin-top: -1.8em;
  margin-bottom: 1em;
}
.page-treatment #contents ul.treatBanner {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  max-width: 800px;
}
@media only screen and (max-width: 767px) {
  .page-treatment #contents ul.treatBanner {
    display: block;
  }
}
.page-treatment #contents ul.treatBanner li {
  flex: 0 0 48%;
}
.page-treatment #contents ul.treatBanner li img {
  max-width: 600px;
  border: 6px solid rgba(5, 119, 190, 0.5);
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.page-treatment #contents ul.treatBanner li img:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 18px 30px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767px) {
  .page-treatment #contents ul.treatBanner li:first-child {
    margin-bottom: 20px;
  }
  .page-treatment #contents ul.treatBanner li img {
    max-width: 400px;
    margin: 0 auto;
  }
}

.page-diabetes #contents .insulin {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 960px) {
  .page-diabetes #contents .insulin {
    display: block;
  }
}
.page-diabetes #contents .insulin h4 {
  color: #fff;
  text-align: center;
  border-radius: 5px;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .page-diabetes #contents .insulin figure img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.page-diabetes #contents .insulin ol {
  margin-left: 1em;
}
.page-diabetes #contents .insulin ol li {
  font-size: 0.8rem;
  list-style-type: decimal !important;
}
.page-diabetes #contents .insulin p {
  text-align: center;
  font-weight: bold;
}
.page-diabetes #contents .insulin > div:first-child {
  flex: 0 0 31%;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .page-diabetes #contents .insulin > div:first-child ul {
    width: 48%;
  }
}
@media only screen and (max-width: 960px) {
  .page-diabetes #contents .insulin > div:first-child {
    margin-bottom: 40px;
  }
}
.page-diabetes #contents .insulin > div:first-child h4 {
  background: #4095CA;
}
.page-diabetes #contents .insulin > div:first-child p {
  color: #4095CA;
  border: 1px solid #4095CA;
}
.page-diabetes #contents .insulin > div:nth-child(2) {
  flex: 0 0 62%;
}
.page-diabetes #contents .insulin > div:nth-child(2) h4 {
  background: #ac3d90;
}
.page-diabetes #contents .insulin > div:nth-child(2) h5 {
  color: #ac3d90;
}
.page-diabetes #contents .insulin > div:nth-child(2) > ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .page-diabetes #contents .insulin > div:nth-child(2) > ul {
    display: block;
  }
}
.page-diabetes #contents .insulin > div:nth-child(2) > ul > li {
  flex: 0 0 48%;
  padding-right: 2%;
}
.page-diabetes #contents .insulin > div:nth-child(2) > ul > li:first-child {
  border-right: 1px dotted #ac3d90;
}
@media only screen and (max-width: 767px) {
  .page-diabetes #contents .insulin > div:nth-child(2) > ul > li:first-child {
    border-right: none;
    padding-right: 0;
  }
}
.page-diabetes #contents .insulin > div:nth-child(2) p {
  color: #ac3d90;
  border: 1px solid #ac3d90;
}
.page-diabetes #contents .treatmentMethod dt {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background: #4095CA;
  border-radius: 50vh;
  padding: 2px 10px;
  margin-bottom: 0.5em;
}
.page-diabetes #contents .treatmentMethod dd {
  margin-bottom: 1em;
}
.page-diabetes #contents dl.faq {
  margin: 10px 2% 40px !important;
  padding-bottom: 20px;
}
.page-diabetes #contents dl.faq em {
  display: block;
  margin-left: 2em;
}
.page-diabetes #contents dl.faq strong {
  font-weight: bold;
}
.page-diabetes #contents dl.faq dt {
  position: relative;
  padding: 0 0 14px 45px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.2rem;
}
.page-diabetes #contents dl.faq dt:before {
  content: "Q. ";
  position: absolute;
  top: -0.4em;
  left: 0;
  font-size: 2rem;
  color: rgba(174, 210, 242, 0.7);
}
.page-diabetes #contents dl.faq dd {
  position: relative;
  padding: 0 0 14px 45px;
  border-bottom: 1px dashed #cccccc;
  line-height: 1.8;
}
.page-diabetes #contents dl.faq dd:before {
  content: "A. ";
  position: absolute;
  top: -0.4em;
  left: 0;
  font-weight: bold;
  font-size: 2rem;
  color: rgba(64, 149, 202, 0.7);
}

.page-respiratory #contents .sasImage {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
}
.page-respiratory #contents .sasImage li {
  flex: 0 0 48%;
}
.page-respiratory #contents .cpapImage img {
  max-width: 600px;
}/*# sourceMappingURL=style.css.map */