@charset "utf-8";
/* CSS Document */

.block01{
	width:880px;
	margin:20px auto;
	overflow:hidden;
}

/**/

.block02{
	width:880px;
	margin:20px auto;
	overflow:hidden;
	font-size:16px;
}

.block02 span{
	color:#F2B56D;
}


.block02 p{
	overflow:hidden;
	margin-bottom:0.5em;
	padding-left:1em;
	text-indent:-1em;
}

/**/

.block03{
	width:880px;
	margin:20px auto;
	overflow:hidden;
	font-size:16px;
	background-image:url(images/illust01.png);
	background-repeat:no-repeat;
	background-position:740px 0px;
	/*background-position:right center;*/
}

.block03 ul{
	overflow:hidden;
	float:left;
	margin-right:40px;
}

.block03 ul li{
	list-style-type:none;
	overflow:hidden;
	margin-bottom:0.5em;
	
}

.block03 p{
	overflow:hidden;
	margin-bottom:0.5em;
	padding-left:1em;
	text-indent:-1em;
}

.block03 span{
	color:#F2B56D;
}

/**/

.block04{
	width:880px;
	margin:20px auto;
	overflow:hidden;
	font-size:16px;
}

.block04 .img{
	width:353px;
	float:right;
	overflow:hidden;
}

.block04 .txt{
	width:510px;
	float:left;
	overflow:hidden;
}

.block04 .txt table{
	width:100%;
	box-sizing:border-box;
	border-left:2px solid #EAAD71;
	border-top:2px solid #EAAD71;
}

.block04 .txt table th{
	box-sizing:border-box;
	border-right:2px solid #EAAD71;
	border-bottom:2px solid #fff;
	background-color:#EAAD71;
	color:#fff;
	width:112px;
}

.block04 .txt table th div{
	padding:0.5em 0px;
}

.block04 .txt table td{
	border-right:2px solid #EAAD71;
	border-bottom:2px solid #EAAD71;
}

.block04 .txt table td div{
	padding:0.5em 1em;
}


/**/

.block05{
	width:880px;
	margin:20px auto;
	overflow:hidden;
	font-size:16px;
	background-image:url(images/illust02.png);
	background-repeat:no-repeat;
	background-position:right center;
}

.block05 .txt{
	width:650px;
	float:left;
	overflow:hidden;
}

.block05 .txt table{
	width:100%;
	box-sizing:border-box;
	border-left:2px solid #EAAD71;
	border-top:2px solid #EAAD71;
}

.block05 .txt table th{
	box-sizing:border-box;
	border-right:2px solid #EAAD71;
	border-bottom:2px solid #EAAD71;
	width:112px;
}

.block05 .txt table th div{
	padding:0.5em 0px;
}

.block05 .txt table td{
	border-right:2px solid #EAAD71;
	border-bottom:2px solid #EAAD71;
}

.block05 .txt table td div{
	padding:0.5em 1em;
}

/**/

.block06{
	width:880px;
	margin:20px auto;
	overflow:hidden;
	font-size:16px;
	background-image:url(images/illust03.png);
	background-repeat:no-repeat;
	background-position:right center;
}

.block06 .txt{
	width:650px;
	float:left;
	overflow:hidden;
}

.block06 .txt table{
	width:100%;
	box-sizing:border-box;
	border-left:2px solid #EAAD71;
	border-top:2px solid #EAAD71;
}

.block06 .txt table th{
	box-sizing:border-box;
	border-right:2px solid #EAAD71;
	border-bottom:2px solid #EAAD71;
	width:112px;
}

.block06 .txt table th div{
	padding:0.5em 0px;
}

.block06 .txt table td{
	border-right:2px solid #EAAD71;
	border-bottom:2px solid #EAAD71;
}

.block06 .txt table td div{
	padding:0.5em 1em;
}

/**/

.block07{
	width: 880px;
	/**/height:640px;
	margin: 50px auto;
}

.block07 .btn{
	margin: 10px auto;
	text-align: center;
}

.block07 .btn a{
  width:310px;
  /*width: 700px;*/
  display: block;
  background: #EAAD71;
  font-weight: bold;
  text-decoration: none;
  /*background: #EA7E42;
  background-image: -webkit-linear-gradient(top, #ED9564, #ED9564);
  background-image: -moz-linear-gradient(top, #ED9564, #ED9564);
  background-image: -ms-linear-gradient(top, #ED9564, #ED9564);
  background-image: -o-linear-gradient(top, #ED9564, #ED9564);
  background-image: linear-gradient(to bottom, #ED9564, #ED9564);*/
  -webkit-border-radius: 21;
  -moz-border-radius: 21;
  border-radius: 21px;
  -webkit-box-shadow: 0px 2px 5px #666666;
  -moz-box-shadow: 0px 2px 5px #666666;
  box-shadow: 0px 2px 5px #666666;
  color: #ffffff;
  font-size: 16px;	
  /*font-size: 18px;*/
  padding: 10px 0px;
  margin: 0px auto;
}

.block07_left{
	width:440px;
	float: left;
}

.block07_left p{
	width:310px;
	margin: 40px auto 0px auto;
	font-size: 15px;
	line-height: 150%;
}

.block07_right{
	width:440px;
	height: 657px;
	float: right;
	background-image:url(images/illust04.png);
	background-repeat:no-repeat;
	background-position:20px 460px;
}

.block07_right img{
	margin-top:-10px;
	margin-left: 15px;
}

.h3_block07{
	color:#EA7E42;
	font-size:18px;
	width:410px;
	padding:0.25em 0px;
	overflow:hidden;
	border-bottom:2px dotted #F2B56D;
	margin-left:auto;
	margin-right:auto;
	margin:20px auto;
	text-indent:1em;
	line-height:40px;
	font-weight: bold;
}



