@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
}
a {
  text-decoration: none;
	color: #090;
}

.navbar-brand img {
  max-width: 400px;
  height: auto;
}
.bg-body-tertiary {
  background-color: #F9F9F9 !important;
}
.topimgarea {
  width: 100%;
  height: auto;
  margin-top: 86px;
}
.topimgarea img {
  width: 100%;
  height: auto;
}
.navbar {
	border-bottom: solid 1px #ccc;
}
h1 {
  color: #fff;
  background-color: #5794CC;
  padding: 5px;
  font-size: 26px;
  text-align: center;
  border-radius: 20px;
  margin-top: 100px;
  margin-bottom: 50px;
}
h3 {
  text-align: center;
  border-bottom: solid 1px #ccc;
  margin-bottom: 50px;
  padding-bottom: 10px;
  margin-top: 100px;
  color: #3D3D3D;
  font-size: 34px;
}
h5 {
  color: #666;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}
h6 {
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
  margin-top: 40px;
  font-weight: bold;
}
.youtubearea {
  margin-top: 50px;
  margin-bottom: 0px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 60px;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.pt {
  word-wrap: break-word;
}
.textarea {
  height: 300px;
  padding: 20px;
  font-size: 14px;
  overflow: auto;
  border: solid 1px #ddd;
}
.textarea p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bns-s {
  background-color: #fff;
  border: solid 1px #090;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #090;
  display: block;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 3px 3px 3px #ccc;
}
.bns-s:hover {
  background-color: #007800;
}
.bns {
  background-color: #70B124;
  width: 80%;
  padding: 10px 45px;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 3px 3px 3px #ccc;
}
.bns:hover {
  background-color: #007800;
}
.bns2 {
  background-color: #70B124;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 3px 3px 3px #ccc;
}
.bns2:hover {
  background-color: #007800;
}
.aw {
  border: solid 1px #E9603C;
  padding: 30px;
  text-align: center;
  border-radius: 25px;
}
.odc {
  padding: 60px 20px;
  background-color: #EBEBEB;
}
.linkarea {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.linkitem {
  width: 17%;
  margin-bottom: 30px;
  padding: 10px 0;
  text-align: center;
}
.linkarea img {
  max-height: 45px;
  width: auto;
}
footer {
  border-top: solid 1px #ccc;
  padding: 50px 20px;
  font-size: 14px;
  text-align: left;
}
footer a {
  color: #666;
}
.cr {
  text-align: right;
}
.name {
  font-size: 15px;
}
.sti {
  font-size: 13px;
  margin-top: 7px;
  text-align: center;
  margin-bottom: 15px;
}
.plinks {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
.plinks .itema {
  width: 27%;
}
.plinks .itemb {
  width: 65%;
}
.dlinks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.dlinks .itema {
  width: 11%;
}
.dlinks .itemb {
  width: 86%;
}
/*スライダー*/
.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}
.slider img {
  width: 30vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}
.slider .slick-slide {
  transform: scale(0.8); /*左右の画像のサイズを80%に*/
  transition: all .5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5; /*透過50%*/
}
.slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666; /*矢印の色*/
  border-right: 2px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}
.slick-next { /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}
.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}
.bl {
	padding: 15px;
	padding-left: 38px;
	border-left: solid 1px #ccc;
}
.bl1 {
	border-right: solid 0px #ccc;
	padding: 15px;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-md {
    max-width: 950px;
  }
}
@media (max-width: 767px) {
  .bl1 {
	border-right: solid 0px #ccc;
}
	.bl {
	padding: 15px;
	border-left: solid 0px #ccc;
}
}
@media (max-width: 640px) {
  .navbar-brand img {
    max-width: 250px;
    height: auto;
  }
  .topimgarea {
    margin-top: 63px;
  }
  footer {
    text-align: center;
  }
  .cr {
    text-align: center;
  }
  .linkitem {
    width: 45%;
  }
}
.mt-7 {
  margin-top: 70px !important;
}
.mt-2 {
  margin-top: 20px !important;
}
.mt-10 {
  margin-top: 100px !important;
}
.mt-20 {
  margin-top: 200px !important;
}
.mb-7 {
  margin-bottom: 70px !important
}
.mb-2 {
  margin-bottom: 20px !important;
}
.mb-10 {
  margin-bottom: 100px !important;
}
.darkblue {
  color: #233769;
}
.darkgray {
  color: #4C4C4C;
}
.orange {
  color: #E9603C;
}
.darkblue-bg {
  background-color: #233769;
}
.orange-bg {
  background-color: #eb7d34;
}
.green-bg {
  background-color: #090;
}
.img30 {
  width: 30%;
  height: auto;
}
.bnsicon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bnsicon span {
  margin-right: 10px;
}
.bnsicon img {
  position: absolute;
  right: 12px;
  top: 12px;
}
a.nav-link {
  font-size: 14px;
}
.active-menu{
	color: #090!important;
}
.t15{
	width: 15%;
}