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: 18px;}

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: left;
	margin-top: 40px;
}
h3{
	font-size: 18px;
	font-family: "source-han-sans-japanese", sans-serif;
font-weight: 500;
font-style: normal;
	margin-top: 10px;
}
.benefits {
  width: 1100px;
  margin-top: 10px;
}
.imagebox {
  float: left;
  width: 346px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.imagebox img {
  width: 350px;
}
.imagebox:last-of-type{
	margin-right: 0;
}
.imagebox a {
  padding: 5px 10px;
  background-color: #FF9800;
  color: #fff;
  border-radius: 5px;
}
dt{
	font-family: "source-han-sans-japanese", sans-serif;
font-weight: 700;
font-style: normal;
	margin-bottom: 10px;
}

dd {
  text-align: left;
  font-size: 14px;
	line-height: 1.6em;
}
.plice {
  text-align: left;
  margin-top: 10px;
}
.plice a {
  margin-right: 10px;
}
.leed {
  font-size: 16px;
  color: #062b48;
  line-height: 1.8em;
}

@media only screen and (max-width:640px){
	h3{
		font-size: 16px;
	}
}