h1 {
  color: #08294d;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
	line-height: 1.4em;
}
h1 span{
	font-size: 21px;
}
h2 {
  font-size: 21px;
  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;
}
h2 span{
	font-size: 18px;
}
.appli01{
	border: 2px solid #45688C;
	padding: 20px 40px;
}
.appli01 dt{
	font-family: "source-han-sans-japanese", sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 18px;
	margin-bottom: 10px;
}
.under_dot{
	border-bottom: 1px dotted #45688C;
	padding: 0 0 20px;
}
.triangle_icon{
	display: block;
	margin: 10px auto;
}
.kouza{
		font-family: "source-han-sans-japanese", sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 24px;
}
@media only screen and (max-width:640px){
	.appli01{
		padding: 20px;
	}
}