@charset "UTF-8";
/*レスポンシブ*/
/*レイアウト*/
/*限定br指定*/
/*スマホだけbr*/
/*タブレットだけbr*/
/*パソコンだけbr*/
/*背景画像*/
/*文字サイズ*/
/*三角作る*/
/*マージン下レスポンシブ一括*/
/*アニメーション*/
/*カラーセット*/
/*グラデーション*/
/*書体*/
/*エフェクト・ぼかし*/
/*エフェクト・スクリーン*/
.prime_heart_plus {
  /*----------------------------
          ヒーローヘッダー
     ----------------------------*/
  /*----------------------------
          共通
     ----------------------------*/
  /*----------------------------
          イントロ
     ----------------------------*/
  /*----------------------------
          セクション01
     ----------------------------*/
}

@media screen and (max-width: 896px) {
  .prime_heart_plus .pc {
    display: none;
  }
}

.prime_heart_plus .heroheader {
  text-align: center;
  background-image: url("/img/prime_heart_plus/back01.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 120px;
  margin-bottom: 90px;
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .heroheader {
    padding-top: 45px;
    margin-bottom: 45px;
  }
}

.prime_heart_plus .heroheader p {
  position: relative;
  top: 30px;
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .heroheader p {
    top: 0;
    font-size: 1.1rem;
  }
}

.prime_heart_plus .heroheader h2 img {
  width: 60%;
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .heroheader h2 img {
    width: 80%;
  }
}

.prime_heart_plus .intro, .prime_heart_plus .sec01 {
  padding: 30px;
  margin-bottom: 90px;
}

.prime_heart_plus .intro h3, .prime_heart_plus .sec01 h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .intro h3, .prime_heart_plus .sec01 h3 {
    margin-bottom: 30px;
  }
}

