@charset "utf-8";

header, footer, nav, section, aside, article{
	box-sizing: border-box;
	display: block;
}

h1,h2,h3,h4,h5,h6,a,img,div,p,form,ul,li,ol {
	box-sizing: border-box;
	margin:0px;
	padding:0px;
	border:none;
	font-weight: normal;
	list-style-type: none;
	font-style: normal;
	text-decoration: none;
}

body{
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;	-webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	color: #000;
	line-height: 1.65;
	overflow-x: hidden;
	overflow-y: auto;
}

h1{
    font-size: 2.4rem;
    font-weight: 600;
}

h2{
    font-size: 2rem;
    font-weight: 600;
}

h3{
    font-size: 1.5rem;
    font-weight: 600;
}

p{
    font-size: 16px;
}

/*****************************************/
/* header */
/*****************************************/

#header{
    position: sticky;
    top: 0;
    width: 100%;
    height: 55px;
    padding: 7px 10px;
    z-index: 100;
    background: linear-gradient(to bottom , #001027 , #03305e);

    display: flex;
    justify-content: flex-start;
    align-items: center;
}


#header.bg::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

#header h1{
    width: 15%;
    display: inline-block;
    max-width: 500px;
    padding-top: 10px;
}

#header h1 img{
    width: auto;
    height: auto;
    max-height: 40px;
}

#header .pc-menu{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: calc( 85% - 60px );
}

@media all and (max-width:999px) {
#header .pc-menu{
    display: none;
}
}

#header .pc-menu li{
    margin: 0 12px;
}

#header .pc-menu a,
#header .pc-menu a:visited{
    color: #fff;
    padding: 5px 0px;
    margin-left: 10px;
}

#header .h_menu_back{
    position: absolute;
    border-radius: 50%;
    top: -25px;
    right: -20px;
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .h-menu-sp .sp-navi{
    position: fixed;
    top: 55px;
    left:100%;
    width: 100%;
    height: calc( 100vh - 50px );
    overflow:auto;
    background: linear-gradient(to bottom , #001027 , #03305e);
    color: #fff;
    border-top: solid 1px #fff;
    padding: 20px;
    transition: 0.5s;
    z-index: 800;
    opacity: 0;
}

#header .h-menu-sp .sp-navi .sp-navi2{
    width: 90%;
    max-width: 1080px;
    margin: auto;
}

#header .h-menu-sp .sp-menu{
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

#header .h-menu-sp .sp-menu li{
    width: calc(( 100% - 60px ) / 3 );
    min-width: 265px;   
    margin: 10px;
    margin-bottom: 30px;
}

#header .h-menu-sp .sp-menu li a{
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 50px;
    transition: all 0.5s;
    position: relative;
    font-size: 20px;
    background-color: #fff;
    border-radius: 10px;
    color: #022446;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.12rem;
}

#header .h-menu-sp a:visited{
    color: #022446;
}

#header .h-menu-sp .sp-menu li a::after{
    position: absolute;
    content: '';
    border: solid 7px transparent;
    border-left: solid 10px #022446;
    top: 50%;
    transform: translateY(-50%);
    left: 22px;
    transition: all 0.5s;
}

#header .h-menu-sp .sp-menu li a:hover{
    background-color: #e4f2ff;
    border-radius: 10px;
}

#header .h-menu-sp .sp-menu li a:hover::after{
    left: 25px;
}

#header .h-menu-sp .sp-menu .sp-menu-subli,
#header .h-menu-sp .sp-menu .sp-menu-subli li{
    width: 100%;
    min-width: auto;
    margin: 0;
}

#header .h-menu-sp .sp-menu .sp-menu-subli li a,
#header .h-menu-sp .sp-menu .sp-menu-subli li a:visited{
    background-color: transparent;
    padding: 3px 15px 3px 50px;
    color: #fff;
    font-size: 1rem;
    font-weight: 100;
    margin-bottom: 1px;
    letter-spacing: initial;
}

#header .h-menu-sp .sp-menu .sp-menu-subli li a::after{
    content: none
}

#header .h-menu-sp .sp-menu .sp-menu-subli li a::before{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    top: 0.8rem;
    transform: rotate(45deg);
    left: 20px;
    transition: all 0.5s;
}

#header .h-menu-sp .sp-menu .sp-menu-subli li a:hover::before{
    left: 23px;
}

#header .h-menu-sp .sp_sns{
    display: none;
    margin-top: 20px;
}

#header .h-menu-sp .sp_sns a,
#header .h-menu-sp .sp_sns a:visited{
    display: block;
    width: 48%;
    padding: 10px 5px 5px;
    border: solid 1px #fff;
    text-align: center;
    color: #fff;
}

#header .h-menu-sp .sp_sns a img{
    max-width: 30px;
    height: auto;
}

#header .h-menu-sp .h-menu-spb{
    position: absolute;
    top: 35%;
    left: 28%;
    width: 30px;
    height: 30px;
}

