      .fs-l-pageMain p {
      font-size: 16px;
      font-weight: normal;
      }
    .plate-top{
        background: no-repeat center url("https://flegre.itembox.design/item/column/plate/img/plate_title_b.jpg");
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: calc((600em - 88em) / 16);
        padding-top: calc((101em - 88em) / 16);
        position: relative;
        z-index: 12;
    }
    .plate-title{
        font-size: calc(16em / 16);
        height: auto;
        line-height: 1.75;
        display: flex;
        flex-direction: column;
        font-weight: 700;
        height: calc(228em / 26) ｓ;
        letter-spacing: .1em;
        line-height: 1.69231;
        justify-content: center;
        position: relative;
        text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
        z-index: 2;
        font-family: 'Noto Serif JP', serif;
    }
    .plate-paragraph h2 {
        background: #C57B57;
        padding: 0.5em;
        color: #FFF;
        margin-bottom: 20px;
    }
    .plate-paragraph h3 {
        padding: 0.5em;
        color: #707070;
        border-left: solid 5px #E5DCD2;
    }
    .plate-paragraph p{
        padding: 20px 5px;
    }
    .plate-paragraph {
    margin: 80px auto;
    }
    .plate-paragraph:last-child {
    margin: 80px auto 160px;
    }
    .plate-paragraph img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    }
    @media screen and (max-width: 480px) {
    .plate-top {
        min-height: calc((300em - 88em) / 16);
        }
	.plate-title {
        font-size: calc(12em / 16);
        }
    .plate-paragraph {
    margin: 50px auto;
        }    
    .plate-paragraph:last-child {
    margin: 50px auto 100px;
}    
}