@charset "utf-8";
article section {
    margin-bottom: 80px;
    box-shadow: 0px 0px 8px #bbbaba8e;
}
.info_cate {
    display: inline;
    background-color: #4E4E4E;
    color: #fff;
    font-size: .7rem;
    padding: .2rem .4rem;
    border-radius: .4rem;
}
.info_product {
    background-color: #004b88;
}
.sns {
    display: flex;
    justify-content: end;
    margin-top: -10px;
    margin-bottom: 10px;
}
.follow-button {
    font-size: 2rem;
    display: flex;
}
.follow-button li {
    padding-left: 10px;
}
.follow-button li.fbpagebtn a{
    color:#3B5998;
}
.follow-button li.twbtn a{
    color:#55acee;
}
.follow-button li.linebtn a{
    color:#06C755;
}
.bold {
    font-weight:700;
}
.red {
    color: red;
}
section {
    background-color: #fff;
    padding: 20px 30px;
    margin: 30px auto;
}
.sec_head {
    /* border-bottom: #aaa 2px solid; */
    /* margin-bottom: 30px; */
    padding-bottom: 10px;
}
.time_btnT{
    display: flex;
    justify-content: space-between;
}
.sec_head h2 {
    font-size: 1.6rem;
    /* border-bottom: #aaa 2px solid; */
    margin: 8px 0;
}
.sec_img {
    margin-bottom: 50px;
    display: grid;
    justify-content: center;
}
.sec_img img {
    width: 100%;
    grid-row: 1;
    grid-column: 1;
}
.sec_img p {
    grid-row: 1;
    grid-column: 1;
    justify-self: center;
    align-self: center;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem;
    font-weight: 700;
}

article p{
    padding: 0 10% 3% 10%;
}