#header .h-menu-sp .h-menu-spb::after{
    position: absolute;
    content: "MENU";
    color: #2d358f;
    font-size: 12px;
    top: 85%;
    left: -2px;
}

#header .h-menu-sp .h-menu-spb span{
    display: block;
    position: absolute;
    left:0;
    width: 30px;
    height: 3px;
    background-color: #2d358f;
    top: 14px;
    transition: 0.5s;
    z-index: 999;
}

#header .h-menu-sp .h-menu-spb span::before,
#header .h-menu-sp .h-menu-spb span::after{
    position: absolute;
    content: '';
    left:0;
    width: 30px;
    height: 3px;
    background-color: #2d358f;
    transition: 0.5s;
}

#header .h-menu-sp .btn_text a,
#header .h-menu-sp .btn_text a:visited{
    color:#fff;
}

#header .h-menu-sp .h-menu-spb span::before{
    top: 9px;
}

#header .h-menu-sp .h-menu-spb span::after{
    bottom: 9px;
}

#menusp_open{
    display: none;
}

#menusp_open:checked ~ .h-menu-spb span{
    background-color: rgba(153, 120, 65,0);
}

#menusp_open:checked ~ .h-menu-spb span::before{
    top: 0;
    transform: rotate(225deg);
}

#menusp_open:checked ~ .h-menu-spb span::after{
    bottom: 0;
    transform: rotate(-225deg);
}

#menusp_open:checked ~ .sp-navi{
    left: 0;
    opacity: 1;
}

/*****************************************/
/* matelial */
/*****************************************/


.to_up_btn{
    position: fixed;
    bottom: 10px;
    right: 15px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0px 0px 5px #686868;
    transition: 0.4s;
}

.to_up_btn:hover{
    background-color: rgba(255,255,255,1);
}

.to_up_btn::after{
    content: '';
    position: absolute;
    border: solid 13px transparent;
    border-bottom: solid 22px #171a59;
    left: 24%;
}

.anime{
    opacity: 0;
}

.anime_side{
    opacity: 0;
}

.bule_back{
    background: linear-gradient(to bottom , #001027 , #03305e);
}

.content,
.content_back_none,
.category_news{
    width: 90%;
    max-width: 1080px;
    margin: auto;
    padding: 30px 0 75px;
}

.content_back_none{
    color: #fff;
}

.content .back_w,
.content_back_none .back_w,
.category_news{
    background-color: #fff;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.back_w h2{
    color: #022446;
}

.back_w{
    color: #000;
}

.flex-2,
.flex-3,
.flex-4{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 15px auto;
    justify-items: center;
}

.flex_div{
    padding: 10px 5px;
}

.flex-2 .flex_div,
.flex-2r .flex_div{
    width: calc( ( 100% - 15px ) / 2 );
    margin-right: 15px;
    margin-bottom: 15px;
}

.flex-3 .flex_div{
    width: calc( ( 100% - 30px ) / 3 );
    margin-right: 15px;
    margin-bottom: 15px;
}

.flex-4 .flex_div{
    width: calc( ( 100% - 45px ) / 4 );
    margin-right: 15px;
}

.flex-2 .flex_div:nth-child(2n),
.flex-3 .flex_div:nth-child(3n),
.flex-4 .flex_div:nth-child(4n){
    margin-right: 0;
}

.flex-2 .flex_div.flex1,
.flex-3 .flex_div.flex1{
   width:100%;
   margin-bottom: 0;
}

/*ボタン*/

a.btn_icon_flex{
    display: flex;
    align-items: center;
    border: solid 1px #fff;
    color: #fff;
    font-weight: 600;
    padding: 25px 15px;
}

.btn_icon_flex img{
    width: 30%;
    max-width: 60px;
    height: auto;
    padding: 5px;
    margin-right: 20px;
}

.btn_icon_flex p{
    flex: 1;
    font-weight: 600;
    position: relative;
}

.btn_text a{
    position: relative;
}

.btn_text a::after{
    content: '';
    position: absolute;
    width: 100%;
    top: 85%;
    left: 0;
    border-top: solid 1px #ffffff;
    transition: 0.4s;
    opacity: 0;
    transform: translateY(3px);
}

.btn_text a:hover::after{
    opacity: 1;
    transform: translateY(0px);
}

.btn_arow a{
    position: relative;
    padding-left: 25px;
}

.btn_arow a::before{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-top: solid 2px #022446;
    border-right: solid 2px #022446;
    top: 0.5rem;
    transform: rotate(45deg);
    left: 5px;
    transition: all 0.5s;
}

.btn_arow a:hover::before{
    left: 8px;
}

a.btn_bdr_w,
a.btn_bdr_w:visited{
    color: #fff;
    padding: 8px 10px;
    border: solid 1px #fff;
    border-radius: 8px;
}

.btn_hv_light a:hover{
    box-shadow: 0 0 8px #fff;
}


.text_r{
    text-align: right;
}

.text_c{
    text-align: center;
}

.text_l{
    display: inline-block;
}

.txt_pdf::after,a.txt_pdf::after,
.txt_word::after,a.txt_word::after,
.txt_excel::after,a.txt_excel::after{
    color: #fff;
    font-size: 0.6rem;
    padding: 3px 5px;
    border-radius: 5px;
    margin-bottom: 3px;
    margin-left: 10px;
    text-wrap: nowrap;
}

.txt_pdf::after,a.txt_pdf::after{
    content: "PDF";
    background-color: #b30c00;
}

.txt_word::after,a.txt_word::after{
    content: "Word";
    background-color: #1757b7;
}

.txt_excel::after,a.txt_excel::after{
    content: "Excel";
    background-color: #0f6835;  
}

.txt_gaibu::after,a.txt_gaibu::after{
    content: url(../image/icon_gaibu.png);
    margin-left: 10px;
}



/*****************************************/
/* top */
/*****************************************/

#top_slide{
    position: relative;

    height: 92vh;
    overflow: hidden;

    background-color: #000;
}

