/* commonParts
---------------------------------------------------- */
#page-ttl {
  background-color: #fff;
  padding: 8.75rem 0;
}
@media screen and (max-width: 1199px) {
  #page-ttl {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl {
    padding: 80px 0;
  }
}
#page-ttl.__news {
  padding: 6.25rem 0;
}
@media screen and (max-width: 1199px) {
  #page-ttl.__news {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl.__news {
    padding: 80px 0;
  }
}
#page-ttl .pgttl-inner .logo {
  width: max(6em, 7.5rem);
  margin: 0 auto;
  margin-bottom: 1em;
}
#page-ttl .pgttl-inner .logo img {
  width: 100%;
  height: auto;
}
#page-ttl .pgttl-inner h2 {
  color: #99b244;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 3.25rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner h2 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 {
    font-size: 2em;
  }
}
#page-ttl .pgttl-inner .__breadcrumbs {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner .__breadcrumbs {
    margin-top: 0.6em;
  }
}
#page-ttl .pgttl-inner .__breadcrumbs ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#page-ttl .pgttl-inner .__breadcrumbs ul li {
  color: #757572;
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  margin-left: 1em;
  font-size: 0.85em;
}
#page-ttl .pgttl-inner .__breadcrumbs ul li::after {
  content: ">";
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-inner .__breadcrumbs ul li.__txtlimit {
    max-width: 13em;
  }
}
#page-ttl .pgttl-inner .__breadcrumbs ul li a {
  color: #757572;
  font-size: 1em;
}
#page-ttl .pgttl-inner .__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.anchor-link-list {
  margin-top: 1.6em;
}
.anchor-link-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1399px) {
  .anchor-link-list ul {
    justify-content: flex-start;
  }
}
.anchor-link-list ul .anchor-link {
  width: calc(25% - 0.45em);
  margin-right: 0.6em;
  margin-top: 0.6em;
}
.anchor-link-list ul .anchor-link:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1399px) {
  .anchor-link-list ul .anchor-link {
    width: calc(50% - 0.3em);
  }
  .anchor-link-list ul .anchor-link:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .anchor-link-list ul .anchor-link {
    width: 100%;
    margin-right: 0;
  }
}
.anchor-link-list ul .anchor-link a {
  color: #fff;
  background-color: #aca99a;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95em;
  padding: 0.6em 1.4em;
}
@media screen and (max-width: 767px) {
  .anchor-link-list ul .anchor-link a {
    font-size: 0.875em;
    padding: 0.6em 1.2em;
  }
}
.anchor-link-list ul .anchor-link a span.__arrow {
  display: block;
  width: 0.3em;
  margin-left: 1em;
}
.anchor-link-list ul .anchor-link a span.__arrow img {
  width: 100%;
  height: auto;
  transform: rotate(90deg);
  filter: invert(1);
}
.anchor-link-list ul .anchor-link.__page a {
  color: #757572;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .anchor-link-list ul .anchor-link.__page a span.__sp-hidden {
    display: none;
  }
}
.anchor-link-list ul .anchor-link.__page a span.__arrow img {
  transform: rotate(0);
  filter: invert(0);
}

.__content-style01 .content-ttl h4 {
  font-family: "Shippori Mincho", serif;
  font-size: max(1.5em, 2rem);
}
@media screen and (max-width: 767px) {
  .__content-style01 .content-ttl h4 {
    font-size: 1.275em;
  }
}
.__content-style01 .content-txt {
  margin-top: 1.6em;
}
.__content-style01 .note-txt {
  margin-top: 1.6em;
}

