@charset "UTF-8";

.under_mv{
    background: url("../../img/mv.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}
.news {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    padding-top: 60px;
}
.news_midashi {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    color:#fa0645;
}
.news_main {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 25px 0 50px;
    max-width: 824px;
    width: 100%;
    margin: 50px auto 0;
}
.news_data {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}
.news_tag {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.new .news_tag::before{
    content: 'NEW';
    display: inline-flex;
    width: 50px;
    justify-content: center;
    align-items: center;
    text-align:center;
    background: #f00;
    color: #fff;
    margin-right: 15px;
}
.news_category {
    display: inline-flex;
    width: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #ccc;
    color: #fff;
}
.news_category.news_category--ig {
    background: #065CA7;
}
.news_category.news_category--ask {
    background: #FD9BB4;
}
.news_date {
}
.news_title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 50px 0 0;
}
.news_detail {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0;
}
.news_text {
    max-width: 404px;
    width: 100%;
    margin: 15px 0 0;
}
.news_img {
    margin: 15px 0 0;
}
.news_back {
    max-width: 241px;
    width: 100%;
    margin: 50px auto 0;
}
.news_back a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #FA0645;
    padding: 10px 0;
}


.guide {
    display: flex;
    justify-content: center;
    margin: 70px auto 0;
    max-width: 824px;
    border: 1px solid #BEBEBE;
    padding: 25px 0;
}
.guide .news_category {
    margin-right: 15px;
}
.guide_row {
    width: 290px;
}



@media screen and (max-width: 767px) {
.sec_title {
    max-width: 90%;
    margin: auto;
}
.news_row {
    flex-wrap: wrap;
    padding: 20px 5%;
}
.news_cont {
    width: 100%;
    margin-top: 10px;
}
.news_row.new::before {
    left: 215px;
}
.news_category {
    margin-right: 10px;
}
.news_detail {
    flex-direction: column;
    align-items: center;
}
.guide {
    flex-direction: column;
    align-items: center;
}
.guide_row {
    margin: 10px auto;
    max-width: 90%;
}
}
