@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%; }
  @media only screen and (max-width: 600px) {
    html, body {
      font-family: "a-otf-ud-shin-go-pr6n", sans-serif; } }
  @media print, screen and (min-width: 961px) {
    html, body {
      font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; } }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    html, body {
      font-family: "a-otf-ud-shin-go-pr6n", sans-serif; } }

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

div, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, picture,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-indent: 0;
  list-style: none; }
  @media only screen and (max-width: 600px) {
    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; }
  @media only screen and (max-width: 600px) {
    table, caption, tbody, tfoot, thead, tr, th, td {
      font-weight: 100; } }

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

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

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

nav ul {
  list-style: none; }

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

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

del {
  text-decoration: line-through; }

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

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

th {
  font-weight: normal; }

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

input,
select {
  vertical-align: middle; }

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

area {
  cursor: pointer !important; }

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

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

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

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

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

.cf,
.float_block {
  overflow: hidden; }

/* 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.low {
    background: #fff; }

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

@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 print, screen and (min-width: 601px) {
  #hdUpper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    left: 0; } }

@media only screen and (max-width: 600px) {
  #hdLogo {
    flex-basis: 70%; } }
@media print, screen and (min-width: 601px) {
  #hdLogo {
    flex-basis: 35%; } }

@media only screen and (max-width: 600px) {
  #hdInfo {
    flex-basis: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch; } }
@media print, screen and (min-width: 601px) {
  #hdInfo {
    flex-basis: 65%;
    text-align: right; } }

@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);
    background: #edd4b2;
    margin-top: 10px;
    margin-bottom: 10px; } }
@media print, screen and (min-width: 601px) {
  #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: 0 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; }

main {
  position: relative; }
  .low main {
    border-top: 1px solid rgba(255, 255, 255, 0); }

@media print, screen and (min-width: 601px) {
  .low #contents {
    width: 94%;
    max-width: 1000px;
    margin-left: auto;
    padding-bottom: 60px;
    margin-right: auto; }
    .low #contents > section section,
    .low #contents > section .section,
    .low #contents > .section section,
    .low #contents > .section .section {
      margin-top: 40px !important;
      margin-bottom: 30px; }
      .low #contents > section section:last-child,
      .low #contents > section .section:last-child,
      .low #contents > .section section:last-child,
      .low #contents > .section .section:last-child {
        margin-bottom: 0; }
  .home #contents {
    width: 100%; } }
@media only screen and (max-width: 600px) {
  .low #contents {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 60px;
    padding-bottom: 60px; }
    .low #contents > section,
    .low #contents > .section {
      padding: 70px 0 35px 0; }
      .low #contents > section:first-child,
      .low #contents > .section:first-child {
        padding: 40px 0 35px 0; }
      .low #contents > section section,
      .low #contents > section .section,
      .low #contents > .section section,
      .low #contents > .section .section {
        margin-top: 35px; }
  .home #contents {
    width: 100%; } }
@media only screen and (max-width: 600px) {
  #contents h2 {
    margin-bottom: 50px; } }
@media print, screen and (min-width: 601px) {
  #contents h2 {
    margin-bottom: 40px; } }
@media only screen and (max-width: 600px) {
  #contents h3 {
    margin-bottom: 30px; } }
@media print, screen and (min-width: 601px) {
  #contents h3 {
    margin-bottom: 23px; } }

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

@media only screen and (max-width: 600px) {
  #ftUpper {
    width: 94%;
    margin: 80px auto; } }
@media print, screen and (min-width: 601px) {
  #ftUpper {
    width: 92%;
    max-width: 1700px;
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start; } }
@media only screen and (max-width: 600px) {
  #ftUpper #ftInfo {
    margin-bottom: 40px; } }
@media print, screen and (min-width: 601px) {
  #ftUpper #ftInfo {
    flex-basis: 47%; } }
@media print, screen and (min-width: 601px) {
  #ftUpper #ftMap {
    flex-basis: 47%; } }
#ftUpper a {
  text-decoration: none;
  color: #000 !important; }

#ftNav {
  background: #7ecadf;
  padding: 20px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 600px) {
    #ftNav {
      padding: 20px 20px 0; } }
  #ftNav ul {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #ftNav a {
    color: #000 !important; }
  @media only screen and (max-width: 600px) {
    #ftNav {
      font-size: 3vw; }
      #ftNav li {
        flex: 0 0 25%;
        margin-bottom: 2em; } }

#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: #fff;
    border-radius: 10px;
    border: 2px solid #7ecadf;
    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: 90%;
        height: 90%; } }
@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 {
      padding: 0.8em !important;
      line-height: 1.1 !important; } }
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #quickNav ul {
    right: 10px !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: nowrap;
    justify-content: space-between;
    align-items: stretch; }
    #footerAsk li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      border-top: 1px solid #7ecadf;
      background: #fff; }
      #footerAsk li:nth-of-type(1), #footerAsk li:nth-of-type(2) {
        border-right: 1px solid #7ecadf; }
      #footerAsk li:nth-of-type(1) {
        width: 82%; }
        #footerAsk li:nth-of-type(1) a::before {
          position: absolute;
          content: "";
          display: block;
          width: 30px;
          height: 40px;
          top: 50%;
          left: 3em;
          transform: translateY(-50%);
          background: url("../img/footerAsk_tel.svg") no-repeat center center;
          background-size: contain; }
      #footerAsk li:last-of-type {
        width: 18%;
        background: #7ecadf; }
        #footerAsk li:last-of-type a::before {
          position: absolute;
          content: "";
          display: block;
          width: 50px;
          height: 50px;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: url("../img/pageTop_sp.svg") no-repeat center center;
          background-size: contain; }
      #footerAsk li a {
        position: relative;
        display: block;
        width: 100%;
        padding: 0.5em 0 0.5em 1em;
        color: #7ecadf;
        text-decoration: none;
        font-size: 3.6vw;
        text-align: center;
        line-height: 1.2;
        font-weight: bold; }
        #footerAsk li a span {
          display: block; } }
@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 {
  background: #fff;
  border-top: 1px solid rgbs(#fff, 0); }
  header.fixTp1 {
    background: white;
    transition: background 0.3s ease-in-out; }
    header.fixTp1.fix {
      background: #fff; }
  @media only screen and (max-width: 600px) {
    header {
      padding-bottom: 7px; }
      .menu-active header {
        background: #fff;
        border-color: rgba(255, 255, 255, 0); } }

#hdUpper {
  background-image: linear-gradient(150deg, white 34%, #7ecadf 34%); }
  @media only screen and (max-width: 600px) {
    #hdUpper {
      background: #fff; } }

@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; }
    .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: #636363;
      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: #636363;
        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 print, screen and (min-width: 601px) {
  #hdLogo img {
    max-width: 480px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #hdLogo img {
    max-width: auto; } }
@media only print {
  #hdLogo img {
    width: 6cm; } }

@media print, screen and (min-width: 601px) {
  #hdInfo .add {
    font-size: 1rem; }
  #hdInfo .tel {
    position: relative;
    display: table;
    margin-right: 0;
    margin-left: auto;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff; }
    #hdInfo .tel span {
      display: inline-block;
      margin-right: 10px;
      font-size: 1em;
      letter-spacing: -1px; }
      #hdInfo .tel span::first-letter {
        font-size: 1.8rem; } }

#hdGn a, #hdGn span {
  position: relative;
  line-height: 1;
  text-decoration: none;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }
  @media only screen and (max-width: 600px) {
    #hdGn a, #hdGn span {
      display: block;
      color: #000;
      font-size: 4.3vw; } }
  @media print, screen and (min-width: 601px) {
    #hdGn a, #hdGn span {
      display: table;
      cursor: pointer;
      color: #000 !important;
      white-space: nowrap;
      font-size: 1.125em; }
      #hdGn a:hover, #hdGn span:hover {
        color: #f8f8ec; } }
  @media only screen and (orientation: landscape) and (max-device-width: 767px) {
    #hdGn a, #hdGn span {
      padding: 12px 4em; } }
  @media only screen and (orientation: portrait) {
    #hdGn a, #hdGn span {
      font-size: 4.3vw !important; } }
  @media only screen and (min-width: 561px) and (max-width: 1540px) {
    #hdGn a, #hdGn span {
      font-size: 1.4vw !important; } }
  @media only print {
    #hdGn a, #hdGn span {
      font-size: 1.4vw !important; } }
@media only screen and (max-width: 600px) {
  #hdGn a::after,
  #hdGn span::after {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%); }
  #hdGn a::after {
    background: url("../img/angleRight.svg") no-repeat center center;
    background-size: contain; }
  #hdGn span::after {
    background: url("../img/angleDown.svg") no-repeat center center;
    background-size: contain; } }
@media print, screen and (min-width: 601px) {
  #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: 2px dashed rgba(0, 0, 0, 0.2); } }
@media only screen and (max-width: 600px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > span {
    padding: 20px 30px 20px 20px;
    border-top: 1px solid #edd4b2; }
    #hdGn > ul > li:last-of-type > a,
    #hdGn > ul > li:last-of-type > span {
      border-bottom: 1px solid #edd4b2; } }
@media print, screen and (min-width: 601px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > span {
    padding: 18px 1em;
    margin: auto; } }
@media only print {
  #hdGn > ul > li > a,
  #hdGn > ul > li > span {
    padding: 10px 0.5em !important; } }
@media only screen and (min-width: 560px) and (max-width: 1540px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > span {
    padding: 1em 1em; } }
@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) > span {
    background: rgba(111, 226, 243, 0.4); }
  .greet #hdGn > ul > li:nth-child(2) > a, .greet #hdGn > ul > li:nth-child(2) > span {
    background: rgba(111, 226, 243, 0.4); }
  .treat #hdGn > ul > li:nth-child(3) > a, .treat #hdGn > ul > li:nth-child(3) > span {
    background: rgba(111, 226, 243, 0.4); }
  .insulin #hdGn > ul > li:nth-child(4) > a, .insulin #hdGn > ul > li:nth-child(4) > span {
    background: rgba(111, 226, 243, 0.4); }
  .healthCheck #hdGn > ul > li:nth-child(5) > a, .healthCheck #hdGn > ul > li:nth-child(5) > span {
    background: rgba(111, 226, 243, 0.4); }
  .clinic #hdGn > ul > li:nth-child(6) > a, .clinic #hdGn > ul > li:nth-child(6) > span {
    background: rgba(111, 226, 243, 0.4); }
  .access #hdGn > ul > li:nth-child(7) > a, .access #hdGn > ul > li:nth-child(7) > span {
    background: rgba(111, 226, 243, 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) > span {
    position: relative; }
    .home #hdGn > ul > li:nth-of-type(1) > a::before,
    .home #hdGn > ul > li:nth-of-type(1) > span::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #6fe2f3;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards; }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0; }
    100% {
      width: 60%;
      opacity: 1; } }
  .greet #hdGn > ul > li:nth-of-type(2) > a,
  .greet #hdGn > ul > li:nth-of-type(2) > span {
    position: relative; }
    .greet #hdGn > ul > li:nth-of-type(2) > a::before,
    .greet #hdGn > ul > li:nth-of-type(2) > span::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #6fe2f3;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards; }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0; }
    100% {
      width: 60%;
      opacity: 1; } }
  .treat #hdGn > ul > li:nth-of-type(3) > a,
  .treat #hdGn > ul > li:nth-of-type(3) > span {
    position: relative; }
    .treat #hdGn > ul > li:nth-of-type(3) > a::before,
    .treat #hdGn > ul > li:nth-of-type(3) > span::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #6fe2f3;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards; }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0; }
    100% {
      width: 60%;
      opacity: 1; } }
  .insulin #hdGn > ul > li:nth-of-type(4) > a,
  .insulin #hdGn > ul > li:nth-of-type(4) > span {
    position: relative; }
    .insulin #hdGn > ul > li:nth-of-type(4) > a::before,
    .insulin #hdGn > ul > li:nth-of-type(4) > span::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #6fe2f3;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards; }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0; }
    100% {
      width: 60%;
      opacity: 1; } }
  .healthCheck #hdGn > ul > li:nth-of-type(5) > a,
  .healthCheck #hdGn > ul > li:nth-of-type(5) > span {
    position: relative; }
    .healthCheck #hdGn > ul > li:nth-of-type(5) > a::before,
    .healthCheck #hdGn > ul > li:nth-of-type(5) > span::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #6fe2f3;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards; }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0; }
    100% {
      width: 60%;
      opacity: 1; } }
  .clinic #hdGn > ul > li:nth-of-type(6) > a,
  .clinic #hdGn > ul > li:nth-of-type(6) > span {
    position: relative; }
    .clinic #hdGn > ul > li:nth-of-type(6) > a::before,
    .clinic #hdGn > ul > li:nth-of-type(6) > span::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #6fe2f3;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards; }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0; }
    100% {
      width: 60%;
      opacity: 1; } }
  .access #hdGn > ul > li:nth-of-type(7) > a,
  .access #hdGn > ul > li:nth-of-type(7) > span {
    position: relative; }
    .access #hdGn > ul > li:nth-of-type(7) > a::before,
    .access #hdGn > ul > li:nth-of-type(7) > span::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #6fe2f3;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards; }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0; }
    100% {
      width: 60%;
      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;
      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: 601px) and (max-width: 959px) {
    #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.9em; }
          #hdGn .sub li a:hover {
            background-color: #6fe2f3;
            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(111, 226, 243, 0.2) !important; } }
  @media print, screen and (min-width: 601px) {
    .trInd #hdGn .acc li:nth-of-type(1) a {
      border-left: 4px solid #6fe2f3; } }
  @media only screen and (max-width: 600px) {
    .trTou #hdGn .acc li:nth-of-type(2) a {
      background: rgba(111, 226, 243, 0.2) !important; } }
  @media print, screen and (min-width: 601px) {
    .trTou #hdGn .acc li:nth-of-type(2) a {
      border-left: 4px solid #6fe2f3; } }
  @media only screen and (max-width: 600px) {
    .trCanPer #hdGn .acc li:nth-of-type(3) a {
      background: rgba(111, 226, 243, 0.2) !important; } }
  @media print, screen and (min-width: 601px) {
    .trCanPer #hdGn .acc li:nth-of-type(3) a {
      border-left: 4px solid #6fe2f3; } }
  @media only screen and (max-width: 600px) {
    .trPho #hdGn .acc li:nth-of-type(4) a {
      background: rgba(111, 226, 243, 0.2) !important; } }
  @media print, screen and (min-width: 601px) {
    .trPho #hdGn .acc li:nth-of-type(4) a {
      border-left: 4px solid #6fe2f3; } }

@media print, screen and (min-width: 601px) {
  .low #hdImage {
    background: url("../img/hdImage_low.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 120px; } }

.low h1 {
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2); }
  .low h1 span {
    display: inline-block; }
  @media only screen and (max-width: 600px) {
    .low h1 {
      font-size: 6.5vw;
      background: #7ecadf;
      padding: 5px 10px; } }
  @media print, screen and (min-width: 601px) {
    .low h1 {
      font-size: 2rem;
      padding: 20px;
      background-image: linear-gradient(150deg, #7ecadf 38%, rgba(255, 255, 255, 0) 38%); } }

.low main {
  background: #fff; }
.home main {
  background: #fff;
  /*		background: -webkit-linear-gradient(rgba($color-bg,0) 0%, rgba($color-bg,1) 150px);
  		background: -o-linear-gradient(rgba($color-bg,0) 0%, rgba($color-bg,1) 150px);
  		background: linear-gradient(rgba($color-bg,0) 0%, rgba($color-bg,1) 150px);*/ }

