@charset "UTF-8";
.under_mv {
    background: url("../img/mv.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}

.news {
    padding: 100px 0;
    background: #EFEEDF;
}
.news_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    background: #fff;
    padding: 40px 5% 90px;
    box-sizing: border-box;
}
.news_head {
    display: flex;
    align-items: center;
}
.news_img {
    position: relative;
}
.news_category {
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100px;
    height: 20px;
    background: #555;
    color: #fff;
}
.news_category.category_01 {
    background: #4C743D;
}
.news_category.category_02 {
    background: #C3013A;
}
.news_category.category_03 {
    background: #524131;
}
.news_date {
    font-weight: bold;
    padding-left: 15px;
}
.news_title {
    font-size: 2.9rem;
    font-weight: bold;
    margin-top: 10px;
}
.news_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 620px;
    margin: auto;
}
.news_img{
    margin-top: 60px;
}
.news_text{
    margin-top: 60px;
    line-height: 2;
}
.contact_box{
    margin-top: 0;
}
.news_bot{
    margin: 60px auto 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px) {
.news{
  padding-top: 50px;
}
.news_title {
    font-size: 2rem;
}
.news_img{
    margin-top: 40px;
}
.news_text{
    margin-top: 40px;
}


}
