﻿.wrap {
    width: 90%;
    margin: 0 auto 7%;
}
.vector{
    /*width: 12.5px;*/
    width: 9.5px;
    vertical-align: baseline;
    padding-left: 10px;
}

h2{
    font-size: 19.5px;
    font-weight: bolder;
}

.main_picture{
    margin-bottom: 8%;
}

.area_title_en {
    color: #009877;
    margin-bottom: .5em;
    display: block;
}

.trangle{
    width: 10px;
    vertical-align: baseline;
}

.news_area,
.welfare_area{
    /*display: flex;*/
    margin-bottom: 8%;
}

h2{
    margin-right: 10%;
}

.news_list,
.welfare_list,
.nodata {
    /*font-size: 20px;*/
    font-weight: bold;
    line-height: 2em;
    /*width: 65%;*/
}

.news_list li a,
.welfare_list li a{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #CACACA;
    padding: 5px 0;
    color: #000000;
}

    .news_list h3,
    .welfare_list h3{
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 10px;
        flex: 1 0 0;
        font-size: 16.67px;
    }

.list_date{
    /*padding-right: 5%;*/
    font-size: 16.67px;
    display: block;
    width: 100%;
}

.list_date,
.more {
    color: #007AB0;
}

.more {
    font-size: 13px;
    right: 0;
}

.picture_area h2{
    margin-bottom: 5%;
}

.picture_list{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
}
.list_item {
    width: 100%;
}
.list_item:not(:last-child) {
    margin-bottom: 5%;
}

.item_content{
    margin-top: 5%;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    color: #000000;
}

.content_date{
    font-size: 19.5px;
}

.list_pic {
    aspect-ratio: 4/3;
    overflow: hidden;
}

.list_pic img{
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
    .wrap {
        width: 88%;
        margin: 0 auto 7%;
    }
    .vector {
        width: 11px;
    }
    .main_picture {
        width: 88%;
        margin: 4% auto 5%;
    }
    h2 {
        font-size: 26px;
    }
    .news_area,
    .welfare_area {
        display: flex;
        margin-bottom: 8%;
    }
    .news_list,
    .welfare_list,
    .nodata {
        font-size: 18px;
        font-weight: bold;
        line-height: 2em;
        width: 65%;
    }
    .news_list li a,
    .welfare_list li a {
        flex-wrap: nowrap;
    }
    .list_date {
        padding-right: 5%;
        display: block;
        width: fit-content;
        font-size: 20px;
    }
    .news_list h3,
    .welfare_list h3 {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 10px;
        flex: 2 0 0;
        font-size: 18px;
    }
    .picture_list {
        flex-wrap: nowrap;
    }
    .item_content {
        font-size: 17px;
        line-height: 2em;
    }
    .list_item {
        width: 32%;
    }
    
        .list_item:not(:last-child) {
            margin: 0 2% 0% 0;
        }
    .content_date {
        font-size: 20px;
    }
}

@media screen and (min-width:900px) {
    .vector {
        width: 12.5px;
    }

    h2 {
        font-size: 30px;
    }

    .news_area,
    .welfare_area {
        margin-bottom: 8%;
    }

    .news_list,
    .welfare_list,
    .nodata {
        font-size: 20px;
    }

        .news_list h3,
        .welfare_list h3 {
            font-size: 20px;
        }

    .item_content {
        font-size: 18px;
        line-height: 2em;
    }
}