/* about.html
---------------------------------------------------- */
.sec-about_features .feature-list {
  margin-top: 2em;
}
.sec-about_features .feature-list ul {
  display: flex;
  justify-content: space-between;
  margin-top: 1.6em;
}
@media screen and (max-width: 1199px) {
  .sec-about_features .feature-list ul {
    display: block;
  }
}
.sec-about_features .feature-list ul .feature-list-item {
  width: calc(33.3333333333% - 1.3333333333em);
}
@media screen and (max-width: 1199px) {
  .sec-about_features .feature-list ul .feature-list-item {
    width: 100%;
    margin-top: 1em;
  }
}
.sec-about_features .patients-content .patients-list {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-about_features .patients-content .patients-list {
    margin-top: 0.6em;
  }
}
.sec-about_features .patients-content .patients-list ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-about_features .patients-content .patients-list ul .patients-list-item p {
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec-about_features .patients-content .patients-list ul .patients-list-item p {
    font-size: 1em;
  }
}
.sec-about_features .patients-content .patients-list ul.main-list .patients-list-item {
  position: relative;
  width: calc(25% - 0.75em);
  margin-top: 1em;
  margin-right: 1em;
  aspect-ratio: 1/1;
  padding: 0;
}
.sec-about_features .patients-content .patients-list ul.main-list .patients-list-item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .sec-about_features .patients-content .patients-list ul.main-list .patients-list-item {
    width: calc(50% - 0.5em);
    aspect-ratio: initial;
    height: 6em;
  }
  .sec-about_features .patients-content .patients-list ul.main-list .patients-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-about_features .patients-content .patients-list ul.main-list .patients-list-item {
    width: 100%;
    height: 3em;
    margin-right: 0;
  }
}
.sec-about_features .patients-content .patients-list ul.main-list .patients-list-item p {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.sec-about_features .patients-content .patients-list ul.other-list {
  margin-top: 1em;
}

.sec-about_evidence .sec-txt {
  margin-top: 2em;
}
.sec-about_evidence .merit-content .merit-list ul {
  display: flex;
  justify-content: space-between;
  margin-top: 1.6em;
}
@media screen and (max-width: 1199px) {
  .sec-about_evidence .merit-content .merit-list ul {
    display: block;
  }
}
.sec-about_evidence .merit-content .merit-list ul .merit-list-item {
  width: calc(50% - 1em);
}
@media screen and (max-width: 1199px) {
  .sec-about_evidence .merit-content .merit-list ul .merit-list-item {
    width: 100%;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-about_evidence .merit-content .merit-list ul .merit-list-item p {
    text-align: start;
  }
}

.sec-about_message .sec-txt {
  margin-top: 2em;
}
.sec-about_message .sec-txt p {
  line-height: 2em;
  margin-top: 1em;
}
.sec-about_message .profile-content .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.4em;
}
@media screen and (max-width: 991px) {
  .sec-about_message .profile-content .flex-wrap {
    display: block;
  }
}
.sec-about_message .profile-content .flex-wrap .profile-img {
  width: 14em;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 991px) {
  .sec-about_message .profile-content .flex-wrap .profile-img {
    width: max(16em, 37.5rem);
    aspect-ratio: 4/3;
    margin: 0 auto;
  }
}
.sec-about_message .profile-content .flex-wrap .profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-about_message .profile-content .flex-wrap .right-content {
  width: calc(100% - 14em - 5rem);
}
@media screen and (max-width: 991px) {
  .sec-about_message .profile-content .flex-wrap .right-content {
    width: 100%;
    margin-top: 1em;
  }
}
.sec-about_message .profile-content .flex-wrap .right-content .profile-txt p {
  font-family: "Shippori Mincho", serif;
  line-height: 2em;
  margin-top: 1em;
}
.sec-about_message .profile-content .flex-wrap .right-content .profile-txt p.__name {
  font-weight: 500;
  font-size: max(1.5em, 2rem);
  line-height: 1.6em;
  margin-top: 0;
}
.sec-about_message .profile-content .flex-wrap .right-content .profile-txt p.__credentials {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .sec-about_message .profile-content .flex-wrap .right-content .profile-txt p.__name, .sec-about_message .profile-content .flex-wrap .right-content .profile-txt p.__credentials {
    text-align: center;
  }
}
.sec-about_message .profile-content .flex-wrap .right-content .credentials-list {
  margin-top: 1.6em;
}
.sec-about_message .profile-content .flex-wrap .right-content .credentials-list .content-inner {
  text-align: start;
  display: block;
}
.sec-about_message .profile-content .flex-wrap .right-content .credentials-list h5 {
  font-weight: 500;
}
.sec-about_message .profile-content .flex-wrap .right-content .credentials-list p {
  font-size: 0.95em;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-about_message .profile-content .flex-wrap .right-content .credentials-list p {
    font-size: 1em;
  }
}

.sec-about_outline .table-content {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-about_outline .table-content {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-about_outline .notices-content {
    margin-top: 1em;
  }
}
.sec-about_outline .notices-content .table-content {
  margin-top: 2.4em;
}
@media screen and (max-width: 767px) {
  .sec-about_outline .notices-content .table-content {
    margin-top: 1.6em;
  }
}
@media screen and (max-width: 991px) {
  .sec-about_outline .notices-content .table-content dl {
    display: block;
  }
}
.sec-about_outline .notices-content .table-content dl:nth-of-type(1) {
  border-top: solid 1px #ccccc6;
}
.sec-about_outline .notices-content .table-content dl dt {
  width: 24em;
}
@media screen and (max-width: 991px) {
  .sec-about_outline .notices-content .table-content dl dt {
    width: 100%;
  }
}
.sec-about_outline .notices-content .table-content dl dd {
  width: calc(100% - 24em);
}
@media screen and (max-width: 991px) {
  .sec-about_outline .notices-content .table-content dl dd {
    width: 100%;
    margin-top: 1em;
  }
}
.sec-about_outline .notices-content .table-content dl dd h5 {
  font-weight: 500;
  color: #99b244;
  margin-top: 1.6em;
}
.sec-about_outline .notices-content .table-content dl dd h5:nth-of-type(1) {
  margin-top: 0;
}
.sec-about_outline .notices-content .table-content dl dd .hour-wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 0.6em;
}
.sec-about_outline .notices-content .table-content dl dd .hour-wrap:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sec-about_outline .notices-content .table-content dl dd .hour-wrap {
    display: block;
  }
}
.sec-about_outline .notices-content .table-content dl dd span.__week {
  display: block;
  width: 10em;
  flex-shrink: 0;
}
.sec-about_outline .notices-content .table-content dl dd span.__note {
  display: inline-block;
  color: #757572;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.85em;
}

