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


@media screen and (max-width: 768px) {

    body{
        background-color: #fffef9 !important;
    }

    
    .article{
        background-color: #fffef9;
        padding: 0% 5% 0%;
        letter-spacing: 0.05em;
        margin-bottom: 6rem;
    }

    .title{
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
        width:285px;
        text-align: center;
        position: relative;
        margin:0 auto;
    }
   
    .title img{ width: 285px; height: auto; margin-left: 1%;}
 
 
    .title p{
        position: absolute;
        top:50%;
        left:49%;
        font-family: dnp-shuei-shogomincho-std, serif;
        font-style: normal;
        font-weight: 550;
        font-size: 17px;
        transform: translate(-50%,-50%);
        color: #384159;
        line-height: 1.2;
    }

    .kyocho_1{
        display:inline-block;/*余白と配置の指定を可能にする*/
        border-left:5px double #384159; /*線の設定*/
        padding:2px 8px;
        margin-bottom: 3rem;
        font-family: sawarabi-mincho, serif;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        color: #384159;
    }

    .kyocho_2{
        margin-bottom: 3rem;
        font-family: sawarabi-mincho, serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        color: #d74343;
    }

    .text_1,.text_2,.text_3,.text_4,.text_5{
        margin-bottom: 1.5rem;
        font-family: sawarabi-mincho, serif;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        color: #384159;
    }


}