@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: #63514A;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}

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

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

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: #48aed4;
}
@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(72, 174, 212, 0.7);
  }
}

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

del {
  text-decoration: line-through;
}

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

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

th {
  font-weight: normal;
}

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

input,
select {
  vertical-align: middle;
}

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

area {
  cursor: pointer !important;
}

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

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

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

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

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

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

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

.cf,
.float_block {
  overflow: hidden;
}

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

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

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

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

@media print, screen and (min-width: 961px) {
  #hdInfo {
    flex-basis: 18%;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  #hdInfo {
    flex-basis: 22%;
  }
}

@media only screen and (max-width: 959px) {
  #hdGn {
    position: fixed;
    right: -100%;
    left: auto;
    width: 94%;
    height: 100%;
    margin-top: 0;
    background: #ffffff;
    opacity: 0;
    overflow-y: scroll;
    z-index: 10001 !important;
    transition: all 0.3s ease-in-out;
  }
  .menu-active #hdGn {
    right: 0;
    opacity: 1;
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn {
    padding-top: 20px;
    flex-basis: 78%;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  #hdGn {
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    width: 94%;
    max-width: 1700px;
    margin: 20px auto 15px auto;
  }
}
#hdGn .sub {
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 600px) {
  #hdGn .sub {
    display: block;
    position: static;
    opacity: 1;
  }
  #hdGn .acc.select .sub {
    opacity: 1;
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn .sub {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    width: 16em;
    padding: 16px 0 0 0;
    background: #fff;
    text-align: left;
    font-size: 1rem;
    opacity: 0;
    border-radius: 8px;
    box-shadow: 1px 1px 3px #c0c0c0;
  }
  #hdGn .acc.select .sub {
    opacity: 1;
  }
}

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

main {
  position: relative;
}

@media print, screen and (min-width: 961px) {
  .page:not(.home):not(.page-top-test) #contents, .single #contents, .error404 #contents {
    width: 94%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .page:not(.home):not(.page-top-test) #contents > section,
  .page:not(.home):not(.page-top-test) #contents > .section, .single #contents > section,
  .single #contents > .section, .error404 #contents > section,
  .error404 #contents > .section {
    padding: 40px;
    background: #fff;
    margin-bottom: 40px;
  }
  .page:not(.home):not(.page-top-test) #contents > section:first-child,
  .page:not(.home):not(.page-top-test) #contents > .section:first-child, .single #contents > section:first-child,
  .single #contents > .section:first-child, .error404 #contents > section:first-child,
  .error404 #contents > .section:first-child {
    margin-top: 40px;
    min-height: 400px;
  }
  .page:not(.home):not(.page-top-test) #contents > section section,
  .page:not(.home):not(.page-top-test) #contents > section .section,
  .page:not(.home):not(.page-top-test) #contents > .section section,
  .page:not(.home):not(.page-top-test) #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-bottom: 30px;
  }
  .home #contents, .page-top-test #contents {
    width: 100%;
  }
  .home #contents > section,
  .home #contents > .section, .page-top-test #contents > section,
  .page-top-test #contents > .section {
    width: 100%;
  }
  .home #contents > section section,
  .home #contents > section .section,
  .home #contents > .section section,
  .home #contents > .section .section, .page-top-test #contents > section section,
  .page-top-test #contents > section .section,
  .page-top-test #contents > .section section,
  .page-top-test #contents > .section .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .page:not(.home):not(.page-top-test) #contents, .single #contents, .error404 #contents {
    width: 94%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .page:not(.home):not(.page-top-test) #contents > section,
  .page:not(.home):not(.page-top-test) #contents > .section, .single #contents > section,
  .single #contents > .section, .error404 #contents > section,
  .error404 #contents > .section {
    padding: 40px;
    background: #fff;
    margin-bottom: 40px;
  }
  .page:not(.home):not(.page-top-test) #contents > section section,
  .page:not(.home):not(.page-top-test) #contents > section .section,
  .page:not(.home):not(.page-top-test) #contents > .section section,
  .page:not(.home):not(.page-top-test) #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-bottom: 30px;
  }
  .home #contents, .page-top-test #contents {
    width: 100%;
  }
  .home #contents > section,
  .home #contents > .section, .page-top-test #contents > section,
  .page-top-test #contents > .section {
    width: 100%;
    margin: 0;
    padding: 80px 5% 200px 5%;
  }
  .home #contents > section section,
  .home #contents > section .section,
  .home #contents > .section section,
  .home #contents > .section .section, .page-top-test #contents > section section,
  .page-top-test #contents > section .section,
  .page-top-test #contents > .section section,
  .page-top-test #contents > .section .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .page:not(.home):not(.page-top-test) #contents, .single #contents, .error404 #contents {
    padding-left: 5%;
    padding-right: 5%;
  }
  .page:not(.home):not(.page-top-test) #contents > section,
  .page:not(.home):not(.page-top-test) #contents > .section, .single #contents > section,
  .single #contents > .section, .error404 #contents > section,
  .error404 #contents > .section {
    padding: 30px 7%;
    background: #fff;
    margin-bottom: 40px;
  }
  .page:not(.home):not(.page-top-test) #contents > section:first-child,
  .page:not(.home):not(.page-top-test) #contents > .section:first-child, .single #contents > section:first-child,
  .single #contents > .section:first-child, .error404 #contents > section:first-child,
  .error404 #contents > .section:first-child {
    margin-top: 40px;
  }
  .page:not(.home):not(.page-top-test) #contents > section section,
  .page:not(.home):not(.page-top-test) #contents > section .section,
  .page:not(.home):not(.page-top-test) #contents > .section section,
  .page:not(.home):not(.page-top-test) #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-bottom: 60px;
  }
  .home #contents, .page-top-test #contents {
    width: 100%;
  }
  .home #contents > section,
  .home #contents > .section, .page-top-test #contents > section,
  .page-top-test #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, .page-top-test #contents > section section,
  .page-top-test #contents > section .section,
  .page-top-test #contents > .section section,
  .page-top-test #contents > .section .section {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  #contents h2 {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h2 {
    margin-bottom: 20px;
  }
}
@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, .page-top-test #bread {
  display: none;
}
@media only screen and (max-width: 600px) {
  #bread {
    margin: 0;
  }
}
@media print, screen and (min-width: 601px) {
  #bread {
    width: 94%;
    max-width: 1400px;
    margin: 20px auto 20px auto;
  }
}
@media only print {
  #bread {
    margin: 0 auto 1em auto !important;
  }
}

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

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

@media only screen and (max-width: 600px) {
  #ptBtnPc {
    display: none;
  }
}
@media print, screen and (min-width: 601px) {
  #ptBtnPc {
    position: fixed;
    bottom: 8px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #B4ABA4;
    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: 60%;
    height: 60%;
  }
}
@media only print {
  #ptBtnPc {
    display: none;
  }
}

@media print, screen and (min-width: 601px) {
  #quickNav ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 8px 0px;
    grid-template-areas: "." ".";
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
  }
  #quickNav ul li {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: relative;
  }
  #quickNav ul li a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
}
@media only screen and (orientation: landscape) and (max-height: 1200px) {
  #quickNav ul li a {
    padding: 0.8em !important;
    line-height: 1.1 !important;
  }
}
@media only print {
  #quickNav ul {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #footerAsk {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  #footerAsk li {
    border-top: 1px solid #fff;
  }
  #footerAsk li a {
    width: 100%;
    height: 100%;
    padding: 0 0.5em;
    text-decoration: none;
    font-size: 3.6vw;
    text-align: center;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: row;
    justify-content: center;
    align-items: center;
  }
  #footerAsk li img {
    display: block;
    margin-right: 0.4em;
  }
  #footerAsk li:nth-of-type(1) {
    width: 20%;
    background: #E9E0D9;
    border-right: 1px solid #fff;
  }
  #footerAsk li:nth-of-type(1) img {
    max-width: 30px;
  }
  #footerAsk li:nth-of-type(2) {
    width: 60%;
    background: #749C48;
    border-right: 1px solid #fff;
  }
  #footerAsk li:nth-of-type(2) a {
    padding: 10px 5px;
  }
  #footerAsk li:nth-of-type(2) img {
    max-width: 200px;
  }
  #footerAsk li:nth-of-type(3) {
    width: 20%;
    background: #B4ABA4;
  }
  #footerAsk li:nth-of-type(3) img {
    max-width: 40px;
  }
}
@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;
  }
}

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

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

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

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

header {
  background: #F8F6F4;
}

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

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

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

@media print, screen and (min-width: 961px) {
  #hdInfo {
    display: flex;
    justify-content: flex-end;
    background: #749C48;
    border-radius: 0 0 0 10px;
    margin: 0 !important;
    padding: 20px 10px 20px 20px;
  }
  #hdInfo img {
    max-width: 245px;
    margin: 0 auto;
  }
}