#top_slide .slide_div{
    width: 100%;
    height: 92vh;
    position: relative;
}

/*#top_slide .slide_div::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    mix-blend-mode: multiply;
}*/

#top_slide .slide_div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 85%;
}

#top_slide .flex-2{
    position: absolute;
    width: 100%;
    top: 25%;
    transform: translatey(-50%);
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
}

#top_slide .flex-2 h2{
    color: #fff;
    font-size: 48px;
    font-weight: bold;

    padding: 0px 15px;
    letter-spacing: 6px;
}

#top_slide .flex-2 img{
    max-width: 300px;
    margin: 10px auto;
}

#top_slide .info_jimsho{
    position: absolute;
    bottom: 20px;
    left: 50%;

    width: 90%;
    max-width: 1080px;
    translate: -50%;

    background-color: #fff;
    border-radius: 15px;
    padding: 15px 20px;

    display: flex;
    align-items: center;
}

#top_slide .info_jimsho h3{
    color: #022446;
    letter-spacing: 0.1rem;
    margin-right: 20px;
}

#top_slide .info_jimsho a,
#top_slide .info_jimsho a:visited{
    display: block;
    position: relative;
    color: #022446;
    font-weight: 600;
}

.top_center h2,
.top_center h3{
    text-align: center;
    margin: 75px auto 15px;
}

.top-news-list li{
    border-bottom: solid 1px #eee;
    transition: 0.5s;
}

.top-news-list li:nth-last-child(1){
    border-bottom:none;   
}

.top-news-list li:hover{
    background-color: rgba(201, 230, 255 , 0.5);
}

.top-news-list a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 5px; 
    position: relative;
}

.top-news-list a,
.top-news-list a:visited{
    color: #666666;
}

.top-news-list a span{
    color: #022446;
    padding: 5px 8px;
    background-color: #C9E6FF;
    margin-left: 15px ;
    font-weight: 600;
    width: 70px;
    text-align: center;
    display: inline-block;
    text-wrap: nowrap;
}

.top-news-list p:nth-child(1){
    margin-right: 20px;
    width: 190px;
}

.top-news-list p:nth-child(2){
    flex: 1;
}

.flex-3.ivent_bnr{
    justify-content: space-around;
}

.ivent_bnr a,
.ivent_bnr a:visited{
    display: block;
    text-align: center;
    color: #fff;
}

.live_camera_list{
    width: 100%;
}

.live_camera_list .slid_div{
    padding: 5px 10px;
    margin-bottom: 20px;
}

.live_camera_list .slid_div a,
.live_camera_list .slid_div a:visited,
.pickup_list .flex_div a,
.pickup_list .flex_div a:visited{
    color: #03305e;
}

.ivent_bnr a img,
.live_camera_list .slid_div img{
    width: 100%;
    object-position: center;
}

.live_camera_list .slid_div img{
    aspect-ratio: 5 / 3;
    object-fit: cover;
}

.live_camera_list .slick-prev, 
.live_camera_list .slick-next {
    position: absolute;/*絶対配置にする*/
    bottom: -20px;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #03305e;/*矢印の色*/
    border-right: 2px solid #03305e;/*矢印の色*/
    height: 15px;
    width: 15px;
    z-index: 50;

}

.live_camera_list .slick-prev {/*戻る矢印の位置と形状*/
    left: 20%;
    transform: rotate(-135deg);
}

.live_camera_list .slick-next {/*次へ矢印の位置と形状*/
    right: 20%;
    transform: rotate(45deg);
}

.live_camera_list .slick-prev:before,
.live_camera_list .slick-next:before{
    content: none;
}


.ivent_bnr a img{
    height: 110px;
    object-fit: contain;
}

.flex-4.pickup_list,
.flex-4.bnr_list{
    justify-content: flex-start;
    align-items: stretch;
}

.pickup_list .flex_div{
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 15px;
    transition: 0.4s;
}

.pickup_list .flex_div .btn_img{
    width: 90%;
    aspect-ratio: 5 / 3;
    overflow: hidden;
    margin: auto;
    margin-bottom: 10px;
}

