@charset "utf-8";
.heading_figure {
  position: relative;
}

.heading_figure:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/heading_figure.png") no-repeat;
  background-size: contain;
}

.obesity_wrap .obesity_type {
  background: #fff;
}

.obesity_wrap .obesity_result, .andmore_list > li {
  background: url("/assets/img/contents/bg_stripe_yel.png");
  position: relative;
}

.obesity_wrap .obesity_result:before {
  content: "";
  background: url(/assets/img/contents/checkup_plus_icon.png) no-repeat;
  background-size: contain;
  position: absolute;
}

.obesity_wrap .obesity_result:after {
  content: "";
  background: url(../img/obesity_result_img.png) no-repeat;
  background-size: contain;
  position: absolute;
}

.point1_detail,
.point2_detail {
  position: relative;
}

.article_body .icon_reserve_necessary {
  background: #ef648e;
}

.article_body .icon_reserve_unnecessary {
  background: #f89043;
}

.andmore_list > li {
  text-align: center;
}

.andmore_list > li + li:before {
  content: "";
  display: block;
  background: url(../img/icon_plus.png);
  background-size: contain;
  position: absolute;
}

@media (max-width: 640px) {
  .heading_figure:before {
    width: 104px;
    height: 102px;
    top: -195px;
    left: 0;
  }
  
  .obesity_wrap .obesity_type {
    margin-bottom: 20px;
    border: 4px solid #ffeb8f;
    border-radius: 10px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
  }
  
  .obesity_wrap .obesity_type .heading_obesity {
    padding: 8px 0 11px;
    background: #ffeb8f;
  }
  
  .obesity_wrap .obesity_type .obesity_body {
    padding: 20px 17px 13px;
  }
  
  .obesity_wrap .obesity_result {
    padding: 20px 5px 15px;
    text-align: center;
    border-radius: 10px;
  }
  
  .obesity_wrap .obesity_result:before {
    width: 30px;
    height: 36px;
    top: -25px;
    right: 0;
    left: 0;
    margin: auto;
  }
  
  .obesity_wrap .obesity_result:after {
    width: 70px;
    height: 60px;
    right: 0;
    bottom: -25px;
  }
  
  .obesity_wrap .obesity_result .information_plus {
    margin-bottom: 20px;
  }
  
  .obesity_wrap .obesity_result .obesity_result_notes {
    padding-top: 2px;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 40px;
  }
  
  .obesity_wrap .obesity_result .obesity_result_notes span {
    font-size: 1.625rem;
  }
  
  .article_body .icon_reserve_unnecessary, .article_body .icon_reserve_necessary {
    display: block;
    padding: 0 38px;
    margin: 0 auto 20px;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 32px;
    border-radius: 23px;
  }
  
  .andmore_list > li {
    width: 100%;
    margin-bottom: 35px;
    font-size: 1.125rem;
    font-weight: bold;
    border-radius: 35px;
    line-height: 49px;
  }
  
  .andmore_list > li + li:before {
    width: 20px;
    height: 20px;
    top: -28px;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  .andmore_notes {
    margin-bottom: 22px;
    text-align: center;
    font-size: 1.375rem;
    font-weight: bold;
  }
}

@media (min-width: 641px) {
  .heading_figure:before {
    width: 188px;
    height: 185px;
    top: -275px;
    left: 0;
  }
  
  .obesity_wrap {
    display: flex;
    justify-content: space-between;
  }
  
  .obesity_wrap .obesity_type {
    width: 710px;
    border: 6px solid #ffeb8f;
    border-radius: 20px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
  }
  
  .obesity_wrap .obesity_type .heading_obesity {
    padding: 15px 0 22px;
    background: #ffeb8f;
  }
  
  .obesity_wrap .obesity_type .obesity_body {
    padding: 40px 34px 26px;
  }
  
  .obesity_wrap .obesity_result {
    text-align: center;
    width: 330px;
    border-radius: 20px;
  }
  
  .obesity_wrap .obesity_result:before {
    width: 60px;
    height: 58px;
    left: -51px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  .obesity_wrap .obesity_result:after {
    width: 108px;
    height: 113px;
    right: 25px;
    bottom: -21px;
  }
  
  .obesity_wrap .obesity_result .information_plus {
    padding-top: 123px;
    margin-bottom: 20px;
  }
  
  .obesity_wrap .obesity_result .obesity_result_notes {
    padding-top: 2px;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 40px;
  }
  
  .obesity_wrap .obesity_result .obesity_result_notes span {
    font-size: 1.625rem;
  }
  
  .article_body .icon_reserve_unnecessary, .article_body .icon_reserve_necessary {
    padding: 0 54px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    line-height: 46px;
    border-radius: 23px;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .article_body .point1_detail .icon_reserve_unnecessary {
    top: -120px;
  }
  
  .article_body .point2_detail .icon_reserve_necessary {
    top: -170px;
  }
  
  .andmore_detail {
    width: 930px;
    margin: 0 auto;
  }
  
  .andmore_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9px;
  }
  
  .andmore_list > li {
    font-size: 1.375rem;
    font-weight: bold;
    border-radius: 35px;
    line-height: 70px;
  }
  
  .andmore_list > li:first-child {
    width: 280px;
  }
  
  .andmore_list > li:nth-child(2) {
    width: 240px;
  }
  
  .andmore_list > li:nth-child(3) {
    width: 300px;
  }
  
  .andmore_list > li + li:before {
    width: 34px;
    height: 34px;
    top: 0;
    bottom: 0;
    left: -44px;
    margin: auto;
  }
  
  .andmore_notes {
    margin-bottom: 22px;
    text-align: center;
    font-size: 1.375rem;
    font-weight: bold;
  }
}

.breast_cancer_point {
  display: flex;
  justify-content: center;
}

.breast_cancer_point div {
  margin: 0 15px;
}

@media (max-width: 640px) {
  .breast_cancer_point {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .breast_cancer_point div {
    width: calc((100% - 15px) / 2);
    margin: 0 0 15px;
  }
}