#hdGn a, #hdGn span {
  position: relative;
  line-height: 1;
  text-decoration: none;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #hdGn a, #hdGn span {
    display: block;
    color: #63514A;
    font-size: 4.3vw;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #hdGn a, #hdGn span {
    display: block;
    color: #63514A;
    font-size: 2.5vw !important;
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn a, #hdGn span {
    display: table;
    cursor: pointer;
    color: #63514A;
    white-space: nowrap;
    font-size: 1.1em;
  }
  #hdGn a:hover, #hdGn span:hover {
    color: #E9E0D9;
  }
}
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #hdGn a, #hdGn span {
    padding: 12px 4em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1540px) {
  #hdGn a, #hdGn span {
    font-size: 1.2vw !important;
  }
}
@media only screen and (max-width: 959px) {
  #hdGn a::after,
  #hdGn span::after {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  #hdGn a::after {
    background: url("../img/common/angleRight.svg") no-repeat center center;
    background-size: contain;
  }
  #hdGn span::after {
    background: url("../img/common/angleDown.svg") no-repeat center center;
    background-size: contain;
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn > ul > li {
    padding: 0 2%;
  }
  #hdGn > ul > li:not(:first-of-type)::before {
    content: "";
    display: block;
    width: 1px;
    height: 1.6em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px dashed #fff;
  }
}
@media only screen and (max-width: 959px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > span {
    padding: 20px 30px 20px 20px;
    border-top: 1px solid #749C48;
  }
  #hdGn > ul > li:last-of-type > a,
  #hdGn > ul > li:last-of-type > span {
    border-bottom: 1px solid #749C48;
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > span {
    margin: auto;
  }
}
@media only screen and (max-width: 959px) and (max-width: 959px) {
  .home #hdGn > ul > li:nth-child(1) > a, .home #hdGn > ul > li:nth-child(1) > span {
    background: rgba(180, 171, 164, 0.4);
  }
  .page-clinic #hdGn > ul > li:nth-child(2) > a, .page-clinic #hdGn > ul > li:nth-child(2) > span {
    background: rgba(180, 171, 164, 0.4);
  }
  .page-treatment #hdGn > ul > li:nth-child(3) > a, .page-treatment #hdGn > ul > li:nth-child(3) > span {
    background: rgba(180, 171, 164, 0.4);
  }
  .page-access #hdGn > ul > li:nth-child(4) > a, .page-access #hdGn > ul > li:nth-child(4) > span {
    background: rgba(180, 171, 164, 0.4);
  }
  .page-faq #hdGn > ul > li:nth-child(5) > a, .page-faq #hdGn > ul > li:nth-child(5) > span {
    background: rgba(180, 171, 164, 0.4);
  }
  .page-vaccine #hdGn > ul > li:nth-child(6) > a, .page-vaccine #hdGn > ul > li:nth-child(6) > span {
    background: rgba(180, 171, 164, 0.4);
  }
}
@media print, screen and (min-width: 961px) {
  .home #hdGn > ul > li:nth-of-type(1) > a,
  .home #hdGn > ul > li:nth-of-type(1) > span {
    position: relative;
    color: #749C48 !important;
  }
  .page-clinic #hdGn > ul > li:nth-of-type(2) > a,
  .page-clinic #hdGn > ul > li:nth-of-type(2) > span {
    position: relative;
    color: #749C48 !important;
  }
  .page-treatment #hdGn > ul > li:nth-of-type(3) > a,
  .page-treatment #hdGn > ul > li:nth-of-type(3) > span {
    position: relative;
    color: #749C48 !important;
  }
  .page-access #hdGn > ul > li:nth-of-type(4) > a,
  .page-access #hdGn > ul > li:nth-of-type(4) > span {
    position: relative;
    color: #749C48 !important;
  }
  .page-faq #hdGn > ul > li:nth-of-type(5) > a,
  .page-faq #hdGn > ul > li:nth-of-type(5) > span {
    position: relative;
    color: #749C48 !important;
  }
  .page-vaccine #hdGn > ul > li:nth-of-type(6) > a,
  .page-vaccine #hdGn > ul > li:nth-of-type(6) > span {
    position: relative;
    color: #749C48 !important;
  }
}
#hdGn .sub {
  opacity: 0;
}
#hdGn .acc.select .sub {
  opacity: 1;
}

@media only screen and (max-width: 959px) {
  #hdGn .sub {
    display: block;
    position: static;
    transition: transform 0.3s ease-in-out;
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn .sub {
    position: absolute;
    left: 0;
    right: 0;
    width: 19em;
    padding: 14px;
    border-radius: 5px;
    background: #fff;
    transition: opacity 0.3s ease-in-out;
  }
}
#hdGn .sub.show {
  opacity: 1;
}
#hdGn .sub li {
  text-align: left;
}
#hdGn .sub li a {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px dotted #749C48;
  text-decoration: none;
}
#hdGn .sub li a:last-child {
  border-bottom: none;
}
#hdGn .sub li a:hover {
  cursor: pointer;
}
@media only screen and (max-width: 959px) {
  #hdGn .sub li a {
    padding: 14px 10px 20px 10px;
    color: #749C48;
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn .sub li a {
    padding: 8px 0.5em 8px 0.5em;
    color: #63514A !important;
    font-size: 0.9em;
  }
  #hdGn .sub li a:hover {
    background-color: #B4ABA4;
    color: #fff !important;
  }
}
@media only screen and (max-width: 959px) {
  #hdGn .sub li {
    text-align: center;
  }
  #hdGn .sub li.select li a {
    color: #fff !important;
  }
}

body.page:not(.home):not(.page-top-test) h1, .single h1, .error404 h1 {
  text-align: center;
}
body.page:not(.home):not(.page-top-test) h1::after, .single h1::after, .error404 h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #749C48;
  border-radius: 999px;
}
@media only screen and (max-width: 600px) {
  body.page:not(.home):not(.page-top-test) h1, .single h1, .error404 h1 {
    font-size: 6.5vw;
  }
}
@media print, screen and (min-width: 601px) {
  body.page:not(.home):not(.page-top-test) h1, .single h1, .error404 h1 {
    font-size: 2rem;
  }
}

main {
  background: url(../img/common/contentsBg.png) repeat-x bottom center;
  background-size: 800px;
  padding-bottom: 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);
    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;
  max-width: 1200px;
}
#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: #63514A;
}
@media only screen and (max-width: 600px) {
  #bread {
    padding: 6px 0.3em 6px 5%;
    font-size: 3.2vw;
    background: rgba(180, 171, 164, 0.3);
  }
  #bread li:not(:last-of-type)::after {
    content: "/";
    margin-left: 1em;
  }
}
@media print, screen and (min-width: 601px) {
  #bread {
    font-size: 0.875rem;
  }
  #bread li {
    line-height: 1;
  }
  #bread li:not(:last-of-type)::after {
    content: ">";
    margin-left: 1em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #bread {
    font-size: 0.8rem;
  }
}
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #bread {
    padding: 4px 0.3em 4px 4%;
    font-size: 2vw;
  }
}

@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;
  }
}
#contents h3 {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 600px) {
  #contents h3 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  #contents h4 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h4 {
    font-size: 1.3rem;
  }
}
.single #contents h4 {
  display: inline-block;
  font-weight: bold;
  color: rgb(156.9578313253, 145.1927710843, 136.0421686747);
  border: 3px double rgb(168.4789156627, 158.0963855422, 150.0210843373);
  padding: 0 20px;
  min-width: 100px;
  text-align: center;
  margin-bottom: 0.5em;
  border-radius: 50vh;
}
#contents h5 {
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  #contents h5 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h5 {
    font-size: 1.2rem;
  }
}

body.home #contents h2 {
  display: inline-flex; /* テキストの幅に合わせつつ、中の要素を縦中央に揃える */
  align-items: center; /* テキストと葉っぱの縦位置を中央で揃える */
  gap: 8px; /* テキストと葉っぱの間の余白（お好みで調整） */
  font-weight: bold;
}
body.home #contents h2:after {
  content: ""; /* 空白の要素を作る */
  display: inline-block;
  width: 2em; /* 葉っぱの幅（文字サイズに対して1.2倍の大きさに自動調整） */
  height: 2em; /* 葉っぱの高さ */
  background-image: url("../img/common/h2Bg.svg"); /* ★ここに葉っぱの画像パスを記述してください */
  background-size: contain; /* 画像を枠内にきれいに収める */
  background-repeat: no-repeat;
  background-position: center;
}

body.page:not(.home):not(.page-top-test) #contents h2, body.single #contents h2 {
  display: inline-flex;
  align-items: center; /* 1行のときは中央、多行のときはテキストの上や下に合わせて調整可能 */
  gap: 8px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  body.page:not(.home):not(.page-top-test) #contents h2, body.single #contents h2 {
    font-size: 1.2rem;
  }
}
body.page:not(.home):not(.page-top-test) #contents h2:after, body.single #contents h2:after {
  content: "";
  display: inline-block;
  /* 1. サイズの定義を変更 */
  width: 2em;
  height: 2em;
  flex-shrink: 0; /* ★重要: テキストが伸びても画像を縮小させない */
  flex-grow: 0; /* 拡大も防ぐ */
  background-image: url("../img/common/h2Bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body.page:not(.home):not(.page-top-test) #contents h3, body.single #contents h3 {
  color: rgb(132.6626506024, 119.5421686747, 109.3373493976);
  border-bottom: 3px double rgb(103.0263157895, 138.5526315789, 63.9473684211);
}

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

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

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

#ddBtn img {
  background: #fff;
}

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

@media only screen and (max-width: 600px) {
  #quickNav {
    display: none;
  }
}
@media print, screen and (min-width: 601px) {
  #quickNav li a {
    border: 1px solid #fff;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 2px;
    border-radius: 6px 0 0 6px;
    font-size: 1.2rem;
    padding: 10px 20px;
  }
  #quickNav li a:hover {
    background: #B4ABA4;
  }
  #quickNav li#quick1 a {
    position: relative;
    background: #B4ABA4;
  }
  #quickNav li#quick1 a span {
    padding-top: 40px;
  }
  #quickNav li#quick1 a:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%; /* 親の幅の 50% 位置に左端を置く */
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    display: block;
    background: url("../img/common/icon_reserve.svg") no-repeat center center;
    background-size: contain;
  }
  #quickNav li#quick2 a {
    background: #f7931e;
  }
}
@media only print {
  #quickNav {
    display: none;
  }
}

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

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

