/* CSS Document */
@media print, screen and (min-width: 1100px) { /*ウィンドウ幅が1000px以上の場合に適用*/
  #contents {
    width: 100%;
    height: 659px;
    padding: 35px 0 0 0;
    margin: 0 auto;
    background-image: url("../images/top_bg.png"), url("../images/bg.jpg");
    background-size: 1100px, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: top center, top center;
    box-sizing: border-box;
  }
  #main {
    width: 1100px;
    margin: 0 auto;
    display: flex;
  }
  .main_visual img {
    margin: 0 auto;
    width: 100%;
  }
  .main_img1 {
    width: 360px;
    margin: 0px 0 0 40px;
  }
  .main_img2 {
    width: 420px;
    margin: 0px 0 0 40px;
  }
  .main_img3 {
    width: 420px;
    margin: 0px 0 0 40px;
  }
  .main_img4 {
    width: 700px;
    margin: 0px 0 0 40px;
  }
    .info_h2_bg {
        height: 60px;
         background: linear-gradient(to right, #e64491, #7fcbe1);
    }
    .info_h2_wrap {
        width: 1100px;
        margin: 0 auto; 
    }
  .info_h2_wrap h2 {
      width: 396px;
    height: 60px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url("../images/top_h2.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 0;
      margin-left: 280px;
  }
	.flex_box {
		display: flex;
		width: 100%;
		align-items: center;
		margin-bottom: 15px;
	}
  #news_wrap {
    width: 1100px;
    margin: 0 auto;
  }

  #news {
    width: 780px;
    margin: 0 0 0 auto;
    padding: 40px;
      position: relative;
  }
  #news dl {
    height: 180px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow-y: auto;
    line-height: 150%;
  }
  #news dl dt {
    font-size: 16px;
    width: 80px;
    color: #e64491;
    font-weight: 600;
      padding-left: 20px;
      position: relative;
  }
  #news dl dt::before {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px  #ef85b7;
    border-right: solid 2px  #ef85b7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
  #news dl dd {
    font-size: 16px;
    width: 650px;
    padding-bottom: 20px;
    color: #000000;
    text-align: justify;
    text-justify: inter-ideograph;
  }
.banner_area {
	flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    display: flex;
    justify-content: center;
    align-items: top;
	margin-bottom: 20px;
	text-align: center;
    gap:10px;
}
	.banner_area a:hover {
		opacity:0.7;
	}
/* 子要素(アイテム) */
.banner_column {
    /* paddingと合わせてbox-sizingも指定 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
	.banner_column img {
		width: 200px;
		height: 70px;
	}
}
/* デザインB ～999px （タブレット用） */
@media screen and (max-width:1099px) {
  /* タブレット用レイアウト 600px以上の範囲に収めるデザインはこの中に記述 */
  #contents {
    width: 96%;
    padding: 10px 2% 30px 2%;
    margin: 0 auto;
    background-image: url("../images/tab_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .main_visual img {
    margin: 0 auto;
    width: 100%;
  }
  .main_img1 {
    width: 58%;
    margin: 40px 0 30px 0px;
  }
  .main_img2 {
    width: 54%;
    margin: 0px 0 0 0px;
  }
  .main_img3 {
    width: 56%;
    margin: 0px 0 0 0px;
  }
  .main_img4 {
    width: 80%;
    margin: 20px 0px 50px 0px;
  }
	.flex_box {
		display: flex;
		width: 95%;
		align-items: center;
		margin-bottom: 15px;
		line-height: 150%;
	}
  #news_wrap {
    width: 100%;
    margin: 0 auto;
  }
    #news {
    width: calc(100% - 40px);
    padding: 20px 20px 20px 20px;
    margin: 20px auto 20px auto;
    line-height: 180%;
  }
    .info_h2_bg {
        height: 60px;
         background: linear-gradient(to right, #e64491, #7fcbe1);
    }
  .info_h2_wrap h2 {
      width: 396px;
    height: 60px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url("../images/top_h2.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 0;
      margin-left: 20px;
  }
  #news dl {
    height: 250px;
      clear: both;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
      line-height: 150%;
  }
  #news dl dt {
    font-size: 16px;
    width: 80px;
    color: #e64491;
      font-weight: 600;
      padding-left: 20px;
      position: relative;
  }
  #news dl dt::before {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px  #ef85b7;
    border-right: solid 2px  #ef85b7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
  #news dl dd {
    font-size: 16px;
    width: calc(100% - 130px);
    padding-bottom: 15px;
    color: #000000;
    text-align: justify;
    text-justify: inter-ideograph;
  }
.banner_area {
	flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    display: flex;
    justify-content: space-between;
    align-items: top;
	margin-bottom: 20px;
	text-align: center;
}
.banner_area:after {
    content: "";
    display: block;
    width: 30%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
/* 子要素(アイテム) */
.banner_column {
	width: 30%;  /* お好みの幅で指定 */
	padding: 0 11px 0 11px;
    /* paddingと合わせてbox-sizingも指定 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	margin-bottom: 20px;
}
}
@media screen and (max-width:599px) {
  /* 599px以下に適用されるCSS（スマホ用） */
  #contents {
    width: 96%;
    padding: 30px 2%;
    margin: 0 auto;
    background-image: url("../images/smp_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: aliceblue;
  }
  #main {
    width: 100%;
    margin: 0 auto;
  }
  .main_img {
    margin: 0 0 45% 0;
  }
  .main_visual img {
    margin: 0 auto;
    width: 100%;
  }
  .main_img1 {
    width: 82%;
    margin: 0 0 0 0px;
  }
  .main_img2 {
    width: 90%;
    margin: 15px 0 0 0px;
  }
  .main_img3 {
    width: 90%;
    margin: 15px 0 0 0px;
  }
  .main_img4 {
    width: 74%;
    margin: 10px 0 0 0px;
  }
	.program_btn {
		width: 300px;
		margin: 30px auto 50px auto;
	}
	.program_btn a {
		width: 260px;
		display: block;
		text-align: center;
		background-color: #7DC46C;
		padding: 20px;
		text-decoration: none;
		font-weight: bold;
		font-size: 18px;
		border-radius: 6px;
		color: #fff;border: 1px solid #5aaf46;
	}
	.program_btn a:hover {
		background-color: #5aaf46;
		transition: 0.5s;
	}
  .info_h2_wrap h2 {
      width: calc(100% - 40px);
  }
    #news {
    margin: 0px auto 0 auto;
  }
  #news dl {
    display: block;
  }
  #news dl dt {
    width: calc(100% - 40px);
  }
  #news dl dd {
    width: calc(100% - 40px);
  }
.banner_area {
	flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    display: flex;
    justify-content: space-between;
    align-items: top;
	margin-bottom: 20px;
	text-align: center;
}
.banner_area:after {
    content: "";
    display: block;
    width: 100%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
/* 子要素(アイテム) */
.banner_column {
	width: 100%;  /* お好みの幅で指定 */
	padding: 0 11px 0 11px;
    /* paddingと合わせてbox-sizingも指定 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	margin-bottom: 20px;
}
}