@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  top.css
 style info :  スタイル指定
=================================================================== */

/* top
----------------------------------------------------------------------------- */
.top {}

.top .main_wrapper {}

.top .main_wrapper .main_img img {
    width: 100%;
}

.top .main_wrapper .covid {
    margin: 40px auto 0;
    width: 100%;
    background: #fff;
    padding: 26px 30px 40px;
    font-size: 36px;
    font-weight: bold;
    color: #ff0000;
    line-height: 1.2;
    border: 3px solid #ff0000;
}

.top .main_wrapper .covid h2 span {
    font-size: 18px;
    color: #252525;
}

.top .main_wrapper .news {
    margin: 40px auto 0;
    width: 100%;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0 10px 20px;
    font-size: 14px;
}

.top .main_wrapper .news h2 {
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #358C35;
    color: #fff;
    width: calc(100% + 20px);
    margin: 0 -10px;
}

.top .main_wrapper .alert_news {
    margin-bottom: 20px;
}

.top .main_wrapper .alert_news dl {
    width: 100%;
    padding: 5px;
    font-size: 24px;
    font-weight: bold;
    color: #ff0000;
}

.top .main_wrapper .alert_news dl dt {
    text-align: left;
}

.top .main_wrapper .alert_news dl dd {
    text-align: left;
}

.top .main_wrapper .alert_news p {
    text-align: right;
}

.top .main_wrapper .alert_news p a {
    font-size: 24px;
    font-weight: bold;
    color: #ff0000;
    text-decoration: underline !important;
    text-align: right;
}

.top .main_wrapper .news .box_one {
    border: 3px solid #0173e7;
    padding: 2px;
    background: #fff;
    width: 100%;
}

.top .main_wrapper .news .box_one .box_tow {
    border: 1px solid #0173e7;
    background: #fff;
    margin: 2px;
    padding: 0.5em 1.5em;
    text-align: left;
    font-size: 18px;
    text-align: center;
}

.top .main_wrapper .news .box_one .box_tow .red {
    color: red;
    font-weight: bold;
    padding-right: 30px;
}

.top .main_wrapper .news a.more_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    background: #0173e7;
    padding: 5px 10px;
    color: #fff;
}

.top .main_wrapper .news a.more_btn:hover {
    opacity: 0.7;
}

.top .main_wrapper .news ul li {
    padding: 20px;
    border: solid #6DB5E5;
    border-width: 0 0 1px;
}

.top .main_wrapper .news ul li:last-of-type {
    border-width: 0;
}

