html,
body {
	margin: auto;
	font-size: 14px;
}
a {
	padding: 0;
	margin: 0;
	color: #333;
}
.agreement-body {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 10px 20px;
}
.a-head {
	max-width: 1003px;
	margin: auto;
}
.agreement-head {
	display: flex;
	align-items: center;
	width: 95%;
	margin: 20px 0;
}
.img-logo {
	width: 20%;
	height: auto;
}
.r-flex {
	display: flex;
	align-items: flex-end;
	margin-left: 20px;
}
.img-l {
	width: 45%;
	height: auto;
}
.img-r {
	width: 45%;
	height: auto;
	margin-left: 10px;
}
.r-font {
	width: 100%;
	height: auto;
	margin-left: 20px;
}
.r-font img {
	width: 90%;
	height: auto;
	margin-top: 10px;
}
.agreement-content {
	max-width: 1003px;
	margin: auto;
}
.agreement-content p {
	line-height: 1.3;
	word-wrap: break-word;
}
.agreement-content .p-title {
	font-weight: bold;
	margin: 40px 0 10px;
}
.agreement-tab {
	display: flex;
	padding: 2% 0;
	justify-content: space-around;
	font-size: 12px;
}
.tab-box {
	display: flex;
	border: 1px solid #333;
	border-radius: 10px;
	width: 45%;
	padding: 1%;
	align-items: center;
}
.tab-box-f1 {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.2;
}
.tab-box-f2 {
	margin-left: 6px;
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	width: 36px;
	height: 36px;
	word-break: break-all;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
}
.agreement-content-title {
	font-size: 16px;
	margin: 20px auto 10px;
	text-align: center;
	font-weight: bold;
}

@media screen and (min-width: 600px) {
	.agreement-tab {
		max-width: 600px;
		margin: auto;
		font-size: 16px;
	}
	.tab-box {
		width: 40%;
	}
	.tab-box-f2 {
		width: 46px;
		height: 46px;
		margin-left: 15px;
	}
	.agreement-content-title {
		font-size: 20px;
	}
}
@media screen and (min-width: 1003px) {
	.agreement-head {
		width: 70%;
	}
	.agreement-content-title {
		font-size: 24px;
	}
}