.pickup_list .btn_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}

.pickup_list .flex_div:hover img{
    transform: scale(1.1);
}

.pickup_list .flex_div p{
    font-weight: 600;
}

.flex-4.bnr_list{
    align-items: center;
}

.flex-4.bnr_list .flex_div img{
    width: 100%;
    height: 75px;
    object-fit: contain;
}

.live_camera_list a:hover img,
.flex-3.ivent_bnr a:hover img,
.flex-4.bnr_list a:hover img{
    opacity: .7;
}

/*****************************************/
/* 緊急情報 */
/*****************************************/
.kinkyu_div{
    background:linear-gradient(to top , #f50000 , #cc0000);
    padding: 25px 0 5px;
}

.kinkyu_div .content{
    padding: 30px 0;
}

.kinkyu_naiyo .top-news-list p{
    font-weight: 600;
}

.kinkyu_naiyo .top-news-list p:nth-child(1){
    width: 100px;
}

.kinkyu_naiyo .top-news-list li:hover{
    background-color:rgba(255, 227, 201, 0.5)
}


/* 情報がないとき */
.kinkyu_div.non_list{
    display: none!important;
}

/*****************************************/
/* contents page */
/*****************************************/

#content_page{
    background: linear-gradient(to bottom , #001027 , #03305e);
    padding: 0 0 50px;
    min-height: 70vh;
}

.page_title{
    background-color: #325878;
    border-top: solid 1px #fff;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.page_title p{
    color: #fff;
    max-width: 1080px;
    margin: auto;
    width: 90%;
    padding-top: 5px;
    font-size: 2rem;
    font-weight: 600;
}

.pankuzu_list{
    max-width: 1080px;
    margin: 15px auto;
    width: 90%;

    display: flex;
    flex-wrap: nowrap;
    color: #fff;

    text-wrap: nowrap;
}

.pankuzu_list a,
.pankuzu_list a:visited{
    color: #fff !important;
    font-size: 13px;
    margin-right: 10px;
}

.pankuzu_list a::before{
    content: ">";
    margin-right: 10px;
}

.pankuzu_list a:nth-child(1):before{
    content: none;
}

#content_page .content{
    width: 90%;
    max-width: 1080px;
    margin: auto;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 30px 30px;
    min-height: 40vh;
}

#content_page h1{
    text-align: center;
    margin: 30px auto ;
    color: #022446;
}

#content_page h2,
#content_page h3{
	font-weight: 600;
	margin: 75px 0 20px;
}

#content_page h4,
#content_page h5{
	font-weight: 600;
	margin: 30px 0 15px;
}

#content_page h2{
	/*padding: 8px 0;
	color: #022446;*/
	border-bottom: solid 2px #022446;
	padding: 6px 15px;
	color: #fff;
	background-color:#325878;
}

#content_page h3{
	padding: 1px 5px 2px 7px;;
	border-left: solid 18px #022446;
	/*border-bottom: solid 2px #022446;*/
	color: #022446;
}

#content_page h4{
	padding: 2px 5px 2px 25px;
	font-size: 1.3rem;
	color: #426f9c;
	position: relative;
}

#content_page h4::before{
    content: '';
    width: 18px;
    height: 4px;
    background-color: #618ab3;
    position: absolute;
    top: 1rem;
    left: 0;
}

#content_page h5{
	background-color: #f0f0f0;
	padding: 5px 15px 5px 25px;
	font-size: 1.1rem;
	position: relative;
}

#content_page .content a,
#content_page .content a:visited{
	color: #006199;
    transition: 0.2s;
    padding: 2px 0;
}

#content_page img{
    max-width: 100%;
    height: auto;
}

#content_page .mb_50{
    margin-bottom: 50px;
}

#content_page a.btn_page{
    display: block;
    border: solid 1px #022446;
    border-radius: 10px;
    padding: 15px 15px 15px 45px;
    font-size: 1.1rem;
    transition: 0.4s;
    margin-bottom: 10px;

    position: relative;
}

#content_page a.btn_page,
#content_page a.btn_page:visited{
    color: #006199;
}

#content_page a.btn_page:hover{
    background-color: #e4f2ff;
}

#content_page a.btn_page::before{
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #022446;
    border-right: solid 2px #022446;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 18px;
    translate: 0 -50%;
    transition: 0.4s;
}

#content_page a.btn_page:hover::before{
    left: 21px;
}

#content_page .flex-2 .flex_div a.btn_page,
#content_page .flex-3 .flex_div a.btn_page,
#content_page .flex-4 .flex_div a.btn_page{
    margin-bottom: 0px;
}

#content_page .content a:hover{
    background-color: #e4f2ff;
}

#content_page ul,
#content_page ol{
	margin: 25px 0px;
}

#content_page ul li{
	list-style-type: disc;
	margin-left: 20px;
	padding: 5px;
}

#content_page ol li{
	list-style-type: decimal;
	margin-left: 20px;
	padding: 5px;
}

