@charset "UTF-8";
#page {
  padding-top: 100px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  #page {
    padding-top: 64px;
  }
}
.wrap {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

#page.review-general .header-btm {
  background-color: unset;
}
#page.review-general .header-btm .header-flex {
  display: block;
}
#page.review-general .header-btm .header-btm-info {
  display: none;
}
#page.review-general .header-btm .header-btm-tel {
  display: none;
}
#page.review-general .header-btm .header-btm-link {
  display: block;
}
#page.review-general .header-btm .header-btm-line {
  height: 70px;
  max-width: 145px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  #page.review-general .header-btm {
    display: none;
  }
}
#page.area-review .header-btm {
  background-color: #e5fbff;
}
#page.area-review .header-btm-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 77.35%;
          flex: 0 0 77.35%;
  background-image: url(../img/header/header-btm-info-bg.png);
  background-size: 100% 100%;
  border-radius: 0 50px 50px 0;
  padding: 0 8px 0 35px;
  height: 70px;
}
#page.area-review .header-btm-name-hirakawa {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
#page.area-review .header-btm-name-add {
  font-size: 30px;
}
#page.area-review .header-btm-name-ttl {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
#page.area-review .header-btm-link {
  display: unset;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 100%;
  max-width: 143px;
}
#page.area-review .header-btm-link a {
  height: 70px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1100px) {
  #page.area-review .header-btm-name {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  #page.area-review .header-btm {
    background-image: url(../img/header/header-btm-info-bg-sp.png);
    background-size: cover;
  }
  #page.area-review .header-btm:after {
    height: 7px;
  }
  #page.area-review .header-btm-info {
    background-image: unset;
    padding: 0 7px 0 15px;
    height: 68px;
  }
  #page.area-review .header-btm-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 6px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #page.area-review .header-btm-name-hirakawa {
    font-size: 11px;
    padding-left: 2px;
  }
  #page.area-review .header-btm-name-add {
    display: none;
  }
  #page.area-review .header-btm-name-ttl {
    font-size: 22px;
  }
  #page.area-review .header-btm-link {
    display: none;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    max-width: 143px;
  }
  #page.area-review .header-btm-link a {
    height: 70px;
    margin: 0 0 0 auto;
  }
}

.c-review-contents-no-review {
  text-align: center;
}
.c-review-contents-no-review p {
  font-size: 26px;
  font-weight: 500;
  color: #053864;
}

