﻿body {
}

h2 {
    text-align: left;
    margin: 3% auto 30px;
    font-size: 24px;
    width: fit-content;
}

.title_en {
    color: #009877;
    display: block;
}

.vector {
    width: 10px;
    vertical-align: baseline;
    padding-left: 15px;
}

.news_list,
.welfare_list,
.download_list,
.regulations_list{
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    width: 90%;
    margin: 0 auto 5%;
}

    .news_list li a,
    .welfare_list li a,
    .download_list li a,
    .regulations_list li a {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #CACACA;
        padding: 1% 0;
        color: #000000;
        font-size: 16.67px;
        line-height: 2em;
    }

.list_date {
    width:100%;
}

.list_date,
.more,
.download {
    color: #007AB0;
}

.more,
.download {
    font-size: 13px;
    right: 0;
}

h3 {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    flex: 1 0 0;
    font-size: 16.67px;
}

.trangle {
    width: 10px;
    vertical-align: baseline;
}

#Content_pagebuttonarea{
    text-align: center;
    margin-bottom: 5%;
}

.pagebutton {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.numberbutton {
    width: 2em;
    height: 2em;
}

.pagebutton:first-child {
    margin-right: .5em;
}

.pagebutton:last-child {
    margin-left: .5em;
}

.numberbutton_select {
    background-color: #3A8478;
    color: #fff;
    border-radius: 50% ;
    cursor: default;
}

.cantclick{
    color: #D3D3D4;
    cursor: default;
}

.data_condition {
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
}

.back_btn {
    color: #009877;
    font-weight: 600;
    font-size: 20px;
    border: 1px solid #009877;
    padding: .3em .7em;
    border-radius: 1em;
    transition: .3s;
}

    .back_btn:hover {
        color: #fff;
        background-color: #009877;
    }

@media screen and (min-width:769px) {
    h2 {
        margin: 3% auto;
        text-align: center;
        font-size: 30px;
        width: 100%;
    }
    .title_en {
        padding-right: 20px;
        display: inline-block;
    }
    .vector {
        width: 12px;
    }
    .pagebutton {
        font-size: 20px;
    }
    .news_list li a,
    .welfare_list li a,
    .download_list li a,
    .regulations_list li a {
        flex-wrap: nowrap;
        font-size: 20px;
        line-height: 2em;
    }
    .list_date {
        width: fit-content;
        padding-right: 3%;
    }
    h3 {
        white-space: nowrap;
        font-size: 20px;
    }
    .pagebutton:first-child {
        margin-right: 1em;
    }

    .pagebutton:last-child {
        margin-left: 1em;
    }
}
