@charset "utf-8";

html {
	font-size: 62.5%;
}
body {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
article {
	padding-bottom: 5em;
}
a {
	color: #003fff;;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:hover img {
  opacity: .7;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  transition: .5s;
}
.container {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
header {
  border-top: 15px solid #0073a2;
  padding: 1.5em 0 2.5em;
}
footer {
  background: #0073a2;
  color: #fff;
  text-align: center;
  padding: 1.5em;
}
footer small {
  display: block;
  font-size: 10px;
  letter-spacing: .1em;
}
.header_logo {
  width: 70%;
  max-width: 408px;
}
.apology_box {
  border: 6px double #666;
  padding: 1.5em 2.5em;
}
.apology_tit {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin-bottom: .5em;
}
.apology_box p {
	text-indent: 1em;
	line-height: 1.7;
}
.bnr_block {
  text-align: center;
  margin-top: 2em;
}
.list.banner {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding-top: 3em;
}
.list.banner > li {
  width: 18%;
  margin-left: 2%;
	border: 1px solid #ccc;
}
.list.banner > li:nth-child(5n+1) {
  margin-left: 0;
}
.list.banner > li:nth-child(n+6) {
  margin-top: 1em;
}
.list.banner > li a img {
  display: block;
  width: 100%;
}
* + .sec_block {
  margin-top: 3em;
}
.sec_tit {
  background: #0073a2;
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  line-height: 1.4;
  padding: .35em 1em;
  margin-bottom: 1em;
}
.schedule_block {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.schedule_block > div {
  width: 32%;
  border: 3px solid #98bce5;
  border-radius: 10px;
  margin-left: 2%;
}
.schedule_block > div:nth-child(3n+1) {
  margin-left: 0;
}
.schedule_block > div:nth-child(n+4) {
  margin-top: 1em;
}
.schedule_tit {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	height: 4em;
  background: #e0ebf8;
  border-radius: 8px 8px 0 0;
  font-size: 110%;
  font-weight: bold;
  padding: 0 1em;
  margin-bottom: .5em;
}
.schedule_body {
  padding: 1.5em 1em;
}
.list.pdf {
  display: block;
}
.list.pdf > li + li {
  margin-top: .5em;
}
.list.pdf > li > a {
	display: block;
  border: 1px solid #98bce5;
  border-radius: 6px;
  color: #000;
  font-size: 120%;
  font-weight: bold;
  position: relative;
  padding: .5em 1em .5em 3em;
  transition: .5s;
}
.list.pdf > li > a::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: url("../images/icon_pdf.png") no-repeat 0 0 / 100% auto;
  position: absolute;
  top: .5em;
  left: .95em;
}
.list.pdf > li > a:hover {
  background: #98bce5;
}
.list.pdf > li > a .fs_small {
	display: block;
	font-size: 75%;
}
.sns_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
* + .sns_list {
  margin-top: 2em;
}
.sns_list a {
  width: 50px;
}
.sns_list a + a {
  margin-left: 1em;
}
.news_list > li {
  position: relative;
  padding: .75em 0 .75em 10em;
}
.news_list > li + li {
  border-top: 1px dotted #000;
}
.news_list > li > .news_date {
  position: absolute;
  top: .75em;
  left: 0;
}



@media only screen and (max-width: 768px) {
	body {
		font-size: 14px;
	}
  .pc {
    display: none;
  }
  header {
    border-top-width: 7px;
    padding: 1em 0 2em;
  }
  footer small {
    font-size: 9px;
  }
  .apology_box {
    border-width: 4px;
    padding: 1em;
  }
  .apology_tit {
    font-size: 130%;
  }
  .list.banner > li {
    width: 47.5%;
    margin-left: 5%;
  }
  .list.banner > li:nth-child(odd) {
    margin-left: 0;
  }
	.list.banner > li:nth-child(6) {
		margin-left: 5%;
	}
  .list.banner > li:nth-child(n+3) {
    margin-top: 1em;
  }
  .sec_tit {
    font-size: 125%;
  }
  .schedule_block {
    flex-direction: column;
  }
  .schedule_block > div {
    width: 100%;
    border-width: 2px;
    margin-left: 0;
  }
  .schedule_block > div:nth-child(n+2) {
    margin-top: 1em;
  }
	.schedule_tit {
		height: auto;
		padding: .5em 1em;
	}
  .news_list {
    margin-top: -.5em;
  }
  .news_list > li {
    font-size: 110%;
    padding: 1em 0;
  }
  .news_list > li > .news_date {
    display: block;
    color: #0073a2;
    font-size: 90%;
    font-weight: bold;
    margin-bottom: .35em;
    position: static;
  }
  
	
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  
	
}