@charset "UTF-8";

/* -------------------------- */
/* pageHeader */
/* -------------------------- */

#pageHeader {
	background: url(../images/inquiry/bg_header.jpg) no-repeat;
	background-size: 100% auto;
	background-position: center center;
	background-color: #000;
}



/* -------------------------- */
/* content */
/* -------------------------- */

.policyBox {
	margin-bottom: 20px;
}
	.policyBox .policyList:not(:last-child) {
		margin-bottom: 55px;
	}
		.policyBox .policyList .h2Title {
			margin-bottom: 20px;
		}
		.policyBox .policyList .tbrNormal {
			margin-top: 25px;
		}
			.policyBox .policyList .tbrNormal th {
				width: 280px;
			}
			.policyBox .policyList .tbrNormal td {
				padding-left: 20px;
			}