.contents {
	width: 712px;
	margin: 15px auto;
}

#subnavi {
	margin-top: 50px;
}

#front::after,
#service::after {
	display: block;
	content: "";
    background: url(//rakuten.i-o-s.co.jp/2013/elm/img/bg-main-btm.gif) no-repeat left bottom;
    margin: 0;
    width: 100%;
    height: 20px;
}

/*------------------------------
.flex
------------------------------*/
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



/*------------------------------
.free-ame フロントで無料貸し出しを承っております
------------------------------*/
.free-ame {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.free-ame h3 { 
	width: 100%;
	margin-bottom: 10px;
}
.free-ame .fm_contents {
	width: 32%;
	margin-left: 10px;
}
.free-ame .fm_contents:first-of-type {
	margin-left: 0;
}
.free-ame .fm_contents .img {
	width: 193px;
	height: 130px;
	object-fit: cover;
	overflow: hidden;
	margin: 0 auto 5px;
}
.free-ame .fm_contents .img img {
	display: block;
	max-width: 100%;
}
.free-ame .fm_contents .img.pb img {
	max-width: 230px;
	margin:  0 auto;
}
.free-ame .fm_contents h4 {
	width: 193px;
	margin: 0 auto;
	padding: 0 5px;
}

/*------------------------------
#service
------------------------------*/
#service {
	width: 100%;
}
#service h2 {
	margin-bottom: 20px;
}
#service .ser_content {
	width: 95%;
	margin: 0 auto 20px;
}
#service .ser_content:last-of-type {
	margin-bottom: 0;
}
#service .ser_content .img {
	width: 30%;
}
#service .ser_content .img img {
	display: block;
	max-width: 100%;
}


#service .ser_content .txt {
	width: 65%;
	padding: 0 5px;
}
#service .ser_content .txt h4 {
	width: 100%;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #BE394B;
	margin-bottom: 10px;
}
#service .ser_content .txt h4 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #020000;

}
#service .ser_content .txt p {
    font-size: 14px;
    line-height: 1.5;
}


/*------------------------------
#service .ctable
------------------------------*/
#service .ctable {
	border-collapse: collapse;
	width: 100%;
	background-color: inherit;
}
#service table.ctable th, #service table.ctable td {
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
}
#service table.ctable th {
    width: 190px;
    text-align: center;
    padding-left: 0;
    font-weight: normal;
    position: relative;
    background-color: inherit;
}
#service table.ctable td {
    padding: 10px 15px;
}
#service table.ctable tr:first-child td {
    border-top: #b1b1b1 1px dashed;
}