@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; } } }
#bread {
  position: relative;
  line-height: 1.4; }
  #bread li {
    position: relative;
    display: inline-block;
    padding: 0; }
    #bread li:not(:last-of-type)::after {
      display: inline-block;
      margin: 0 0.5em 0 0;
      font-size: 0.9em; }
    #bread li a {
      text-decoration: none;
      color: #000; }
  @media only screen and (max-width: 600px) {
    #bread {
      padding: 6px 0.3em 6px 5%;
      font-size: 3.2vw;
      background: #edd4b2; }
      #bread li:not(:last-of-type)::after {
        content: "/";
        margin-left: 1em; } }
  @media print, screen and (min-width: 601px) {
    #bread {
      font-size: 0.875rem; }
      #bread li {
        line-height: 1; }
        #bread li:not(:last-of-type)::after {
          content: ">";
          margin-left: 1em; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #bread {
      font-size: 0.8rem; } }
  @media only screen and (orientation: landscape) and (max-device-width: 767px) {
    #bread {
      padding: 4px 0.3em 4px 4%;
      font-size: 2vw; } }

@media only screen and (max-width: 600px) {
  #contents h2 {
    font-size: 1.3rem; } }
@media print, screen and (min-width: 601px) {
  #contents h2 {
    font-size: 1.8rem; } }