/* first.html
---------------------------------------------------- */
.sec-first_visit {
  text-align: center;
}
.sec-first_visit .intro-catch {
  font-family: "Shippori Mincho", serif;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-first_visit .intro-catch {
    margin-top: 2em;
  }
}
.sec-first_visit .intro-catch p {
  font-size: max(1.25em, 1.5rem);
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .sec-first_visit .intro-catch p {
    font-size: 1.125em;
  }
}
.sec-first_visit .intro-txt {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-first_visit .intro-txt p {
    margin-top: 1em;
  }
}
.sec-first_visit .symptoms-list {
  margin-top: 2.4em;
}
@media screen and (max-width: 767px) {
  .sec-first_visit .symptoms-list {
    margin-top: 1.6em;
  }
}
.sec-first_visit .symptoms-list .slider-symptoms .slider-content .content-inner .content-illust {
  width: 6em;
  margin: 0 auto;
  margin-top: -0.4em;
}
.sec-first_visit .symptoms-list .slider-symptoms .slider-content .content-inner .content-illust img {
  width: 100%;
  height: auto;
}
.sec-first_visit .symptoms-list .slider-symptoms .slider-content .content-inner .content-ttl {
  display: flex;
  align-items: center;
  height: 4.8em;
}
@media screen and (max-width: 767px) {
  .sec-first_visit .symptoms-list .slider-symptoms .slider-content .content-inner .content-ttl {
    height: auto;
    padding: 1em 0;
  }
}
.sec-first_visit .symptoms-list .slider-symptoms .slider-content .content-inner .content-ttl h4 {
  width: 100%;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec-first_visit .symptoms-list .slider-symptoms .slider-content .content-inner .content-ttl h4 {
    font-size: 1.05em;
  }
}
.sec-first_visit .symptoms-list .slider-symptoms .slider-content .content-inner .content-txt p {
  color: #a7a7a7;
  font-size: 0.925em;
}
.sec-first_visit .sec-txt .txt-wrap {
  margin-top: 4em;
}
.sec-first_visit .sec-txt .txt-wrap:nth-of-type(1) {
  margin-top: 0;
}
.sec-first_visit .sec-txt .txt-wrap p {
  text-align: center;
  line-height: 2em;
  margin-top: 1em;
}
.sec-first_visit .sec-txt .txt-wrap p:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sec-first_visit .sec-txt .txt-wrap p {
    font-size: 1em;
  }
}
.sec-first_visit .sec-link {
  margin-top: 4em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .sec-first_visit .sec-link {
    margin-top: 3.6em;
    margin-bottom: 1em;
  }
}
.sec-first_visit .sec-link .__linkbtn02 {
  margin: 0 auto;
}

