@charset "UTF-8";

.frontpage header{}
.frontpage header .sitename{top:4em;width:90vw;max-width:660px;}

.frontpage .body_wrap > #contents > #main{background:url(../images/front_cont_bg_pc.webp) center top no-repeat;background-size:cover;padding:3em;box-sizing:border-box;width:100%;}

.imgs.wi90 img{max-width:90%;margin:0 auto;}

.front_admin{}
.front_admin h2{border:0;color:#376168;font-size:2.375em;font-weight:700;line-height:1.3;padding:0;}
.front_admin h2 small{color:#000;display:block;font-size:0.55em;font-weight:700;}
.front_admin *+h2{margin-top:0.6em;}

.dl_blk.grn_line > dl{align-items:center;}
.dl_blk.grn_line > dl+dl{margin-top:1em;}
.dl_blk.grn_line > dl > dt{border:1px solid #37646e;font-size:1.25em;font-weight:700;color:#37646e;width:4em;flex-shrink:0;display:flex;align-items:center;justify-content:center;height:2.5em;margin-right:1em;}
.dl_blk.grn_line > dl > dd{}
.dl_blk.grn_line > dl > dd img{max-width:415px;}
.dl_blk.grn_line .lead{font-weight:700;font-size:1.75em;line-height:1.4;}
.dl_blk.grn_line .lead small{font-size:0.5em;display:block;font-weight:500;}

.dl_blk.grn_bg{}
.dl_blk.grn_bg > dl{}
.dl_blk.grn_bg > dl+dl{margin:0;}
.dl_blk.grn_bg > dl > dt{display:flex;align-items:center;background:#37646e;color;#FFF;font-size:1em;font-weight:700;font-size:1em;text-align: justify;width:5em;color:#FFF;padding:0 0.3em;margin-right:0.5em;flex-shrink:0;}
.dl_blk.grn_bg > dl > dt > span{text-align-last: justify;display:inline-block;width:100%;}
.dl_blk.grn_bg > dl > dd{font-size:1.5em;font-weight:700;line-height:1;}
.dl_blk.grn_bg > dl > dd small{font-size:0.55em;font-weight:500;display:block;margin-top:0.3em;}

.news_blk{background:#FFF;border:2px solid #37646e;box-sizing:border-box;padding:1.25em;margin-bottom:-4em;}
.news_blk h3{border-bottom:2px dotted #37646e;padding:0 0 0.35em;}
.news_blk ul{max-height:250px;overflow-y:scroll;}
.news_blk ul > li{display:flex;align-items:baseline;}
.news_blk ul > li+li{margin-top:0.825em;}
.news_blk ul > li > time{width:5.5em;margin-right:1em;flex-shrink:0;color:#37646e;font-family: "Noto Serif JP", serif;font-weight:700;}
.news_blk ul > li > span{display:block;line-height:1.4;}
.news_blk ul > li a{text-decoration:underline;font-weight:500;color:#be0000;}
.news_blk ul > li a:hover{text-decoration:none;}

.row.middle{align-items:center!important;}

.overview span{display:block;}

.access_img img{width:100%;}

.link ul.cle{}
.link ul.cle > li{}
.link ul.cle > li+li{margin-top:25px;}


@media screen and (min-width: 751px){



}


@media screen and (max-width: 750px){

.frontpage header .sitename{top:8vw;}
.frontpage .body_wrap > #contents > #main{padding:5vw;}

.dl_blk.grn_bg > dl+dl{margin-top:1em;}

.dl_blk.grn_line .lead{font-size:1.375em;}
.dl_blk.grn_line .lead small{font-size:0.6em;}
.front_admin h2{font-size:1.9em;}
.news_blk{margin-bottom:-10vw;}
.news_blk ul > li{display:block;}

.access_img{text-align:center;}
.access_img img{width:90vw;}
}