@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; } }
@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; } }
@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; } }

.low #contents h2 {
  background-image: linear-gradient(150deg, #7ecadf 7%, rgba(255, 255, 255, 0) 7%);
  margin-left: -40px;
  padding: 20px 0 0 40px; }
  @media only screen and (max-width: 600px) {
    .low #contents h2 {
      background-image: linear-gradient(150deg, #edd4b2 7%, rgba(255, 255, 255, 0) 7%);
      margin-left: -20px;
      padding: 10px 0 0 20px;
      margin-bottom: 15px; } }
.low #contents h3 {
  color: #fff;
  background: #7ecadf;
  padding-left: 10px; }
.low #contents > section, .low #contents .section {
  border-top: 3px solid #7ecadf;
  border-left: 3px solid #7ecadf;
  margin-bottom: 80px;
  padding: 0 40px 40px !important; }
  @media only screen and (max-width: 600px) {
    .low #contents > section, .low #contents .section {
      border-top: 3px solid #edd4b2;
      border-left: 3px solid #edd4b2;
      padding: 0 20px 20px !important; } }
  .low #contents > section:before, .low #contents .section:before {
    display: block;
    content: "";
    background: #7ecadf;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    max-width: 20px; }

footer {
  background: #fff;
  border-top: 20px solid #7ecadf; }

#ftUpper {
  background: #fff; }
  @media print, screen and (min-width: 601px) {
    #ftUpper {
      font-size: 0.9rem; } }
  #ftUpper .footerLogo {
    margin-bottom: 40px; }
    #ftUpper .footerLogo img {
      max-width: 400px; }
  #ftUpper .block2 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start; }
    @media only screen and (max-width: 600px) {
      #ftUpper .block2 dl {
        font-size: 0.9em;
        margin-bottom: 1em; }
        #ftUpper .block2 dl dt {
          margin-right: 0;
          flex-basis: 7em; }
          #ftUpper .block2 dl dt::before {
            content: "【";
            display: inline-block; }
          #ftUpper .block2 dl dt::after {
            content: "】";
            display: inline-block; } }
    @media print, screen and (min-width: 601px) {
      #ftUpper .block2 dl dt {
        margin-right: 1em;
        flex-basis: 4em; } }

