/* CSS Document */
h1 {
  width: 85%;
  border-top: 1px solid #555;
  margin: auto;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: normal;
  font-size: 28px;
  color: #000;
  text-align: center;
  padding-top: 10px;
}
p.center.f25 {
  font-family: "kozuka-mincho-pro", serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 15px!important;
  color: #630;
  margin-bottom: 35px;
}
.box_rap03, .box_rap01 {
  background: #eee;
}
/*.box_rap04, .box_rap03, .box_rap02, .box_rap01 {
  margin-bottom: 35px;
}*/
.article {
  width: 100%;
  margin: auto;
}
#s01 {
	max-width: 480px;
	width: 100%;
}
#s01 h2 {
  text-align: center;
  font-size: 24px;
  color: #525252;
	padding-top: 20px;
  margin-bottom: 25px;
}
#s01 h2 span.f30{
	font-size: 20px;
}
#s01 h2 span.pl{
	padding-left:0;
}
#s01 .box_rap_top {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#s01 .box02,
#s01 .box01 {
  width: 100%;
	text-align: center;
	padding-bottom:30px;
}
#s01 .box02 img,
#s01 .box01 img{
  width: 90%;
	height: auto;
}
#s01 .box02 .green {
  font-size: 22px;
  color: #59B200;
  margin-bottom: 20px;
}
#s01 .box_rap_top p {
  width: 90%;
  margin: auto;
}
/*#s01 .box02 {
  position: relative;
}*/
#s01 .box02 p {
	font-size: 16px;
	text-align: left;
}
#s01 .box02 .green {
	text-align: center;
	margin-bottom: 25px;
}
#s01 .box_rap02 .box02 .f23 {
  margin-bottom: 25px;
  font-size: 22px;
  color: #000;
	text-align: center;
}
#s01 .box_rap_top p.btn {
	padding-top: 30px;
  /*position: absolute;
  bottom: 0;
  right: 25px;*/
}
#s01 .box_rap_top p.btn a {
  background: #630;
  display: block;
  border-radius: 10px;
 /* height: 70px;*/
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "kozuka-mincho-pro", serif;
  font-style: normal;
  font-weight: 400;
  /*line-height: 70px;*/
  text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
#s01 .box_rap_top p.btn a:hover {
  opacity: 0.9;
}
#s01 .box_rap_bttom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#s01 h3 {
  margin-bottom: 15px;
}
#s01 .box_rap_bttom .box02 p {
  margin-bottom: 8px;
}
#s01 .box_rap_bttom .hako {
  height: 310px;
  width: 570px;
  background: #fff;
  border: 1px solid #000;
}
#s01 .hako{
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}
#s01 .hako img{
	width: auto;
	height: 45px;;
}


#s02 {
  max-width: 480px;
	width: 100%;
  margin: auto;
  margin-bottom: 45px;
}
#s02 h2 {
  text-align: center;
  font-size: 28px;
	padding-top: 20px;
  margin-bottom: 25px;
}
#s02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 210px;
  margin: auto;
  margin-bottom: 20px;
}
#s02 ul li {
  width: 210px;
  height: 35px;
  text-align: center;
  color: #fff;
  background: #630;
  font-size: 18px;
  line-height: 35px;
	margin-bottom: 10px;
}
#s02 .img {
	width: 100%;
	text-align: center;
  margin-bottom: 35px;
}
#s02 .img img{
	width: 90%;
	height: auto;
}
#s02 dl{
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
}
#s02 dt {
  color: #59B200;
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}
#s02 dd {
  font-size: 16px;
  width: 100%;
  margin: auto;
}

#s02 p.btn a {
	width: 90%;
	margin: auto;
  background: #630;
  display: block;
  border-radius: 10px;
 /* height: 70px;*/
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "kozuka-mincho-pro", serif;
  font-style: normal;
  font-weight: 400;
  /*line-height: 70px;*/
  text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
#s02 p.btn a:hover {
  opacity: 0.9;
}