@charset "utf-8";
.jumbotron {
  background: #fdfbe2;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.footer_bar1 {
    background-color: #b6eaf9;
    text-align: right;
    font-size: 0.7rem}

h1 {
    font-family: 'Kiwi Maru', serif;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color:#0E0000;
	font-size: x-large;
    }
h2 {
	font-family: 'Kiwi Maru', serif;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color:#000;
    font-size: x-large;
	margin: 0;
  }

h3{
	font-family: 'Kiwi Maru', serif;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color:#fff;
    font-size: x-large;
	margin: 0;
}

style1 {font-size: medium; }

.check{color:#e54747;}
.icon_green{color:#065A1A;}
.icon_blue{color:#2621BC;}


ul.subtitle li {
    color: black;
	padding:0.3em;
    list-style-type: none!important;
  }
 
.box3 {
    position: relative;
    background:#F4F5FC;
    margin: 2em 0;
    padding: 1em 1em;
    border: solid 1px #0A2D9F;
    
}
.box3 .box-title {
    position: absolute;
    display: inline-block;
    top: -35px;
    left: -3px;
    padding: 0 9px;
    height: 35px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 1.2rem;
    background:#0A2D9F;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box3 p {
	color: #0A2D9F;
    margin: 1; 
    padding: 0;
}
.box4{
  padding: 0.5em 1em;
  text-align: center;
  margin: 1em 0;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#DCFBD1 3px, #DCFBD1 7px);
}
.box4 p {
  margin: 0; 
  padding: 0;
}
.box5{
    color: #fff;
	font-weight: bolder;
    padding: 0.4em 0.5em;
    margin: 0.7em 0;
    background:#087C11;
    box-shadow: 0px 0px 0px 5px #349512;
    border: dashed 2px #A8F18E;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

.top-banner{
	display: flex;
	flex-wrap:wrap;
}
.top-banner li {
	width: calc(100%/3);/*←画像を横に4つ並べる場合*/
	padding:5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}
.cover-img {
	height: auto;
	display: table;
	width: 100%;
	background-size: cover;
}

.img_wrap{
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;

}
.img_wrap img{
 width: 100%;
  transition-duration: 0.5s;

}
.img_wrap:hover img{
  transform: scale(1.1);
  transition-duration: 0.5s;

}

.text_wrap {
  display: inline-block;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.text_wrap:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/* ワイドスクリーン用のCSS */
@media only screen and (min-width: 1500px) {
	.cover-img {
		height: auto;
	}
}

/* タブレット用のCSS */
@media only screen and (min-width : 768px) and (max-width : 1200px) {
	.cover-img {
		height: auto;
	}
}

/* スマホ用のCSS */
@media only screen and (max-width: 479px) {
	.cover-img {
		height: auto;
	}

}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
.cover-text {
	display: table-cell;
	vertical-align: middle;
  text-align: center;
}

