@charset "UTF-8";

.scrollbar-common-news {
  transition: opacity 0.3s ease;
  opacity: 0;
}

.scrollbar-common-news.is-ready {
  opacity: 1;
}

.scrollbar-common-news.is-vertical.is-active {
  overflow-x: auto;
}

.scrollbar-common-news.is-vertical .mCSB_scrollTools,
.scrollbar-common-news.is-vertical .mCSB_draggerContainer {
  height: 0.2rem !important;
}

.scrollbar-common-news.is-vertical .mCSB_draggerContainer::after {
  right: 0;
  left: 0;
}

.scrollbar-common-news.is-vertical .mCSB_dragger {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.scrollbar-common-news.is-horizontal.is-active {
  overflow-y: auto;
}

.scrollbar-common-news.is-horizontal .mCSB_scrollTools,
.scrollbar-common-news.is-horizontal .mCSB_draggerContainer {
  width: 0.2rem !important;
}

.scrollbar-common-news.is-horizontal .mCSB_draggerContainer::after {
  top: 0;
  bottom: 0;
}

.scrollbar-common-news.is-horizontal .mCSB_dragger {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.scrollbar-common-news * {
  opacity: 1 !important;
}

.scrollbar-common-news .mCSB_container {
  margin: 0 !important;
  padding: 0 !important;
}

.scrollbar-common-news .mCSB_draggerContainer::after {
  content: "";
  position: absolute;
  background-color: #fff;
}

.scrollbar-common-news .mCSB_dragger,
.scrollbar-common-news .mCSB_dragger_bar {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.2rem !important;
  min-width: auto !important;
  max-width: none !important;
  height: 0.2rem !important;
  min-height: auto !important;
  max-height: none !important;
  margin: 0 !important;
}

.scrollbar-common-news .mCSB_dragger {
  display: -ms-flexbox !important;
  display: flex !important;
  line-height: 1 !important;
}

.scrollbar-common-news .mCSB_dragger_bar {
  display: block !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  border-radius: 9999px !important;
  background-color: #f2e600 !important;
}

.scrollbar-common-news .mCSB_draggerRail {
  width: 0 !important;
  min-width: auto !important;
  max-width: none !important;
  height: 0 !important;
  min-height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
}



/* -------------------------------
* ▼ SP表示
* -------------------------------- */
@media only screen and (max-width: 767.98px) {
  .scrollbar-common-news.is-vertical .mCSB_draggerContainer::after {
    bottom: 50%;
    height: 0.01rem;
  }

  .scrollbar-common-news.is-horizontal .mCSB_draggerContainer::after {
    right: 50%;
    width: 0.01rem;
  }

  .scrollbar-common-news .mCSB_draggerContainer::after {
    background-color: #000;
  }
    /* お知らせ欄　移植 */

  .detailText{
    font-weight: normal;
    margin: 0.01rem 0 0.04rem 0.1rem;
    font-size: 0.15rem;
  }
  .detailUpfile{
    margin: 0.01rem 0 0.04rem 0.1rem;
  }
.detailText div,
.detailText div span {
  font-size: 0.15rem;
  line-height: 1.8;
}

.news_detail,
.news_detail p {
  font-size: 0.15rem !important;
  line-height: 1.8;
margin-bottom: 0.1rem;
}

.news_detail p:not(:last-child) {
  margin-bottom: 5px;
}

/* お知らせ 文章 */
.detailText div,
.detailText b,
.detailText i,
.detailText u,
.detailText strike,
.detailText div span,
.detailText span {
  font-size: inherit;
  line-height: 1.8;
}

.detailText b {
  font-weight: bold;
  font-size: inherit;
}

.detailText i {
  font-style: italic;
}

.detailText u {
  text-decoration: underline;
}

.detailText ul {
  list-style-type: disc;
  padding-left: 1em;
}

.detailText ol {
  list-style-type: decimal;
  padding-left: 1.2em;

}

.detailText div a {
  color: #3333ff;
  transition: .3s;
}

.detailText div a:hover {
  opacity: 0.6;
}


.detailUpfile a {
  color: #3333ff;
}

.detailUpfile a img {
  max-width: 350px;
  width: 100%;
  height: auto;
}
}

/* -------------------------------
* ▼ PC表示
* -------------------------------- */
@media print, (min-width: 768px) {
  .scrollbar-common-news.is-vertical .mCSB_draggerContainer::after {
    bottom: calc(50% - 1.5px);
    height: 3px;
  }

  .scrollbar-common-news.is-horizontal .mCSB_draggerContainer::after {
    right: calc(50% - 1.5px);
    width: 3px;
  }

  .scrollbar-common-news .mCSB_draggerContainer::after {
    background-color: #fff;
  }
      /* お知らせ欄　移植 */

      .detailText{
        font-weight: normal;
      }
  .detailText div,
  .detailText div span {
    font-size: 17px !important;
    line-height: 1.8;
  }

  .news_detail,
  .news_detail p {
    font-size: 16px !important;
    line-height: 1.8;
    margin-bottom: 10px;
  }

  .news_detail p:not(:last-child) {
    margin-bottom: 5px;
  }

  /* お知らせ 文章 */
  .detailText div,
  .detailText b,
  .detailText i,
  .detailText u,
  .detailText strike,
  .detailText div span,
  .detailText span {
    font-size: inherit;
    line-height: 1.8;
  }

  .detailText b {
    font-weight: bold;
  }

  .detailText i {
    font-style: italic;
  }

  .detailText u {
    text-decoration: underline;
  }

  .detailText ul {
    list-style-type: disc;
    padding-left: 1em;
  }

  .detailText ol {
    list-style-type: decimal;
    padding-left: 1em;

  }

  .detailText div a {
    color: #3333ff;
    transition: .3s;
  }

  .detailText div a:hover {
    opacity: 0.6;
  }


  .detailUpfile a {
    color:#3333ff;
  }

  .detailUpfile a img {
    max-width: 350px;
    width: 100%;
    height: auto;
  }


}

.keyvisual-common-primary {
  position: relative;
  background: center center/auto 100% no-repeat;
}

.keyvisual-common-primary .keyvisual-wrapper,
.keyvisual-common-primary .keyvisual-info,
.keyvisual-common-primary .keyvisual-slider,
.keyvisual-common-primary .slider-viewport,
.keyvisual-common-primary .item-image {
  position: relative;
}

.keyvisual-common-primary .wrapper {
  height: 100%;
}

.keyvisual-common-primary .info-title,
.keyvisual-common-primary .info-stamp {
  display: block;
  margin: 0;
  background: top left/100% auto no-repeat;
}

.keyvisual-common-primary .info-title {
  position: relative;
  pointer-events: none !important;
}

.keyvisual-common-primary .info-title * {
  pointer-events: none !important;
}

.keyvisual-common-primary .info-title img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.keyvisual-common-primary .info-stamp {
  overflow: hidden;
}

.keyvisual-common-primary .title-wrapper {
  position: relative;
  padding-top: 60.975207%;
}

.keyvisual-common-primary .title-wrapper > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.keyvisual-common-primary .title-frame {
  transition: opacity 0.3s ease;
  opacity: 0;
}

html.is-macos .keyvisual-common-primary .title-frame,
html.is-ios .keyvisual-common-primary .title-frame {
  transition: opacity 0.5s ease;
}

.keyvisual-common-primary .title-frame.is-active {
  opacity: 1;
}

.keyvisual-common-primary .frame-wrapper {
  position: relative;
  padding-top: 67.9752066116%;
  background: center center/100% 100% no-repeat;
}

.keyvisual-common-primary .frame-main {
  filter: drop-shadow(0 0 0.1rem #fff);
}

.keyvisual-common-primary .stamp-wrapper {
  position: relative;
}

.keyvisual-common-primary .stamp-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}

.keyvisual-common-primary .keyvisual-info {
  z-index: 1;
}
/* .keyvisual-common-primary .keyvisual-info.main_copy {
  filter: drop-shadow(2px 4px 4px #fff) drop-shadow(2px 4px 20px #fff);
} */

.keyvisual-common-primary .keyvisual-slider {
  z-index: 0;
}

.keyvisual-common-primary .keyvisual-slider::after {
  content: "";
  position: absolute;
  top: 0.01rem;
  left: 0.01rem;
  width: calc(100% - 0.02rem);
  height: calc(100% - 0.02rem);
  border-radius: 50%;
  background-color: #2479a8;
  box-shadow: 0.05rem 0.1rem 0.6rem #2479a8;
  mix-blend-mode: multiply;
}

.keyvisual-common-primary .slider-viewport {
  position: relative;
  z-index: 1;
  padding-top: 100%;
  -webkit-clip-path: circle(50%);
  clip-path: circle(50%);
}

.keyvisual-common-primary .slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.keyvisual-common-primary .item-image {
  padding-top: 100%;
}

.keyvisual-common-primary .item-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.keyvisual-common-primary .keyvisual-scroll {
  display: block;
  z-index: 1;
}

.keyvisual-common-primary .keyvisual-scroll::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  animation: move 1s linear infinite;
  background: url(../img/top/icon_scroll_01.svg) center center/contain no-repeat;
}

/* -------------------------------
* ▼ SP表示
* -------------------------------- */
@media only screen and (max-width: 767.98px) {
  .keyvisual-common-primary {
    min-height: 4.4rem;
    padding: 0.29rem 0 0.24rem;
    background-image: url(../img/top/sp/background_keyvisual_01.jpg);
  }

  .keyvisual-common-primary .keyvisual-wrapper {
    padding: 0 0.1rem;
  }

  .keyvisual-common-primary .info-title {
    width: 90%;
    margin: 0 0.1rem -0.81rem;
  }

  .keyvisual-common-primary .title-frame.is-third .frame-wrapper {
    top: -0.14rem;
    left: -0.05rem;
  }

  .keyvisual-common-primary .keyvisual-slider {
    width: 80%;
    margin: 0.1rem auto -0.4rem;
  }

  .keyvisual-common-primary .keyvisual-slider::after {
    opacity: 0.8;
  }

  .keyvisual-common-primary .keyvisual-scroll {
    position: relative;
    width: 0.43rem;
    height: 0.33rem;
    margin: 0 auto 0.22rem;
  }

  .keyvisual-common-primary .info-stamp {
    width: 86.6666666667%;
    margin: 0 auto;
    border-radius: 0.15rem;
    background: rgba(255, 255, 255, 0.6) url(../img/top/sp/stamp_keyvisual_04.svg) top left/100% 100% no-repeat;
  }

  .keyvisual-common-primary .stamp-wrapper {
    padding-top: 28.0769230769%;
  }
}

/* -------------------------------
* ▼ PC表示
* -------------------------------- */
@media print, (min-width: 768px) {
  .keyvisual-common-primary {
    padding: 116px 0 45px;
    background-color: #8fc6ec;
    background-image: url(../img/top/background_keyvisual_01.jpg);
  }

  .keyvisual-common-primary .keyvisual-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0px 137px;
  }

  .keyvisual-common-primary .keyvisual-info {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 38.6006289308%;
  }

  .keyvisual-common-primary .info-title {
    width: 98.5743380855%;
    margin: 13% -2.2727272727% 13.5627530364% 0;
  }

  .keyvisual-common-primary .info-stamp {
    width: 93.8900203666%;
    margin-bottom: 56px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.6) url(../img/top/stamp_keyvisual_04.svg) top left/100% 100% no-repeat;
  }

  .keyvisual-common-primary .stamp-wrapper {
    padding-top: 28.1995661605%;
  }

  .keyvisual-common-primary .stamp-wrapper .stamp-side {
    top: 15.3846153846%;
    right: auto;
    bottom: auto;
    width: 10.8459869848%;
    height: auto;
  }

  .keyvisual-common-primary .keyvisual-info {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .keyvisual-common-primary .keyvisual-slider {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 53.4591194969%;
    margin: 0 6.7610062893% 0 15px;
  }

  .keyvisual-common-primary .keyvisual-slider::after {
    opacity: 0.6;
  }

  .keyvisual-common-primary .keyvisual-scroll {
    position: absolute;
    bottom: 47px;
    left: 42.1808510638%;
    width: 3.3510638298%;
  }

  .keyvisual-common-primary .keyvisual-scroll::after {
    padding-top: 77.7777777778%;
  }
}

