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

@media screen and (max-width: 767px) {
  #page {
    padding-bottom: 30px;
    margin-bottom: -30px;
    border-left: none;
    border-right: none;
  }
}
#page.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.symptoms .c-mainvisual span:first-child {
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 20px;
}
#page.symptoms .c-mainvisual h1 {
  font-size: 29px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width: 767px) {
  #page.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.symptoms .c-mainvisual span:first-child {
    font-size: 14px;
    letter-spacing: 0.07em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #page.symptoms .c-mainvisual h1 {
    font-size: 27px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }
}
#page.symptoms .c-breadcrumb {
  padding: 0 30px;
  margin-bottom: 80px;
}
#page.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.symptoms .c-breadcrumb li {
  position: relative;
  font-weight: 400;
  font-size: 13px;
}
#page.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.symptoms .c-breadcrumb a {
  color: #053864;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #page.symptoms .c-breadcrumb {
    padding: 0 15px;
    margin-bottom: 60px;
  }
  #page.symptoms .c-breadcrumb ul {
    gap: 15px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  #page.symptoms .c-breadcrumb li {
    font-size: 11px;
  }
  #page.symptoms .c-breadcrumb li:not(:last-child)::after {
    font-size: 10px;
    right: -13px;
  }
}
#page.symptoms .c-symptoms {
  padding: 0 0 105px 0;
  margin-top: -60px;
}
#page.symptoms .c-symptoms .tabContainer {
  position: relative;
  top: -30px;
  margin-bottom: 75px;
}
#page.symptoms .c-symptoms .tabList li {
  cursor: pointer;
}
#page.symptoms .c-symptoms .tabList li a {
  color: #053864;
}
#page.symptoms .c-symptoms .tabContent {
  margin-bottom: 0;
}
#page.symptoms .c-symptoms .tabContent .sports-disorder {
  max-height: none;
}
#page.symptoms .c-symptoms .tabContent .sports-disorder .c-symptoms-list-item-content .archive-symptoms {
  margin-top: 0;
}
#page.symptoms .c-symptoms .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.symptoms .c-symptoms .c-symptoms-list-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
#page.symptoms .c-symptoms .c-symptoms-list-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
#page.symptoms .c-symptoms .c-symptoms-list-item-title {
  position: relative;
  padding-left: 30px;
}
#page.symptoms .c-symptoms .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.symptoms .c-symptoms .c-symptoms-list-item-content a {
  padding: 10px 0 10px 20px;
}
#page.symptoms .c-symptoms .c-symptoms-list-item-content .archive-symptoms {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 12px;
  padding: 10px 0 10px 5px;
}
#page.symptoms .c-symptoms .c-symptoms-list-item-content .archive-symptoms:before {
  display: none;
}
#page.symptoms .c-symptoms .c-symptoms-list-item-content .archive-symptoms:after {
  content: "";
  display: block;
  background-image: url(../img/parts-symptoms/archive-arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 34px;
  height: 26px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #page.symptoms .c-symptoms {
    padding: 0 0 230px 0;
  }
  #page.symptoms .c-symptoms .tabContainer {
    top: -25px;
    margin-bottom: 50px;
  }
  #page.symptoms .c-symptoms .tabList li a {
    text-align: center;
    line-height: 1.3214285714;
  }
  #page.symptoms .c-symptoms .c-symptoms-list {
    display: block;
  }
  #page.symptoms .c-symptoms .c-symptoms-list-item-title {
    max-width: 100%;
  }
  #page.symptoms .c-symptoms .tabContent > div {
    padding: 30px 15px 40px;
  }
  #page.symptoms .c-symptoms .tabContent .sports-disorder .archive-symptoms:after {
    right: 0;
  }
  #page.symptoms .c-symptoms .c-symptoms-list-item-content {
    padding: 0 15px 0 15px;
  }
  #page.symptoms .c-symptoms .c-symptoms-list-item-content a {
    letter-spacing: 0;
    padding: 10px 0 10px 15px;
  }
  #page.symptoms .c-symptoms .c-symptoms-list-item-content a:before {
    width: 5px;
    height: 5px;
  }
  #page.symptoms .c-symptoms .c-symptoms-list-item-content .archive-symptoms:after {
    background-image: url(../img/parts-symptoms/archive-arrow-sp.png);
    width: 30px;
    height: 22px;
  }
  #page.symptoms .c-symptoms .c-symptoms-list-button {
    height: 56px;
    bottom: -30px;
  }
}
#page.symptoms .c-symptoms-bottom-text {
  max-width: 750px;
}
@media screen and (max-width: 767px) {
  #page.symptoms .c-symptoms-bottom-text {
    padding: 0 25px;
  }
}
#page.symptoms .dot-contents-section {
  padding: 60px 0 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page.symptoms .dot-contents-section {
    padding: 60px 0 0;
  }
}
#page.symptoms .c-line-first-plan {
  background-color: unset;
}
#page.symptoms .c-line-first-plan .c-line-first-plan-inner {
  margin: -145px auto 0;
}
@media screen and (max-width: 767px) {
  #page.symptoms .c-line-first-plan {
    margin-top: 0;
    padding: 55px 0 0 0;
    position: relative;
  }
  #page.symptoms .c-line-first-plan .c-line-first-plan-inner {
    margin: -220px auto 0;
  }
}

#page.symptoms-area {
  padding-top: 170px;
}
#page.symptoms-area .c-symptoms-bottom-text-shop-symptoms {
  display: none;
}
#page.symptoms-area .header-btm {
  background-color: #e5fbff;
}
#page.symptoms-area .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.symptoms-area .header-btm-name-hirakawa {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
#page.symptoms-area .header-btm-name-add {
  font-size: 30px;
}
#page.symptoms-area .header-btm-name-ttl {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
#page.symptoms-area .header-btm-link {
  display: unset;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 100%;
  max-width: 143px;
}
#page.symptoms-area .header-btm-link a {
  height: 70px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1100px) {
  #page.symptoms-area .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.symptoms-area .header-btm {
    background-image: url(../img/header/header-btm-info-bg-sp.png);
    background-size: cover;
  }
  #page.symptoms-area .header-btm:after {
    height: 7px;
  }
  #page.symptoms-area .header-btm-info {
    background-image: unset;
    padding: 0 7px 0 15px;
    height: 68px;
  }
  #page.symptoms-area .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.symptoms-area .header-btm-name-hirakawa {
    font-size: 11px;
    padding-left: 2px;
  }
  #page.symptoms-area .header-btm-name-add {
    display: none;
  }
  #page.symptoms-area .header-btm-name-ttl {
    font-size: 22px;
  }
  #page.symptoms-area .header-btm-link {
    display: none;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    max-width: 143px;
  }
  #page.symptoms-area .header-btm-link a {
    height: 70px;
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #page.symptoms-area {
    padding-top: 134px;
  }
}
#page.symptoms-shop {
  padding-top: 170px;
}
#page.symptoms-shop .c-symptoms-bottom-text-shop-index {
  display: none;
}
#page.symptoms-shop .c-symptoms-bottom-text-shop-symptoms {
  display: block;
}

@media screen and (max-width: 767px) {
  #page.symptoms-shop {
    padding-top: 134px;
  }
}
.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) {
  #page.symptoms .c-symptoms .tabContent > div {
    padding: 30px 15px 75px 15px;
  }
}