@charset "utf-8";
#page_service .itemBox ul li{
	width: 32%;
	display: block;
	padding: 10px;
	margin: 10px 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #dedede;
}
#page_service .itemBox .image{
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	background: #fffdde;
}
#page_service .itemBox h2{
	text-align: center;
	margin: 0 0 30px 0;
}

#page_service .itemBox .image img,
#page_service .itemBox h2 img{
	max-width: 100%;
	height: auto;
}
_:-ms-lang(x)::-ms-backdrop, #page_service .itemBox .image img,
_:-ms-lang(x)::-ms-backdrop, #page_service .itemBox h2 img{
	/* IE11 のみ適用される */
	width: 100%;
	height: auto;
}

#page_service .itemBox .cmt{
	text-align: left;
	padding: 7px 0;
	word-break: break-all;
	word-wrap:break-word;
}


#page_service .itemBox ul li.wide{
	width: 65%;
	padding: 0;
	background: none;
	border: 0;
}
#page_service .itemBox ul li.wide .inframe{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #dedede;
	display: table;
	border-spacing: 10px 10px;
}
#page_service .itemBox ul li.wide .inframe .image{
	text-align: center;
	margin: 0 0 0 0;
	background: #fffdde;
	display: table-cell;
	width: 310px;
	padding: 0 15px 0 0;
	vertical-align: middle;
}
#page_service .itemBox ul li.wide .inframe .cnt{
	display: table-cell;
	vertical-align: top;
}


@media screen and (max-width: 979px) {
#page_service .itemBox ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#page_service .itemBox ul li{
	width: 32%;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
#page_service .itemBox ul li.wide .inframe .image{
	width: 40%;
}
}
@media screen and (max-width: 768px){
#page_service .itemBox ul li{
	width: 49%;
}
}
@media screen and (max-width: 480px){
#page_service .itemBox ul li{
	width: 99%;
}

#page_service .itemBox ul li.wide .inframe{
	display: block;
	padding: 10px;
}
#page_service .itemBox ul li.wide .inframe .image{
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
#page_service .itemBox ul li.wide .inframe .cnt{
	display: block;
}

}


/*page_top
************************************************************************************/

.page_top table.normal{
	width: 100%;
	margin: 20px auto;
	border-collapse:collapse;
	border: 1px solid #000;
	background: #FFF;
}

.page_top table.normal th{
	padding: 7px;
	background: #fffee9;
	color: #0f78d0;
	text-align: center;
	border: 1px solid #000;
}

.page_top table.normal td{
	padding: 7px;
	border: 1px solid #000;
	background: #FFF;
}
.page_top table.normal td.gaito{
	background: #f76f6f;
	color: #FFF;
}
.page_top table.normal.hikaku td{
	text-align: center;
}
.page_top table.normal.merit td{
	width: 25%;
}




/*page_price
************************************************************************************/
.page_price table.normal th{
	padding: 7px;
	border: 1px solid #000;
	background: #ededed;
	text-align: center;
}
.page_price table.normal thead th{
	background: #2cd100;
	color: #FFF;
}

.page_price table.normal td{
	padding: 7px;
	border: 1px solid #000;
	text-align: right;
}
.page_price table.normal td:after{
	content: "円";
}

/*************************************************************************************/
.divtable .cell.graph{
	width: 50%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.divtable .cell.graph img{
	max-width: 100%;
	height: auto;
}
_:-ms-lang(x)::-ms-backdrop, .divtable .cell.image img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px){
.divtable{
	display: block;
}
.divtable .cell{
	display: block;
}
.divtable .cell.graph{
	width: 100%;
	text-align: center;
}
}