.prime_heart_plus .intro h3:before, .prime_heart_plus .intro h3:after, .prime_heart_plus .sec01 h3:before, .prime_heart_plus .sec01 h3:after {
  content: "";
  background-image: url("/img/prime_heart_plus/h3_border.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30%;
  height: 15px;
}

@media screen and (max-width: 896px) {
  .prime_heart_plus .intro h3:before, .prime_heart_plus .intro h3:after, .prime_heart_plus .sec01 h3:before, .prime_heart_plus .sec01 h3:after {
    width: 25%;
  }
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .intro h3:before, .prime_heart_plus .intro h3:after, .prime_heart_plus .sec01 h3:before, .prime_heart_plus .sec01 h3:after {
    display: none;
  }
}

.prime_heart_plus .intro h3 p, .prime_heart_plus .sec01 h3 p {
  display: inline-block;
  text-align: center;
  padding: 0 15px;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .intro h3 p, .prime_heart_plus .sec01 h3 p {
    padding: 0;
    margin-bottom: 9px;
    width: 100%;
    display: block;
    font-weight: 700;
  }
}

.prime_heart_plus .intro {
  margin-bottom: 90px;
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .intro {
    padding: 15px;
    margin-bottom: 45px;
  }
}

.prime_heart_plus .intro .flex {
  width: 90%;
  margin: 0 auto 45px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 896px) {
  .prime_heart_plus .intro .flex {
    width: 85%;
  }
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .intro .flex {
    width: 100%;
  }
  .prime_heart_plus .intro .flex p {
    width: 100%;
    text-align: center;
    margin-bottom: 9px;
  }
}

.prime_heart_plus .intro .flex img[src$='.svg'] {
  height: 40px;
}

@media screen and (max-width: 896px) {
  .prime_heart_plus .intro .flex img[src$='.svg'] {
    height: 30px;
  }
}

.prime_heart_plus .intro .flex img[src$='.png'] {
  height: 25px;
}

@media screen and (max-width: 896px) {
  .prime_heart_plus .intro .flex img[src$='.png'] {
    height: 20px;
  }
}

.prime_heart_plus .intro .flex2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.prime_heart_plus .intro .flex2 > div {
  width: 55%;
  line-height: 2.8rem;
}

@media screen and (max-width: 896px) {
  .prime_heart_plus .intro .flex2 > div {
    width: 58%;
  }
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .intro .flex2 > div {
    width: 100%;
  }
}

.prime_heart_plus .intro .flex2 > div img {
  max-width: inherit;
  margin-bottom: 9px;
}

.prime_heart_plus .intro .flex2 > div img:first-of-type {
  height: 36px;
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .intro .flex2 > div img:first-of-type {
    height: 30px;
  }
}

.prime_heart_plus .intro .flex2 > div img:last-of-type {
  height: 21px;
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .intro .flex2 > div img:last-of-type {
    height: 15px;
  }
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .intro .flex2 > div p {
    margin-bottom: 30px;
  }
}

.prime_heart_plus .intro .flex2 > p {
  width: 33%;
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .intro .flex2 > p {
    width: 100%;
  }
}

.prime_heart_plus .intro .flex2 > p img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .intro .flex2 > p img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

.prime_heart_plus .sec01 {
  position: relative;
  background-image: url("/img/prime_heart_plus/back02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 0;
  padding-bottom: 180px;
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .sec01 {
    padding: 0 15px 90px;
  }
}

.prime_heart_plus .sec01:before {
  position: absolute;
  content: "";
  background-image: url("/img/prime_heart_plus/logo_2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(0) translateX(-50%);
  -moz-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  -o-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  width: 80px;
  height: 60px;
  bottom: 30px;
  left: 50%;
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .sec01:before {
    width: 50px;
    height: 40px;
    bottom: 10px;
  }
}

.prime_heart_plus .sec01 h3:before, .prime_heart_plus .sec01 h3:after {
  width: 35%;
}

@media screen and (max-width: 896px) {
  .prime_heart_plus .sec01 h3:before, .prime_heart_plus .sec01 h3:after {
    width: 30%;
  }
}

.prime_heart_plus .sec01 .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.prime_heart_plus .sec01 .item_m, .prime_heart_plus .sec01 .item_s, .prime_heart_plus .sec01 .item_j {
  width: 32%;
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .sec01 .item_m, .prime_heart_plus .sec01 .item_s, .prime_heart_plus .sec01 .item_j {
    width: 100%;
  }
}

.prime_heart_plus .sec01 .item_m .item, .prime_heart_plus .sec01 .item_s .item, .prime_heart_plus .sec01 .item_j .item {
  text-align: center;
  padding: 15px 9px;
  margin-bottom: 15px;
  letter-spacing: -0.05em;
  height: 200px;
}

@media screen and (max-width: 896px) {
  .prime_heart_plus .sec01 .item_m .item, .prime_heart_plus .sec01 .item_s .item, .prime_heart_plus .sec01 .item_j .item {
    height: 250px;
  }
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .sec01 .item_m .item, .prime_heart_plus .sec01 .item_s .item, .prime_heart_plus .sec01 .item_j .item {
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .prime_heart_plus .sec01 .item_m .item .pc, .prime_heart_plus .sec01 .item_s .item .pc, .prime_heart_plus .sec01 .item_j .item .pc {
    display: none;
  }
}

.prime_heart_plus .sec01 .item_m .item h4, .prime_heart_plus .sec01 .item_s .item h4, .prime_heart_plus .sec01 .item_j .item h4 {
  text-align: center;
  margin-bottom: 12px;
}

.prime_heart_plus .sec01 .item_m .item h4 p, .prime_heart_plus .sec01 .item_s .item h4 p, .prime_heart_plus .sec01 .item_j .item h4 p {
  display: inline-block;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0 .5em;
}

.prime_heart_plus .sec01 .item_m .item p, .prime_heart_plus .sec01 .item_s .item p, .prime_heart_plus .sec01 .item_j .item p {
  font-size: 1.2rem;
  line-height: 1.8em;
}

.prime_heart_plus .sec01 .item_m .item p span, .prime_heart_plus .sec01 .item_s .item p span, .prime_heart_plus .sec01 .item_j .item p span {
  font-weight: 700;
  display: block;
  margin-bottom: 9px;
}

.prime_heart_plus .sec01 .item_m .item {
  border: solid 1px #007ecf;
}

.prime_heart_plus .sec01 .item_m .item h4 p {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d2ebf7 50%, #d2ebf7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d2ebf7 50%, #d2ebf7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #d2ebf7 50%, #d2ebf7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2ebf7',GradientType=0 );
  /* IE6-9 */
}

.prime_heart_plus .sec01 .item_m .item p span {
  color: #007ecf;
}

.prime_heart_plus .sec01 .item_s .item {
  border: solid 1px #892890;
}

.prime_heart_plus .sec01 .item_s .item h4 p {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ebdbf1 50%, #ebdbf1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ebdbf1 50%, #ebdbf1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #ebdbf1 50%, #ebdbf1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebdbf1',GradientType=0 );
  /* IE6-9 */
}

.prime_heart_plus .sec01 .item_s .item p span {
  color: #892890;
}

.prime_heart_plus .sec01 .item_j .item {
  border: solid 1px #d71149;
}

.prime_heart_plus .sec01 .item_j .item h4 p {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f7e1e1 50%, #f7e1e1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f7e1e1 50%, #f7e1e1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f7e1e1 50%, #f7e1e1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7e1e1',GradientType=0 );
  /* IE6-9 */
}

.prime_heart_plus .sec01 .item_j .item p span {
  color: #d71149;
}
