@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 31px 52px;
}
.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;
}

.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 : 14px 0;
}
.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;
}

/*
### add
-----------------------------------------*/
.service-detail {
    margin: -5px 0 15px;
}
.service-detail dt {
    color: #473c27;
    font-size : 16px;
    font-size : 1.6rem;
    font-weight: bold;
    margin-bottom: 3px;
}
.fig + .fig {
    margin-top: 49px;
}
.service-list {
    margin: 34px 0 -20px;
    overflow: hidden;
}
.service-list li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #dedede;
    float: right;
    list-style: none;
    margin-bottom: 20px;
    min-height: 226px;
    padding: 0 27px 26px 26px;
    width: 470px;
}
.service-list li:nth-child(odd) {
    clear: both;
    float: left;
}
.service-list li h4 {
    border-bottom: 1px dotted #969696;
    color: #f85c1a;
    font-size : 16px;
    font-size : 1.6rem;
    margin-bottom: 12px;
    padding: 26px 0 11px;
}
.service-list li p span {
    font-size : 12px;
    font-size : 1.2rem;
}