#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: #636363 !important; }

@media only screen and (max-width: 600px) {
  #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%;
      border-top: 1px solid #636363; }
      #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 {
    border: 1px solid #636363;
    color: #000;
    background: #f8f8ec;
    writing-mode: vertical-rl;
    line-height: 1.2;
    letter-spacing: 2px;
    border-radius: 6px 0 0 6px; }
    #quickNav li a:hover {
      background: #6fe2f3; } }
@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: 2px solid #edd4b2;
    background: #fff; }
    .timeTable table tr {
      border-bottom: 2px solid #edd4b2; }
    .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-top: 14px;
          padding-bottom: 14px; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .timeTable table th, .timeTable table td {
          font-size: 1rem !important; } }
    .timeTable table th {
      background: #edd4b2;
      white-space: nowrap; }
      @media print, screen and (min-width: 961px) {
        .timeTable table th {
          font-weight: bold; } }
    .timeTable table thead th {
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff; }
      .timeTable table thead th:last-child {
        border-right: 2px solid #edd4b2; }
    .timeTable table tbody th {
      border-right: 2px solid #fff;
      border-bottom: 2px solid #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 tr:last-child th {
      border-bottom: 2px solid #edd4b2; }
    .timeTable table td {
      width: 10% !important;
      font-weight: bold;
      color: #7ecadf;
      border-right: 2px solid #edd4b2; }
      .timeTable table td span {
        display: inline-block; }
  .timeTable p {
    margin-bottom: 1em; }
    .timeTable p span {
      display: inline-block;
      margin-right: 1.5em; }

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

.under {
  text-decoration: underline; }

.size-l {
  font-size: 1.2em; }
  @media only screen and (max-width: 600px) {
    .size-l {
      font-size: 1.1em; } }

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

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

.btn {
  display: table; }
  .btn a {
    display: block;
    position: relative;
    background: #6fe2f3;
    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/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 {
  margin-bottom: 0.5em;
  line-height: 1.2em;
  padding-left: 1.8em;
  font-weight: bold; }
  .check li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -1.8em;
    background: url("../img/icon_check.svg") 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: #6fe2f3;
    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: #6fe2f3;
    font-size: 0.5em; }

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

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

@media only screen and (max-width: 600px) {
  .hideSp,
  .dispTab,
  .dispPc {
    display: none !important; } }
/* PC向けの指定  ------------*/
@media print, screen and (min-width: 961px) {
  .hidePc,
  .dispTab,
  .dispSp,
  .dispPri {
    display: none !important; } }
/* タブレット向けの指定  ------------*/
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .hideTab {
    display: none !important; } }
/* 印刷向けの指定  ------------*/
@media only print {
  @page {
    size: A4; }
  header,
  .fix,
  .fixed {
    position: relative !important;
    top: 0 !important; }

  #hdGn > ul li a,
  #hdGn > span {
    padding: 20px 30px; }

  picture, figure img {
    width: 100% !important; }

  .home #homeIntro .block p {
    width: 100% !important; } }