.timeTable {
  width: 100%;
  margin-bottom: 20px !important;
}
@media print, screen and (min-width: 601px) {
  .timeTable {
    max-width: 1300px;
  }
}
.timeTable table {
  width: 100%;
  margin-bottom: 0.5em;
  max-width: 800px;
}
.timeTable table th, .timeTable table td {
  border: 1px solid #B5ABA6;
  vertical-align: middle;
  font-weight: bold;
  color: #63514A;
}
.timeTable table th span, .timeTable table td span {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .timeTable table th, .timeTable table td {
    font-size: 3.5vw;
  }
}
.timeTable table thead th {
  background: #EEE9E6;
  padding: 10px;
}
.timeTable table thead td {
  background: #F4F0EC;
  text-align: center;
}
.timeTable table tbody th, .timeTable table tbody td {
  text-align: center;
}
.timeTable table tbody th {
  background: #EEE9E6;
  padding: 10px;
}
.timeTable table tbody td {
  background: #fff;
}
.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 h3 {
  border-bottom: 2px solid #749C48;
}
.timeTable h3:before {
  content: "● ";
  color: #749C48;
}
.timeTable p span {
  display: inline-block;
  margin-right: 1.5em;
}
@media only screen and (max-width: 600px) {
  .timeTable p {
    font-size: 3.5vw;
  }
}

.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(180, 171, 164, 0.2);
  }
}
.accordion dt.on {
  background: #B4ABA4;
  color: #fff;
}
.accordion dt.on::after {
  transform: rotate(180deg);
  transform-origin: center 25%;
}
.accordion dt.on + dd {
  background: rgba(180, 171, 164, 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: #48aed4;
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.bold-B {
  font-weight: 900;
}

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

.under {
  text-decoration: underline;
}

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

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

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

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

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

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

.w480 {
  max-width: 480px;
}

.w510 {
  max-width: 510px;
}

.w530 {
  max-width: 530px;
}

.w550 {
  max-width: 550px;
}

.w580 {
  max-width: 580px;
}

.w600 {
  max-width: 600px;
}

.w650 {
  max-width: 650px;
}

.w700 {
  max-width: 700px;
}

.w800 {
  max-width: 800px;
}

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

.block {
  display: block;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.posR {
  float: right;
}

.posL {
  float: left;
}

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

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

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

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

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

.inline span {
  display: inline-block;
}

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

.button01 {
  display: inline-flex;
}
@media only screen and (max-width: 600px) {
  .button01 {
    font-size: 1rem;
  }
}
.button01 a {
  display: block;
  width: 100%;
  border-radius: 50vh;
  text-decoration: none;
  padding: 10px 30px 10px 20px;
  display: flex;
  /* 上品なドロップシャドウ */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  /* 滑らかなアニメーション */
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #749C48;
  color: #fff;
}
.button01 a img {
  max-width: 15px;
  margin-right: 5px;
}
.button01 a:hover {
  transform: translateY(-8px);
}
.button01 a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: -2px; /* 中心位置の微調整 */
  position: absolute;
  top: 42%;
  right: 20px;
}

.button02 {
  display: inline-flex;
}
@media only screen and (max-width: 600px) {
  .button02 {
    font-size: 1rem;
    letter-spacing: -0.1em;
  }
}
.button02 a {
  display: block;
  width: 100%;
  border-radius: 50vh;
  text-decoration: none;
  padding: 10px 30px 10px 20px;
  display: flex;
  /* 上品なドロップシャドウ */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  /* 滑らかなアニメーション */
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #E9E0D9;
  color: #63514A;
}
.button02 a img {
  max-width: 15px;
  margin-right: 5px;
}
.button02 a:hover {
  transform: translateY(-8px);
}
.button02 a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: -2px; /* 中心位置の微調整 */
  position: absolute;
  top: 42%;
  right: 20px;
}

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

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

.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: #B4ABA4;
  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: #B4ABA4;
  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: #E9E0D9;
  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 #B4ABA4;
}

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

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

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

dl.faq {
  margin-top: 0 !important;
  padding-bottom: 20px;
}
dl.faq em {
  display: block;
  margin-left: 2em;
}
dl.faq strong {
  font-weight: bold;
}
dl.faq dt {
  position: relative;
  padding: 0 0 14px 45px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.2rem;
}
dl.faq dt:before {
  content: "Q. ";
  position: absolute;
  top: -0.4em;
  left: 0;
  font-size: 2rem;
  color: rgba(116, 156, 72, 0.7);
}
dl.faq dd {
  position: relative;
  padding: 0 0 14px 45px;
  border-bottom: 1px dashed #cccccc;
  line-height: 1.8;
  margin-bottom: 2em;
}
dl.faq dd:before {
  content: "A. ";
  position: absolute;
  top: -5px;
  left: 0;
  font-weight: bold;
  font-size: 2rem;
  color: #B4ABA4;
}

@media only screen and (max-width: 600px) {
  .hideSp,
  .dispTab,
  .dispPc {
    display: none !important;
  }
}
/* PC向けの指定  ------------*/
@media print, screen and (min-width: 961px) {
  .hidePc,
  .dispTab,
  .dispSp,
  .dispPri {
    display: none !important;
  }
}
/* タブレット向けの指定  ------------*/
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .dispSp,
  .hideTab {
    display: none !important;
  }
}
/* 印刷向けの指定  ------------*/
@media only print {
  @page {
    size: A4;
  }
  header,
  .fix,
  .fixed {
    position: relative !important;
    top: 0 !important;
  }
  #hdGn > ul li a,
  #hdGn > span {
    padding: 20px 30px;
  }
  picture, figure img {
    width: 100% !important;
  }
  .home #homeIntro .block p {
    width: 100% !important;
  }
}
.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 #hdImage, .page-top-test #hdImage {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background: url("../img/home/slide/slide_01_pc.webp") no-repeat center center;
  background-size: cover;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 959px) {
  .home #hdImage, .page-top-test #hdImage {
    background: url("../img/home/slide/slide_01_sp.webp") no-repeat left center;
    background-size: cover;
  }
}
.home #catch, .page-top-test #catch {
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #catch, .page-top-test #catch {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.home #catch p, .page-top-test #catch p {
  padding-top: 80px;
  padding-bottom: 40px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.5rem;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.home #catch p span, .page-top-test #catch p span {
  display: inline-block;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #catch p, .page-top-test #catch p {
    padding-top: 40px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #catch p, .page-top-test #catch p {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 600px) {
  .home #catch p, .page-top-test #catch p {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 5.8vw;
    font-weight: bold;
    text-align: center;
  }
  .home #catch p span, .page-top-test #catch p span {
    font-size: 0.7em;
  }
}
.home #h1, .page-top-test #h1 {
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #h1, .page-top-test #h1 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #h1, .page-top-test #h1 {
    margin: 35vh auto 0;
    padding: 100px 10% 20px;
    background: linear-gradient(to bottom, rgba(248, 246, 244, 0) 0%, #f8f6f4 20%, #f8f6f4 100%);
  }
}
@media only screen and (max-width: 600px) {
  .home #h1, .page-top-test #h1 {
    margin: 30vh auto 0;
    padding: 80px 5% 20px;
    background: linear-gradient(to bottom, rgba(248, 246, 244, 0) 0%, #f8f6f4 10%, #f8f6f4 100%);
  }
}
.home #h1 h1, .page-top-test #h1 h1 {
  margin-bottom: 50px !important;
  line-height: 2;
  font-size: 1.3rem;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #h1 h1, .page-top-test #h1 h1 {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 600px) {
  .home #h1 h1, .page-top-test #h1 h1 {
    font-size: 1.1rem;
  }
}
.home #h1 ul, .page-top-test #h1 ul {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .home #h1 ul, .page-top-test #h1 ul {
    display: block;
    max-width: 18em;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .home #h1 ul li, .page-top-test #h1 ul li {
    font-size: 1.2rem;
  }
}
.home #h1 ul li a, .page-top-test #h1 ul li a {
  display: block;
  width: 100%;
  border-radius: 50vh;
  text-decoration: none;
  padding: 10px 30px 10px 20px;
  display: flex;
  /* 上品なドロップシャドウ */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  /* 滑らかなアニメーション */
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home #h1 ul li a img, .page-top-test #h1 ul li a img {
  max-width: 15px;
  margin-right: 5px;
}
.home #h1 ul li a:hover, .page-top-test #h1 ul li a:hover {
  transform: translateY(-8px);
}
.home #h1 ul li a::after, .page-top-test #h1 ul li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: -2px; /* 中心位置の微調整 */
  position: absolute;
  top: 42%;
  right: 20px;
}
.home #h1 ul li:nth-child(1), .page-top-test #h1 ul li:nth-child(1) {
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  .home #h1 ul li:nth-child(1), .page-top-test #h1 ul li:nth-child(1) {
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.home #h1 ul li:nth-child(1) a, .page-top-test #h1 ul li:nth-child(1) a {
  background: #749C48;
  color: #fff;
}
.home #h1 ul li:nth-child(2) a, .page-top-test #h1 ul li:nth-child(2) a {
  background: #E9E0D9;
  color: #63514A;
}
.home #spotNews, .page-top-test #spotNews {
  position: absolute;
  bottom: 250px;
  right: 70px;
  max-width: 530px;
  z-index: 30;
  background: #E0F7FD;
  padding: 15px;
  border-radius: 10px;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #spotNews, .page-top-test #spotNews {
    bottom: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #spotNews, .page-top-test #spotNews {
    position: static;
    margin: 20px auto 40px;
  }
}
@media only screen and (max-width: 600px) {
  .home #spotNews, .page-top-test #spotNews {
    right: 2%;
    left: auto;
    top: -180px;
    bottom: auto;
    width: 96%;
    z-index: 0;
    z-index: 10;
  }
}
.home #spotNews p, .page-top-test #spotNews p {
  background: #0071BD;
  padding: 0 10px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
