*{
    padding: 0;
    margin: 0;
}

body {
    font-family: "Shippori Mincho", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    color: #3E3A39;
    letter-spacing: 1px;
}

header {
    background-color: #5B6356;
    height: 82px;
}

header a {
    display: block;
    text-align: center;
    height: 82px;
    line-height: 82px;
}

header img {
    width: 112px;
    text-align: center;
}

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

    header {
    background-color: #5B6356;
    height: 71px;
    }

    header p {
    display: block;
    text-align: center;
    height: 71px;
    line-height: 71px;
}

}

/* パンクズリスト */
main {
    width: 80%;
    margin: auto;
    padding-bottom: 50px;
}

.breadcrumb {
    list-style: none;
    display: flex;
    margin-top: 20px;
    margin-bottom: 100px;
    font-size: 11px;
}
.breadcrumb a{
    text-decoration: none;
    color: #3E3A39;
    transition: 0.5s;
}
.breadcrumb a:hover{
    opacity: 60%;
}
@media screen and (max-width: 768px) {
    .breadcrumb {
        margin-bottom: 50px;
    }
}

/* ページタイトル */

h1 {
    text-align: center;
    color: #5B6356;
    font-size: 48px;
    font-weight: 500;
    line-height: 38px;
    padding-bottom: 100px;
}

.ttl_jp {
    font-size: 21px;
    
}

.news_list {
    list-style: none;
}

.news_list_link {
    border-top: solid #5B6356 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #3E3A39;
    transition: 0.5s;
}
.news_list_link:hover {
    border-top: solid #5B6356 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #3E3A39;
    opacity: 60%;
}

.article_detail_box {
    display: flex;
    justify-content: space-around;
    width: 40%;
    font-size: 13px;
}

.type {
    display: inline-block;
    background-color: #5B6356;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    height: 25px;
    line-height: 25px;
    font-weight: 700;
}
.news_list_link p {
    width: 86%;
    margin-left: 20px;
}


@media screen and (max-width: 768px) {
    h1 {
        font-size: 34px;
        line-height: 30px;
        padding-bottom: 35px;
    }
    .ttl_jp {
    font-size: 15px;
    }


    .article_detail_box {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .news_list_link {
        flex-direction: column;
    }

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

/*  footer */

.snsBox {
    width: 40%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    height: 80px;
    box-sizing: border-box;
    padding-top: 20px;
}

.snsButton {
    display: block;
    width: 45%;
    height: 39px;
    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    text-align: center;
    line-height: 39px;
    border-radius: 9px;
    border: solid 2px #5B6356;
    text-decoration: none;
    color: #5B6356;
    font-weight: 500;
}

.snsButton img {
    width: 14px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: -1px;
}

small {
    display: block;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .snsBox {
    width: 87%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    height: 80px;
    box-sizing: border-box;
    padding-top: 20px;
    }
    .snsButton {
    display: block;
    width: 47%;
    height: 39px;
    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    text-align: center;
    line-height: 39px;
    border-radius: 9px;
    border: solid 2px #5B6356;
    text-decoration: none;
    color: #5B6356;
    font-weight: 500;
    }
}







