section {
  font-family:'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif;
}

h2.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

@media (min-width: 768px) {
  .caption_p {
    text-align: center;
    font-size:120%;
    margin: 0px;
  }
  .caption_p2 {
    text-align: left;
    /*font-size:100%;*/
    line-height: 1.4em !important;
    margin: 0px;
  }
  .border_p {
    text-align: center;
    color: #00B050;
    font-size: 3rem;
    letter-spacing: -1.6rem;
    text-indent: -1rem;
    line-height: 2rem !important;
    margin: 0px;
  }
  .descript_p {
    font-size: 80%;
    text-align: left;
  }
  .pls_img {
    width: 100%;
  }
  .hide_br {
    display: initial;
  }
  .hide_br_not {
    display: none;
  }
}

@media (max-width: 767px) {
  .caption_p {
    text-align: center;
    font-size:200%;
    margin: 0px;
  }
  .caption_p2 {
    text-align: left;
    font-size:150%;
    line-height: 1.4em !important;
    margin: 0px;
  }
  .border_p {
    text-align: center;
    color: #00B050;
    font-size: 3rem;
    letter-spacing: -1rem;
    text-indent: -1rem;
    line-height: 2rem !important;
    margin: 0px;
  }
  .descript_p {
    font-size:120%;
    line-height: 2rem !important;
    text-align: left;
    margin: 0px;
  }
  .pls_img {
    width: 70%;
  }
  .hide_br {
    display: none;
  }
  .hide_br_not {
    display: initial;
  }
}

.dscdiv {
  width: 80%;
  text-align: center; /* インライン要素のセンタリング */
  margin: 0px auto;   /* ブロックレベル要素のセンタリング */ 
}

/* 2022/03/23 警告・告知用定義 */
.important {
  width: 80%;
  margin:0 auto;
  border: 3px solid;
  border-color:  red;
  padding: 10px 30px 10px 30px;
}

figure {
  margin-bottom: 5px !important;
}

.option_name_p {
  line-height: 2rem !important;
  margin-top: 0px;
  margin-bottom: 0px;
}

.option_price_p {
  margin-top: 0px;
  margin-bottom: 20px !important;
}