.home #spotNews dl, .page-top-test #spotNews dl {
  max-height: 100px;
  overflow-y: auto;
  margin-top: 0.5em;
}
@media only screen and (max-width: 600px) {
  .home #spotNews dl, .page-top-test #spotNews dl {
    max-height: 120px;
  }
}
.home #spotNews dl::-webkit-scrollbar, .page-top-test #spotNews dl::-webkit-scrollbar {
  height: 5px;
}
.home #spotNews dl::-webkit-scrollbar-track, .page-top-test #spotNews dl::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(180, 171, 164, 0.3);
}
.home #spotNews dl::-webkit-scrollbar-thumb, .page-top-test #spotNews dl::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #B4ABA4;
}
.home #spotNews dl dt, .page-top-test #spotNews dl dt {
  color: #5B9FB1;
}
.home #spotNews dl dd, .page-top-test #spotNews dl dd {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.9rem;
  margin-top: -1.5em;
  padding-left: 8em;
}
.home #news dl, .page-top-test #news dl {
  max-height: 300px;
  overflow-y: scroll;
  padding: 15px;
  background: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 600px) {
  .home #news dl, .page-top-test #news dl {
    margin: 10px 7px;
    max-height: 500px;
  }
}
.home #news dl::-webkit-scrollbar, .page-top-test #news dl::-webkit-scrollbar {
  height: 5px;
}
.home #news dl::-webkit-scrollbar-track, .page-top-test #news dl::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(180, 171, 164, 0.3);
}
.home #news dl::-webkit-scrollbar-thumb, .page-top-test #news dl::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #B4ABA4;
}
.home #news dl dt, .page-top-test #news dl dt {
  color: #749C48;
  font-weight: bold;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #news dl dt, .page-top-test #news dl dt {
    font-size: 1rem;
  }
}
.home #news dl dd, .page-top-test #news dl dd {
  margin-top: -1.6em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 8em;
  border-bottom: 2px dotted rgba(180, 171, 164, 0.3);
  font-size: 0.9rem;
  line-height: 1.8;
}
.home #news dl dd strong, .page-top-test #news dl dd strong {
  color: #dc2626;
}
.home #news dl dd a, .page-top-test #news dl dd a {
  text-decoration: underline !important;
}
@media only screen and (max-width: 600px) {
  .home #news dl dd, .page-top-test #news dl dd {
    margin-top: 0;
    padding-left: 0;
  }
}
.home, .page-top-test {
  /* === バナー全体のレイアウト === */
}
.home #topBanner, .page-top-test #topBanner {
  position: absolute;
  margin: 0 auto;
  padding: 0;
  z-index: 10;
  width: 100%;
}
@media print, screen and (min-width: 961px) {
  .home #topBanner, .page-top-test #topBanner {
    top: -150px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #topBanner, .page-top-test #topBanner {
    position: static;
    margin-top: 25vh;
  }
}
@media only screen and (max-width: 600px) {
  .home #topBanner, .page-top-test #topBanner {
    position: static;
    margin-top: 45vh;
  }
}
.home #topBanner ul, .page-top-test #topBanner ul {
  list-style: none;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  gap: 2%;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #topBanner ul, .page-top-test #topBanner ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .home #topBanner ul, .page-top-test #topBanner ul {
    gap: 5%;
  }
}
.home #topBanner li, .page-top-test #topBanner li {
  margin: 0;
  padding: 0;
  flex: 0 0 18%;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #topBanner li, .page-top-test #topBanner li {
    flex: 0 0 30%;
  }
}
@media only screen and (max-width: 600px) {
  .home #topBanner li, .page-top-test #topBanner li {
    flex: 0 0 45%;
  }
  .home #topBanner li:nth-child(1), .home #topBanner li:nth-child(2), .page-top-test #topBanner li:nth-child(1), .page-top-test #topBanner li:nth-child(2) {
    margin-bottom: 20px;
  }
}
.home, .page-top-test {
  /* === バナー本体（円形デザイン） === */
}
.home #topBanner a, .page-top-test #topBanner a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1; /* 縦横比を 1:1（正方形）にする */
  margin: 0 auto;
  border-radius: 50%; /* 完全な円形 */
  background-color: #ffffff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* 上品なドロップシャドウ */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  /* 滑らかなアニメーション */
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-sizing: border-box;
}
.home, .page-top-test {
  /* ホバー時の浮き上がり */
}
.home #topBanner a:hover, .page-top-test #topBanner a:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.home, .page-top-test {
  /* ホバー時の背景用疑似要素（下からフワッとグラデーションが広がる） */
}
.home #topBanner a::before, .page-top-test #topBanner a::before {
  content: "";
  position: absolute;
  top: 100%; /* 初期位置は円の下の外側 */
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: top 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home #topBanner a:hover::before, .page-top-test #topBanner a:hover::before {
  top: 0; /* ホバーで全体を覆う */
}
.home, .page-top-test {
  /* === バナー内の要素（順番の並び替えと装飾） === */
  /* 1. 画像（アイコン）を一番上に配置 */
}
.home #topBanner img, .page-top-test #topBanner img {
  order: 1; /* 並び順: 1番目 */
  width: 40%;
  max-width: 90px; /* SVGアイコンのサイズ */
  height: auto;
  margin-bottom: 15px;
  transition: filter 0.4s ease;
}
.home, .page-top-test {
  /* 3. テキスト（pタグ）をその次に配置 */
}
.home #topBanner p, .page-top-test #topBanner p {
  order: 3; /* 並び順: 3番目 */
  font-size: 1.3rem;
  margin: 0 0 15px 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: color 0.4s ease;
  text-align: center;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home, .page-top-test {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 600px) {
  .home, .page-top-test {
    font-size: 3.5vw;
  }
}
.home, .page-top-test {
  /* 4. 矢印を一番下に配置 */
}
.home #topBanner .arrow, .page-top-test #topBanner .arrow {
  order: 4; /* 並び順: 4番目 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.4s ease;
  position: relative;
}
.home, .page-top-test {
  /* CSSだけで矢印の「〉」を描画 */
}
.home #topBanner .arrow::before, .page-top-test #topBanner .arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: -2px; /* 中心位置の微調整 */
}
.home, .page-top-test {
  /* === 各バナーのカラー設定 === */
}
.home #topBanner li:nth-child(1) p, .page-top-test #topBanner li:nth-child(1) p {
  color: #749C48;
}
.home #topBanner li:nth-child(1) a::before, .page-top-test #topBanner li:nth-child(1) a::before {
  background: #749C48;
}
.home #topBanner li:nth-child(1) .arrow, .page-top-test #topBanner li:nth-child(1) .arrow {
  color: #749C48;
}
.home #topBanner li:nth-child(2) p, .page-top-test #topBanner li:nth-child(2) p {
  color: #48aed4;
}
.home #topBanner li:nth-child(2) a::before, .page-top-test #topBanner li:nth-child(2) a::before {
  background: #48aed4;
}
.home #topBanner li:nth-child(2) .arrow, .page-top-test #topBanner li:nth-child(2) .arrow {
  color: #48aed4;
}
.home #topBanner li:nth-child(3) p, .page-top-test #topBanner li:nth-child(3) p {
  color: #f7931e;
}
.home #topBanner li:nth-child(3) a::before, .page-top-test #topBanner li:nth-child(3) a::before {
  background: #f7931e;
}
.home #topBanner li:nth-child(3) .arrow, .page-top-test #topBanner li:nth-child(3) .arrow {
  color: #f7931e;
}
.home #topBanner li:nth-child(4) p, .page-top-test #topBanner li:nth-child(4) p {
  color: #c64f87;
}
.home #topBanner li:nth-child(4) a::before, .page-top-test #topBanner li:nth-child(4) a::before {
  background: #c64f87;
}
.home #topBanner li:nth-child(4) .arrow, .page-top-test #topBanner li:nth-child(4) .arrow {
  color: #c64f87;
}
.home #topBanner li:nth-child(5) p, .page-top-test #topBanner li:nth-child(5) p {
  color: #7d8f51;
}
.home #topBanner li:nth-child(5) a::before, .page-top-test #topBanner li:nth-child(5) a::before {
  background: #7d8f51;
}
.home #topBanner li:nth-child(5) .arrow, .page-top-test #topBanner li:nth-child(5) .arrow {
  color: #7d8f51;
}
.home, .page-top-test {
  /* === ホバー時のテキスト・アイコンの反転設定 === */
}
.home #topBanner a:hover img, .page-top-test #topBanner a:hover img {
  /* 色付きのSVGを真っ白に反転させる強力なフィルタ */
  filter: brightness(0) invert(1);
}
.home #topBanner a:hover::after,
.home #topBanner a:hover p, .page-top-test #topBanner a:hover::after,
.page-top-test #topBanner a:hover p {
  color: #ffffff;
}
.home #topBanner a:hover .arrow, .page-top-test #topBanner a:hover .arrow {
  color: #ffffff;
  transform: translateX(5px); /* 矢印が右に少し動く */
}
.home, .page-top-test {
  /* === レスポンシブ対応（スマートフォン） === */
}
@media only screen and (max-width: 600px) {
  .home #topBanner a, .page-top-test #topBanner a {
    width: clamp(150px, 45vw, 250px);
    height: clamp(150px, 45vw, 250px);
  }
  .home #topBanner img, .page-top-test #topBanner img {
    width: clamp(80px, 20vw, 90px);
    margin-bottom: 10px;
  }
  .home #topBanner a::after, .page-top-test #topBanner a::after {
    font-size: clamp(9px, 2vw, 11px);
  }
  .home #topBanner p, .page-top-test #topBanner p {
    font-size: clamp(16px, 5vw, 22px);
    margin-bottom: 10px;
  }
  .home #topBanner .arrow, .page-top-test #topBanner .arrow {
    width: 28px;
    height: 28px;
  }
}
.home #contents, .page-top-test #contents {
  padding-top: 100px;
}
.home #contents > section, .home #contents > .section, .page-top-test #contents > section, .page-top-test #contents > .section {
  width: 95%;
  max-width: 1300px;
  margin: 40px auto !important;
  background: #fff;
  padding: 30px;
}
@media only screen and (max-width: 600px) {
  .home #contents > section, .home #contents > .section, .page-top-test #contents > section, .page-top-test #contents > .section {
    width: 92%;
    padding: 20px;
  }
}
.home #low01, .page-top-test #low01 {
  position: relative;
}
.home #low01 > div, .page-top-test #low01 > div {
  display: flex;
  justify-content: space-between;
  border: 1px solid #B9B6B3;
  padding: 0 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .home #low01 > div, .page-top-test #low01 > div {
    display: block;
  }
}
.home #low01 > div section, .page-top-test #low01 > div section {
  flex: 0 0 24%;
  padding: 0 20px;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #low01 > div section, .page-top-test #low01 > div section {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low01 > div section, .page-top-test #low01 > div section {
    flex: 0 0 48%;
  }
}
@media only screen and (max-width: 600px) {
  .home #low01 > div section, .page-top-test #low01 > div section {
    padding: 0 15px;
  }
}
.home #low01 > div section:first-child, .page-top-test #low01 > div section:first-child {
  border-right: 1px solid #B9B6B3;
}
@media only screen and (max-width: 600px) {
  .home #low01 > div section:first-child, .page-top-test #low01 > div section:first-child {
    border-right: none;
    border-bottom: 1px solid #B9B6B3;
  }
}
.home #low01 > div section:nth-child(2), .page-top-test #low01 > div section:nth-child(2) {
  border-right: 1px solid #B9B6B3;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low01 > div section:nth-child(2), .page-top-test #low01 > div section:nth-child(2) {
    border-right: none;
  }
}
@media only screen and (max-width: 600px) {
  .home #low01 > div section:nth-child(2), .page-top-test #low01 > div section:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid #B9B6B3;
  }
}
.home #low01 > div section:nth-child(3), .page-top-test #low01 > div section:nth-child(3) {
  border-right: 1px solid #B9B6B3;
}
@media only screen and (max-width: 600px) {
  .home #low01 > div section:nth-child(3), .page-top-test #low01 > div section:nth-child(3) {
    border-right: none;
    border-bottom: 1px solid #B9B6B3;
  }
}
.home #low01 > div section h3, .page-top-test #low01 > div section h3 {
  text-align: center;
  font-size: 1.3rem;
}
.home #low01 > div section h3 span, .page-top-test #low01 > div section h3 span {
  display: inline-block;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #low01 > div section h3, .page-top-test #low01 > div section h3 {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 600px) {
  .home #low01 > div section h3, .page-top-test #low01 > div section h3 {
    font-size: 1.1rem;
  }
}
.home #low01 > div section img, .page-top-test #low01 > div section img {
  max-width: 140px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 600px) {
  .home #low01 > div section img, .page-top-test #low01 > div section img {
    max-width: 110px;
  }
}
.home #low02 ul, .page-top-test #low02 ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .home #low02 ul, .page-top-test #low02 ul {
    display: block;
  }
}
.home #low02 ul li, .page-top-test #low02 ul li {
  flex: 0 0 48%;
}
@media only screen and (max-width: 959px) {
  .home #low02 ul li:first-child, .page-top-test #low02 ul li:first-child {
    margin-bottom: 20px;
  }
}
.home #low02 ul li img, .page-top-test #low02 ul li img {
  max-width: 600px;
  margin: 0 auto;
  /* 上品なドロップシャドウ */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  /* 滑らかなアニメーション */
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-sizing: border-box;
}
.home #low02 ul li img:hover, .page-top-test #low02 ul li img:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.home #low03, .page-top-test #low03 {
  max-width: 1300px;
  width: 95%;
  margin: 40px auto !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4%;
  align-items: stretch;
}
@media only screen and (max-width: 959px) {
  .home #low03, .page-top-test #low03 {
    display: block;
    width: 92%;
  }
}
.home #low03 #news_first, .page-top-test #low03 #news_first {
  display: grid;
  grid-template-rows: 1fr auto;
  row-gap: 40px;
}
.home #low03 #news, .home #low03 #first, .home #low03 #time, .page-top-test #low03 #news, .page-top-test #low03 #first, .page-top-test #low03 #time {
  background: #fff;
  padding: 30px;
}
@media only screen and (max-width: 600px) {
  .home #low03 #news, .home #low03 #first, .home #low03 #time, .page-top-test #low03 #news, .page-top-test #low03 #first, .page-top-test #low03 #time {
    padding: 20px;
  }
}
.home #low03 #news, .page-top-test #low03 #news {
  display: flex;
  flex-direction: column;
}
.home #low03 #news #tonarino-facility-notices, .page-top-test #low03 #news #tonarino-facility-notices {
  flex: 1;
  overflow-y: auto;
}
.home #low04 > div, .page-top-test #low04 > div {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .home #low04 > div, .page-top-test #low04 > div {
    display: block;
  }
}
.home #low04 > div > div, .home #low04 > div picture, .page-top-test #low04 > div > div, .page-top-test #low04 > div picture {
  flex: 0 0 30%;
}
@media only screen and (max-width: 959px) {
  .home #low04 > div > div, .home #low04 > div picture, .page-top-test #low04 > div > div, .page-top-test #low04 > div picture {
    margin-bottom: 30px;
  }
}
.home #low04 > div #map, .page-top-test #low04 > div #map {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
  padding-top: 65%;
  height: 0;
}
.home #low04 > div #map iframe, .page-top-test #low04 > div #map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home #low04 > div .car, .home #low04 > div .train, .page-top-test #low04 > div .car, .page-top-test #low04 > div .train {
  display: flex;
}
.home #low04 > div .car img, .home #low04 > div .train img, .page-top-test #low04 > div .car img, .page-top-test #low04 > div .train img {
  max-width: 20px;
  margin-right: 10px;
}
.home #low04 > div div.car, .page-top-test #low04 > div div.car {
  margin-bottom: 0.5em;
  align-items: flex-start;
}
.home #low04 > div div.car p, .page-top-test #low04 > div div.car p {
  line-height: 1.3;
}
.home #low04 > div div.car img, .page-top-test #low04 > div div.car img {
  margin-top: 0.5em;
}
.home #low04 > div div.train, .page-top-test #low04 > div div.train {
  color: #749C48;
  margin-bottom: 2em;
  align-items: center;
}

