@charset "utf-8";
/* CSS Document */

.box.esta{
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}
h1{
	margin-bottom: 30px;
}
h1 img{
	width: 100%;
	height: auto;
}
h2{
	font-size: 28px;
	margin-bottom: 30px;
}
.komi {
	color:#B5011E;
	font-weight:bold;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #d2d2d2;
}
.komi02 {
	color:#004B86;
}
.linkBox{
	margin: 50px 0;
	text-align: center;
}

@media screen and (max-width: 657px){
	h2{
		font-size: 20px;
	}
}