h1 {
  color: #08294d;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 36px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6em;
}
h2 {
  font-size: 24px;
  border: 1px solid #003567;
  padding: 10px 20px;
  display: inline-block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.h2_wrp {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
h3 {
  font-size: 18px;
  margin-top: 20px;
  background-color: #45688C;
  padding: 10px 20px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-align: center;
}
.youtube_wrp {
  text-align: center;
  margin-top: 20px;
}
.cont_wrp {
  width: 1000px;
  margin: 0 auto;
}
.lead {
  text-align: center;
}
.calender_link_wrp {
  text-align: center;
  margin: 40px 0;
}
.calender_link {
  font-size: 18px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #003567;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
}
.calender_link:hover {
  opacity: 0.6;
}
.anchor_link_wrp {
  margin-bottom: 100px;
}
.anchor_link {
  display: flex;
  justify-content: space-evenly;
}
.anchor_link a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
table {
  width: 100%;
}
table tr td {
  border: 1px solid #000;
}
td {
  width: 80%;
  padding: 5px 10px;
}
td:first-of-type {
  width: 20%;
  text-align: justify;
}
table span {
  padding-left: 3.8em;
}
.shousai_wrp p {
  margin-left: 1em;
  text-indent: -1em;
}
.calendar_wrp {
  margin: 20px 0;
	text-align: center;
}
.appli_wrp {
  text-align: center;
  margin: 60px 0 0;
}
.appli {
  padding: 20px 30px;
  background-color: #062b48;
  color: #FFF;
  font-size: 24px;
	display: inline-block;
}
.appli:hover {
  opacity: 60%;
}
.sns_wrp {
  margin-top: 80px;
}
@media only screen and (max-width:640px) {
  .cont_wrp {
    width: 90%;
  }
	.anchor_link{
		display: inherit;
		text-align: center;
	}
	.anchor_link_wrp{
		margin-bottom: 40px;
	}
	iframe{
		width: 100%;
		height: auto;
	}
	td:first-of-type {
  width: 30%;
  text-align: left;
}
}