@charset "utf-8";

/*--------------------------------------------------------------
  news
--------------------------------------------------------------*/
#news #main .main-content ul li {
    width: 100%;
    padding: 20px 5% 20px 0;
    border-bottom: dashed 1px #c9c9c9;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

#news #main .main-content ul li a .date {
    margin-right: 30px;
    color: #ff5b71;
}

#news #main .main-content ul li a .category {
    width: 60px;
    margin-right: 33px;
    padding: 2px 0;
    text-align: center;
    font-size: 12px;
    display: inline-block;
}

#news #main .main-content ul li::after {
    content: ">";
    position: absolute;
    right: 0;
}

#news #main .main-content .title-area {
    display: flex;
    align-items: center;
    margin: 0 50px 30px 0;
    height: 45px;
}

#news #main .main-content .title-area h3 {
    margin-bottom: 0;
}

#news #main .main-content .title-area .date {
    margin-left: 20%;
    color: #4d4d4d;
    font-size: 12px;
}

#news #main .main-content .detail {
    margin-bottom: 50px;
    display: flex;
}

/* #news #main .main-content .detail .left .text-area p {
    margin:  0 50px 40px 0;
}

#news #main .main-content .detail .right {
    padding-top: 75px;
} */

#news #main .main-content .common-button.white {
    margin: 0 auto;
}

#news #main .main-content .common-button.white a {
    background: #fff;
    color: #ff5b71;
}

#news #main .main-content .common-button.white a:hover {
    background: #ff5b71;
    color: #fff;
}


/*--------------------------------------------------------------
  responsive - sp
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    #news #main .main-content ul li a .category {
        width: 100px;
        margin-right: 0;
        padding: 0;
    }

    #news #main .main-content ul li a .content {
        width: 95%;
        overflow: hidden;
        position: relative;
        white-space: nowrap;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        margin-top: 5px;
        display: block;
    }

    #news #main .main-content ul li {
        padding: 12px 0;
    }

    #news #main .main-content ul li::after {
        bottom: 15px;
    }

    #news #main .main-content .title-area {
        margin-top: 30px;
        display: block;
    }

    #news #main .main-content .title-area .date {
        margin-left: 0;
    }

    #news #main .main-content .detail {
        flex-wrap: wrap;
    }

    #news #main .main-content .detail .left .title-area,
    #news #main .main-content .detail .left .text-area p {
        margin-right: 20px;
    }

    #news #main .main-content .detail .right,
    #news #main .main-content .detail .right img {
        width: 100%;
        padding: 0 0 30px;
    }
}
