/* ボックスごとのサイズ調整 */
/* .contents01-add .nurie-bg {
  background-image: url(../../img/dcs/page02/kumapin-family.png);
  background-repeat: no-repeat;
} */
@media only screen and (min-width: calc(48em + 0.01px)) {
  .contents01-add .section-box {
    padding: 3.5rem 4.0625rem 3.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .contents01-add .section-box {
    padding: 2.5rem 1rem 2.9rem;
  }
}

.contents01-add .skincare-contents .thumbnail{
  border-radius: 0;
  height: auto;
}

/* PDFボタンのアイコンの装飾 */
.contents01-add .c-button::before {
  display: block;
  content: "";
  background: url(../../img/dcs/common/pdf-icon.png) no-repeat center center/cover;
  position: absolute;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .contents01-add .c-button::before {
    width: 1.5625rem;
    height: 1.75rem;
    left: 2.1875rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
@media only screen and (max-width: 48em) {
  .contents01-add .c-button::before {
    width: 1rem;
    height: 1.25rem;
    left: 1.3rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}

.section-title03{
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  margin-bottom: 3.3125rem;
  color: #418fde;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .section-title03{
    font-size: 1rem;
  }
}

/* もっと見るボタン */
.nurie-more{
  height: 3.75rem;
  width: 24rem;
  font-size: 1.375rem;
  background-color: #fadce2;
  border: 2px solid #f2aaba;
  box-shadow: 0 8px 0 #f2aaba;
}
@media only screen and (max-width: 48em) {
  .nurie-more{
    height: 2.25rem;
    width: 18rem;
    font-size: 0.8125rem;
    box-shadow: 0 2px 0 #f2aaba;
  }
}
.contents01-add .c-button.nurie-more::before{
  content: none;
}
.nurie-more:hover{
  background-color: #fadce2;
  box-shadow: 0 3px 0 #f2aaba;
  transform: translateY(3px);
}
.c-button.nurie-more.is-right{
  background-image: url(../../../img/dcs/common/nav-plus.png);
}
.c-button.nurie-more.is-right.active{
  background-image: url(../../../img/dcs/common/nav-cross.png);
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .c-button.nurie-more.is-right{
    background-size: auto 1rem;
  }
}
@media only screen and (max-width: 48em) {
  .c-button.nurie-more.is-right{
    background-size: auto 0.85rem;
  }
}

/* アコーディオン */
.nurie-block{
  /* transition: outline 0.8s ease-in-out; */
  max-height: 0;
  overflow: hidden;
  /* transition: max-height 0.8s ease; */
  margin-bottom: 0;
  transition:0.8s ease-in-out;
}
.nurie-block.visible{
  max-height: 1000px;
  margin-bottom: 5.25rem;
  padding-bottom: 9px;
  transition:0.8s ease-in-out;
}
@media only screen and (max-width: 48em) {
  .nurie-block.visible{
    margin-bottom: 2.5rem;
    padding-bottom: 2px;
  }
}

/* くまぴん */
.contents01-add .section-box{
  position: relative;
}
.nurie-img.nurie-block{
  position: absolute;
  bottom: 10.5rem;
  right: 4.0625rem;
  margin-bottom: 0;
}
.nurie-img.nurie-block.visible{
  position: absolute;
  bottom: 10.5rem;
  right: 4.0625rem;
  margin-bottom: 0;
}
.nurie-block .nurie-imgItem{
  width: 25rem;
}
.nurie-block.visible .nurie-imgItem{
  width: 25rem;
}
@media only screen and (max-width: 48em) {
  .nurie-img.nurie-block{
    bottom: 7.45rem;
    right: 1.0625rem;
  }
  .nurie-img.nurie-block.visible{
    bottom: 7.45rem;
    right: 1.0625rem;
  }
  .nurie-block .nurie-imgItem{
    width: 10rem;
  }
  .nurie-block.visible .nurie-imgItem{
    width: 10rem;
  }
}