@charset "utf-8";

.txtPage_lead {
	margin-bottom: 80px;
}

.txtCatch {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 23px;
}

.txtCatch.tac {
	text-align: center;
}

.topImg {
	margin-bottom: 90px;
}

.topImg img {
	width: 100%;
}

.clausesBox {
	display: table;
	width: 100%;
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1.5;
}

.clausesBox p {
	padding: 0;
	margin: 0;
}

.clausesBox img {
	vertical-align: bottom;
}

.clausesBox .leftCell {
	display: table-cell;
	width: 51%;
	vertical-align: top;
	box-sizing: border-box;
}

.clausesBox .leftCell img {
	margin-bottom: 10px;
	max-width: 100%;
}

.clausesBox .leftCell .txt {
	padding-right: 20px;
	padding-left: 55px;
}

.clausesBox .leftCell .strong {
	font-weight: bold;
	font-size: 24px;
	vertical-align: middle;
	margin: 0 3px;
	color: #000066;
}

.clausesBox .rightCell {
	display: table-cell;
	width: 49%;
	vertical-align: top;
	padding-top: 8px;
}

.clausesBox .rightCell img {
	width: 100%;
}

@media screen and (max-width: 720px) {

	.txtPage_lead {
		max-width: 80%;
		margin-bottom: 40px;
	}

	.txtPage_lead img {
		width: 100%;
	}






.clausesBox {
	font-size: 12px;
}

.clausesBox .leftCell {
	display: table-cell;
	width: 70%;
}

.clausesBox .leftCell img:not(.last) {
	width: 75%;
}

.clausesBox .leftCell .txt {
	padding-left: 0;
}

.clausesBox .leftCell .strong {
	font-size: 16px;
	margin: 0;
}

.clausesBox .rightCell {
	width: 30%;
}

}