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


@media screen and (min-width:1024px) {

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

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

    .title{
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
        width:800px;
        position: relative;
        margin:0 auto;
      }
   
    .title img{ width: 500px; height: 180px; margin-left: 18%;}
 
 
    .title p{
        position: absolute;
        top:50%;
        left:49%;
        font-family: dnp-shuei-shogomincho-std, serif;
        font-style: normal;
        font-weight: 550;
        font-size: 35px;
        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: 4rem;
        font-family: sawarabi-mincho, serif;
        font-style: normal;
        font-weight: 500;
        font-size: 25px;
        color: #384159;
    }

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

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

 
}