#content_page .txt_link_ul li{
    list-style: none;
    position: relative;
}

#content_page .txt_link_ul li::before{
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #022446;
    border-right: solid 2px #022446;
    transform: rotate(45deg);
    position: absolute;
    top: 1rem;
    left: -20px;
    translate: 0 -50%;
    transition: 0.4s;
}

#content_page .txt_link_ul li:hover::before{
    left: -17px;   
}

#content_page table{
    margin: 15px 0;
    width: auto;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

#content_page table th,
#content_page table td{
    padding: 10px;
}

#content_page table th{
    background-color: #e9e9e9;
}


#content_page .tb2_type{
	border-collapse:  collapse;
	margin-bottom: 10px;
}

#content_page .tb2_type th{
	border: solid 1px #c0c0c0;
	background-color: #f5f5f5;
	text-align: left;
	padding: 10px 20px;
}

#content_page .tb2_type td{
	border: solid 1px #c0c0c0;
	padding: 10px;
}

#content_page .page_img{
    margin: 20px auto 20px;
    text-align: center;
}


#content_page .page_img a:hover img{
    opacity: .7;
}
#content_page .page_img a:hover{
    background-color: transparent;
}

#content_page .flex-2.news_date{
    justify-content: center;
    align-items: center;
    margin-top: -20px;
    flex-wrap: nowrap;
}

#content_page .page_info{
    margin-top: 100px;
font-size: 1.2rem;
}

#content_page .page_info .info-title{
    background-color: #022447;
    border: solid 1px #022447;
    color: #fff;
    padding: 10px 5px;
    width: 250px;
    text-align: center;
    font-weight: 600;
}

#content_page .page_info .info-tel{
    padding: 10px 15px;
    border: solid 1px #aaa;
    flex: 1;
}

#content_page .news_day{
    color: #666;
}

#content_page .news_cate{
    color: #022446;
    padding: 5px 8px;
    background-color: #C9E6FF;
    margin-left: 15px ;
    font-weight: 600;
    text-align: center;
    text-wrap: nowrap;
}

#content_page .setume_tbl,
#content_page .setume_tbl2{
    margin-bottom: 20px;
}

#content_page .setume_tbl th,
#content_page .setume_tbl td,
#content_page .setume_tbl2 th,
#content_page .setume_tbl2 td{
    border: solid 1px #bbb;
}

#content_page .setume_tbl th,
#content_page .setume_tbl2 th{
   width: 120px;
   min-width: initial;
   text-align: left;
}

#content_page .setume_tbl ul,
#content_page .setume_tbl2 ul{
    margin: 0;
}

#content_page .setume_tbl2 .siryo_syosai{
    font-size: 0.8rem;
    padding-left: 15px;
    border-left: solid 5px #eee;
    margin-left: 5px;
}

#content_page .table_over{
    overflow-x: auto;
}

#content_page .table_over table{
    min-width: 650px;
}

#content_page .youtube_res{
    width: 100%;
    aspect-ratio: 16/9;
    margin: 20px auto;
}

#content_page .youtube_res iframe{
    width: 100%;
    height: 100%;
}

#content_page .tbl_nyusatu td{
    border: solid 1px #bbb;
}

#content_page .tbl_nyusatu thead{
    font-size: 0.8rem;
    background-color: #eee;
    text-align: center;    
}

#content_page .tbl_nyusatu p{
    padding-top: 3px;
    font-size: 0.9rem;
    border-top: dotted 1px #dddddd;
    color: #666;
}

/*****************************************/
/* category page */
/*****************************************/
#category_page{
    width: 90%;
    max-width: 1080px;
    margin: auto;
}

#category_page .cate_div{
    margin-bottom: 50px;
}

#category_page .cate_div h2{
    background-color: #384c6b;
    color: #fff;
    padding: 5px 20px;
    border-bottom: solid 1px #fff;
    margin-bottom: 25px;
}

#category_page .flex-3.pickup_list{
    justify-content: flex-start;
    margin-bottom: 20px;
    align-items: stretch;
}

#category_page .pickup_list .flex_div a,
#category_page .pickup_list .flex_div a:visited{
    color: #022446;
}

#category_page .pickup_list .btn_img img{
    max-width: initial;
    margin: 0;
}

#category_page .flex-3.pickup_list .flex_div{
    padding: 15px;
}


#category_page .cate_b_text{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin-bottom: 25px;
    
}

#category_page .cate_b_text a{
    font-weight: 600;
    font-size: 1.2rem;
    width: calc(( 100% - 15px ) / 2 );
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px 40px 15px 20px;
    background-color: #fff;
    border-radius: 8px;

    position: relative;
    transition: 0.4s;
}

#category_page .cate_b_text a:nth-child(2n){
    margin-right: 0;
}

#category_page .cate_b_text a,
#category_page .cate_b_text a:visited{
    color: #022446;
}