/* -------------------------------
* ▼ PC表示 (>=1260px)
* -------------------------------- */
@media print, (min-width: 1260px) {
  .keyvisual-common-primary .info-stamp {
    border-radius: 15px;
  }
}

/* -------------------------------
* ▼ PC表示 (>=1520px)
* -------------------------------- */
@media print, (min-width: 1520px) {
  .keyvisual-common-primary .info-stamp {
    border-radius: 20px;
  }
}

.section-top-news {
  position: relative;
  z-index: 1;
}

.section-top-news::after {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  margin-top: -0.01rem;
  background: top center/100% 100% no-repeat;
}

.section-top-news .news-viewport {
  position: relative;
  z-index: 1;
  background-color: #005fc8;
}

/* -------------------------------
* ▼ SP表示
* -------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-news::after {
    height: 1rem;
    background-image: url(../img/top/sp/background_news_01.svg);
  }

  .section-top-news .news-viewport {
    padding-top: 0.41rem;
  }

  .section-top-news .title-top-primary {
    margin-bottom: 0.21rem;
  }


  .section-top-news .list-common-news {
    padding: 0 0.1rem;
  }

  .section-top-news .scrollbar-common-news.is-active {
    max-height: 500px;
  }

  .section-top-news .scrollbar-common-news.is-active .list-common-news {
    padding-right: 0.3rem;
  }
}

/* -------------------------------
* ▼ PC表示
* -------------------------------- */
@media print, (min-width: 768px) {
  .section-top-news::after {
    height: 220px;
    background-image: url(../img/top/background_news_01.svg);
    background-size: 1880px 100%;
  }

  .section-top-news .news-viewport {
    padding: 18px 0 1px;
  }

  .section-top-news .wrapper {
    max-width: 1100px;
    margin-bottom: -91px;
  }

  .section-top-news .title-top-primary {
    margin-bottom: 16px;
  }

  .section-top-news .list-common-news {
    padding: 0 50px;
  }

  .section-top-news .scrollbar-common-news.is-active {
    max-height: 1000px;
  }

}