@media screen and (max-width: 767px) {
  .c-review-contents-no-review p {
    font-size: 18px;
  }
}
.c-pagination {
  padding: 30px 0 25px;
}
.c-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-top: 1px solid #053864;
  border-bottom: 1px solid #053864;
}
.c-pagination .number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}
.c-pagination .number-wrap a:hover {
  color: #a4b6c6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-pagination a {
  font-size: 15px;
  color: #053864;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-pagination span {
  font-size: 17px;
  color: #869eb4;
}
.c-pagination .c-pagination-prev,
.c-pagination .c-pagination-next {
  width: 100%;
  max-width: 290px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  height: 70px;
}
.c-pagination .c-pagination-prev {
  border-right: 1px solid #053864;
}
.c-pagination .c-pagination-prev.news {
  border-right: none;
  margin: 0 auto;
}
.c-pagination .c-pagination-prev a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 70px;
}
.c-pagination .c-pagination-prev a:before {
  content: "";
  display: block;
  background-image: url(../img/two-column-layout/archive-next-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 54px;
  height: 36px;
  position: absolute;
  top: 0;
  left: -50px;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-pagination .c-pagination-prev a:hover:before {
  background-image: url(../img/two-column-layout/archive-next-arrow-hover.png);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-pagination .c-pagination-prev .prev-nolink {
  color: #869eb4;
}
.c-pagination .c-pagination-prev .prev-nolink:before {
  -webkit-transition: unset;
  transition: unset;
  background-image: url(../img/two-column-layout/archive-next-arrow-nolink.png);
}
.c-pagination .c-pagination-prev .prev-nolink:hover::before {
  background-image: url(../img/two-column-layout/archive-next-arrow-nolink.png);
}
.c-pagination .c-pagination-next {
  border-left: 1px solid #053864;
}
.c-pagination .c-pagination-next a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-right: 70px;
}
.c-pagination .c-pagination-next a:after {
  content: "";
  display: block;
  background-image: url(../img/two-column-layout/archive-next-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 54px;
  height: 36px;
  position: absolute;
  top: 0;
  right: -50px;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-pagination .c-pagination-next a:hover:after {
  background-image: url(../img/two-column-layout/archive-next-arrow-hover.png);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-pagination .c-pagination-next .next-nolink {
  color: #869eb4;
}
.c-pagination .c-pagination-next .next-nolink:after {
  -webkit-transition: unset;
  transition: unset;
  background-image: url(../img/two-column-layout/archive-next-arrow-nolink.png);
}
.c-pagination .c-pagination-next .next-nolink:hover::after {
  background-image: url(../img/two-column-layout/archive-next-arrow-nolink.png);
}

@media screen and (max-width: 1000px) {
  .c-pagination {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-pagination ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .c-pagination a {
    font-size: 15px;
  }
  .c-pagination .c-pagination-prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-right: none;
  }
  .c-pagination .c-pagination-prev a {
    padding-left: 60px;
  }
  .c-pagination .c-pagination-prev a:before {
    width: 50px;
    height: 32px;
    left: -40px;
  }
  .c-pagination .c-pagination-next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-pagination .c-pagination-next a {
    padding-right: 60px;
  }
  .c-pagination .c-pagination-next a:after {
    width: 50px;
    height: 32px;
    right: -40px;
  }
  .c-pagination .number-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    border-top: 1px solid #053864;
    padding: 10px 0;
    height: 90px;
  }
  .c-pagination .number-wrap a {
    font-size: 17px;
  }
  .c-pagination .c-pagination-prev,
  .c-pagination .c-pagination-next {
    height: 90px;
    max-width: 50%;
  }
}
#page.review {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #page.review {
    padding-top: 64px;
    padding-bottom: 55px;
  }
}
#page.review .c-mainvisual {
  background-image: url(../img/two-column-layout/archive-title-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 230px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
#page.review .c-mainvisual .mv-ttl {
  font-size: 29px;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
#page.review .c-mainvisual p {
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.16em;
}
#page.review .c-mainvisual h1 {
  font-size: 29px;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
#page.review .c-mainvisual h1 .mv-subttl {
  margin-top: 15px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  #page.review .c-mainvisual {
    height: 165px;
    background-image: url(../img/two-column-layout/archive-title-bg-sp.png);
    background-size: 100% 100%;
    margin-bottom: 15px;
  }
  #page.review .c-mainvisual .mv-ttl {
    font-size: 27px;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
  }
  #page.review .c-mainvisual p {
    font-size: 14px;
    letter-spacing: 0.16em;
  }
  #page.review .c-mainvisual h1 {
    font-size: 27px;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
  }
  #page.review .c-mainvisual h1 .mv-subttl {
    margin-top: 10px;
  }
}
#page.review .c-review-contents {
  background-color: #fff;
  padding: 60px 0 0 0;
  margin-top: -60px;
}
#page.review .c-breadcrumb {
  padding: 0 30px;
  margin-bottom: 60px;
}
#page.review .c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#page.review .c-breadcrumb li {
  position: relative;
  font-weight: 400;
  font-size: 13px;
}
#page.review .c-breadcrumb li:not(:last-child)::after {
  content: "＞";
  font-size: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px;
  margin: auto;
  color: #053864;
}
#page.review .c-breadcrumb a {
  color: #053864;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #page.review .c-breadcrumb {
    padding: 0 15px;
    margin-bottom: 60px;
  }
  #page.review .c-breadcrumb ul {
    gap: 15px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  #page.review .c-breadcrumb li {
    font-size: 11px;
  }
  #page.review .c-breadcrumb li:not(:last-child)::after {
    font-size: 10px;
    right: -13px;
  }
}
#page.review .c-symptoms-review {
  padding: 0 0 105px 0;
  margin-top: -60px;
}
#page.review .c-symptoms-review .tabContainer {
  position: relative;
  top: -30px;
}
#page.review .c-symptoms-review .tabList li {
  cursor: pointer;
}
#page.review .c-symptoms-review .tabList li a {
  color: #053864;
}
#page.review .c-symptoms-review .tabList li:last-child a.active {
  background-color: #f5f5e7;
}
#page.review .c-symptoms-review .tabList li:last-child a.active:after {
  background-color: #f5f5e7;
}
#page.review .c-symptoms-review .tabContent {
  margin-bottom: 0;
}
#page.review .c-symptoms-review .tabContent .clinic-review {
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  height: auto;
  max-height: 470px;
}
#page.review .c-symptoms-review .tabContent .clinic-review:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 125px;
  -webkit-transition: 1s;
  transition: 1s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 231, 0)), color-stop(30%, rgba(245, 245, 231, 0.8)), to(#f5f5e7));
  background: linear-gradient(to bottom, rgba(245, 245, 231, 0) 0%, rgba(245, 245, 231, 0.8) 30%, #f5f5e7 100%);
}
#page.review .c-symptoms-review .tabContent .clinic-review.open:after {
  z-index: -1;
  opacity: 0;
}
#page.review .c-symptoms-review .tabContent .clinic-review.active {
  background-color: #f5f5e7;
}
#page.review .c-symptoms-review .c-symptoms-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 50px 0;
}
#page.review .c-symptoms-review .c-symptoms-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 50px 0;
  width: 100%;
}
#page.review .c-symptoms-review .c-symptoms-list-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
#page.review .c-symptoms-review .c-symptoms-list-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
#page.review .c-symptoms-review .c-symptoms-list-item.kyoto {
  margin-bottom: 35px;
}
#page.review .c-symptoms-review .c-symptoms-list-item.kyoto .c-symptoms-list-item-title::before {
  background-color: #34ced9;
}
#page.review .c-symptoms-review .c-symptoms-list-item.kyoto .c-symptoms-list-item-content a:before {
  -webkit-filter: brightness(0) saturate(100%) invert(89%) sepia(96%) saturate(6699%) hue-rotate(131deg) brightness(90%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(89%) sepia(96%) saturate(6699%) hue-rotate(131deg) brightness(90%) contrast(87%);
}
#page.review .c-symptoms-review .c-symptoms-list-item.osaka {
  margin-bottom: 35px;
}
#page.review .c-symptoms-review .c-symptoms-list-item.osaka .c-symptoms-list-item-title::before {
  background-color: #ff715b;
}
#page.review .c-symptoms-review .c-symptoms-list-item.osaka .c-symptoms-list-item-content a:before {
  -webkit-filter: brightness(0) saturate(100%) invert(62%) sepia(84%) saturate(2702%) hue-rotate(323deg) brightness(103%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(62%) sepia(84%) saturate(2702%) hue-rotate(323deg) brightness(103%) contrast(105%);
}
#page.review .c-symptoms-review .c-symptoms-list-item.shiga .c-symptoms-list-item-title::before {
  background-color: #ce71ff;
}
#page.review .c-symptoms-review .c-symptoms-list-item.shiga .c-symptoms-list-item-content a:before {
  -webkit-filter: brightness(0) saturate(100%) invert(56%) sepia(37%) saturate(3821%) hue-rotate(234deg) brightness(100%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(56%) sepia(37%) saturate(3821%) hue-rotate(234deg) brightness(100%) contrast(103%);
}
#page.review .c-symptoms-review .c-symptoms-list-item.hyogo .c-symptoms-list-item-title::before {
  background-color: #44d700;
}
#page.review .c-symptoms-review .c-symptoms-list-item.hyogo .c-symptoms-list-item-content a:before {
  -webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(82%) saturate(594%) hue-rotate(57deg) brightness(105%) contrast(111%);
          filter: brightness(0) saturate(100%) invert(51%) sepia(82%) saturate(594%) hue-rotate(57deg) brightness(105%) contrast(111%);
}
#page.review .c-symptoms-review .c-symptoms-list-item-title {
  position: relative;
  padding-left: 30px;
}
#page.review .c-symptoms-review .c-symptoms-list-item-title:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 16px;
  bottom: 0;
  margin: auto;
}
#page.review .c-symptoms-review .c-symptoms-list-item-content a {
  padding: 10px 0 10px 20px;
}
#page.review .c-symptoms-review .c-symptoms-list-item-content a.no-review {
  display: none;
}
@media screen and (max-width: 767px) {
  #page.review .c-symptoms-review {
    padding: 0 0 65px 0;
  }
  #page.review .c-symptoms-review .tabContainer {
    top: -25px;
  }
  #page.review .c-symptoms-review .tabList li a {
    text-align: center;
    line-height: 1.3214285714;
  }
  #page.review .c-symptoms-review .c-symptoms-list {
    display: block;
  }
  #page.review .c-symptoms-review .c-symptoms-list-inner {
    display: block;
  }
  #page.review .c-symptoms-review .c-symptoms-list-item-title {
    max-width: 100%;
  }
  #page.review .c-symptoms-review .tabContent > div {
    padding: 30px 15px 75px;
  }
  #page.review .c-symptoms-review .tabContent .clinic-review:after {
    height: 220px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 231, 0)), color-stop(70%, rgba(245, 245, 231, 0.8)), to(#f5f5e7));
    background: linear-gradient(to bottom, rgba(245, 245, 231, 0) 0%, rgba(245, 245, 231, 0.8) 70%, #f5f5e7 100%);
  }
  #page.review .c-symptoms-review .c-symptoms-list-item.shiga {
    margin-bottom: 35px;
  }
  #page.review .c-symptoms-review .c-symptoms-list-item-content a {
    letter-spacing: 0;
    padding: 10px 0 10px 15px;
  }
  #page.review .c-symptoms-review .c-symptoms-list-item-content a:before {
    width: 5px;
    height: 5px;
  }
}
#page.review .c-review-contents-list {
  margin-bottom: 30px;
}
#page.review .c-review-contents-list .c-review-contents-list-title {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #053864;
  border-bottom: 1px solid #053864;
  background-color: #fff;
  margin-bottom: 38px;
}
#page.review .c-review-contents-list .c-review-contents-list-title h1 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#page.review .c-review-contents-list .c-review-contents-list-title h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#page.review .c-review-contents-list .c-review-contents-list-wrap {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 58px 0;
}
#page.review .c-review-contents-list .c-review-slider-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  background-color: #fff;
  padding: 28px 26px 50px;
  border-top: 1px solid #053864;
  border-right: 1px solid #053864;
  border-bottom: 1px solid #053864;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page.review .c-review-contents-list .c-review-slider-item:nth-child(1), #page.review .c-review-contents-list .c-review-slider-item:nth-child(5), #page.review .c-review-contents-list .c-review-slider-item:nth-child(9) {
  border-left: 1px solid #053864;
}
#page.review .c-review-contents-list .c-review-slider-img {
  width: 100%;
  max-width: 270px;
  height: 160px;
  margin: 0 auto 22px;
}
#page.review .c-review-contents-list .c-review-slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 35%/50%;
}
#page.review .c-review-contents-list .c-review-slider-title {
  text-align: center;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.review .c-review-contents-list .c-review-slider-title p {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.6875;
}
#page.review .c-review-contents-list .c-review-slider-name {
  padding: 5px 0;
  margin-bottom: 8px;
  border-top: 1px solid #053864;
  border-bottom: 1px solid #053864;
  text-align: center;
}
#page.review .c-review-contents-list .c-review-slider-name p {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.7647058824;
}
#page.review .c-review-contents-list .c-review-slider-list p {
  padding: 10px 0 10px 15px;
  position: relative;
}
#page.review .c-review-contents-list .c-review-slider-list p:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #ff4d32;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.review .c-review-contents-list .c-review-slider-list p:not(:last-child) {
  border-bottom: 1px dotted #053864;
}
#page.review .c-review-contents-list .c-review-slider-button {
  text-align: center;
  width: 100%;
  max-width: 112px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: auto;
}
#page.review .c-review-contents-list .c-review-slider-button a {
  width: 100%;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border: 1px solid #053864;
  padding-right: 12px;
  padding-bottom: 1px;
  letter-spacing: -0.03em;
  position: relative;
  color: #053864;
}
#page.review .c-review-contents-list .c-review-slider-button a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/parts-store-review/arrow-navy.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.review .c-review-contents-list .c-review-slider-button a:hover {
  background-color: #053864;
  color: #fff;
}
#page.review .c-review-contents-list .c-review-slider-button a:hover:after {
  background-image: url(../img/parts-store-review/arrow-white.png);
}
#page.review .c-review-contents-list .c-review-link-button {
  margin: 0 auto;
  text-align: center;
}
#page.review .c-review-contents-list .c-review-link-button a {
  padding: 0 65px 0 20px;
  height: 50px;
  background-color: #053864;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  position: relative;
  letter-spacing: 0.04em;
}
#page.review .c-review-contents-list .c-review-link-button a:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../img/parts-store-review/arrow.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
#page.review .c-review-contents-list .c-review-link-button a:hover {
  color: #ffff00;
}
#page.review .c-review-contents-list .c-review-link-button a:hover:after {
  background-image: url(../img/parts-store-review/arrow-yellow.png);
}
@media screen and (max-width: 1000px) {
  #page.review .c-review-contents-list .c-review-contents-list-wrap {
    max-width: 92%;
  }
  #page.review .c-review-contents-list .c-review-slider-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  #page.review .c-review-contents-list .c-review-slider-item:nth-child(3), #page.review .c-review-contents-list .c-review-slider-item:nth-child(7) {
    border-left: 1px solid #053864;
  }
}
@media screen and (max-width: 767px) {
  #page.review .c-review-contents-list .c-review-contents-list-title {
    height: 95px;
  }
  #page.review .c-review-contents-list .c-review-contents-list-title h1 {
    font-size: 20px;
    line-height: 1.6;
  }
  #page.review .c-review-contents-list .c-review-contents-list-title h2 {
    font-size: 20px;
    line-height: 1.6;
  }
  #page.review .c-review-contents-list .c-review-contents-list-wrap {
    gap: 50px 0;
    max-width: 82%;
  }
  #page.review .c-review-contents-list .c-review-slider-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-left: 1px solid #053864;
    padding: 18px 16px 40px;
  }
  #page.review .c-review-contents-list .c-review-slider-img {
    margin: 0 auto 18px;
  }
  #page.review .c-review-contents-list .c-review-slider-img img {
    border-radius: 35%/65%;
  }
  #page.review .c-review-contents-list .c-review-slider-title p {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.7333333333;
  }
  #page.review .c-review-contents-list .c-review-slider-name {
    padding: 6px 0;
  }
  #page.review .c-review-contents-list .c-review-slider-name p {
    font-size: 15px;
  }
  #page.review .c-review-contents-list .c-review-slider-list p {
    font-size: 15px;
  }
  #page.review .c-review-contents-list .c-review-slider-button {
    max-width: 126px;
  }
  #page.review .c-review-contents-list .c-review-slider-button a {
    height: 36px;
    letter-spacing: 0.1em;
  }
  #page.review .c-review-contents-list .c-review-slider-button a:after {
    right: 13px;
  }
}
#page.review .dot-contents-section {
  padding: 60px 0 230px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page.review .dot-contents-section {
    padding: 60px 0 0;
  }
}
#page.review .c-line-first-plan {
  background-color: #fff;
  padding-bottom: 145px;
}
#page.review .c-line-first-plan .c-line-first-plan-inner {
  margin: -145px auto 0;
}
@media screen and (max-width: 767px) {
  #page.review .c-line-first-plan {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  #page.review .c-line-first-plan .c-line-first-plan-inner {
    margin: 0 auto;
  }
}
#page.review .c-find-clinic {
  padding: 0;
  margin-bottom: 0;
}

