@charset "UTF-8";
/* CSS Document */
/*ーーーーーーーーーーーーーーーーーーーーーーー
　マッサージピール
ーーーーーーーーーーーーーーーーーーーーーーー*/
main div.wrapper .main-contents #sec03 p {
  border-bottom: 1px #ccc solid;
  padding-bottom: 1.5em;
  margin-bottom: 2em;
}
main div.wrapper .main-contents #sec03 p:last-child {
  border-bottom: none;
}
main div.wrapper .main-contents #sec04 .imgBox {
  width: 60%;
  text-align: left;
}
/* 20201215 add */
main div.wrapper .main-contents #sec04{
  border: 4px solid #b5caea;
  padding: 5%;
  box-sizing: border-box;
}
main div.wrapper .main-contents #sec04 h2 {
  line-height: 1.8;
}
/* /20201215 add */
main div.wrapper .main-contents #sec04 h3 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
main div.wrapper .main-contents #sec04 h4 {
  font-size: 1.2em;
  margin-bottom: 0.3em;
}
main div.wrapper .main-contents #sec04 h5 {
  color: #d2154f;
  font-size: 1.2em;
}
main div.wrapper .main-contents #sec04 p {
  /* 20201215 delete
  border-bottom: 1px #ccc solid;
  padding-bottom: 1.5em;
  */
  margin-bottom: 2em;
}
main div.wrapper .main-contents #sec04 p:last-child {
  border-bottom: none;
}

@media (min-width: 769px) {
  main div.wrapper .main-contents article section .clearfix > .right.RH.sp-center-60per {
    width: 40%;
    padding: 0 2.5em 0 1em;
  }
}



.page-visual-title.vt-180 {
  background-image: url("../../images/mv/mv-180-pc.jpg");
}
@media (max-width: 768px) {
  .page-visual-title.vt-180 {
    background-image: url("../../images/mv/mv-180-sp.jpg");
  }
}