@charset "UTF-8";
/* ===================================================================
CSS
 file name  :  news.css
=================================================================== */
/* =====================================
一覧
======================================== */
@media print, screen and (min-width: 769px) {
    ul.news_list{
        margin: 70px auto auto;
        border-top: 1px solid #CCC;
    }
    ul.news_list li{
        display: flex;
        border-bottom: 1px solid #CCC;
        padding: 2em 0.5em;
    }
    ul.news_list li .date{
        padding-right: 70px;
        color: #909090;
    }
}
ul.news_list li .date,
ul.news_list li .text{
    line-height: 1.8;
}
ul.news_list li .text a{
    color: #333;
    text-decoration: underline;
}
ul.news_list li .text a:hover{
    color: #24ADB4;
}
@media screen and (max-width: 768px) {
    ul.news_list{
        margin: 30px auto auto;
        border-top: 1px solid #CCC;
    }
    ul.news_list li{
        border-bottom: 1px solid #CCC;
        padding: 1.5em 0.5em;
    }
    ul.news_list li .date{
        color: #909090;
        margin-bottom: 0.5em
    }
}
/* =====================================
詳細
======================================== */
.news_area{
    margin: 70px auto auto;
}
.news_area h2.news_subttl{
    border-bottom: 1px solid #24ADB4;
    font-weight: 600;
    font-size: 1.8rem;
    padding-bottom: 20px;
    line-height: 1.8;
}
.news_area h3.news_subttl{
    font-weight: 600;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.8;
}
.news_area p{
    margin-top: 1em;
}
.news_area p.sign{
    margin-top: 2em;
    text-align: right;
}
@media print, screen and (min-width: 769px) {
    .news_area .flex{
        margin-top: 50px;;
        display: flex;
        justify-content: space-between;
    }
    .news_area .flex .item_left,
    .news_area .flex .item_right{
        width: 48%;
    }
    .news_area .flex .item_left.w30,
    .news_area .flex .item_right.w30{
        width: 27%;
    }
    .news_area .flex .item_left.w70,
    .news_area .flex .item_right.w70{
        width: 67%;
    }
    .news_area .flex .item_left p:first-child,
    .news_area .flex .item_right p:first-child{
        margin-top: 0;
    }
}
.btn_link{
    max-width: 480px;
}
.news_link{
	margin: 70px auto auto;
}
.news_link a{
    border: 1px solid #24ADB4;
    padding: 0.3em 2em;
}
@media screen and (max-width: 768px) {
    .news_area{
        margin: 30px auto auto;
    }
    .news_area h2.news_subttl{
        font-size: 1.2rem;
        padding-bottom: 15px;
    }
    .news_area .flex{
        margin-top: 30px;
    }
    .news_link{
        margin: 30px auto auto;
    }
    .img_bcp{
        width: 100%;
        max-width: 300px;
    }
}
@media screen and (max-width: 480px) {
    .img_bcp{
        max-width: 200px;
    }
}