/* index Scss */
.page-faq #contents dl, .page-faq-test #contents dl {
  padding-bottom: 20px;
}
.page-faq #contents dl em, .page-faq-test #contents dl em {
  display: block;
  margin-left: 2em;
}
.page-faq #contents dl strong, .page-faq-test #contents dl strong {
  font-weight: bold;
}
.page-faq #contents dl dt, .page-faq-test #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:first-child, .page-faq-test #contents dl dt:first-child {
  margin-top: 0;
}
.page-faq #contents dl dt:before, .page-faq-test #contents dl dt:before {
  content: "Q. ";
  position: absolute;
  top: -0.4em;
  left: 0;
  font-size: 2rem;
  color: rgba(116, 156, 72, 0.7);
}
.page-faq #contents dl dd, .page-faq-test #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, .page-faq-test #contents dl dd:before {
  content: "A. ";
  position: absolute;
  top: -0.5em;
  left: 0;
  font-weight: bold;
  font-size: 2rem;
  color: #B4ABA4;
}

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

/* index Scss */
.page-treatment #contents ul.treatBanner {
  list-style: none;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 2%;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .page-treatment #contents ul.treatBanner {
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .page-treatment #contents ul.treatBanner {
    gap: 15px 4%;
  }
}
.page-treatment #contents .treatBanner li {
  margin: 0;
  flex: 0 0 23.5%;
  border: 1px solid #749C48;
  border-radius: 8px;
  padding: 24px 16px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  /* カード内の縦揃え設定 */
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* カード全体のホバーアニメーション */
}
.page-treatment #contents .treatBanner li:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .page-treatment #contents .treatBanner li {
    flex: 0 0 48%;
  }
}
@media only screen and (max-width: 600px) {
  .page-treatment #contents .treatBanner li {
    flex: 0 0 100%;
    padding: 20px 14px;
  }
}
.page-treatment #contents .treatBanner li {
  /* アイコン画像 */
}
.page-treatment #contents .treatBanner li img {
  display: block;
  max-width: 60px;
  height: auto;
  margin: 0 auto 12px;
  transition: transform 0.3s ease;
}
.page-treatment #contents .treatBanner li {
  /* ホバー時にアイコンを少し拡大 */
}
.page-treatment #contents .treatBanner li:hover img {
  transform: scale(1.08);
}
.page-treatment #contents .treatBanner li {
  /* 見出し */
}
.page-treatment #contents .treatBanner li h3 {
  border: none !important;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  color: #749C48 !important;
  margin: 0 0 10px;
  line-height: 1.4;
}
.page-treatment #contents .treatBanner li {
  /* 説明文 */
}
.page-treatment #contents .treatBanner li p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
  margin: 0 0 16px;
  flex-grow: 1;
}
.page-treatment #contents .treatBanner li {
  /* ボタンエリア */
}
.page-treatment #contents .treatBanner li .button {
  text-align: center;
  margin: auto 0 0;
  flex-grow: 0;
}
.page-treatment #contents .treatBanner li .button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  padding: 10px 16px;
  background-color: #749C48;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  /* 右矢印アイコン（CSS疑似要素） */
}
.page-treatment #contents .treatBanner li .button a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.page-treatment #contents .treatBanner li .button a {
  /* ボタンホバー時 */
}
.page-treatment #contents .treatBanner li .button a:hover {
  background-color: rgb(136.5157894737, 178.8315789474, 89.9684210526);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  /* 矢印を右にスライド */
}
.page-treatment #contents .treatBanner li .button a:hover::after {
  transform: rotate(45deg) translate(2px, -2px);
}

