@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Noto+Sans:wght@500&display=swap");
/* p-mv
--------------------------------------------*/
section.p-mv.p-pain_mainImage div.l-inner div.p-pain_mainImage_item {
  background-image: url(/brand/yubicare/img/pain_mv.png);
}

/* p-pain01
--------------------------------------------*/
section.p-pain01 div.p-feature_block {
  max-width: 760px;
  margin: 0 auto 60px auto;
  background-color: #fffde8;
  border: 4px solid #9f9124;
  padding: 40px 0;
  text-align: center;
  -webkit-box-shadow: 3.536px 3.536px 4px 0px rgba(106, 10, 47, 0.1);
          box-shadow: 3.536px 3.536px 4px 0px rgba(106, 10, 47, 0.1);
}
@media screen and (max-width:767px) {
  section.p-pain01 div.p-feature_block {
    padding: 5.3333333333vw 0;
    -webkit-box-shadow: 0.9429333333vw 0.9429333333vw 1.0666666667vw 0px rgba(106, 10, 47, 0.1);
            box-shadow: 0.9429333333vw 0.9429333333vw 1.0666666667vw 0px rgba(106, 10, 47, 0.1);
  }
}
section.p-pain01 div.p-feature_block h2.p-pain-check-ttl {
  margin-bottom: 40px;
  padding-bottom: 10px;
  text-align: center;
  color: #ec057f;
  font-size: 38px;
  line-height: 1.4;
  border-bottom: #ec057f solid 3px;
  display: inline-block;
}
@media screen and (max-width:767px) {
  section.p-pain01 div.p-feature_block h2.p-pain-check-ttl {
    margin-bottom: 5.3333333333vw;
    font-size: 5.1562vw;
  }
}
section.p-pain01 div.p-feature_block ul.p-pain-check {
  display: inline-block;
}
section.p-pain01 div.p-feature_block ul.p-pain-check li {
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 24px;
  text-align: left;
  background: url(/brand/yubicare/img/icon_check.png) no-repeat left center;
}
@media screen and (max-width:767px) {
  section.p-pain01 div.p-feature_block ul.p-pain-check li {
    margin-bottom: 2.6666666667vw;
    padding-left: 6.6666666667vw;
    font-size: 3.75vw;
    background: url(/brand/yubicare/img/icon_check.png) no-repeat left center/4.8vw auto;
  }
}

/* p-pain02
--------------------------------------------*/
section.p-pain02 p:not([class]) {
  margin-bottom: 2em;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  section.p-pain02 p:not([class]) {
    margin-bottom: 1.4em;
    font-size: 3.75vw;
  }
}
section.p-pain02 ul.p-pain-list {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width:767px) {
  section.p-pain02 ul.p-pain-list {
    display: block;
  }
}
section.p-pain02 ul.p-pain-list li {
  text-align: center;
  color: #ec057f;
  font-size: 20px;
}
@media screen and (max-width:767px) {
  section.p-pain02 ul.p-pain-list li {
    margin-bottom: 5.3333333333vw;
  }
}
section.p-pain02 ul.p-pain-list li picture {
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:767px) {
  section.p-pain02 ul.p-pain-list li picture {
    max-width: 50vw;
  }
}
section.p-pain02 ul.p-pain-list li p {
  font-size: 20px;
}

/* p-pain03
--------------------------------------------*/
section.p-pain03 p {
  margin-bottom: 2em;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  section.p-pain03 p {
    margin-bottom: 1.4em;
    font-size: 3.75vw;
  }
}

/* p-pain04
--------------------------------------------*/
section.p-pain04 div.p-promotionArea div.p-promotionArea_inner div.p-promotion_txt {
  width: 522px;
}
@media screen and (max-width:767px) {
  section.p-pain04 div.p-promotionArea div.p-promotionArea_inner div.p-promotion_txt {
    width: 100%;
  }
}