@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#agreementWrap {
	padding-bottom: 60px;
}

#agreementWrap dt {
	padding-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #007b43;
}

#agreementWrap dd {
	padding-bottom: 40px;
	font-size: 1.6rem;
	line-height: 1.8;
}

#agreementWrap ul {
	padding-top: 15px;
}

#agreementWrap li {
	padding-left: 1em;
	text-indent: -1em;
	font-feature-settings: "palt";
}

#agreementWrap table {
	width: 100%;
}

#agreementWrap th {
	padding: 20px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #a0a0a0;
	background: #f4f4f4;
	white-space: nowrap;
	vertical-align: middle;
}

#agreementWrap td {
	padding: 20px;
	border: 1px solid #a0a0a0;
}


.box {
	padding: 20px;
	margin-top: 15px;
	background: #f4f4f4;
	font-weight: bold;
}

.anno {
	padding-top: 15px;
	text-align: left;
	font-size: 1.2rem;
}

#last {
	text-align: right;
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#agreementWrap {
		padding-bottom: 40px;
	}

	#agreementWrap dd {
		padding-bottom: 40px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	#agreementWrap ul {
		padding-top: 0;
	}
}