#category_page .cate_b_text a::before{
    content: "";
    position: absolute;
    border: solid 7px transparent;
    border-left: solid 10px #022446;
    top: 50%;
    right: 10px;
    translate: 0% -50%;
    transition: 0.4s;
}

#category_page .pickup_list .flex_div:hover,
#category_page .cate_b_text a:hover{
    background-color: #e4f2ff;
}

#category_page .cate_b_text a:hover::before{
    right: 7px;  
}



#category_page #news{
    background: none;
    width: 100%;
}

#category_page #news  ul li{
	list-style-type: none;
    background-color: #e6e6e6;
    color: #000;
    padding: 15px;
    border-radius: 15px;
    margin: 10px;
}


#content_page .category_news ul li{
    list-style: none;
    margin-left: 0;
}


#content_page .page_number{
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

#content_page .page_number .btn_page{
    min-width: 140px;
    margin: 5px;
}

#content_page .page_number .btn_page.act_b{
    font-weight: 600;
}

#content_page .category_news .top-news-list li:nth-last-child(1){
    border-bottom: solid 1px #eee;
}


#content_page .category_news .news_cate_btn{
    display: flex;
    flex-wrap: wrap;
}

#content_page .category_news .news_cate_btn li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    
    padding: 5px 10px;
    font-weight: 600;
    background-color: #FFF;
    color:#325878;
    border: solid 1px #325878;

    border-radius: 5px;
    transition: 0.3s;
}

#content_page .category_news .news_cate_btn li a:hover,
#content_page .category_news .news_cate_btn li a.act{
    color: #fff;
    background-color: #325878;
    border: solid 1px #fff;
}

/*****************************************/
/* footer */
/*****************************************/

#footer{
    background: linear-gradient(to bottom , #001027 , #03305e);
    padding:75px 10px;
    position: relative;
    color: #ffffff;
}

#footer .flex-2{
    width: 90%;
    max-width: 1080px;
    margin: auto;
}

#footer a,
#footer a:visited{
    color: #ffffff;
}

#footer .ft_logo,
#footer .ft_menu{
    width: 50%;
}

#footer .ft_logo img{
    width: 80%;
    max-width: 380px;
    height: auto;
    display: block;
}

#footer .ft_logo br{
    display: none;
}

#footer .ft_logo p{
	padding-left: 19%;
}

#footer .ft_menu{
    width: 50%;
    z-index: 5;
}

#footer .ft_menu ul{
    width: 80%;
    max-width: 250px;
    margin: auto;
}

#footer .ft_menu li{
    margin: 3px 0;
}

#footer .ft_menu li a{
    display: inline-block;
    padding: 3px;
}

/****************************/
/* smartphone
/****************************/
@media all and (max-width:960px) {
    .flex-4 .flex_div{
        width: calc( ( 100% - 30px ) / 3 );
        margin-right: 15px;
    }

    .flex-4 .flex_div:nth-child(4n){
        margin-right: 15px;
    }

    .flex-4 .flex_div:nth-child(3n){
        margin-right: 0;
    }

}