.top .main_wrapper .news ul li h3 {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.top .main_wrapper .news ul li p {
    text-align: left;
    font-size: 16px;
}

.top .main_wrapper .news ul li .info {
    display: flex;
    justify-content: end;
    margin: 20px 0 0;
}

.top .main_wrapper .link_banner {
    width: 100%;
    margin: 50px auto 0;
}

.top .main_wrapper .link_banner ul {
    display: flex;
    justify-content: space-around;
}

.top .main_wrapper .link_banner ul li {
    width: 45%;
}

.top .main_wrapper .link_banner ul li a {
    width: 100%;
    height: 100px;
    display: block;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top .main_wrapper .link_banner ul li a div {}

.top .main_wrapper .link_banner ul li a:hover {
    opacity: 0.7;
}

.top .main_wrapper .link_banner ul li a.sotsugyou {
    border: 3px solid #D8B0CD;
    background: #fff;
    font-size: 25px;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.top .main_wrapper .link_banner ul li a.sotsugyou .pink {
    color: #A24C8C;
}

.top .main_wrapper .link_banner ul li a.sotsugyou .text {
    font-size: 14px;
}

.top .main_wrapper .link_banner ul li a.sotsugyou img {
    position: absolute;
    top: 1em;
    right: 0.5em;
    width: 24%;
}

.top .main_wrapper .link_banner ul li a.niji {
    border: 3px solid #4AB5AA;
    background: #fff;
    font-size: 25px;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.top .main_wrapper .link_banner ul li a.niji .green {
    color: #4AB5AA;
}

.top .main_wrapper .link_banner ul li a.niji .text {
    font-size: 14px;
    line-height: 1.3;
}

.top .main_wrapper .link_box_out {
    margin: 30px auto 0;
}

.top .main_wrapper .link_box_out h3 {
    text-align: center;
    line-height: 1;
    width: 100%;
    padding: 10px;
    background: #0173e7;
    color: #fff;
    font-size: 25px;
}

.top .main_wrapper .link_box_out ul {
    margin: 15px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.top .main_wrapper .link_box_out ul li {
    width: calc(94% / 3);
    margin: 0 1% 10px;
}

.top .main_wrapper .link_box_out ul li a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    color: #0173e7;
    border: 1px solid #0173e7;
    background: #fff;
}

.top .main_wrapper .link_box_out ul li a:hover {
    opacity: 0.5;
}

.top .main_wrapper .link_box_out ul li.img_banner {
    width: 100%;
}

.top .main_wrapper .link_box_out ul li.img_banner a {
    background: transparent;
    border: none;
}

/* news
----------------------------------------------------------------------------- */

.top .main_wrapper .news02 {
    margin: 40px auto 0;
    width: 100%;
    padding: 0 10px;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.top .main_wrapper .news02 .title {
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #35478C;
    color: #fff;
    width: calc(100% + 20px);
    margin: 0 -10px;
}

.top .main_wrapper .news02 dl {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    border: solid #6DB5E5;
    border-width: 0 0 1px;
    font-size: 16px;
}

.top .main_wrapper .news02 dl:last-of-type {
    border-width: 0;
}

.top .main_wrapper .news02 dl dt {
    width: 200px;
    text-align: left;
    padding: 0 20px;
}

.top .main_wrapper .news02 dl dd {
    width: calc(100% - 200px);
    text-align: left;
    padding: 0 20px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top .main_wrapper .news02 dl dd a {
    border: solid #346AFF;
    border-width: 0 0 1px;
    color: #346AFF;
}

.top .main_wrapper .news02 dl.new dt {
    position: relative;
}

.top .main_wrapper .news02 dl.new dt:after {
    content: "NEW";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: #FF1717;
    border: 1px solid #FF1717;
    padding: 0 5px;
    font-weight: bold;
    font-size: 14px;
}

.top .main_wrapper .news02 .inner {
    width: 100%;
    padding: 0 10px;
    height: 300px;
    overflow: auto;
    background: #fff;
}

.top .main_wrapper .news>.info{
    border: 3px solid #0173e7;
    margin: 40px auto 0;
    width: 100%;
    background: #fff;
    padding: 2px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    line-height: 1.2;
}

.top .main_wrapper .news>.info .inner{
    border: 1px solid #0173e7;
    padding: 26px 30px;
}

.top .main_wrapper .news>.info .inner h2{
font-size: 20px;
    font-weight: normal;
    height: auto;
    display: block;
    background: initial;
    color: #252525;
    margin: 0 0 15px;
    width: 100%;
}

.top .main_wrapper .news>.info .inner a{
    margin: 15px 15px 0;
    display: block;
}

.top .main_wrapper .news ul li .text_info{
    margin: 45px auto 0;
}

.top .main_wrapper .news ul li .text_info h4{
    margin: 20px auto 10px;
    font-size: 16px;
    text-align: left;
}
.top .main_wrapper .news ul li .text_info ul {
    counter-reset: section;
}
.top .main_wrapper .news ul li .text_info ul li{
    position: relative;
    border: none;
    text-align: left;
    padding: 0 0 0 35px;
    margin: 0 auto 15px;
}
.top .main_wrapper .news ul li .text_info ul li:before{
    counter-increment: section;
    content: counter(section) ")";
    margin: 0 0 0 -20px;
}
.top .main_wrapper .news ul li .text_info .name{
    text-align: right;
    margin: 10px auto 0;
}
/* BreakPoint 959px
=============================================================*/
@media only screen and (max-width: 959px) {}

/* BreakPoint 639px
=============================================================*/
@media only screen and (max-width: 639px) {

    /* top
----------------------------------------------------------------------------- */
    .top {}

    .top .main_wrapper .covid {
        font-size: 30px;
    }

    .top .main_wrapper .news {
        width: 100%;
        margin: 30px auto 0;
        padding: 2em 4%;
        background: #fff;
        position: relative;
    }

    .top .main_wrapper .news a.more_btn {
        position: initial;
        margin: 5vw 0 0;
        top: 20px;
        right: 20px;
        display: block;
        background: #0173e7;
        padding: 5px 10px;
        color: #fff;
    }

    .top .main_wrapper .news dl dt {
        text-align: left;
    }

    .top .main_wrapper .news dl dd {
        text-align: left;
    }

    .top .main_wrapper .news .box_one .box_tow .red {
        color: red;
        font-weight: bold;
        padding-right: 0;
        display: block;
    }

    .top .main_wrapper .link_banner ul {
        display: block;
    }

    .top .main_wrapper .link_banner ul li {
        width: 100%;
    }

    .top .main_wrapper .link_banner ul li a {
        width: 100%;
        height: 30vw;
        display: block;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top .main_wrapper .link_banner ul li a.sotsugyou {
        border: 3px solid #D8B0CD;
        background: #fff;
        font-size: 5vw;
        position: relative;
        margin-bottom: 10px;
        text-align: center;
    }

    .top .main_wrapper .link_banner ul li a.niji {
        border: 3px solid #4AB5AA;
        background: #fff;
        font-size: 5vw;
        position: relative;
        margin-bottom: 10px;
        text-align: center;
    }

    .top .main_wrapper .link_box_out ul li {
        width: 100%;
    }



    .top .main_wrapper .news02 dl {
        flex-wrap: wrap;
        height: auto;
        padding: 15px 0;
    }

    .top .main_wrapper .news02 dl dd {
        width: 100%;
    }

    .top .main_wrapper .link_box_out ul li.img_banner a {
        padding: 0;
    }

    .top .main_wrapper .link_box_out ul li.img_banner a img {
        width: 100%;
    }

}