/* -------------------------------
* ▼ PC表示 (>=2000px)
* -------------------------------- */
@media print, (min-width: 2000px) {
  .section-top-news::after {
    background-size: 100% 100%;
  }
}

.section-top-symptoms {
  position: relative;
  z-index: 0;
}

.section-top-symptoms .symptoms-title {
  display: block;
  position: relative;
  margin: 0 auto;
}

.section-top-symptoms .symptoms-title::after {
  content: "";
  display: block;
  margin: 0 auto;
  border-radius: 9999px;
  background-color: #005fc8;
}

.section-top-symptoms .symptoms-title .title-logo,
.section-top-symptoms .symptoms-title .title-label {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #005fc8;
  font-size: 0.24rem;
  line-height: 1;
}

.section-top-symptoms .controller-wrapper {
  display: -ms-flexbox;
  display: flex;
}

.section-top-symptoms .table-top-symptoms .list-top-symptoms-wrapper{
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  padding: 0;
  justify-content: space-between;
  margin: 0;
  list-style: none;
}

/* .section-top-symptoms .table-top-symptoms .list-symptoms-element{
  width: 1.4rem;
    height: 1.4rem;
  background: #fff;
    border-radius: 50%;
    margin-bottom: 0.2rem;
    filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.188));
    border: 5px solid #fae5e5;
}

.section-top-symptoms .table-top-symptoms .list-symptoms-element>a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
} */