@media all and (max-width:767px) {
    h1{
        font-size: 1.8rem;
        font-weight: 600;
    }
    
    h2{
        font-size: 1.6rem;
        font-weight: 600;
    }
    
    h3{
        font-size: 1.4rem;
    }

    h4,h5{
        font-size: 1.1rem;
    }
    p{
        font-size: 15px;
    }

    .flex-2,
    .flex-3{
        display: block;
    }
    
    .flex-2 .flex_div,
    .flex-3 .flex_div{
        width:100%;
        margin: auto auto 0;
        padding: 15px 0;
    }

    .flex-4 .flex_div{
        width: calc( ( 100% - 15px ) / 2 );
    }
    
    .flex-4 .flex_div:nth-child(3n){
        margin-right: 15px;
    }

    .flex-4 .flex_div:nth-child(2n){
        margin-right: 0;
    }

    .to_up_btn{
        bottom: 8px;
        right: 8px;
    }

    #header{
        height: 50px;
        padding: 5px 10px;
        z-index: 100;
    
        display: flex;
        justify-content: flex-start;
    }
    
    #header h1{
        width: 75%;
    }


    #header h1 img{
        width: auto;
        max-height: 36px;
    }

    #header .h-menu-sp .sp-navi{
        top: 50px;
    }

    #header .h-menu-sp .sp-menu{
        justify-content: center;
    }

    #header .h-menu-sp .sp-menu li{
        width: 96%;
        min-width: auto;
        max-width: 450px;
        margin: 5px auto;
    }

    #header .h-menu-sp .sp-menu li a{
        padding: 10px 15px 10px 50px;
        font-size: 18px;
    }

    #header .h-menu-sp .sp-menu .sp-menu-subli{
        display: none;
    }

    #header .h-menu-sp .sp-menu .sp-menu-subli.sp-menu-info{
        display: block;
    }

    #header .h-menu-sp .sp_sns{
        display: flex;
        justify-content: space-between;
    }

    .top-news-list p:nth-child(1){
        margin-right: auto;
        margin-bottom: 10px;
        width: 100%;
    }

    #top_slide .flex-2{
        text-align: center;
        top: 20%;
    }

    #top_slide .flex-2 h2{
        font-size: 1.8rem;
        margin-bottom: 4rem;
        padding: 0;
    }

    #top_slide .flex-2 img{
        max-width: 250px;
        margin: 10px auto;
    }

    #top_slide .info_jimsho{
        display: block;
    }

    #top_slide .info_jimsho h3{
        text-align: center;
        margin-right: 0px;
    }

    .top-news-list a span{
        padding: 1px 5px;
    }

    .flex-3 a.btn_icon_flex{
        padding: 8px 15px;
        margin-bottom: 15px;
    }

    .bnr_list .flex_div{
        padding: 0;
        margin-bottom: 15px;
    }

    .flex-4.bnr_list .flex_div img{
        height: auto;
    }
    .page_title p{
        font-size: 1.5rem;
    }

    .pankuzu_list{
        overflow-y: hidden;
        overflow-x: auto;
    }

    #content_page .content{
        padding: 10px 15px 30px;
    }

    #content_page .flex-2.news_date{
        display: flex;
        flex-wrap: nowrap;
    }

    #category_page .flex-3.pickup_list{
        display: flex;
        justify-content: flex-start;
    }

    #category_page .flex-3.pickup_list .flex_div:nth-child(3n){
        margin-right: 15px;       
    }

    
    #category_page .flex-3.pickup_list .flex_div{
        width: calc(( 100% - 15px ) / 2 );
        margin: 0;
        margin-right: 15px;
        margin-bottom: 15px;
        padding: 10px;
    }

    #category_page .flex-3.pickup_list .flex_div:nth-child(2n){
        margin-right: 0;       
    }

    #category_page .cate_b_text a{
        width: 100%;
        margin-right: 0;
    }

    #content_page .page_number .btn_page{
        width: calc( ( 100% - 20px ) / 2 );
    }

    #content_page .page_info .info-title,
    #content_page .page_info .info-tel{
       width: 100%;
    }

    #content_page .tbl_nyusatu td,
    #content_page .tbl_nyusatu p{
        font-size: 0.8rem;
    }


    #content_page table th,
    #content_page table td{
        min-width: initial;
    }

    #content_page .setume_tbl th,
    #content_page .setume_tbl td{
        display: block;
        width: auto;
    }

    #content_page .setume_tbl td{
        padding: 20px;
    }

    #content_page .setume_tbl2 th{
        width: 50px;
        font-size: 0.8rem;
        vertical-align: top;
        padding: 10px;
    }

    #content_page .setume_tbl2 td{
        padding: 10px;     
    }


    #footer{
        padding:25px 10px 50px 10px;
    }

    #footer a.btn_icon_flex{
        width: 100%;
    }

    #footer .ft_logo,
    #footer .ft_menu{
        width: 100%;
        margin-bottom: 30px;
    }

    #footer .ft_logo img{
        margin: 0 auto 15px;
    }

    #footer .ft_logo br{
        display: block;
    }
    
    #footer .ft_logo p{
        width: 80%;
        max-width: 250px;
        padding-left: 0;
        margin: auto;
    }

    #footer .ft_menu li a{
        padding: 5px 0;
    }

    #content_page .tb2_type th,
	#content_page .tb2_type td,
	#content_page .tb2_w_type td{
		display: block;
	}

	#content_page .tb2_type th{
		width: auto;
	}
	
	#content_page .tb2_w_type td{
		padding: 5px;
	}
    
	#content_page ul,
    #content_page ol{
		margin: 10px 0px;
	}

    #category_page .pickup_list li{
        width: calc(( 100% - 40px ) / 2 );
    }

}

@media all and (max-width:349px) {
    #content_page a.btn_icon_flex{
        display: block;
    }

    #category_page .pickup_list li{
        width: 100%;
    }

}

/**************************/
/* ivent                  */
/**************************/

#content_page .ivent .h2_ribon{
    background-color: #2ca1c1;
    text-align: center;
    font-size: 22px;
    border-bottom: none;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding: 15px 5px;
    margin: 0 20px 10px;
    position: relative;
}


#content_page .ivent .h2_ribon::before{
    content:"";
    position: absolute;
    right: 100%;
    top: 6px;
    height: 100%;
    width: 12px;
    background-image:  url(../image/event_ribon_l.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#content_page .ivent .h2_ribon::after{
    content:"";
    position: absolute;
    left: 100%;
    top: 6px;
    height: 100%;
    width: 12px;
    background-image:  url(../image/event_ribon_r.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#content_page .ivent .h2_ribon br,
#content_page h2.event-ttl br{
    display: none;
}

#content_page h2.event-ttl{
    background-color: #fff;
    border-bottom: none;
    color: #000;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 70px;
}

#content_page .event-ttl .ttl-wrap{
    display: inline-block;
    position: relative;
}