.sec-first_guide .sec-txt {
  margin-top: 2.4em;
}
.sec-first_guide .sec-txt p {
  margin-top: 1em;
}
.sec-first_guide .sec-txt p.__name {
  text-align: end;
  margin-top: 4em;
}
.sec-first_guide .sec-txt p.__name em {
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .sec-first_guide .sec-txt p.__name em {
    font-size: 1.25em;
  }
}
.sec-first_guide .notices-content {
  margin-top: 2.4em;
}
.sec-first_guide .notices-content .content-inner {
  text-align: start;
  font-family: "Noto Sans JP", sans-serif;
}
.sec-first_guide .notices-content .content-inner ul li {
  color: #757572;
  font-size: 0.95em;
  margin-top: 1.6em;
}
.sec-first_guide .notices-content .content-inner ul li:nth-of-type(1) {
  margin-top: 0;
}

.sec-first_questionnaire .sec-txt {
  margin-top: 2em;
}
.sec-first_questionnaire .sec-link {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-first_questionnaire .sec-link {
    margin-top: 3em;
  }
}
.sec-first_questionnaire .sec-link .__linkbtn02 {
  margin: 0 auto;
}

/* medicaltreatment.html
---------------------------------------------------- */
.sec-medicaltreatment_flow .flow-list ul .flow-list-item {
  position: relative;
  padding: 3.6em 0;
  border-bottom: solid 1px #ccccc6;
}
.sec-medicaltreatment_flow .flow-list ul .flow-list-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .sec-medicaltreatment_flow .flow-list ul .flow-list-item {
    padding: 2.4em 0;
  }
}
.sec-medicaltreatment_flow .flow-list ul .flow-list-item .item-ttl h4 {
  font-family: "Shippori Mincho", serif;
  font-size: max(1.5em, 1.6875rem);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-medicaltreatment_flow .flow-list ul .flow-list-item .item-ttl h4 {
    font-size: 1.175em;
  }
}
.sec-medicaltreatment_flow .flow-list ul .flow-list-item .item-ttl h4 span.__num {
  color: #a7a7a7;
  font-weight: 300;
  font-size: 1.125em;
  margin-right: 0.6em;
}
.sec-medicaltreatment_flow .flow-list ul .flow-list-item .item-txt {
  margin-top: 1em;
}
.sec-medicaltreatment_flow .flow-list ul .flow-list-item .item-txt p {
  font-family: "Shippori Mincho", serif;
  margin-top: 1em;
}
.sec-medicaltreatment_flow .flow-list ul .flow-list-item .item-txt p span.__labelstyle02 {
  font-size: 0.85em;
}
.sec-medicaltreatment_flow .flow-list ul .flow-list-item .item-txt h5 {
  font-family: "Shippori Mincho", serif;
  margin-top: 1.6em;
  margin-bottom: -1em;
}
.sec-medicaltreatment_flow .flow-list ul .flow-list-item .item-txt ul.__note {
  margin-top: 1em;
}
.sec-medicaltreatment_flow .flow-list ul .flow-list-item .content-wrap.__border {
  margin-top: 2em;
}
.sec-medicaltreatment_flow .flow-list ul .flow-list-item .content-wrap.__border .content-inner {
  text-align: start;
  padding: 3.5rem 5rem;
}
@media screen and (max-width: 767px) {
  .sec-medicaltreatment_flow .flow-list ul .flow-list-item .content-wrap.__border .content-inner {
    padding: 1.6em 1.2em;
  }
}
.sec-medicaltreatment_flow .flow-list ul .flow-list-item .content-wrap.__border .content-inner .__revisit-reservation {
  justify-content: flex-start;
}
.sec-medicaltreatment_flow .flow-list ul .flow-list-item .content-wrap.__border .content-inner .__revisit-reservation .__linkbtn02 {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-medicaltreatment_flow .flow-list ul .flow-list-item .content-wrap.__border .content-inner .__revisit-reservation .__linkbtn02 {
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 1em;
  }
}