.section-top-symptoms .wrapper{
  overflow: visible;
}

.section-top-symptoms .table-top-symptoms .list-symptoms-element{
  width: 1.4rem;
    height: 1.4rem;
    margin-bottom: 0.2rem;
    border-radius: 50%;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.188));
    /* overflow: visible; */
}

.section-top-symptoms .table-top-symptoms .list-symptoms-element>a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #fff;
    border-radius: 50%;
    border: 5px solid #fae5e5;
}

.section-top-symptoms .table-top-symptoms .list-symptoms-element:not(:last-of-type)>a{
  padding-top: 0.2rem;
}

.section-top-symptoms .table-top-symptoms .list-symptoms-element:last-of-type>a{
  padding-top: 0.14rem;
}

.section-top-symptoms .table-top-symptoms .list-symptoms-element .icon-element-symptom{
  width: 100%;
  text-align: center;
  /* margin-top: 0.2rem; */
}

.section-top-symptoms .table-top-symptoms .list-symptoms-element:first-of-type .icon-element-symptom img,.section-top-symptoms .table-top-symptoms .list-symptoms-element:nth-child(2) .icon-element-symptom img,.section-top-symptoms .table-top-symptoms .list-symptoms-element:nth-child(3) .icon-element-symptom img{
  width: 0.52rem;
  height: 0.52rem;
}

.section-top-symptoms .table-top-symptoms .list-symptoms-element:nth-child(4) .icon-element-symptom img{
  width: 0.45rem;
  height: 0.52rem;
}
.section-top-symptoms .table-top-symptoms .list-symptoms-element:last-child .icon-element-symptom img{
  width: 0.50rem;
  height: 0.50rem;
}


.section-top-symptoms .table-top-symptoms .list-symptoms-element:nth-child(2) .icon-element-symptom{
  width: 100%;
  text-align: center;
  margin-top: 0.02rem;
}

.section-top-symptoms .table-top-symptoms .list-symptoms-element h3{
text-align: center;
border-top: 1px dashed #db4c4c;
width: 1.0rem;
margin: 0.1rem auto 0;
font-size: 0.15rem;
line-height: 1.2;
padding: 0.06rem 0 0 0;
color: #002c51;
font-size: 0.155rem;

}

.section-top-symptoms .table-top-symptoms .list-symptoms-element:last-of-type h3{
  font-size: 0.14rem;
  }




