/* CSS Document */


.section,
.section_in{
	width: 960px;
	clear: both;
	margin: 0 auto ;	
	}
	
.section h2{
	border-bottom: 4px solid #E58100;
	margin-bottom: 27px;
}

.section h3{
	margin-left: 30px;
	margin-bottom: 15px;
}


.section p{
	margin-left: 30px;
	line-height: 2.0;
	margin-bottom: 30px;
}


.section-inner{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.inner_box{
    flex-basis: 50%;
}

.section_outside{
	background: #FAE6CC;
	border-top: 1px solid #EBC585;
	border-bottom: 1px solid #EDD6A6;
	margin-bottom: 27px;
}

.number{
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 20px;
}

.numberbox{
	border: 1px solid #EBC585;
	background: #FFF;
	flex-basis: 25%;
	padding: 3%;
	position:relative;
	
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */	
}

.numberbox p{
	margin-bottom: 15px;
	color: #797979;
	line-height:1.5;
	font-size: 13px;
}

.numberbox h2{
	border-bottom: 1px solid #EBC585;
	text-align: center;
	color: #E58100;
	font-size: 22px;
	margin-top: 55px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.number_01,
.number_02,
.number_03{
	position: absolute;
	top: -35px;
	left: 105px;
}


.contact{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-top: 15px;
}

.contact_left,
.contact_right{
	flex-basis: 50%;
}

.contact_right h2{
	margin-bottom: 10px;
}

.contact_right p{
	margin-bottom: 25px;
	color: #797979;
	line-height:2;
	margin-right: 20px;
}

.section_sample{
	background: #F0F0F0;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	padding-top: 20px;
}

.sample{
	margin-bottom: 30px;
	}

.section_sample h2{
	color: #E58100;
	border: 1px solid #E58100;
	padding: 10px;
	background: #FFF;
	width: 150px;
	text-align:center;
	margin-bottom: 20px;
}
	

.sample_left{
	width: 300px;
	float:left;
	margin-right: 30px;
}


.sample_right{
	float:right;
	width: 630px;
}

.sample_right h3{
	background: #FFF;
	color:#E58100;
	padding: 10px 15px 10px 0;
	font-size: 18px;
	margin-bottom: 15px;
}

.sample_right h3 span{
	color: #FFF;
	background: #E58100;
	padding: 10px 15px;
	margin-right: 20px;
}

.sample_right dl{
	margin-left: 15px;
	line-height: 1.8;
}