.sec-medicaltreatment_support .sec-txt {
  margin-top: 2.4em;
}
.sec-medicaltreatment_support .notices-content {
  margin-top: 2.4em;
}
.sec-medicaltreatment_support .notices-content .content-inner {
  text-align: start;
}
.sec-medicaltreatment_support .notices-content .content-inner ul li {
  margin-top: 1.6em;
}
.sec-medicaltreatment_support .notices-content .content-inner ul li:nth-of-type(1) {
  margin-top: 0;
}
.sec-medicaltreatment_support .notices-content .content-inner ul li span.__small {
  display: inline-block;
  font-size: 0.9em;
}

.sec-medicaltreatment_first-support .sec-txt {
  margin-top: 2em;
}
.sec-medicaltreatment_first-support .content-wrap.__border {
  border-color: #ccccc6;
  margin-top: 2.4em;
}
.sec-medicaltreatment_first-support .content-wrap.__border .content-inner {
  border-color: #ccccc6;
  justify-content: flex-start;
  text-align: start;
}
.sec-medicaltreatment_first-support .content-wrap.__border .content-inner ul li {
  margin-top: 1.6em;
}
.sec-medicaltreatment_first-support .content-wrap.__border .content-inner ul li:nth-of-type(1) {
  margin-top: 0;
}
.sec-medicaltreatment_first-support .content-wrap.__border .content-inner ul li h4 {
  font-weight: 500;
  color: #99b244;
}
.sec-medicaltreatment_first-support .returning-content .content-wrap {
  margin-top: 1.6em;
}