/* -------------------------------
* ▼ SP表示
* -------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-symptoms {
    margin-top: -0.89rem;
    padding: 1.02rem 0 0.25rem;
    background: url(../img/top/sp/background_symptoms_03.svg) bottom center/100% 4rem no-repeat, url(../img/top/sp/background_symptoms_01.jpg) top center/100% auto no-repeat;
  }

  .section-top-symptoms .symptoms-title {
    margin: 0 0.155rem 0.3rem;
  }

  .section-top-symptoms .symptoms-title::after {
    height: 0.03rem;
    margin-top: 0.05rem;
    width: 1.6rem;
  }

  .section-top-symptoms .symptoms-title .title-logo {
    left: -0.04rem;
    width: 0.95rem;
    margin-bottom: 0.15rem;
  }

  .section-top-symptoms .table-top-symptoms {
    margin-bottom: 0.3rem;
  }

  .section-top-symptoms .symptoms-controller {
    margin: 0 0.1rem;
  }

  .section-top-symptoms .controller-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: -0.2rem;
  }

  .section-top-symptoms .button-common-page {
    margin-bottom: 0.2rem;
  }

  .section-top-symptoms .button-common-page.is-seikei {
    -ms-flex-order: 1;
    order: 1;
  }

  .section-top-symptoms .button-common-page.is-tegeka {
    -ms-flex-order: 2;
    order: 2;
  }

  .section-top-symptoms .button-common-page.is-seikei-osteoporosis {
    -ms-flex-order: 3;
    order: 3;
  }

  .section-top-symptoms .button-common-page.is-naika {
    -ms-flex-order: 4;
    order: 4;
  }
}

/* -------------------------------
* ▼ PC表示
* -------------------------------- */
@media print, (min-width: 768px) {
  .section-top-symptoms {
    min-height: 980px;
    margin-top: -220px;
    padding: 216px 0 87px;
    background: url(../img/top/background_symptoms_03.svg) bottom center/1880px 400px no-repeat, url(../img/top/background_symptoms_01.jpg) top center/3000px 980px no-repeat, url(../img/top/background_symptoms_02.jpg) top center/100% 980px repeat-x;
  }

  .section-top-symptoms .wrapper {
    max-width: 1100px;
  }

  .section-top-symptoms .symptoms-title {
    margin-bottom: 52px;
  }

  .section-top-symptoms .symptoms-title::after {
    width: 225px;
        height: 3px;
        margin-top: 12px;
  }

  .section-top-symptoms .symptoms-title .title-logo {
    width: 160px;
    margin-bottom: 22px;
  }

  .section-top-symptoms .symptoms-title .title-label {
    width: 424px;
    font-size: 35px;
  }

  .section-top-symptoms .table-top-symptoms {
    margin-bottom: 90px;
  }

  .section-top-symptoms .controller-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px -21px;
    -webkit-box-pack: center;
justify-content: center;
  }

  .section-top-symptoms .button-common-page {
    /* width: calc(50% - 60px); */
    width: 50%;
    margin: 0 30px 21px;
  }

  .section-top-symptoms .table-top-symptoms .list-symptoms-element{
    width: 320px;
        height: 320px;
        margin-right: 25px;

  }

  .section-top-symptoms .table-top-symptoms .list-symptoms-element:nth-of-type(3),.section-top-symptoms .table-top-symptoms .list-symptoms-element:nth-of-type(5){
    margin-right: 0;
  }

  .section-top-symptoms .table-top-symptoms .list-symptoms-element>a{
    border: 10px solid #fae5e5;
        margin-right: 25px;
    transition: transform 0.3s ease;
  }
  .section-top-symptoms .table-top-symptoms .list-symptoms-element>a:hover{
    -ms-transform: translateY(-0.05rem);
    transform: translateY(-0.05rem);
  }

  .section-top-symptoms .table-top-symptoms .list-top-symptoms-wrapper{
    -webkit-box-pack: center;
justify-content: center;
  }

  .section-top-symptoms .table-top-symptoms .list-symptoms-element:not(:last-of-type)>a{
    padding-top: 57px;
  }

  .section-top-symptoms .table-top-symptoms .list-symptoms-element:last-of-type>a{
    padding-top: 48px;
  }

  .section-top-symptoms .table-top-symptoms .list-symptoms-element:last-of-type h3{
    font-size: 25px;
  }

  .section-top-symptoms .table-top-symptoms .list-symptoms-element h3{
    width: 80%;
    font-size: 30px;
    margin: 25px auto 0;
    padding: 18px 0 0 0;
  }

  .section-top-symptoms .table-top-symptoms .list-symptoms-element:first-of-type .icon-element-symptom img, .section-top-symptoms .table-top-symptoms .list-symptoms-element:nth-child(2) .icon-element-symptom img, .section-top-symptoms .table-top-symptoms .list-symptoms-element:nth-child(3) .icon-element-symptom img{
    width: 93px;
    height: 93px;
  }
  .section-top-symptoms .table-top-symptoms .list-symptoms-element:nth-child(4) .icon-element-symptom img{
    width: 76px;
    height: 102px;
  }

  .section-top-symptoms .table-top-symptoms .list-symptoms-element:last-child .icon-element-symptom img{
    width: 111px;
    height: 110px;
  }

  
}

/* -------------------------------
* ▼ PC表示 (>=2000px)
* -------------------------------- */
@media print, (min-width: 2000px) {
  .section-top-symptoms {
    background-size: 100% 400px, 3000px 980px, 100% 980px !important;
  }
}

.title-top-primary {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.title-top-primary img {
  position: relative;
  z-index: 2;
  width: auto;
  height: 100%;
  object-fit: contain;
}

.title-top-primary .title-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.04rem solid #fff;
  border-radius: 9999px;
  box-shadow: 0.01rem 0.07rem 0.04rem rgba(0, 0, 0, 0.15);
}

/* -------------------------------
* ▼ SP表示
* -------------------------------- */
@media only screen and (max-width: 767.98px) {
  .title-top-primary .title-wrapper {
    height: 0.57rem;
    padding: 0.02rem 0.24rem;
  }
}