/* index Scss */
.home #hdImage {
  width: 100%; }
  @media only screen and (max-width: 600px) {
    .home #hdImage {
      background: url("../img/hdImage_sp.webp") no-repeat center center;
      background-size: cover; } }
  @media print, screen and (min-width: 601px) {
    .home #hdImage {
      background: url("../img/hdImage_pc.webp") no-repeat top center;
      background-size: cover; } }
  @media only print {
    .home #hdImage {
      position: relative;
      width: 100% !important;
      height: 10cm !important;
      background: url("../img/hdImage_pc.webp") no-repeat center center;
      background-size: cover; } }
  .home #hdImage #catch {
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.8;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.6); }
    @media only screen and (max-width: 600px) {
      .home #hdImage #catch {
        top: 60%;
        left: 5%;
        transform: translateY(-50%); }
        .home #hdImage #catch h1 {
          font-size: 3.7vw !important;
          font-weight: bold; } }
    @media print, screen and (min-width: 601px) {
      .home #hdImage #catch {
        top: 60%;
        left: 5%;
        transform: translateY(-50%); } }
@media only print {
  .home main {
    margin-top: 120px !important; } }
.home #spotNews {
  position: absolute;
  bottom: 100px;
  right: 40px;
  max-width: 530px;
  z-index: 30;
  background: #6fe2f3;
  background: -moz-linear-gradient(left, #40d9ef 0%, #9eebf7 100%);
  background: -webkit-gradient(linear, left center, right center, from(#40d9ef), to(#9eebf7));
  background: -webkit-linear-gradient(left, #40d9ef 0%, #9eebf7 100%);
  background: -o-linear-gradient(left, #40d9ef 0%, #9eebf7 100%);
  background: linear-gradient(to right, #40d9ef 0%, #9eebf7 100%);
  padding: 15px; }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    .home #spotNews {
      position: static;
      margin: 20px auto 40px; } }
  @media only screen and (max-width: 600px) {
    .home #spotNews {
      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 #6fe2f3; }
    @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(111, 226, 243, 0.3); }
    .home #spotNews dl::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #6fe2f3; }
    .home #spotNews dl dt {
      display: none; }
    .home #spotNews dl dd {
      margin-bottom: 0.5em;
      padding-bottom: 0.5em;
      font-size: 0.9rem; }
.home #news {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto 40px;
  border: 10px solid #7ecadf; }
  .home #news h2 {
    background: #7ecadf;
    max-width: 300px;
    padding: 20px 20px 100px 60px;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    color: #fff; }
    @media only screen and (max-width: 600px) {
      .home #news h2 {
        padding: 20px 20px 60px 40px; } }
  .home #news .block {
    max-height: 300px;
    overflow-y: scroll;
    margin: -60px 15px 15px;
    padding: 0 15px 15px;
    border-radius: 20px; }
    @media only screen and (max-width: 600px) {
      .home #news .block {
        margin: -60px 7px 10px; } }
    .home #news .block::-webkit-scrollbar {
      height: 5px; }
    .home #news .block::-webkit-scrollbar-track {
      border-radius: 5px;
      background: rgba(111, 226, 243, 0.3); }
    .home #news .block::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #6fe2f3; }
    .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(111, 226, 243, 0.3);
      font-size: 0.9rem;
      line-height: 1.8; }
      .home #news .block dd a {
        text-decoration: underline !important; }
      @media only screen and (max-width: 600px) {
        .home #news .block dd {
          margin-top: 0;
          padding-left: 0; } }