#page.review-symptoms .c-mainvisual {
  background-image: url(../img/two-column-layout/archive-title-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 230px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
#page.review-symptoms .c-mainvisual p {
  font-size: 16px;
  letter-spacing: 0.07em;
  margin-bottom: 18px;
}
#page.review-symptoms .c-mainvisual h1 {
  font-size: 34px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#page.review-symptoms .c-mainvisual h1 .ttl-clinic {
  display: block;
  font-size: 34px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#page.review-symptoms .c-mainvisual h1 .ttl-symptoms {
  display: block;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#page.review-symptoms .c-mainvisual h1 .mv-top-text {
  font-size: 16px;
  letter-spacing: 0.07em;
}
#page.review-symptoms .c-mainvisual h1 .mv-general-ttl {
  display: block;
  font-size: 34px;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  #page.review-symptoms .c-mainvisual {
    height: 165px;
    background-image: url(../img/two-column-layout/archive-title-bg-sp.png);
    background-size: 100% 100%;
    margin-bottom: 15px;
  }
  #page.review-symptoms .c-mainvisual p {
    font-size: 14px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }
  #page.review-symptoms .c-mainvisual h1 {
    font-size: 23px;
    letter-spacing: 0.07em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #page.review-symptoms .c-mainvisual h1 .ttl-clinic {
    font-size: 25px;
    letter-spacing: 0.07em;
  }
  #page.review-symptoms .c-mainvisual h1 .ttl-symptoms {
    font-size: 21px;
    letter-spacing: 0.07em;
  }
  #page.review-symptoms .c-mainvisual h1 .mv-top-text {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
  #page.review-symptoms .c-mainvisual h1 .mv-general-ttl {
    font-size: 23px;
    letter-spacing: 0.07em;
    margin-top: 8px;
  }
}
#page.review-symptoms .c-breadcrumb {
  padding: 0 30px;
  margin-bottom: 50px;
}
#page.review-symptoms .c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#page.review-symptoms .c-breadcrumb li {
  position: relative;
  font-weight: 400;
  font-size: 13px;
}
#page.review-symptoms .c-breadcrumb li:not(:last-child)::after {
  content: "＞";
  font-size: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px;
  margin: auto;
  color: #053864;
}
#page.review-symptoms .c-breadcrumb a {
  color: #053864;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #page.review-symptoms .c-breadcrumb {
    padding: 0 15px;
    margin-bottom: 45px;
  }
  #page.review-symptoms .c-breadcrumb ul {
    gap: 15px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  #page.review-symptoms .c-breadcrumb li {
    font-size: 11px;
  }
  #page.review-symptoms .c-breadcrumb li:not(:last-child)::after {
    font-size: 10px;
    right: -13px;
  }
}
#page.review-symptoms .dot-contents-section {
  padding: 20px 0 256px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page.review-symptoms .dot-contents-section {
    padding: 15px 0 0;
  }
}
#page.review-symptoms .review-symptoms-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #053864;
  border-bottom: 1px solid #053864;
}
@media screen and (max-width: 767px) {
  #page.review-symptoms .review-symptoms-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
#page.review-symptoms .review-symptoms-list-clinic {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  max-width: 360px;
  border-right: 1px solid #053864;
  padding: 58px 54px 0;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-title {
  padding-left: 20px;
  margin-bottom: 28px;
  position: relative;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-title:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #ff4d32;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-title p {
  font-size: 17px;
  letter-spacing: 0.14em;
  font-weight: 700;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-title-img {
  width: 100%;
  height: 200px;
  border: 6px solid #fff;
  margin-bottom: 20px;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-title-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-name {
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  border-top: 1px solid #053864;
  border-bottom: 1px solid #053864;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-name p {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-tel {
  width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3px;
  padding-left: 40px;
  border-bottom: 1px solid #053864;
  position: relative;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-tel:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(../img/parts-store-review-symptoms/tel-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-tel a {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.015em;
  font-family: "Roboto Condensed", sans-serif;
  color: #053864;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-wrap {
  padding: 23px 6px;
  margin-bottom: 20px;
  border-bottom: 1px solid #053864;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-address {
  margin-bottom: 20px;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-address p {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.7333333333;
  font-weight: 400;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-access {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-access:before {
  content: "";
  display: block;
  background-image: url(../img/parts-store-review-symptoms/access-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 22px;
  position: absolute;
  top: 3px;
  left: 1px;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-access p {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.7333333333;
  font-weight: 400;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-parking {
  padding-left: 30px;
  position: relative;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-parking:before {
  content: "";
  display: block;
  background-image: url(../img/parts-store-review-symptoms/parking-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 0;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-parking p {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.7333333333;
  font-weight: 400;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 152px;
  height: 38px;
  color: #fff;
  border-radius: 50px;
  padding-left: 25px;
  border: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-button a:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/parts-store-review-symptoms/arrow-icon-white.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-button .line-button {
  background-color: #06c755;
  margin-bottom: 9px;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-button .line-button:hover {
  background-color: #6cde9b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-button .detail-button {
  background-color: #053864;
}
#page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-button .detail-button:hover {
  background-color: #6a88a3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #page.review-symptoms .review-symptoms-list-clinic {
    max-width: 100%;
    border-right: none;
    padding: 45px 18px;
    border-top: 1px solid #053864;
  }
  #page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-title {
    padding-left: 18px;
  }
  #page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-title:before {
    width: 12px;
  }
  #page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-title p {
    font-size: 15px;
    font-weight: 600;
  }
  #page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-title-img {
    height: 218px;
    margin-bottom: 18px;
  }
  #page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-tel:before {
    width: 24px;
    height: 24px;
    top: 2px;
  }
  #page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-tel a {
    font-size: 29px;
  }
  #page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-access {
    margin-bottom: 15px;
    padding-left: 25px;
  }
  #page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-wrap {
    margin-bottom: 25px;
  }
  #page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-button a {
    max-width: 160px;
    height: 48px;
  }
  #page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-button a:after {
    right: 15px;
  }
  #page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-button .line-button {
    margin-bottom: 0;
  }
  #page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-parking {
    padding-left: 25px;
  }
  #page.review-symptoms .review-symptoms-list-clinic .review-symptoms-list-clinic-parking:before {
    left: -1px;
  }
}
#page.review-symptoms .review-symptoms-list-voice {
  width: 100%;
  background-color: #fff;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-heading {
  border-bottom: 1px solid #053864;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 68px;
  padding-right: 68px;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-title {
  margin-bottom: 20px;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-title p {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.7857142857;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-category a {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #053864;
  font-weight: 400;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-category .area {
  width: 100%;
  max-width: 116px;
  background-color: #053864;
  text-align: center;
  color: #fff;
  padding-left: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-category .area:hover {
  background-color: #6a88a3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-category .area:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -55px;
  right: 0;
  margin: auto;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-category .area.kyoto:before {
  background-color: #34ced9;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-category .area.osaka:before {
  background-color: #ff715b;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-category .area.shiga:before {
  background-color: #ce71ff;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-category .area.hyogo:before {
  background-color: #44d700;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-category .clinic {
  border: 1px solid #053864;
  padding: 0 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-category .clinic:hover {
  color: rgba(5, 56, 100, 0.5);
  border: 1px solid rgba(5, 56, 100, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents {
  padding: 60px 70px 30px;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  margin-bottom: 45px;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-img {
  width: 100%;
  max-width: 360px;
  height: 318px;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-img img {
  border-radius: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-text {
  width: 100%;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  border-top: 1px solid #053864;
  border-bottom: 1px solid #053864;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-text-wrap p {
  font-size: 16px;
  letter-spacing: 0.06em;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-text-wrap .name {
  margin-right: 26px;
  position: relative;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-text-wrap .name:after {
  content: "／";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -22px;
  margin: auto;
  color: #053864;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-text-wrap .age {
  margin-right: 10px;
  position: relative;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-text-wrap .age:after {
  content: "・";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
  color: #053864;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-text-detail p {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #053864;
  padding-left: 18px;
  position: relative;
  font-size: 16px;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-text-detail p:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #ff4d32;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 5px;
  margin: auto;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-item-wrap {
  margin-bottom: 60px;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-item:not(:last-child) {
  margin-bottom: 50px;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-item-title {
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-item-title:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #ff4d32;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-item-title p {
  font-size: 17px;
  letter-spacing: 0.06em;
  font-weight: 500;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-item-text p {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8823529412;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-item-text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #ffff00));
  background: linear-gradient(transparent 20%, #ffff00 20%);
  color: #053864;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-item-caption {
  text-align: right;
}
#page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-item-caption p {
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-heading {
    height: auto;
    padding: 45px 65px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top {
    display: block;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-img {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-heading {
    padding: 30px 18px 34px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-title p {
    font-size: 22px;
    line-height: 1.6444444444;
    letter-spacing: 0.05em;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-category a {
    font-size: 12px;
    height: 20px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-category .area {
    max-width: 85px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-category .area:before {
    width: 6px;
    height: 6px;
    top: 1px;
    left: -42px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-category .clinic {
    padding: 0 16px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents {
    padding: 55px 20px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top {
    margin-bottom: 60px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-img {
    max-width: 235px;
    height: 210px;
    margin: 0 auto 30px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-img img {
    border-radius: 30px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-text {
    padding: 0 18px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-text-wrap {
    height: 52px;
    margin-bottom: 0;
    padding: 0 8px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-text-wrap p {
    font-size: 15px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-text-detail p {
    height: 52px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-top-text-detail p:before {
    width: 6px;
    height: 6px;
    left: 9px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-item-wrap {
    margin-bottom: 35px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-item:not(:last-child) {
    margin-bottom: 40px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-item-title {
    margin-bottom: 15px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-item-title p {
    font-size: 15px;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-item-text p {
    font-size: 15px;
    line-height: 1.8666666667;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-item-caption {
    text-align: left;
  }
  #page.review-symptoms .review-symptoms-list-voice .review-symptoms-list-voice-contents-item-caption p {
    font-size: 13px;
    line-height: 1.6923076923;
  }
}
#page.review-symptoms .c-line-first-plan {
  background-color: unset;
  margin-top: -170px;
}
@media screen and (max-width: 767px) {
  #page.review-symptoms .c-line-first-plan {
    margin-top: 0;
    padding: 55px 0 75px 0;
    position: relative;
  }
}
#page.review-symptoms .c-pagination {
  padding: 0 0 60px 0;
}

#page.area-review {
  padding-top: 170px;
}
@media screen and (max-width: 767px) {
  #page.area-review {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  #page.area-review .c-breadcrumb {
    margin-bottom: 30px;
  }
}
#page.area-review .c-review-contents-list-title {
  gap: 18px;
}
#page.area-review .c-review-contents-list-title p {
  font-size: 14px;
  letter-spacing: 0.07em;
  border: 1px solid #053864;
  letter-spacing: 0.12em;
  padding: 5px 25px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  #page.area-review .c-review-contents-list-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 5px;
    padding-top: 5px;
  }
  #page.area-review .c-review-contents-list-title p {
    font-size: 12px;
    padding: 4px 18px;
  }
}
#page.area-review .dot-contents-section {
  padding: 35px 0 230px;
}
@media screen and (max-width: 767px) {
  #page.area-review .dot-contents-section {
    padding: 35px 0 0px;
  }
}
#page.area-review .c-pagination {
  padding: 30px 0 100px;
}
@media screen and (max-width: 767px) {
  #page.area-review .c-pagination {
    padding: 30px 0 50px;
  }
}
#page.area-review .c-symptoms-review {
  margin-top: 0;
  padding: 0 0 50px 0;
}
#page.area-review .c-symptoms-review-top-text {
  text-align: center;
  margin-bottom: 80px;
}
#page.area-review .c-symptoms-review-top-text p {
  font-size: 17px;
  letter-spacing: 0.1em;
}
#page.area-review .tabList li:last-child a {
  border-left: 1px solid #053864;
}
@media screen and (max-width: 1000px) {
  #page.area-review .tabList {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #page.area-review .c-symptoms-review-top-text {
    margin-bottom: 60px;
  }
  #page.area-review .c-symptoms-review-top-text p {
    font-size: 13px;
    line-height: 1.6923076923;
  }
}

#page.area-review-archive {
  padding-top: 170px;
}
@media screen and (max-width: 767px) {
  #page.area-review-archive {
    padding-top: 130px;
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  #page.area-review-archive .c-breadcrumb {
    margin-bottom: 30px;
  }
}
#page.area-review-archive .dot-contents-section {
  padding: 35px 0 230px;
}
@media screen and (max-width: 767px) {
  #page.area-review-archive .dot-contents-section {
    padding: 35px 0 0px;
  }
}
@media screen and (max-width: 767px) {
  #page.area-review-archive .c-review-contents-list-title {
    text-align: center;
  }
}
#page.area-review-archive .tabList {
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.area-review-archive .tabList li:last-child a {
  background-color: #fff;
}
#page.area-review-archive .c-pagination {
  padding: 30px 0 100px;
}
@media screen and (max-width: 767px) {
  #page.area-review-archive .c-pagination {
    padding: 30px 0 50px;
  }
}
#page.area-review-archive .c-symptoms-review {
  margin-top: 0;
  padding: 0 0 50px 0;
}
@media screen and (max-width: 1000px) {
  #page.area-review-archive .tabList {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #page.area-review-archive .tabList {
    margin-left: 0;
  }
}
#page.area-review-archive .c-symptoms-review-top-text {
  text-align: center;
  margin-bottom: 80px;
}
#page.area-review-archive .c-symptoms-review-top-text p {
  font-size: 17px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #page.area-review-archive .c-symptoms-review-top-text {
    margin-bottom: 60px;
  }
  #page.area-review-archive .c-symptoms-review-top-text p {
    font-size: 13px;
    line-height: 1.6923076923;
  }
}

#page.review-symptoms-detail .c-fukidashi-title {
  margin-bottom: 25px;
}
#page.review-symptoms-detail .c-fukidashi-title:after {
  bottom: -13px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  #page.review-symptoms-detail .c-fukidashi-title {
    margin-bottom: 20px;
    padding: 5px 18px 7px;
  }
  #page.review-symptoms-detail .c-fukidashi-title:after {
    bottom: -10px;
    height: 10px;
  }
}
#page.review-symptoms-detail .c-mainvisual {
  background-image: url(../img/parts-review-shop-detail/archive-title-bg.png);
  height: 296px;
  margin-top: 70px;
  padding-bottom: 10px;
}
#page.review-symptoms-detail .c-mainvisual .c-mainvisual-inner {
  width: 100%;
}
#page.review-symptoms-detail .c-mainvisual p {
  margin-bottom: 0;
}
#page.review-symptoms-detail .c-mainvisual h1 {
  width: 100%;
  max-width: 570px;
  margin: 0 auto 15px;
}
#page.review-symptoms-detail .c-mainvisual h1 .ttl-clinic {
  padding-bottom: 12px;
  border-bottom: 1px solid #053864;
  position: relative;
}
#page.review-symptoms-detail .c-mainvisual h1 .ttl-clinic::before {
  content: "";
  display: block;
  background-color: #053864;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 50px;
}
#page.review-symptoms-detail .c-mainvisual h1 .ttl-clinic::after {
  content: "";
  display: block;
  background-color: #053864;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: -3px;
  border-radius: 50px;
}
#page.review-symptoms-detail .c-mainvisual h1 .ttl-symptoms {
  margin-top: -35px;
}
#page.review-symptoms-detail .c-mainvisual h2 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #page.review-symptoms-detail .c-mainvisual {
    background-image: url(../img/parts-review-shop-detail/archive-title-bg-sp.png);
    height: 255px;
  }
  #page.review-symptoms-detail .c-mainvisual h1 {
    font-size: 25px;
    max-width: 285px;
    margin: 0 auto 0;
  }
  #page.review-symptoms-detail .c-mainvisual h1 .ttl-clinic {
    padding-bottom: 8px;
  }
  #page.review-symptoms-detail .c-mainvisual h1 .ttl-symptoms {
    margin-top: -25px;
  }
  #page.review-symptoms-detail .c-mainvisual h2 {
    font-size: 21px;
    letter-spacing: 0.08em;
  }
}

.c-find-clinic .c-find-clinic-content-map-list a.c-find-clinic-content-map-list-item-area {
  display: block !important;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: -30px;
  }
}