

.container {
	width: 100%;
	position: relative;
}
.kv {
	background-image: url("../img/sitepolicy/kv_pc.jpg");
  height: 273px;
	background-size: cover;
	background-position: center;
}
.kv .kvInnerWrap {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.kv .kvInnerWrap h2 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.kv {
		height: 32.533vw;
	}
	.kv .kvInnerWrap h2 {
		font-size: 5.333vw;
	}
}

.mainTextWrap {
	padding-top: 90px;
	padding-bottom: 21px;
	background-color: #f9f9f9;
	text-align: center;
	background-image: url("../img/common/bg01.png");
	background-repeat: repeat;
	background-size: 96px 96px;
	text-align: center;
	padding-top: 94px;
	padding-bottom: 138px;
	text-align: left;
}
.mainTextWrap .mainTextInnerWrap {
	width: 900px;
	margin: 0 auto;
}
.mainTextWrap .text {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}
.mainTextWrap h3 {
	font-size: 22px;
	padding-bottom: 15px;
	margin-top: 44px;
	color: #2ab5b0;
}
.mainTextWrap h4 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: 10px;
}

.osList {
  margin-top: 16px;
	border-top: solid 1px #d4d4d4;
	margin-bottom: 43px;
}
.osList .listWrap {
		border-bottom: solid 1px #d4d4d4;
	padding: 20px 0;
}
.osList .listWrap p {
	font-size: 16px;
}
.osList .listWrap span.machine {
	color: #6e6e6e;
	font-size: 18px;
	font-weight: bold;
	margin-right: 16px;
}
.operatedBy {
	font-size: 16px;
	margin-bottom: 74px;
}
.environment > section {
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.mainTextWrap {
		background-size: 25.6vw;
		padding-top: 12vw;
		padding-bottom: 7.1vw;
	}
	.mainTextWrap .mainTextInnerWrap {
		width: 86%;
	}
	.mainTextWrap .text {
		font-size: 3.733vw;
		line-height: 2;
		/*! color: #2ab5b0; */
    width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	
	.mainTextWrap h3 {
		font-size: 5.333vw;
		padding-bottom: 3vw;
		margin-top: 9.5vw;
	}
	.mainTextWrap h4 {
		font-size: 4.8vw;
		margin-top: 2vw;
		margin-bottom: 3vw;
	}


	.osList {
		margin-top: 6vw;
		border-top: solid 1px #d4d4d4;
		margin-bottom: initial;
	}
	.osList .listWrap {
			border-bottom: solid 1px #d4d4d4;
		padding: 2vw 0 4vw;
	}
	.osList .listWrap p {
		font-size: 3.733vw;
		line-height: 2;
	}
	.osList .listWrap span.machine {
		font-size: 4.8vw;
		margin-right: initial;
		display: block;
		margin-bottom: -1vw;
	}
	.operatedBy {
		font-size: 4.266vw;
		margin-bottom: 12vw;
		line-height: 2; 
	}
	.environment > section {
		margin-bottom: 7vw;
	}

}