.home #contents {
  padding-top: 10px;
  padding-bottom: 60px; }
.home #low01 h2 {
  background: #7ecadf;
  padding: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem; }
  @media print, screen and (min-width: 961px) {
    .home #low01 h2 {
      text-align: center; } }
  @media only screen and (max-width: 600px) {
    .home #low01 h2 {
      padding: 40px 20px;
      font-size: 4vw; } }
.home #low01 > div {
  max-width: 1100px;
  margin: 40px auto;
  width: 96%; }
  @media only screen and (max-width: 600px) {
    .home #low01 > div {
      width: 90%; } }
  .home #low01 > div p {
    max-width: 900px;
    margin: 40px auto 60px; }
  .home #low01 > div .treatBanner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px; }
    @media only screen and (max-width: 600px) {
      .home #low01 > div .treatBanner {
        display: block; } }
    .home #low01 > div .treatBanner li {
      flex: 0 0 32%; }
      @media only screen and (max-width: 600px) {
        .home #low01 > div .treatBanner li {
          margin-bottom: 20px; } }
      .home #low01 > div .treatBanner li a {
        display: flex;
        align-items: center;
        background: #7ecadf;
        padding: 40px 20px;
        border-radius: 20px;
        text-decoration: none;
        color: #000;
        font-weight: bold;
        font-size: 1.2rem; }
        @media only screen and (max-width: 600px) {
          .home #low01 > div .treatBanner li a {
            padding: 20px 10px; } }
        .home #low01 > div .treatBanner li a img {
          max-width: 60px;
          display: inline-block;
          margin-right: 10px; }
  .home #low01 > div > div {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 600px) {
      .home #low01 > div > div {
        display: block; } }
  .home #low01 > div .linkBanner {
    flex: 0 0 50%; }
    .home #low01 > div .linkBanner li {
      margin-bottom: 20px; }
      .home #low01 > div .linkBanner li a {
        display: flex;
        align-items: center;
        width: 100%;
        background: #edd4b2;
        padding: 20px;
        border-radius: 20px;
        text-decoration: none;
        color: #000;
        font-size: 1.2rem; }
        @media only screen and (max-width: 600px) {
          .home #low01 > div .linkBanner li a {
            padding: 10px; } }
        .home #low01 > div .linkBanner li a img {
          max-width: 60px;
          display: inline-block;
          margin-right: 10px; }
  .home #low01 > div picture {
    flex: 0 0 45%; }
    .home #low01 > div picture img {
      max-width: 700px; }