#content_page .event-ttl .ttl-wrap::before{
    content: "";
    position: absolute;
    background-image: url(../image/event_img01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 97px;
    height: 95px;
    top: -30px;
    left: -110px;
}

#content_page .event-ttl .ttl-wrap::after{
    content: "";
    position: absolute;
    background-image: url(../image/event_img02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 97px;
    height: 95px;
    top: -30px;
    right: -110px;
}

#content_page .event-ttl .inner .blue{
    color: #27A0C3;
    font-size: 31px;
}

#content_page .event-box{
    position: relative;
    height: fit-content;
    padding: 30px 25px;
    background-color: #E3F3F8;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 25px;
}

#content_page .bg_blue{
    background-color: #e3f3f8;
    padding: 20px 25px 50px;
    border-radius: 15px;
    margin: 50px auto;
}

#content_page .bg_blue h4{
    padding-left: 0;
    text-align: center;
}

#content_page .bg_blue h4::before{
    content: none;
}

#content_page .event-box .box_bg{
    position: absolute;
    width: 100%;
    height: auto;
    top: -70px;
    z-index: 0;
    left: 50%;
    translate: -50%;
}

#content_page .event-box h3{
    text-align: center;
    border-left: none;
    margin: 0px auto 35px;
    color: #27A0C3;
}

#content_page .event-box .underline{
    z-index: 1;
    position: relative;
}

#content_page .event-box .underline::after {
    content: "";
    position: absolute;
    background-image: url(../image/event_bg05.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 290px;
    height: 11px;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#content_page .event-box .main-img{
    border-radius: 15px;
    width: 100%;
    aspect-ratio: 3/2 auto;
    margin: 25px auto ;
    position: relative;
}

#content_page .event-box .main-img::before{
    content: "";
    z-index: 0;
    position: absolute;
    background-image: url(../image/event_bg06.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 42px;
    height: 45px;
    top: -20px;
    right: -10px;
}

#content_page .event-box .main-img::after{
    content: "";
    z-index: 0;
    position: absolute;
    background-image: url(../image/event_bg07.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 54px;
    height: 43px;
    bottom: -20px;
    left: -10px;
}

#content_page .event-box .main-img img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 50;
}

#content_page .event-box h4.ttl-blue{
    border-left: none;
    padding: 0;
    margin: 25px auto 10px;
    color: #27A0C3;
}

#content_page .event-box h4.ttl-blue::before{
    content: none;
}

#content_page .event-box .voice-box{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 20px auto;
}

#content_page .event-box .voice-box.left{
    flex-direction: row;
}

#content_page .event-box .voice-box.right{
    flex-direction: row-reverse;
}

#content_page .event-box .voice-box .img{
    width: 20%;
    padding: 5px;
    text-align: center;
    min-width: 85px;
}

#content_page .event-box .voice-box .img img{
    width: 100%;
    height: auto;
}

#content_page .event-box .voice-box .txt{
    flex: 1;
    padding: 25px 15px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
}

#content_page .event-box .voice-box.left .txt{
    margin-left: 30px;
}

#content_page .event-box .voice-box.left .txt::before{
    content: "";
    position: absolute;
    border: solid 12px transparent;
    border-right: solid 13px #fff;
    top: calc( 50% - 12px );
    right: 100%;
}

#content_page .event-box .voice-box.right .txt{
    margin-right: 30px;
}

#content_page .event-box .voice-box.right .txt::after{
    content: "";
    position: absolute;
    border: solid 12px transparent;
    border-left: solid 13px #fff;
    top: calc( 50% - 12px );
    left: 100%;
}

#content_page .event-box .report{
    margin-top: 30px;
    border-top: 2px dashed #27A0C3;
}

#content_page .event-box .report .txt_link_ul{
    display: flex;
    flex-wrap: wrap;
}

#content_page .event-box .report .txt_link_ul li{
    width: calc( 50% - 20px );
    min-width: 160px;
}

@media all and (max-width:767px) {
    #content_page .content.ivent{
        width: 98%;
        padding: 10px 20px 30px;
    }
    #content_page .ivent .h2_ribon br,
    #content_page h2.event-ttl br{
        display: inline-block;
    } 

    #content_page .ivent .h2_ribon{
        font-size: 19px;
    }

    #content_page h2.event-ttl{
        font-size: 20px;
    }

    #content_page .event-box .box_bg{
        top: -10px;
    }

    #content_page .event-ttl .inner .blue{
        font-size: 25px;
    }

    #content_page .event-ttl .ttl-wrap::before{
        width: 75px;
        height: 75px;
        top: 0px;
        left: -90px;
    }
    
    #content_page .event-ttl .ttl-wrap::after{
        width: 75px;
        height: 75px;
        top: 00px;
        right: -90px;
    }

    #content_page .event-box .voice-box .txt{
        padding: 15px 10px;
    }

    #content_page .event-box .voice-box.left .txt{
        margin-left: 15px;
    }
    
    #content_page .event-box .voice-box.right .txt{
        margin-right: 15px;
    }
}