.page-orthopedic_surgery h2, .page-diabetes h2, .page-rheumatism h2, .page-rehabilitation h2, .page-orthopedic_surgery-test h2, .page-rheumatism-test h2, .page-rehabilitation-test h2 {
  color: #749C48;
}
.page-orthopedic_surgery h3 span, .page-diabetes h3 span, .page-rheumatism h3 span, .page-rehabilitation h3 span, .page-orthopedic_surgery-test h3 span, .page-rheumatism-test h3 span, .page-rehabilitation-test h3 span {
  color: #749C48;
  font-size: 1.3em;
  font-weight: bold;
}
.page-orthopedic_surgery .sec-lead, .page-diabetes .sec-lead, .page-rheumatism .sec-lead, .page-rehabilitation .sec-lead, .page-orthopedic_surgery-test .sec-lead, .page-rheumatism-test .sec-lead, .page-rehabilitation-test .sec-lead {
  margin-bottom: 35px;
}
.page-orthopedic_surgery .check-box, .page-diabetes .check-box, .page-rheumatism .check-box, .page-rehabilitation .check-box, .page-orthopedic_surgery-test .check-box, .page-rheumatism-test .check-box, .page-rehabilitation-test .check-box {
  background-color: #FFF;
  border: 1px solid #E2DAD3;
  border-radius: 12px;
  padding: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .page-orthopedic_surgery .check-box, .page-diabetes .check-box, .page-rheumatism .check-box, .page-rehabilitation .check-box, .page-orthopedic_surgery-test .check-box, .page-rheumatism-test .check-box, .page-rehabilitation-test .check-box {
    padding: 15px;
  }
}
.page-orthopedic_surgery .check-box h3, .page-diabetes .check-box h3, .page-rheumatism .check-box h3, .page-rehabilitation .check-box h3, .page-orthopedic_surgery-test .check-box h3, .page-rheumatism-test .check-box h3, .page-rehabilitation-test .check-box h3 {
  font-size: 1.2rem;
  color: #749C48;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-orthopedic_surgery .check-list, .page-diabetes .check-list, .page-rheumatism .check-list, .page-rehabilitation .check-list, .page-orthopedic_surgery-test .check-list, .page-rheumatism-test .check-list, .page-rehabilitation-test .check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-orthopedic_surgery .check-list li, .page-diabetes .check-list li, .page-rheumatism .check-list li, .page-rehabilitation .check-list li, .page-orthopedic_surgery-test .check-list li, .page-rheumatism-test .check-list li, .page-rehabilitation-test .check-list li {
  position: relative;
  padding-left: 28px;
  font-size: 0.95rem;
  margin-bottom: 1em;
}
.page-orthopedic_surgery .check-list li:before, .page-diabetes .check-list li:before, .page-rheumatism .check-list li:before, .page-rehabilitation .check-list li:before, .page-orthopedic_surgery-test .check-list li:before, .page-rheumatism-test .check-list li:before, .page-rehabilitation-test .check-list li:before {
  content: ""; /* Unicodeチェックマーク */
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 15px;
  background: url(../img/common/check.svg) no-repeat left center;
  background-size: contain;
  font-size: 0.9em;
  color: #B4ABA4;
}
.page-orthopedic_surgery .feature-list, .page-diabetes .feature-list, .page-rheumatism .feature-list, .page-rehabilitation .feature-list, .page-orthopedic_surgery-test .feature-list, .page-rheumatism-test .feature-list, .page-rehabilitation-test .feature-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}
.page-orthopedic_surgery .feature-item, .page-diabetes .feature-item, .page-rheumatism .feature-item, .page-rehabilitation .feature-item, .page-orthopedic_surgery-test .feature-item, .page-rheumatism-test .feature-item, .page-rehabilitation-test .feature-item {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 20px 24px;
  box-shadow: 0 4px 12px rgba(180, 171, 164, 0.15);
}
.page-orthopedic_surgery .feature-item dt, .page-diabetes .feature-item dt, .page-rheumatism .feature-item dt, .page-rehabilitation .feature-item dt, .page-orthopedic_surgery-test .feature-item dt, .page-rheumatism-test .feature-item dt, .page-rehabilitation-test .feature-item dt {
  font-size: 1.15rem;
  font-weight: bold;
  color: #749C48;
  margin-bottom: 8px;
}
.page-orthopedic_surgery .feature-item dd, .page-diabetes .feature-item dd, .page-rheumatism .feature-item dd, .page-rehabilitation .feature-item dd, .page-orthopedic_surgery-test .feature-item dd, .page-rheumatism-test .feature-item dd, .page-rehabilitation-test .feature-item dd {
  margin: 0;
  font-size: 0.95rem;
  color: #423D3A;
}
.page-orthopedic_surgery .symptom-card-group, .page-diabetes .symptom-card-group, .page-rheumatism .symptom-card-group, .page-rehabilitation .symptom-card-group, .page-orthopedic_surgery-test .symptom-card-group, .page-rheumatism-test .symptom-card-group, .page-rehabilitation-test .symptom-card-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-orthopedic_surgery .symptom-card, .page-diabetes .symptom-card, .page-rheumatism .symptom-card, .page-rehabilitation .symptom-card, .page-orthopedic_surgery-test .symptom-card, .page-rheumatism-test .symptom-card, .page-rehabilitation-test .symptom-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  border: 1px solid #E2DAD3;
  box-shadow: 0 4px 12px rgba(180, 171, 164, 0.15);
  margin-bottom: 30px !important;
}
.page-orthopedic_surgery .symptom-card h3, .page-diabetes .symptom-card h3, .page-rheumatism .symptom-card h3, .page-rehabilitation .symptom-card h3, .page-orthopedic_surgery-test .symptom-card h3, .page-rheumatism-test .symptom-card h3, .page-rehabilitation-test .symptom-card h3 {
  font-size: 1.3rem;
  color: #749C48;
  margin-top: 0;
  border-bottom: 2px solid #E9E0D9;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.page-orthopedic_surgery .symptom-detail, .page-diabetes .symptom-detail, .page-rheumatism .symptom-detail, .page-rehabilitation .symptom-detail, .page-orthopedic_surgery-test .symptom-detail, .page-rheumatism-test .symptom-detail, .page-rehabilitation-test .symptom-detail {
  margin-top: 20px;
  background-color: #F8F6F4;
  border: 1px solid #E2DAD3;
  padding: 20px;
  border-radius: 8px;
}
.page-orthopedic_surgery .symptom-detail dt, .page-diabetes .symptom-detail dt, .page-rheumatism .symptom-detail dt, .page-rehabilitation .symptom-detail dt, .page-orthopedic_surgery-test .symptom-detail dt, .page-rheumatism-test .symptom-detail dt, .page-rehabilitation-test .symptom-detail dt {
  color: #fff;
  margin-top: 12px;
  background: #7d8f51;
  padding: 2px 10px;
  border-radius: 50vh;
  margin-bottom: 0.5em;
  display: inline-block;
}
.page-orthopedic_surgery .symptom-detail dt:first-child, .page-diabetes .symptom-detail dt:first-child, .page-rheumatism .symptom-detail dt:first-child, .page-rehabilitation .symptom-detail dt:first-child, .page-orthopedic_surgery-test .symptom-detail dt:first-child, .page-rheumatism-test .symptom-detail dt:first-child, .page-rehabilitation-test .symptom-detail dt:first-child {
  margin-top: 0;
}
.page-orthopedic_surgery .symptom-detail dd, .page-diabetes .symptom-detail dd, .page-rheumatism .symptom-detail dd, .page-rehabilitation .symptom-detail dd, .page-orthopedic_surgery-test .symptom-detail dd, .page-rheumatism-test .symptom-detail dd, .page-rehabilitation-test .symptom-detail dd {
  margin: 4px 0 0 0;
  font-size: 0.9rem;
}
.page-orthopedic_surgery .exam-item, .page-diabetes .exam-item, .page-rheumatism .exam-item, .page-rehabilitation .exam-item, .page-orthopedic_surgery-test .exam-item, .page-rheumatism-test .exam-item, .page-rehabilitation-test .exam-item {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  border: 1px solid #E2DAD3;
  box-shadow: 0 4px 12px rgba(180, 171, 164, 0.15);
  margin-bottom: 30px !important;
}
.page-orthopedic_surgery .exam-item h3, .page-diabetes .exam-item h3, .page-rheumatism .exam-item h3, .page-rehabilitation .exam-item h3, .page-orthopedic_surgery-test .exam-item h3, .page-rheumatism-test .exam-item h3, .page-rehabilitation-test .exam-item h3 {
  font-size: 1.3rem;
  color: #749C48;
  margin-top: 0;
  border-bottom: 2px solid #E9E0D9;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.page-orthopedic_surgery .exam-item p, .page-diabetes .exam-item p, .page-rheumatism .exam-item p, .page-rehabilitation .exam-item p, .page-orthopedic_surgery-test .exam-item p, .page-rheumatism-test .exam-item p, .page-rehabilitation-test .exam-item p {
  font-size: 0.9rem;
  margin: 0;
}
.page-orthopedic_surgery .treatment-list, .page-diabetes .treatment-list, .page-rheumatism .treatment-list, .page-rehabilitation .treatment-list, .page-orthopedic_surgery-test .treatment-list, .page-rheumatism-test .treatment-list, .page-rehabilitation-test .treatment-list {
  margin-bottom: 40px !important;
}
.page-orthopedic_surgery .treatment-list .treatment-item, .page-diabetes .treatment-list .treatment-item, .page-rheumatism .treatment-list .treatment-item, .page-rehabilitation .treatment-list .treatment-item, .page-orthopedic_surgery-test .treatment-list .treatment-item, .page-rheumatism-test .treatment-list .treatment-item, .page-rehabilitation-test .treatment-list .treatment-item {
  background: #FFFFFF;
  border: 1px solid #E2DAD3;
  border-radius: 12px;
  padding: 20px 24px 10px;
  box-shadow: 0 4px 12px rgba(180, 171, 164, 0.15);
  margin-bottom: 20px;
}
.page-orthopedic_surgery .treatment-list .treatment-item:last-child, .page-diabetes .treatment-list .treatment-item:last-child, .page-rheumatism .treatment-list .treatment-item:last-child, .page-rehabilitation .treatment-list .treatment-item:last-child, .page-orthopedic_surgery-test .treatment-list .treatment-item:last-child, .page-rheumatism-test .treatment-list .treatment-item:last-child, .page-rehabilitation-test .treatment-list .treatment-item:last-child {
  margin-bottom: 40px;
  padding-bottom: 25px;
}
.page-orthopedic_surgery .treatment-list .treatment-item dt, .page-diabetes .treatment-list .treatment-item dt, .page-rheumatism .treatment-list .treatment-item dt, .page-rehabilitation .treatment-list .treatment-item dt, .page-orthopedic_surgery-test .treatment-list .treatment-item dt, .page-rheumatism-test .treatment-list .treatment-item dt, .page-rehabilitation-test .treatment-list .treatment-item dt {
  font-size: 1.1rem;
  font-weight: bold;
  color: #749C48;
  margin-bottom: 10px;
}
.page-orthopedic_surgery .treatment-list .treatment-item dd strong, .page-diabetes .treatment-list .treatment-item dd strong, .page-rheumatism .treatment-list .treatment-item dd strong, .page-rehabilitation .treatment-list .treatment-item dd strong, .page-orthopedic_surgery-test .treatment-list .treatment-item dd strong, .page-rheumatism-test .treatment-list .treatment-item dd strong, .page-rehabilitation-test .treatment-list .treatment-item dd strong {
  display: block;
  margin-top: 1em;
}
.page-orthopedic_surgery .treatment-list .treatment-item dd, .page-diabetes .treatment-list .treatment-item dd, .page-rheumatism .treatment-list .treatment-item dd, .page-rehabilitation .treatment-list .treatment-item dd, .page-orthopedic_surgery-test .treatment-list .treatment-item dd, .page-rheumatism-test .treatment-list .treatment-item dd, .page-rehabilitation-test .treatment-list .treatment-item dd {
  margin: 0;
  font-size: 0.9rem;
}
.page-orthopedic_surgery .sec-message, .page-diabetes .sec-message, .page-rheumatism .sec-message, .page-rehabilitation .sec-message, .page-orthopedic_surgery-test .sec-message, .page-rheumatism-test .sec-message, .page-rehabilitation-test .sec-message {
  background: linear-gradient(135deg, #E9E0D9 0%, #F8F6F4 100%);
  border: 2px solid #B4ABA4;
  border-radius: 12px;
}
.page-orthopedic_surgery .sec-message h2, .page-diabetes .sec-message h2, .page-rheumatism .sec-message h2, .page-rehabilitation .sec-message h2, .page-orthopedic_surgery-test .sec-message h2, .page-rheumatism-test .sec-message h2, .page-rehabilitation-test .sec-message h2 {
  text-align: center !important;
  color: #749C48;
  margin-top: 0 !important;
}
.page-orthopedic_surgery .sec-message p, .page-diabetes .sec-message p, .page-rheumatism .sec-message p, .page-rehabilitation .sec-message p, .page-orthopedic_surgery-test .sec-message p, .page-rheumatism-test .sec-message p, .page-rehabilitation-test .sec-message p {
  margin-bottom: 0;
}
.page-orthopedic_surgery .step, .page-diabetes .step, .page-rheumatism .step, .page-rehabilitation .step, .page-orthopedic_surgery-test .step, .page-rheumatism-test .step, .page-rehabilitation-test .step {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-orthopedic_surgery .step li, .page-diabetes .step li, .page-rheumatism .step li, .page-rehabilitation .step li, .page-orthopedic_surgery-test .step li, .page-rheumatism-test .step li, .page-rehabilitation-test .step li {
  counter-increment: step;
  position: relative;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  padding-left: 2rem;
}
.page-orthopedic_surgery .step li h4, .page-diabetes .step li h4, .page-rheumatism .step li h4, .page-rehabilitation .step li h4, .page-orthopedic_surgery-test .step li h4, .page-rheumatism-test .step li h4, .page-rehabilitation-test .step li h4 {
  margin-bottom: 0.5rem;
  color: rgb(141.5263157895, 182.0526315789, 96.9473684211);
  font-weight: bold;
}
.page-orthopedic_surgery .step li::before, .page-diabetes .step li::before, .page-rheumatism .step li::before, .page-rehabilitation .step li::before, .page-orthopedic_surgery-test .step li::before, .page-rheumatism-test .step li::before, .page-rehabilitation-test .step li::before {
  content: counter(step) ".";
  position: absolute;
  left: 0;
  top: -0.1em;
  color: #749C48;
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-orthopedic_surgery .kinds > div, .page-diabetes .kinds > div, .page-rheumatism .kinds > div, .page-rehabilitation .kinds > div, .page-orthopedic_surgery-test .kinds > div, .page-rheumatism-test .kinds > div, .page-rehabilitation-test .kinds > div {
  margin-bottom: 1em;
}
.page-orthopedic_surgery .kinds dt, .page-diabetes .kinds dt, .page-rheumatism .kinds dt, .page-rehabilitation .kinds dt, .page-orthopedic_surgery-test .kinds dt, .page-rheumatism-test .kinds dt, .page-rehabilitation-test .kinds dt {
  font-weight: bold;
  font-size: 1.3rem;
  display: inline-block;
  background: rgb(132.6626506024, 119.5421686747, 109.3373493976);
  color: #fff;
  padding: 2px 10px;
  border-radius: 50vh;
  margin-bottom: 10px;
}
.page-orthopedic_surgery .kinds dd, .page-diabetes .kinds dd, .page-rheumatism .kinds dd, .page-rehabilitation .kinds dd, .page-orthopedic_surgery-test .kinds dd, .page-rheumatism-test .kinds dd, .page-rehabilitation-test .kinds dd {
  margin-bottom: 30px;
}
.page-orthopedic_surgery .complications picture img, .page-diabetes .complications picture img, .page-rheumatism .complications picture img, .page-rehabilitation .complications picture img, .page-orthopedic_surgery-test .complications picture img, .page-rheumatism-test .complications picture img, .page-rehabilitation-test .complications picture img {
  max-width: 500px;
  margin: 40px auto;
}
.page-orthopedic_surgery .insulin, .page-diabetes .insulin, .page-rheumatism .insulin, .page-rehabilitation .insulin, .page-orthopedic_surgery-test .insulin, .page-rheumatism-test .insulin, .page-rehabilitation-test .insulin {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 959px) {
  .page-orthopedic_surgery .insulin, .page-diabetes .insulin, .page-rheumatism .insulin, .page-rehabilitation .insulin, .page-orthopedic_surgery-test .insulin, .page-rheumatism-test .insulin, .page-rehabilitation-test .insulin {
    display: block;
  }
}
.page-orthopedic_surgery .insulin h4, .page-diabetes .insulin h4, .page-rheumatism .insulin h4, .page-rehabilitation .insulin h4, .page-orthopedic_surgery-test .insulin h4, .page-rheumatism-test .insulin h4, .page-rehabilitation-test .insulin h4 {
  color: #fff;
  text-align: center;
  border-radius: 5px;
  border-bottom: none;
}
@media only screen and (max-width: 600px) {
  .page-orthopedic_surgery .insulin figure img, .page-diabetes .insulin figure img, .page-rheumatism .insulin figure img, .page-rehabilitation .insulin figure img, .page-orthopedic_surgery-test .insulin figure img, .page-rheumatism-test .insulin figure img, .page-rehabilitation-test .insulin figure img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.page-orthopedic_surgery .insulin ol, .page-diabetes .insulin ol, .page-rheumatism .insulin ol, .page-rehabilitation .insulin ol, .page-orthopedic_surgery-test .insulin ol, .page-rheumatism-test .insulin ol, .page-rehabilitation-test .insulin ol {
  margin-left: 1em;
}
.page-orthopedic_surgery .insulin ol li, .page-diabetes .insulin ol li, .page-rheumatism .insulin ol li, .page-rehabilitation .insulin ol li, .page-orthopedic_surgery-test .insulin ol li, .page-rheumatism-test .insulin ol li, .page-rehabilitation-test .insulin ol li {
  font-size: 0.8rem;
  list-style-type: decimal !important;
}
.page-orthopedic_surgery .insulin p, .page-diabetes .insulin p, .page-rheumatism .insulin p, .page-rehabilitation .insulin p, .page-orthopedic_surgery-test .insulin p, .page-rheumatism-test .insulin p, .page-rehabilitation-test .insulin p {
  text-align: center;
  font-weight: bold;
}
.page-orthopedic_surgery .insulin > div:first-child, .page-diabetes .insulin > div:first-child, .page-rheumatism .insulin > div:first-child, .page-rehabilitation .insulin > div:first-child, .page-orthopedic_surgery-test .insulin > div:first-child, .page-rheumatism-test .insulin > div:first-child, .page-rehabilitation-test .insulin > div:first-child {
  flex: 0 0 31%;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .page-orthopedic_surgery .insulin > div:first-child ul, .page-diabetes .insulin > div:first-child ul, .page-rheumatism .insulin > div:first-child ul, .page-rehabilitation .insulin > div:first-child ul, .page-orthopedic_surgery-test .insulin > div:first-child ul, .page-rheumatism-test .insulin > div:first-child ul, .page-rehabilitation-test .insulin > div:first-child ul {
    width: 48%;
  }
}
@media only screen and (max-width: 959px) {
  .page-orthopedic_surgery .insulin > div:first-child, .page-diabetes .insulin > div:first-child, .page-rheumatism .insulin > div:first-child, .page-rehabilitation .insulin > div:first-child, .page-orthopedic_surgery-test .insulin > div:first-child, .page-rheumatism-test .insulin > div:first-child, .page-rehabilitation-test .insulin > div:first-child {
    margin-bottom: 40px;
  }
}
.page-orthopedic_surgery .insulin > div:first-child h4, .page-diabetes .insulin > div:first-child h4, .page-rheumatism .insulin > div:first-child h4, .page-rehabilitation .insulin > div:first-child h4, .page-orthopedic_surgery-test .insulin > div:first-child h4, .page-rheumatism-test .insulin > div:first-child h4, .page-rehabilitation-test .insulin > div:first-child h4 {
  background: rgb(168.4789156627, 158.0963855422, 150.0210843373);
}
.page-orthopedic_surgery .insulin > div:first-child p, .page-diabetes .insulin > div:first-child p, .page-rheumatism .insulin > div:first-child p, .page-rehabilitation .insulin > div:first-child p, .page-orthopedic_surgery-test .insulin > div:first-child p, .page-rheumatism-test .insulin > div:first-child p, .page-rehabilitation-test .insulin > div:first-child p {
  color: rgb(132.6626506024, 119.5421686747, 109.3373493976);
  border: 1px solid rgb(132.6626506024, 119.5421686747, 109.3373493976);
}
.page-orthopedic_surgery .insulin > div:nth-child(2), .page-diabetes .insulin > div:nth-child(2), .page-rheumatism .insulin > div:nth-child(2), .page-rehabilitation .insulin > div:nth-child(2), .page-orthopedic_surgery-test .insulin > div:nth-child(2), .page-rheumatism-test .insulin > div:nth-child(2), .page-rehabilitation-test .insulin > div:nth-child(2) {
  flex: 0 0 62%;
}
.page-orthopedic_surgery .insulin > div:nth-child(2) h4, .page-diabetes .insulin > div:nth-child(2) h4, .page-rheumatism .insulin > div:nth-child(2) h4, .page-rehabilitation .insulin > div:nth-child(2) h4, .page-orthopedic_surgery-test .insulin > div:nth-child(2) h4, .page-rheumatism-test .insulin > div:nth-child(2) h4, .page-rehabilitation-test .insulin > div:nth-child(2) h4 {
  background: #749C48;
}
.page-orthopedic_surgery .insulin > div:nth-child(2) h5, .page-diabetes .insulin > div:nth-child(2) h5, .page-rheumatism .insulin > div:nth-child(2) h5, .page-rehabilitation .insulin > div:nth-child(2) h5, .page-orthopedic_surgery-test .insulin > div:nth-child(2) h5, .page-rheumatism-test .insulin > div:nth-child(2) h5, .page-rehabilitation-test .insulin > div:nth-child(2) h5 {
  color: #749C48;
}
.page-orthopedic_surgery .insulin > div:nth-child(2) > ul, .page-diabetes .insulin > div:nth-child(2) > ul, .page-rheumatism .insulin > div:nth-child(2) > ul, .page-rehabilitation .insulin > div:nth-child(2) > ul, .page-orthopedic_surgery-test .insulin > div:nth-child(2) > ul, .page-rheumatism-test .insulin > div:nth-child(2) > ul, .page-rehabilitation-test .insulin > div:nth-child(2) > ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
@media only screen and (max-width: 600px) {
  .page-orthopedic_surgery .insulin > div:nth-child(2) > ul, .page-diabetes .insulin > div:nth-child(2) > ul, .page-rheumatism .insulin > div:nth-child(2) > ul, .page-rehabilitation .insulin > div:nth-child(2) > ul, .page-orthopedic_surgery-test .insulin > div:nth-child(2) > ul, .page-rheumatism-test .insulin > div:nth-child(2) > ul, .page-rehabilitation-test .insulin > div:nth-child(2) > ul {
    display: block;
  }
}
.page-orthopedic_surgery .insulin > div:nth-child(2) > ul > li, .page-diabetes .insulin > div:nth-child(2) > ul > li, .page-rheumatism .insulin > div:nth-child(2) > ul > li, .page-rehabilitation .insulin > div:nth-child(2) > ul > li, .page-orthopedic_surgery-test .insulin > div:nth-child(2) > ul > li, .page-rheumatism-test .insulin > div:nth-child(2) > ul > li, .page-rehabilitation-test .insulin > div:nth-child(2) > ul > li {
  flex: 0 0 48%;
  padding-right: 2%;
}
.page-orthopedic_surgery .insulin > div:nth-child(2) > ul > li:first-child, .page-diabetes .insulin > div:nth-child(2) > ul > li:first-child, .page-rheumatism .insulin > div:nth-child(2) > ul > li:first-child, .page-rehabilitation .insulin > div:nth-child(2) > ul > li:first-child, .page-orthopedic_surgery-test .insulin > div:nth-child(2) > ul > li:first-child, .page-rheumatism-test .insulin > div:nth-child(2) > ul > li:first-child, .page-rehabilitation-test .insulin > div:nth-child(2) > ul > li:first-child {
  border-right: 1px dotted #749C48;
}
@media only screen and (max-width: 600px) {
  .page-orthopedic_surgery .insulin > div:nth-child(2) > ul > li:first-child, .page-diabetes .insulin > div:nth-child(2) > ul > li:first-child, .page-rheumatism .insulin > div:nth-child(2) > ul > li:first-child, .page-rehabilitation .insulin > div:nth-child(2) > ul > li:first-child, .page-orthopedic_surgery-test .insulin > div:nth-child(2) > ul > li:first-child, .page-rheumatism-test .insulin > div:nth-child(2) > ul > li:first-child, .page-rehabilitation-test .insulin > div:nth-child(2) > ul > li:first-child {
    border-right: none;
    padding-right: 0;
  }
}
.page-orthopedic_surgery .insulin > div:nth-child(2) p, .page-diabetes .insulin > div:nth-child(2) p, .page-rheumatism .insulin > div:nth-child(2) p, .page-rehabilitation .insulin > div:nth-child(2) p, .page-orthopedic_surgery-test .insulin > div:nth-child(2) p, .page-rheumatism-test .insulin > div:nth-child(2) p, .page-rehabilitation-test .insulin > div:nth-child(2) p {
  color: #749C48;
  border: 1px solid #749C48;
}

/* index Scss */
.page-clinic #contents #low01 {
  /* 全体・レスポンシブ共通設定 */
  /* 2×2 のカード型レイアウト（スマホでは1列） */
}
.page-clinic #contents #low01 .features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.page-clinic #contents #low01 {
  /* カードのデザイン */
  /* トップラインのアクセントカラー（既存アイコンの色に合わせる） */
}
.page-clinic #contents #low01 .feature-card.blue01 h4 {
  border-bottom: 4px solid #00a0e9;
  color: #00a0e9;
}
.page-clinic #contents #low01 { /* 水色 */ }
.page-clinic #contents #low01 .feature-card.green h4 {
  border-bottom: 4px solid #8cc63f;
  color: #8cc63f;
}
.page-clinic #contents #low01 { /* 若草色 */ }
.page-clinic #contents #low01 .feature-card.orange h4 {
  border-bottom: 4px solid #f39800;
  color: #f39800;
}
.page-clinic #contents #low01 { /* オレンジ */ }
.page-clinic #contents #low01 .feature-card.pink h4 {
  border-bottom: 4px solid #e5007e;
  color: #e5007e;
}
.page-clinic #contents #low01 { /* ピンク */
  /* ナンバリング表記 */
}
.page-clinic #contents #low01 .card-number {
  font-size: 12px;
  font-weight: bold;
  color: #94a3b8;
  letter-spacing: 1px;
}
@media only screen and (max-width: 600px) {
  .page-clinic #contents #low01 .card-number {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.page-clinic #contents #low01 {
  /* アイコンとタイトルの並び */
}
.page-clinic #contents #low01 h4 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 600px) {
  .page-clinic #contents #low01 h4 {
    padding-top: 20px;
    font-size: 1.1rem;
    gap: 10px;
  }
}
.page-clinic #contents #low01 h4 img {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-clinic #contents #low02 .docPhoto, .page-clinic #contents #low03 .docPhoto {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .page-clinic #contents #low02 .docPhoto, .page-clinic #contents #low03 .docPhoto {
    display: block;
  }
}
.page-clinic #contents #low02 .docPhoto picture, .page-clinic #contents #low03 .docPhoto picture {
  padding-left: 5%;
  margin-bottom: 1em;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .page-clinic #contents #low02 .docPhoto picture, .page-clinic #contents #low03 .docPhoto picture {
    flex: 0 0 40%;
  }
}
@media only screen and (max-width: 600px) {
  .page-clinic #contents #low02 .docPhoto picture, .page-clinic #contents #low03 .docPhoto picture {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
  }
}
.page-clinic #contents #low02 .docPhoto picture img, .page-clinic #contents #low03 .docPhoto picture img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
}
.page-clinic #contents #low02 .reki th, .page-clinic #contents #low02 .reki td, .page-clinic #contents #low03 .reki th, .page-clinic #contents #low03 .reki td {
  padding: 5px;
}
.page-clinic #contents #low02 .reki tr, .page-clinic #contents #low03 .reki tr {
  border-bottom: 1px;
}
.page-clinic #contents #low02 .reki th, .page-clinic #contents #low03 .reki th {
  font-weight: bold;
  color: #749C48;
  white-space: nowrap;
}
.page-clinic #contents #low02 .reki td, .page-clinic #contents #low03 .reki td {
  font-weight: normal;
  line-height: 1.8;
}
.page-clinic #contents #low04 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .page-clinic #contents #low04 ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .page-clinic #contents #low04 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .page-clinic #contents #low04 ul {
    grid-template-columns: 1fr;
  }
}
.page-clinic #contents #low04 img {
  flex: 0 0 200px;
  max-width: 480px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 600px) {
  .page-clinic #contents #low04 img {
    margin: 0 auto 20px;
  }
}
.page-clinic #contents #low04 em {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
}
.page-clinic #contents #low04 p {
  font-size: 1rem;
  line-height: 1.8;
}
@media only screen and (max-width: 600px) {
  .page-clinic #contents #low04 p {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=style.css.map */