article {
    width: 80%;
    margin: auto;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    padding: 50px;
    box-sizing: border-box;
}

.news_list_link {
    display: block;
    border-top: none;
}
.news_list_link:hover {
    display: block;
    border-top: none;
    opacity: 100%;
}

.news_list_link p {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
}

h1 {
    text-align: left;
    color: #5B6356;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    padding-bottom: 20px;
    border-bottom: 1px solid #5B6356;
    
}

.article_detail_box {
    display: flex;
    justify-content: flex-start;
    width: auto;
    font-size: 13px;
    margin-bottom: 10px;
}
.article_img {
    width: 100%;
}

.type {
    margin-left: 15px;
}

p {
    margin-bottom: 50px;
    padding-top: 30px;
}

.button {
    display: block;
    width: 50%;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    color:#fff;
    background-color: #5B6356;
    line-height: 30px;
    text-decoration: none;
    margin: auto;
}

.block {
    display: block;
    margin-bottom: 30px;
}

/* 画像を載せるときはコメントアウト */

/* .article_img {
    display: none;
} */
/* /画像を載せるときはコメントアウト */


@media screen and (max-width: 768px) {
    main {
        width: 90%;
    }
    .breadcrumb {
        flex-wrap: wrap;
    }
    .breadcrumb a {
        line-height: 20px;
    }
    .breadcrumb_list {
        margin-bottom: 6px;
    }
    article {
    width: 100%;
    margin: auto;
    padding: 22px;
    box-sizing: border-box;
}
    .article_detail_box {
    justify-content: flex-end;
    }
    .type {
    margin-left: 0px;
}
    .button {
        width: 90%;
    }
    .data {
        margin-left: 10px;
        line-height: 25px;
    }
}