/* -------------------------------
* ▼ PC表示
* -------------------------------- */
@media print, (min-width: 768px) {
  .title-top-primary .title-wrapper {
    height: 76px;
    padding: 3px 36px;
  }
}

.table-top-symptoms {
  position: relative;
}

.table-top-symptoms .table-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.table-top-symptoms .table-element {
  position: relative;
    background: #fff;
    padding: 0.1rem;
    border-radius: 10px;
}

.table-top-symptoms .table-element.is-orthopedics .element-bar {
  background-color: #005fc8;
}

.table-top-symptoms .table-element.is-medicine .element-bar {
  background-color: #db4c4c;
}

.table-top-symptoms .element-wrapper,
.table-top-symptoms .element-block,
.table-top-symptoms .block-thumbnail {
  position: relative;
}

.table-top-symptoms .element-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table-top-symptoms .block-thumbnail {
  position: relative;
  z-index: 0;
}

.table-top-symptoms .thumbnail-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0.05rem 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
}

.table-top-symptoms .thumbnail-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}

.table-top-symptoms .list-common-dot {
  position: relative;
  z-index: 1;
}

.table-top-symptoms .list-common-dot .is-wrapped {
  margin: -0.5em;
}

.table-top-symptoms .element-bar {
  position: relative;
}

.table-top-symptoms .element-bar .bar-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------------
* ▼ SP表示
* -------------------------------- */
@media only screen and (max-width: 767.98px) {
  .table-top-symptoms {
    padding: 0 0.05rem;
  }

  .table-top-symptoms .table-element:not(:last-child) {
    margin-bottom: 0.44rem;
  }

  .table-top-symptoms .table-element.is-medicine .block-thumbnail {
    top: 0.3rem;
    right: -0.2rem;
    bottom: auto;
  }

  .table-top-symptoms .element-bar {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0.09rem;
    border-radius: 0.15rem;
    background: url(../img/top/sp/background_decoration_01.svg) top center/100% 100% no-repeat;
  }

  .table-top-symptoms .element-block {
    -ms-flex-order: 2;
    order: 2;
  }

  .table-top-symptoms .element-block.is-start {
    margin-bottom: 0.03rem;
  }

  .table-top-symptoms .block-thumbnail {
    position: absolute;
    right: -0.09rem;
    bottom: -0.25rem;
    width: 0.85rem;
  }

  .table-top-symptoms .list-common-dot.is-medicine {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.2rem;
    font-size: 0.18rem;
  }

  .table-top-symptoms .list-common-dot.is-medicine .list-item {
    margin: 0 0.3rem -0.02rem 0;
  }

  .table-top-symptoms .list-common-dot.is-medicine .list-item::before {
    top: 0.12rem;
  }

  .table-top-symptoms .list-common-dot.is-medicine .item-label {
    margin-right: 0;
  }

  .table-top-symptoms .list-common-dot.is-medicine .is-wrapped {
    letter-spacing: 0;
  }
}

/* -------------------------------
* ▼ PC表示
* -------------------------------- */
@media print, (min-width: 768px) {
  .table-top-symptoms .table-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin: -30px;
  }

  .table-top-symptoms .table-element {
    width: 50%;
    padding: 30px;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }

  .table-top-symptoms .table-element.is-orthopedics .element-wrapper {
    border-color: #e5eff9;
  }

  .table-top-symptoms .table-element.is-medicine .element-wrapper {
    border-color: #fae5e5;
  }

  .table-top-symptoms .element-wrapper {
    height: 100%;
    border: 10px solid;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.2);
  }

  .table-top-symptoms .element-block {
    display: -ms-flexbox;
    display: flex;
  }

  .table-top-symptoms .element-block.is-start .block-thumbnail {
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0px 12px 10px -24px;
  }

  .table-top-symptoms .element-block.is-start .block-info {
    padding: 15px 4px 15px 0;
  }

  .table-top-symptoms .element-block.is-last {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .table-top-symptoms .element-block.is-last .block-thumbnail {
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 8px -7px -50px -30px;
  }

  .table-top-symptoms .element-block.is-last .block-info {
    padding: 8px 4px 13px 20px;
  }

  .table-top-symptoms .element-block.is-last .list-common-dot.is-symptoms .list-item:not(:last-child) {
    margin-bottom: 2px;
  }

  .table-top-symptoms .block-thumbnail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 180px;
  }

  .table-top-symptoms .block-info {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  html.is-macos .table-top-symptoms .block-info,
  html.is-ios .table-top-symptoms .block-info {
    letter-spacing: 0;
  }

  .table-top-symptoms .element-bar {
    margin: 0 -10px;
    background: url(../img/top/background_decoration_01.svg) top left/100% 100% no-repeat, url(../img/top/background_decoration_02.svg) top right/100% 100% no-repeat;
  }
}

.section-top-feature {
  position: relative;
}

.section-top-feature .feature-heading {
  background-color: #005fc8;
}

.section-top-feature .feature-body {
  background: bottom center/100% 100% no-repeat;
}