.clinic #contents h3 {
  background: none;
  color: #27839d;
  padding: 0 0 5px 0;
  margin-bottom: 10px;
  border-bottom: 3px dotted #7ecadf; }
.clinic #contents ul {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    .clinic #contents ul {
      justify-content: space-between; } }
  @media only screen and (max-width: 600px) {
    .clinic #contents ul {
      display: block; } }
  .clinic #contents ul li {
    flex: 0 0 30%;
    margin-bottom: 40px; }
    @media print, screen and (min-width: 961px) {
      .clinic #contents ul li {
        margin-right: 5%; }
        .clinic #contents ul li:nth-child(3n) {
          margin-right: 0; } }
    @media only screen and (min-width: 601px) and (max-width: 959px) {
      .clinic #contents ul li {
        flex: 0 0 48%; } }
    @media only screen and (max-width: 600px) {
      .clinic #contents ul li {
        margin-right: 0; } }
    .clinic #contents ul li img {
      margin-bottom: 10px; }

.access #contents #low01 dt {
  font-weight: bold; }
.access #contents #low01 dd {
  margin-top: -1.6em;
  padding-left: 12em;
  margin-bottom: 1em; }
  @media only screen and (max-width: 600px) {
    .access #contents #low01 dd {
      margin-top: 0.5em;
      padding-left: 0;
      margin-bottom: 2em; } }
