@charset "utf-8";
/*
* index.html
*/

/*各コンテンツ 設定*/
.about_noale,.category,.covid19{
    background: #f5f5f5;
    margin: 30px 0px;
    padding: 10px;
}

/*各エリア 設定*/
.about_noale_area,.category_area,.covid19_area{
    margin: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

/*
* about noale 設定
*/
.about_noale p{
    padding: 20px 10px;
    background: #fff;
}

/*
* category 設定
*/
.category_area{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.category_box,.category_box2{
    width: calc(95%/3);
    border: solid 2px #999;
    margin: 10px 5px;
    background: #fff;
    position:relative;
}

.category_box .box_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}
.category_box2 .box_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.category_box:hover,.category_box2:hover{
    border: solid 2px #666;
}

.category_img img{
    width: 100%;
}
.category_text .category_p{
    padding: 0px 5px;
}
/*covid19 設定*/
.covid19_area{
    border: solid 3px;
}
.covid19_area p{
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    padding-top: 50px;
}
.covid19_button{
    max-width: 200px;
    background: #dcdcdc;
    margin: 30px auto;
}
.covid19_button a{
    display: block;
    text-align: center;
    padding: 10px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    border: solid 2px #dcdcdc;
}
.covid19_button a:hover{
    border: solid 2px #333;
}

/*404.html*/
.contents_404{
    max-width: 480px;
    margin: 30px auto;
    padding: 30px 0px 40px;
}
.h2_404{
    font-weight: bold;
    text-align: center;
    font-size: 60px;
}
.contents_404 p{
    padding: 0px 40px;
    line-height: 40px;
}
.link_w{
    padding-top: 20px;
    margin: 0px 10px;
}
.link_w ul{
    display: flex;
    list-style: none;
    justify-content: space-between;
}
.link_w li a{
    display: block;
    background: #DCDCDC;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    border: solid 2px #dcdcdc;
}
.link_w li a:hover{
    border: solid 2px #333;
}

/*sitemap.html*/
.contents_sitemap{
    padding: 20px 0px 50px;
}
.h2_sitemap{
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}
.sitemap_category{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sitemap_category_box{
    width: calc(90%/2);
    margin: 10px 0px;
    border: solid 2px #333;
    border-radius: 5px;
    background: #F5F5F5;
}
.h3_sitemap{
    text-align: center;
    padding: 5px 0px;
    font-weight: bold;
    border-bottom: solid 2px #333;
    background: #fff;
    border-radius: 5px 5px 0 0;
}
.sitemap_category_box ul{
    padding: 10px 30px;
}
.sitemap_category_box li{
    padding: 5px 0px;
}
.sitemap_category_box li a{
    display: block;
    color: #333;
}
.sitemap_category_box li a:hover{
    font-weight: bold;
}
/*
* レスポンシブデザイン
*/
@media screen and (min-width:480px) and ( max-width:700px) {
    /* 画面サイズが768pxから1024pxまではここを読み込む */

    /*index.html about_noale_area*/
    .about_noale_area p{
        padding: 5px 10px;   
    }

    /*index.html category*/
    .category_area{
        flex-direction: column;
    }
    .category_box,.category_box2{
        width: 98%;
        display: flex;
        padding: 10px;
    }
    .category_img{
        display: flex;
        align-items: center;
        order: 1;
        width: 50%;
    }
    .category_box2 .category_img{
        order: 2;
    }
    .category_box2 .category_text_area{
        order: 1;
        flex:1;
    }
    
    .category_text_area{
        order: 2;
        flex:1;
    }

    .category_text .category_p{
        padding: 5px 10px 15px;
        font-size: 14px;
    }

    /*news*/
    .news_top{
        padding-left: 5px;
    }
    .news_date{
        margin-left: 5px;
    }
    .news_date p{
        font-size: 14px;
    }
    .news_title{
        margin-left: 0px;
    }
    .news_title h2{
        font-size: 14px;
    }
    .news_index a{
        font-size: 14px;
    }

    /*covid19*/
    .covid19_area p{
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用) */
    .about_noale,.category,.news,.covid19{
        margin: 10px 0px;
    }
    .about_noale_area,.category_area,.news_area.covid19_area{
        margin: 0px;
    }

    /*about_noale*/
    .about_noale p{
        padding: 5px 10px;
        font-size: 14px;
    }

    /*category 設定*/
    .category_area{
        flex-direction: column;
    }
    .category_box,.category_box2{
        width: 100%;
    }
    .category_text .category_p{
        font-size: 14px;
        padding: 0px 15px;
    }
    /*newsの設定*/
    .news_box{
        margin: 0px 0px 5px 0px;
        flex-direction: column;
    }
    .news_top{
        padding-left: 5px;
        width: 100%;
    }
    .news_title{
        margin-left: 5px;
        padding: 0px 0px 5px 0px;
    }
    .news_title h2{
        font-size: 16px;
    }
    .news_index a{
        font-size: 14px;
    }
    /*covid19 設定*/
    .covid19_area p{
        font-size: 14px;
    }
}