@charset "UTF-8";

/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/


.read {
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	color: #123871;
	margin-bottom: 50px;
}
.box {
	border: solid 1px #b8c3d4;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
}
	.box a {
		text-decoration: underline;
	}
	.box span {
		color: #ff0000;
	}


	.box li {
		margin-left: 1em;
		text-indent: -1em;
		margin-bottom: 15px;
	}
	.box li::before {
		content: ''; 
		display:  inline-block;
		background-color: #123871;
		height: 10px;
		width: 10px;
		border-radius:  50%;
		vertical-align:  middle;
		position:  relative;
		top: -2px;
		margin-right: 5px;
	}




	.whitebox {
		background: #e9eeef;
		padding: 50px 50px 60px 50px;
		border-radius: 10px;
	}
		.whitebox h3 {
			font-size: 3.0rem;
			text-align: center;
			padding-bottom: 20px;
			color: #0064aa;
		}


		.whitebox .cap {
			font-size: 1.4rem;
			text-align: center;
			padding-bottom: 40px;
		}


		.whitebox form {
			width: 670px;
			margin: auto;
		}
			.whitebox form dl {
				margin-bottom: 35px;
			}
			.whitebox form dl:nth-child(5) {
				margin-bottom: 15px;
			}
				.whitebox form dl dt {
					font-size: 1.6rem;
					font-weight: 700;
					margin-bottom: 10px;
				}
					.whitebox form dl dt span {
						padding: 3px 5px;
						background: #ff8200;
						font-size: 1.1rem;
						color: #fff;
					}

				.whitebox form dl dd .textbox01 {
					width: 100%;
					background: #fff;
					border: none;
					padding: 30px;
				}

				.whitebox form dl dd textarea {
					font-size: 2rem !important;
					width: 100% !important;
					height: 380px !important;
					background: #fff;
					border: none;
					padding: 30px;
				}

			.whitebox form .txt {
				font-size: 3.0rem;
				text-align: center;
				margin-bottom: 40px;
			}
				.whitebox form .txt a {
					color: #008e4b;
					text-decoration: underline;
				}
				.whitebox form .txt a:hover {
					text-decoration: none;
				}

			.whitebox form .cta_btn {
				width: 344px;
				margin: auto;
			}
				.whitebox form .cta_btn button {
					width: 100%;
					height: 60px;
					border: none;
					font-size: 1.8rem;
					font-weight: 700;
					color: #fff;
					cursor: pointer;
					background: #ff8200;
					border-radius: 30px;
				}
input {
	font-weight: bold !important;
	font-size: 1.6rem !important;
}
select {
	-webkit-appearance: button;
    appearance: button;
	width: 100% !important;
	background: #fff !important;
	border: none !important;
	padding: 30px !important;
	font-weight: bold !important;
	font-size: 1.6rem !important;
}
.policy {
	margin-top: 100px;
}


/* max 768px */
@media screen and (max-width: 768px) {

	.whitebox {
		padding: 20px 20px 40px 20px;
	}
		.whitebox h3 {
			font-size: 1.8rem;
			padding-bottom: 10px;
		}


		.whitebox .cap {
			font-size: 1.2rem;
			text-align: center;
			padding-bottom: 30px;
		}


		.whitebox form {
			width: 100%;
		}
			.whitebox form dl {
				margin-bottom: 25px;
			}
				.whitebox form dl dt {
					font-size: 1.4rem;
				}

				.whitebox form dl dd .textbox01 {
					padding: 15px;
				}

				.whitebox form dl dd textarea {
					width: 100% !important;
					height: 150px !important;
					background: #fff !important;
					border: none !important;
					padding: 15px !important;
				}

			.whitebox form .txt {
				font-size: 1.2rem;
				margin-bottom: 30px;
			}

			.whitebox form .cta_btn {
				width: 100%;
				margin: auto;
			}
				.whitebox form .cta_btn button {
					height: 52px;
					font-size: 1.6rem;
				}


}