.access #contents #low02 img {
  max-width: 800px;
  margin-bottom: 60px; }
.access #contents #low02 div.gMap {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
.access #contents #low02 div.gMap iframe, .access #contents #low02 div.gMap object, .access #contents #low02 div.gMap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.access #contents #low03 > div {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 600px) {
    .access #contents #low03 > div {
      display: block; } }
  .access #contents #low03 > div picture {
    flex: 0 0 45%; }
    .access #contents #low03 > div picture img {
      max-width: 600px; }
  .access #contents #low03 > div p {
    flex: 0 0 50%; }
.access #contents #low04 ul {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 959px) {
    .access #contents #low04 ul {
      display: block; } }
  .access #contents #low04 ul li {
    flex: 0 0 30%; }
    @media only screen and (max-width: 959px) {
      .access #contents #low04 ul li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px; }
        .access #contents #low04 ul li picture {
          flex: 0 0 48%; }
        .access #contents #low04 ul li p {
          flex: 0 0 48%; } }
    .access #contents #low04 ul li img {
      max-width: 600px; }

.treat #contents .flex {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 600px) {
    .treat #contents .flex {
      display: block; } }
  .treat #contents .flex > div, .treat #contents .flex > p {
    flex: 0 0 60%; }
  .treat #contents .flex picture {
    flex: 0 0 35%; }
    .treat #contents .flex picture img {
      max-width: 600px; }
.treat #contents .effect dt {
  display: inline-block;
  background: #edd4b2;
  border-radius: 50vh;
  font-weight: bold;
  padding: 1px 10px;
  margin-bottom: 15px; }
.treat #contents .effect dd {
  font-weight: bold; }
.treat #contents .treatmentTime dt {
  margin-left: 1.8em; }
  .treat #contents .treatmentTime dt:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -1.8em;
    background: url("../img/timerIcon.svg") center center/contain; }
  .treat #contents .treatmentTime dt:after {
    display: inline;
    content: "："; }
.treat #contents .treatmentTime dd {
  margin-top: -1.6em;
  padding-left: 6.8em; }
.treat #contents .priceTable {
  width: 100%;
  max-width: 600px; }
  .treat #contents .priceTable th span, .treat #contents .priceTable td span {
    display: inline-block; }
  .treat #contents .priceTable th {
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #7ecadf; }
  .treat #contents .priceTable td {
    padding: 5px;
    border-bottom: 1px solid #7ecadf;
    text-align: right; }
  @media only screen and (max-width: 600px) {
    .treat #contents .priceTable th, .treat #contents .priceTable td {
      font-size: 3.5vw; }
    .treat #contents .priceTable .company td {
      text-align: left; } }

.healthCheck #contents #low01 dl.flow {
  counter-reset: number;
  margin-bottom: 20px; }
  .healthCheck #contents #low01 dl.flow dt {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
    line-height: 1.4em;
    font-weight: bold; }
    .healthCheck #contents #low01 dl.flow dt:before {
      content: counter(number);
      counter-increment: number;
      background: #6fe2f3;
      border: 1px solid;
      border-radius: 50%;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 22px;
      width: 22px;
      color: #ffffff;
      font-size: 85%;
      line-height: 1;
      position: absolute;
      top: 0;
      left: 0; }
  .healthCheck #contents #low01 dl.flow dd {
    margin-left: 0.7em;
    padding: 10px 10px 2em 15px;
    line-height: 1.8;
    border-left: 1px solid #7ecadf; }
    .healthCheck #contents #low01 dl.flow dd:last-child {
      padding-bottom: 1em; }

.insulin #contents #low01 > div {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 959px) {
    .insulin #contents #low01 > div {
      display: block; } }
  .insulin #contents #low01 > div > div {
    flex: 0 0 60%; }
    @media only screen and (max-width: 959px) {
      .insulin #contents #low01 > div > div {
        margin-bottom: 20px; } }
  .insulin #contents #low01 > div picture {
    flex: 0 0 35%;
    margin-bottom: 20px; }
    .insulin #contents #low01 > div picture img {
      max-width: 500px; }
      @media only screen and (max-width: 959px) {
        .insulin #contents #low01 > div picture img {
          margin: 0 auto; } }
