@charset "utf-8";
/* CSS Document */

html {
    font-size: 62.5% !important;
}
body {
	color: #1f1f1f;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 2;
	min-width: 1100px;
	position: relative;
	-webkit-text-size-adjust: none;
	margin: 186px 0 0;
}

/*--------------------------------------
　共通
---------------------------------------*/



/*--------------------------------------
　KV（下層）
---------------------------------------*/
#key.lower {
	background: url("../../images/system/bg_key.jpg") no-repeat;
	background-size: cover;
}



/*--------------------------------------
　about_service
---------------------------------------*/
#contents.system .about_service .secTit {
	margin: 0 auto 40px;
}

#contents.system .example {
	margin: 80px 0 120px;
}
#contents.system .example .twoColBox {
	margin: 0 0 6rem;
	height: 40rem;
	position: relative;
}
#contents.system .example .twoColBox:last-child {
	margin: 0;
}
#contents.system .example .twoColBox:before {
	content: "";
	background: url("../../images/system/service_pic01.jpg") no-repeat center;
	background-size: cover;
	width: 50%;
	height: 40rem;
	position: absolute;
	top: 0;
	right: 50%;
}
#contents.system .example .twoColBox:nth-child(2):before {
	background: url("../../images/system/service_pic02.jpg") no-repeat center;
	background-size: cover;
	left: 50%;
}
#contents.system .example .twoColBox:nth-child(3):before {
	background: url("../../images/top/example_pic01.jpg") no-repeat center;
	background-size: cover;
}
#contents.system .example .twoColBox:nth-child(4):before {
	background: url("../../images/system/service_pic04.jpg") no-repeat center;
	background-size: cover;
	left: 50%;
}
#contents.system .example .twoColBox .txtBox {
	width: 50%;
	float: right;
	padding: 6rem 4rem 6rem 10rem;
}
#contents.system .example .twoColBox.reverse .txtBox {
	float: left;
	padding: 6rem 10rem 6rem 4rem;
}

#contents.system .example .twoColBox .titBox {
	width: 100%;
	display: table;
	margin: 0 0 20px;
}
#contents.system .example .twoColBox .titBox dt {
	width: 100px;
	display: table-cell;
	vertical-align: middle;
}
#contents.system .example .twoColBox .titBox dd {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
}
#contents.system .example .twoColBox .titBox .serviceTit {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.7;
}
#contents.system .example .twoColBox p {
	line-height: 2;
}

#contents.system .compare .secTit {
    margin: 0 auto 40px;
}
#contents.system .compare .tableWrap {
    margin: 40px 0 7rem;
}
#contents.system .bnArea {
    background: #e4f4f0;
}









