.main-wrapper.entry {
	padding-bottom: 140px;
	background-color: #fdd108;
}
.hl2-wrapper {
	width: 100%;
	border-bottom: 2px solid #333;
}
.hl2-wrapper h2 {
	max-width: 1260px;
	font-size: 232px;
	color: #333;
	text-align: left;
	padding: 107px 0 0;
	margin: 0 auto -46px;
}
h3 {
	font-size: 37px;
	margin: 25px 0;
}
.page-content section {
	padding: 110px;
	box-sizing: border-box;
	background-color: #fff;
}
.page-content section p {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 36px;
	line-height: 1.75;
}
.page-content section p span, .required {
	font-size: 20px;
	color: #e60012;
	margin: 0 10px;
}
.flex-table {
	margin-bottom: 60px;
}
.flex-table>div {
	display: flex;
}
.flex-table div div {
	padding: 24px 0;
	font-size: 20px;
	font-weight: bold;
	align-self: center;
}
.flex-table div div:nth-child(1) {
	width: 20%;
}
.flex-table div div:nth-child(2) {
	width: 80%;
}
input, textarea {
	width: 100%;
	font-size: 22px;
	padding: 21px;
	box-sizing: border-box;
}
.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
	width: 25%;
}
.submit-wrapper {
	text-align: center;
	margin: 46px auto 0;
}
.submit-wrapper input {
	position: relative;
	width: 100%;
	padding: 30px;
	border: none;
	box-shadow: 2px 2px 6px #333;
	background-color: #475056;
	color: #fff;
}
.submit-wrapper input:after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: calc(50% - 9px);
	right: 40px;
	border-width: 4px 4px 0 0;
	border-style: solid;
	border-color: #fff;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
}
.ppbox {
	overflow-x: scroll;
	max-height: 300px;
	border: 2px solid #ccc;
	padding: 60px 90px;
	box-sizing: border-box;
}
.ppbox h4 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}
.ppbox h5 {
	font-size: 18px;
	margin: 26px 0 13px;
}
.page-content section .ppbox p {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}
.page-content section .ppbox li {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.75;
	margin-left: 30px;
}
.ppcheck {
	text-align: center;
	margin: 50px auto;
	font-size: 20px;
	font-weight: bold;
}
.ppcheck input {
	width: 40px;
	height: 40px;
}
@media (max-width:768px) {
	.hl2-wrapper h2 {
		font-size: 25vw;
		margin-bottom: -5%;
	}
	.page-content section {
		padding: 30px;
	}
	.flex-table>div {
		flex-wrap: wrap;
	}
	.flex-table div div:nth-child(1) {
		width: 100%;
		padding-bottom: 5px;
	}
	.flex-table div div:nth-child(2) {
		width: 100%;
		padding-top: 5px;
	}
	input, textarea {
		padding: 10px;
		font-size: 14px;
	}
	.ppbox {
		padding: 30px;
	}
}