/* -------------------------------
* ▼ SP表示
* -------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-feature .feature-heading {
    padding: 0.07rem 0;
  }

  .section-top-feature .title-top-primary img {
    max-width: 2.2rem;
  }

  .section-top-feature .feature-body {
    padding-bottom: 0.23rem;
    background-image: url(../img/top/sp/background_feature_01.jpg);
  }
}

/* -------------------------------
* ▼ PC表示
* -------------------------------- */
@media print, (min-width: 768px) {
  .section-top-feature .feature-heading {
    padding: 13px 0;
  }

  .section-top-feature .title-top-primary .title-wrapper {
    min-width: 682px;
  }

  .section-top-feature .feature-body {
    padding: 54px 0 60px;
    background-image: url(../img/top/background_feature_01.jpg);
  }
}

.list-top-feature .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-top-feature .item-wrapper {
  position: relative;
}

.list-top-feature .item-number {
  position: absolute;
  z-index: 2;
}

.list-top-feature .item-banner {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.list-top-feature .item-banner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: center center/100% 100% no-repeat;
  pointer-events: none;
}

.list-top-feature .item-info {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-top-feature .info-detail {
  width: 100%;
}

html.is-macos .list-top-feature .info-detail,
html.is-ios .list-top-feature .info-detail {
  letter-spacing: 0;
}

.list-top-feature .info-detail p {
  margin: 0;
}

.list-top-feature .info-detail p:not(:last-child) {
  margin-bottom: 0.28rem;
}

.list-top-feature .info-controller {
  width: 100%;
}

.list-top-feature .button-common-primary {
  width: 100%;
  max-width: 2.65rem;
  min-height: 0.62rem;
  border-radius: 0.4rem;
}

/* -------------------------------
* ▼ SP表示
* -------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-top-feature .list-item:not(:last-child) {
    margin-bottom: 0.33rem;
  }

  .list-top-feature .item-number {
    width: 1.35rem;
  }

  .list-top-feature .is-feature-02 .item-banner {
    margin-bottom: 0.09rem;
  }

  .list-top-feature .item-banner::before {
    top: 0;
    bottom: -0.02rem;
    left: 0;
    width: 1.49rem;
  }

  .list-top-feature .item-info {
    padding: 0 0.2rem;
  }

  .list-top-feature .title-common-quaternary {
    width: 100%;
    margin-bottom: 0.09rem;
  }

  .list-top-feature .info-detail p {
    letter-spacing: 0;
  }

  html.is-macos .list-top-feature .info-detail p,
  html.is-ios .list-top-feature .info-detail p {
    letter-spacing: -0.03em;
  }

  .list-top-feature .info-controller {
    margin-top: 0.13rem;
  }

  .list-top-feature .button-common-primary {
    margin: 0 auto;
  }

  .list-top-feature .button-common-primary:not(:last-child) {
    margin-bottom: 0.2rem;
  }
}

/* -------------------------------
* ▼ PC表示
* -------------------------------- */
@media print, (min-width: 768px) {
  .list-top-feature .list-item:not(:last-child) {
    margin-bottom: 49px;
  }

  /* .list-top-feature .list-item:nth-child(odd) {
    padding-right: 178px;
  }

  .list-top-feature .list-item:nth-child(odd) .item-wrapper {
    border-width: 10px 10px 10px 0;
    border-radius: 0 30px 30px 0;
  }

  .list-top-feature .list-item:nth-child(odd) .item-banner {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .list-top-feature .list-item:nth-child(odd) .item-banner::before {
    top: -6px;
    bottom: -6px;
    left: -60px;
  }

  .list-top-feature .list-item:nth-child(odd) .banner-image {
    object-position: right;
  }

  .list-top-feature .list-item:nth-child(even) {
    padding-left: 178px;
  }

  .list-top-feature .list-item:nth-child(even) .item-wrapper {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border-width: 10px 0 10px 10px;
    border-radius: 30px 0 0 30px;
  }

  .list-top-feature .list-item:nth-child(even) .item-banner::before {
    top: -15px;
    right: -60px;
    bottom: -20px;
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .list-top-feature .list-item:nth-child(even) .banner-image {
    object-position: left;
  }

  .list-top-feature .list-item:nth-child(even) .info-controller {
    -ms-flex-pack: end;
    justify-content: flex-end;
  } */

  .list-top-feature .list-item:nth-child(even) {
    padding-right: 178px;
  }

  .list-top-feature .list-item:nth-child(even) .item-wrapper {
    border-width: 10px 10px 10px 0;
    border-radius: 0 30px 30px 0;
  }

  .list-top-feature .list-item:nth-child(even) .item-banner {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .list-top-feature .list-item:nth-child(even) .item-banner::before {
    top: -6px;
    bottom: -6px;
    left: -60px;
  }

  .list-top-feature .list-item:nth-child(even) .banner-image {
    object-position: right;
  }

  .list-top-feature .list-item:nth-child(odd) {
    padding-left: 178px;
  }

  .list-top-feature .list-item:nth-child(odd) .item-wrapper {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border-width: 10px 0 10px 10px;
    border-radius: 30px 0 0 30px;
  }

  .list-top-feature .list-item:nth-child(odd) .item-banner::before {
    top: -15px;
    right: -60px;
    bottom: -20px;
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .list-top-feature .list-item:nth-child(odd) .banner-image {
    object-position: left;
  }

  .list-top-feature .list-item:nth-child(odd) .info-controller {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .list-top-feature .item-wrapper {
    display: -ms-flexbox;
    display: flex;
    border: solid;
    background-color: #fff;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.2);
  }

  .list-top-feature .item-number {
    width: 260px;
  }

  .list-top-feature .item-banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .list-top-feature .item-banner::before {
    width: 100%;
    max-width: 503px;
  }

  .list-top-feature .banner-image {
    width: 100%;
    max-width: 787px;
    height: 100%;
    object-fit: cover;
  }

  .list-top-feature .item-info {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .list-top-feature .title-common-quaternary {
    margin-bottom: 19px;
  }

  .list-top-feature .item-detail p.is-wrapped {
    padding-right: 60px;
  }

  .list-top-feature .info-controller {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 57px);
    margin: 37px -57px -10px 0;
  }

  .list-top-feature .button-common-primary {
    margin: 0 57px 10px 0;
  }
}

/* -------------------------------
* ▼ PC表示 (>=1580px)
* -------------------------------- */
@media print, (min-width: 1580px) {
  .list-top-feature .list-item:nth-child(even) {
    padding-right: calc(50% - 550px);
  }

  .list-top-feature .list-item:nth-child(odd) {
    padding-left: calc(50% - 550px);
  }
}

.list-top-feature .list-item.is-feature-01 .item-banner::before {
  background-image: url(../img/top/decoration_feature_01.svg);
}

/* -------------------------------
* ▼ SP表示
* -------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-top-feature .list-item.is-feature-01 .item-number {
    top: -0.03rem;
    left: -0.05rem;
  }
}

/* -------------------------------
* ▼ PC表示
* -------------------------------- */
@media print, (min-width: 768px) {
  .list-top-feature .list-item.is-feature-01 .item-wrapper {
    min-height: 423px;
    border-color: #e5eff9;
  }

  .list-top-feature .list-item.is-feature-01 .item-number {
    right: -168px;
    bottom: 18px;
  }

  .list-top-feature .list-item.is-feature-01 .item-info {
    width: 670px;
    margin: 35px 33px 26px -10px;
  }
}

.list-top-feature .list-item.is-feature-02 .item-banner::before {
  background-image: url(../img/top/decoration_feature_02.svg);
}

/* -------------------------------
* ▼ SP表示
* -------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-top-feature .list-item.is-feature-02 .item-number {
    top: -0.05rem;
    left: -0.07rem;
  }
}

/* -------------------------------
* ▼ PC表示
* -------------------------------- */
@media print, (min-width: 768px) {
  .list-top-feature .list-item.is-feature-02 .item-wrapper {
    min-height: 397px;
    border-color: #fae5e5;
  }

  .list-top-feature .list-item.is-feature-02 .item-number {
    bottom: -51px;
    left: -96px;
  }

  .list-top-feature .list-item.is-feature-02 .item-info {
    width: 637px;
    margin: 37px 16px 82px 40px;
  }

  .list-top-feature .list-item.is-feature-02 .info-detail {
    margin-right: -15px;
  }
}

.list-top-feature .list-item.is-feature-03 .item-banner::before {
  background-image: url(../img/top/decoration_feature_03.svg);
}

/* -------------------------------
* ▼ SP表示
* -------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-top-feature .list-item.is-feature-03 .item-number {
    top: -0.07rem;
    left: -0.07rem;
  }
}

/* -------------------------------
* ▼ PC表示
* -------------------------------- */
@media print, (min-width: 768px) {
  .list-top-feature .list-item.is-feature-03 .item-wrapper {
    min-height: 400px;
    border-color: #fefce5;
  }

  .list-top-feature .list-item.is-feature-03 .item-number {
    top: -38px;
    right: -126px;
  }

  .list-top-feature .list-item.is-feature-03 .item-info {
    width: 637px;
    margin: 35px 33px 26px 22px;
  }

  .list-top-feature .list-item.is-feature-03 .item-banner::before {
    top: -15px;
    bottom: -18px;
  }
}

.banner-top-commercial {
  position: relative;
}

/* -------------------------------
* ▼ SP表示
* -------------------------------- */
@media only screen and (max-width: 767.98px) {
  .banner-top-commercial {
    height: 1.42rem;
  }
}

/* -------------------------------
* ▼ PC表示
* -------------------------------- */
@media print, (min-width: 768px) {
  .banner-top-commercial {
    height: 350px;
  }
}