/* kokoro.html
---------------------------------------------------- */
.sec-kokoro .sec-txt {
  margin-top: 2.4em;
}
.sec-kokoro .sec-txt p {
  line-height: 2em;
  margin-top: 2em;
}
.sec-kokoro .patients-list {
  margin-top: 1em;
}
.sec-kokoro .patients-list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-kokoro .patients-list > ul .patients-list-item {
  background-color: #fff;
  width: calc(50% - 1em);
  margin-top: 2em;
  padding: 3.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-kokoro .patients-list > ul .patients-list-item {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .sec-kokoro .patients-list > ul .patients-list-item {
    padding: 2.4em 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-kokoro .patients-list > ul .patients-list-item {
    padding: 1.6em 1.2em;
  }
}
.sec-kokoro .patients-list > ul .patients-list-item:last-of-type {
  width: 100%;
}
.sec-kokoro .patients-list > ul .patients-list-item .item-ttl {
  border-bottom: solid 1px #f0f0eb;
  padding-bottom: 1.2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec-kokoro .patients-list > ul .patients-list-item .item-ttl {
    padding-bottom: 0.8em;
  }
}
.sec-kokoro .patients-list > ul .patients-list-item .item-ttl h4 {
  text-align: center;
  color: #99b244;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: max(1.5em, 1.6875rem);
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .sec-kokoro .patients-list > ul .patients-list-item .item-ttl h4 {
    font-size: 1.175em;
  }
}
.sec-kokoro .patients-list > ul .patients-list-item .item-txt ul li {
  color: #757572;
  font-size: 0.95em;
  margin-top: 0.8em;
}
.sec-kokoro .patients-list > ul .patients-list-item .item-txt ul li::before {
  background-color: #a8be5c;
}

/* question.html
---------------------------------------------------- */
.sec-faq:nth-of-type(even) {
  background-color: #f0f0eb;
}
.sec-faq .qa-list {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-faq .qa-list {
    margin-top: 1em;
  }
}
.sec-faq .qa-list dl.qa-list-item {
  background-color: #fff;
  border: solid 1px #f0f0eb;
  margin-top: 1.2em;
}
@media screen and (max-width: 767px) {
  .sec-faq .qa-list dl.qa-list-item {
    margin-top: 0.6em;
  }
}
.sec-faq .qa-list dl.qa-list-item .item-inner {
  display: flex;
  align-items: flex-start;
}
.sec-faq .qa-list dl.qa-list-item .item-inner span.__initial {
  display: block;
  font-family: "Shippori Mincho", serif;
  color: #99b244;
  flex-shrink: 0;
  margin-right: 0.8em;
}
@media screen and (max-width: 767px) {
  .sec-faq .qa-list dl.qa-list-item .item-inner span.__initial {
    margin-right: 0.6em;
  }
}
.sec-faq .qa-list dl.qa-list-item dt {
  font-weight: 400;
  line-height: 1.4em;
  padding: 1.6em 2em;
  padding-right: 3em;
}
@media screen and (max-width: 991px) {
  .sec-faq .qa-list dl.qa-list-item dt {
    padding: 1.2em 1em;
    padding-right: 2.4em;
  }
}
.sec-faq .qa-list dl.qa-list-item dd {
  padding: 0 2em;
}
@media screen and (max-width: 991px) {
  .sec-faq .qa-list dl.qa-list-item dd {
    padding: 0 1em;
  }
}
.sec-faq .qa-list dl.qa-list-item dd .item-inner {
  border-top: solid 1px #f0f0eb;
  padding: 1.6em 0;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 991px) {
  .sec-faq .qa-list dl.qa-list-item dd .item-inner {
    padding: 1.2em 0;
  }
}
.sec-faq .qa-list dl.qa-list-item dd .item-inner p {
  line-height: 2em;
}
.sec-faq .qa-list dl.qa-list-item dd .item-inner p a {
  display: inline;
}
.sec-faq .qa-list dl.qa-list-item dd .item-inner ul.__note {
  margin-top: 1em;
}
.sec-faq .qa-list dl.qa-list-item dd .item-inner .symptoms-list {
  margin-top: 1em;
}
.sec-faq .qa-list dl.qa-list-item dd .item-inner .symptoms-list ul .symptoms-list-item {
  padding: 1.6em 0;
  border-top: solid 1px #ccccc6;
}
.sec-faq .qa-list dl.qa-list-item dd .item-inner .symptoms-list ul .symptoms-list-item:last-of-type {
  padding-bottom: 0;
}
.sec-faq .qa-list dl.qa-list-item dd .item-inner .symptoms-list ul .symptoms-list-item .item-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1em;
  color: #8ba435;
}
.sec-faq .qa-list dl.qa-list-item dd .item-inner .symptoms-list ul .symptoms-list-item .item-content ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
@media screen and (max-width: 991px) {
  .sec-faq .qa-list dl.qa-list-item dd .item-inner .symptoms-list ul .symptoms-list-item .item-content ul {
    margin-top: 0.6em;
  }
}
.sec-faq .qa-list dl.qa-list-item dd .item-inner .symptoms-list ul .symptoms-list-item .item-content ul li {
  width: calc(50% - 1em);
  display: flex;
  font-family: "Shippori Mincho", serif;
  line-height: 1.4em;
  margin-right: 2em;
  margin-top: 0.6em;
}
.sec-faq .qa-list dl.qa-list-item dd .item-inner .symptoms-list ul .symptoms-list-item .item-content ul li::before {
  color: #757572;
  opacity: 0.8;
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  display: block;
  margin-right: 0.3em;
  flex-shrink: 0;
}
.sec-faq .qa-list dl.qa-list-item dd .item-inner .symptoms-list ul .symptoms-list-item .item-content ul li:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .sec-faq .qa-list dl.qa-list-item dd .item-inner .symptoms-list ul .symptoms-list-item .item-content ul li {
    width: 100%;
    margin-right: 0;
  }
}
.sec-faq .qa-list dl.qa-list-item .accordion-btn {
  position: relative;
  cursor: pointer;
}
.sec-faq .qa-list dl.qa-list-item .accordion-btn span.__plus {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  color: #aca99a;
  font-size: 0.9em;
  margin-top: 1.8em;
  margin-right: 2.2em;
}
@media screen and (max-width: 991px) {
  .sec-faq .qa-list dl.qa-list-item .accordion-btn span.__plus {
    margin-top: 1.3em;
    margin-right: 1.4em;
  }
}
.sec-faq .qa-list dl.qa-list-item .accordion-btn span.__plus::before {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.sec-faq .qa-list dl.qa-list-item .accordion-btn span.__txt {
  padding-right: 2em;
}
.sec-faq .qa-list dl.qa-list-item .accordion-btn.__open span.__plus::before {
  content: "\f068";
}
.sec-faq .qa-list dl.qa-list-item .accordion-inner {
  display: none;
}

/* access.html
---------------------------------------------------- */
.sec-access .sec-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.4em;
}
@media screen and (max-width: 1199px) {
  .sec-access .sec-content {
    display: block;
  }
}
.sec-access .sec-content .google-map {
  width: 37.5rem;
  height: 28em;
}
@media screen and (max-width: 1199px) {
  .sec-access .sec-content .google-map {
    width: 100%;
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .sec-access .sec-content .google-map {
    height: 360px;
  }
}
.sec-access .sec-content .google-map iframe {
  width: 100%;
  height: 100%;
}
.sec-access .sec-content .right-content {
  width: calc(100% - 37.5rem - 6.25rem);
}
@media screen and (max-width: 1199px) {
  .sec-access .sec-content .right-content {
    width: 100%;
    margin-top: 3em;
  }
}
.sec-access .sec-content .right-content .sec-txt {
  margin-top: 1em;
}
.sec-access .sec-content .right-content .contact-content {
  display: flex;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-access .sec-content .right-content .contact-content {
    display: block;
    margin-top: 2em;
  }
}
.sec-access .sec-content .right-content .contact-content .content-wrap {
  width: -moz-max-content;
  width: max-content;
  background-color: #f0f0eb;
  border: solid 1px #ccccc6;
  border-radius: 50vh;
  padding: 1em 2em;
  margin-top: 0.6em;
  margin-right: 0.6em;
}
.sec-access .sec-content .right-content .contact-content .content-wrap p {
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .sec-access .sec-content .right-content .contact-content .content-wrap p {
    font-size: 0.95em;
  }
}
.sec-access .sec-content .right-content .contact-content .content-wrap p a {
  display: inline;
  font-size: 1em;
}
.sec-access .sec-content .right-content .contact-content .content-wrap p span.num-txt {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25em;
  margin-left: 0.4em;
}
.sec-access .sec-content .right-content .access-info {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-access .sec-content .right-content .access-info {
    margin-top: 3em;
  }
}
.sec-access .sec-content .right-content .access-info h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.125em;
  color: #8ba435;
  margin-top: 1.4em;
  margin-bottom: 0.4em;
}
.sec-access .sec-content .right-content .access-info p {
  color: #757572;
}/*# sourceMappingURL=sub.css.map */