@charset "utf-8";
/* CSS Document */

#debut h3 {
    font-size: 36px;
    line-height: 1.5em;
    text-align: center;
    border-top: #FFD8D9 solid 2px;
    padding-top: 20px;
    margin-bottom: 30px;
}
#debut h4 {
    text-align: center;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 9px, rgba(255, 239, 245, 1) 9px, rgba(255, 239, 245, 1) 19px );
    margin-bottom: 30px;
    padding: 15px;
    font-size: 24px;
}
#debut .review_box {
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}
#debut .review_box p {
    font-size: 16px;
  line-height: 2.5em; /* 文字の高さ */
}