@charset "UTF-8";
.serviceOutline {
	display : table;
	background : #f9f9f9;
	border-top : 1px solid #F2F2F2;
	border-bottom : 1px solid #F2F2F2;
	width : 100%;
}
.serviceOutline .lead-img {
	display : table-cell;
	padding : 30px 40px;
}
.serviceOutline .lead-txt {
	display : table-cell;
	padding : 0 40px 0 0;
	vertical-align : middle;
}

.feature-table {
	border : 1px solid #F9600B;
}

.feature-head {
	font-size : 16px;
	font-size : 1.6rem;
	color : #FFFFFF;
	font-weight : bold;
	-webkit-font-smoothing : antialiased;
	padding : 9px 0 10px;
	text-align : center;
	background : #F9600B;
}

.feature-foot {
    font-size : 13px;
    font-size : 1.3rem;
    font-weight: bold;
    margin: 9px 0 -34px;
    text-align: right;
}

.panel {
	display : table;
	width : 100%;
	font-weight : bold;
	-webkit-font-smoothing : antialiased;
	border-bottom : 1px solid #E7E7E7;
}
.panel:last-child {
    border-bottom: none;
}
.panel li {
	display : table-cell;
    background: #fff;
	border-left : 1px solid #E7E7E7;
	text-align : center;
	vertical-align : middle;
	padding : 25px 0 23px;
}
.panel li:first-child {
	border-left : none;
}
.panel li.line2 {
	padding : 0;
}
.panel:last-child li {
	border-bottom : none;
}

.panel2 li {
	width : 50%;
}

.panel3 li {
	width : 33.33%;
}

.panel4 li {
	width : 25%;
}

.spec-detail {
	overflow : hidden;
	/* clearfix単体では次のネガティブマージンが効かないので */
}

.spec-table td {
	font-size : 13px;
	font-size : 1.3rem;
}
.spec-table .cell-narrow {
	width : 88px;
	text-align : center;
}

.spec-table .note {
	font-size : 12px;
	font-size : 1.2rem;
}

.clm-title {
	color : #F9600B;
	font-size : 18px;
	font-size : 1.8rem;
	margin : 0 0 15px;
	font-weight : bold;
	-webkit-font-smoothing : antialiased;
}

.receipt-detail {
    background: #fff;
	border : 1px solid #DEDEDE;
}

.receipt-all-image {
	border-bottom : 1px solid #DEDEDE;
    padding: 60px 0 59px;
    text-align: center;
}

.receipt-panels {
	display : table;
	list-style-type : none;
}
.receipt-panels li {
	display : table-cell;
	width : 33.33%;
	padding : 30px 30px 20px;
	border-left : 1px dotted #CCCCCC;
}
.receipt-panels li:first-child {
	border-left : none;
}
.receipt-panels .clm-title {
	font-size : 16px;
	font-size : 1.6rem;
	text-align : center;
}
.receipt-panels .clm-title.longtxt {
	font-size : 15px;
	font-size : 1.5rem;
}

.point-lead {
	color : #473C27;
	font-size : 16px;
	font-size : 1.6rem;
	font-weight : bold;
	-webkit-font-smoothing : antialiased;
	margin-bottom : 20px;
}

.point-image-list {
	list-style-type : none;
}
.point-image-list li {
	display : table;
	padding : 20px 0;
	border-bottom : 1px solid #E0E0E0;
}
.point-image-list li:first-child {
	border-top : 1px solid #E0E0E0;
}
.point-image-list .image {
	display : table-cell;
	width : 180px;
	border-right : 1px dotted #CCCCCC;
	vertical-align : middle;
	text-align : center;
}
.point-image-list .detail {
	display : table-cell;
	padding : 20px 0 20px 30px;
	width : 780px;
}