.news_list{
    margin: 50px auto 50px;
    width: 800px;
    li{
    font-size: 14px;
    text-align: left;
    margin: 1em auto;
    flex-wrap: wrap;
    line-height: 1.8;
    padding: 1em;
    box-sizing: border-box;
    background-color: #f7f7f7;


    .tit{
    display: flex;
    justify-content: flex-start;

    }
    .tit span:first-child{
        width: 120px;
    }
    .tit  span:last-child{
        width: calc(100% - 120px);
    }



    @media screen and (max-width: 600px) {
        .tit{
            display: block;
            }

    .tit span:first-child{
        width: 100%;
        display: block;
    }
    .tit  span:last-child{
        width: 100%;
        display: block;
    }
    }

    .ex{
        width: 100%;
    }
    }

    a{
        color:#4C372B !important;
        ;
    }
}

@media screen and (max-width: 864px) {
    .news_list {
        width: calc(100% - 32px);
        margin: 0 auto 0;
    }
}

.linkbtn {
    margin: 10px auto 50px;
    text-align: center;
}

.linkbtn a {
    display: inline-block;
    color: #4C372B;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #4C372B;
    text-align: center;
    padding: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    width: 300px;
    box-sizing: border-box;
}



ul.flowbutton{
    display:-webkit-box;
      display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width:100%;
    margin: 50px auto 50px;
}
ul.flowbutton > li.contact{
    width:calc(100% - 32px);
    background: #4C372B;
    padding:11px;
    margin:0 16px 24px 16px;
    border-radius: 4px;
}
ul.flowbutton > li.contact > a{
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height:26px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display:block;
    text-decoration:none;
    text-align:center;
}
ul.flowbutton > li.line{
    width:calc(100% - 32px);
    background: #53B435;
    padding:11px;
    margin:0 16px;
    border-radius: 4px;
}
ul.flowbutton > li.line > a{
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height:26px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display:block;
    text-decoration:none;
    text-align:center;
}




.news_content{
    margin: 50px auto 50px;
    width: 800px;
}

.news_content h1{

    font-family: 'Noto Sans JP', sans-serif !important;
    margin-bottom: 1em;
    strong{        
        font-size: 30px;
        text-align: left;
        border-bottom: 1px solid #f4f4f4;
        display: block;
        font-family: 'Noto Sans JP', sans-serif !important;
    }

    span{
        display: block;
        font-size: 12px;
        text-align: left;
        font-family: 'Noto Sans JP', sans-serif !important;
    }

} 

@media screen and (max-width: 864px) {
    
.news_content {
        width: calc(100% - 32px);
        margin: 0 auto 0;

       
    }


.news_content h1{
    strong{        
        font-size: 20px;
    }

} 
}


.wp_box{
    margin: 0px auto 50px;
    font-size: 14px;
    text-align: left;
    line-height: 1.8;

    p{
        margin-bottom: 1em;
    }
    ul{
        list-style: disc;
        margin: 1em;
    }

    ol{
        list-style: decimal;
        margin-left: 1em;
        margin: 1em;
    }

    img{
        margin: 30px auto;
        max-width: 100%;
        display: block;

    }
}