.kamoku_l {
	width: 220px;
	float: left;
}

.kamoku_r {
	width: 700px;
	float: right;
}

#wrapper h3 {
	padding: 0 0 5px 0;
	background: url('../img/kamoku/bg_h3.png') repeat-x left bottom;
	color: #2F7AB2;
	font-size: 136%;
}

#wrapper h3:before{
	content: url('../img/common/mark_h3.png');
	vertical-align: middle;
	margin: 0 10px 0 0;
}



#wrapper section {
	margin: 0 0 60px 0;
}

.time_table th{
	text-align: left;
}

.time_table td{
	text-align: center;
	line-height: 1.4;
	padding: 10px 0;
}

.time_table td:first-child{background: #FED1F9;}
.time_table td:nth-child(2){background: #FDDAC7;}
.time_table td:nth-child(3){background: #FCFFC7;}
.time_table td:nth-child(4){background: #F6FAE2;}
.time_table td:nth-child(5){background: #F2FFFD;}
.time_table td:nth-child(6){background: #C7D6FE;}
.time_table td:nth-child(7){background: #EBC4FE;}
.time_table td:nth-child(8){background: #FED1F9;}
.time_table td:last-child{background: #e6e5e6;}

.price_table th{
	border: 1px solid #ccc;
	background: #CCDFE4;
	color: #478EA3;
}

.price_table td{
	text-align: right;
	padding: 5px 20px;
}

.price_table td:first-child{
	text-align: center;
}

section article h4{
	border: 1px solid #4792A5;
	border-radius: 6px;
	padding: 10px;
	font-size: 107%;
	color: #4AA9C4;
	clear: both;
}

#houhou{
	width: 940px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

#houhou li{
	width: 215px;
	margin: 10px;
	text-align: center;
	padding: 10px;
	border: 2px solid #477731;
	font-weight: bold;
	border-radius: 6px;
}
#flow{
list-style:none;
padding:0 !important;
display:flex;
}
#flow li{
 width : calc(100% / 4 ) ;
box-sizing:border-box;
padding:10px;
}
#flow li img{
width:100%;
height:auto;
}