main {
	padding-top: 6%;
}

main article {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	width: 92%;
}

.form_head {
	margin-bottom: 48px;
}

.form_head h1 {
	text-align: center;
	color: #3d9ac6;
	background-color: #f6f8fa;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
	padding: 16px;
	font-size: 60px;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 48px;
}

.form_head h1 small {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

.form_head h3 {
	text-align: center;
	font-size: 60px;
	margin-bottom: 48px;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	color: #c9b38b;
}

.form_head h3 i {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	width: 50px;
}

.form_head .step {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 48px;
}

.form_head .step li {
	margin-left: 10px;
	margin-right: 10px;
}

.form_head h2 {
	color: #ff9999;
	text-align: center;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 28px;
}

.form_head h2 strong {
	padding-left: 5px;
	padding-right: 5px;
	color: #ff9999;
	border-bottom: 1px solid #ff9999;
}

.form_head .caution {
	margin-top: 0.5em;
	font-size: 18px;
}

.form_head section {
	padding: 16px;
	border: 1px solid #ff9999;
	text-align: center;
	margin-top: 24px;
}

.form_head section h4 {
	color: #ff9999;
	font-weight: bold;
	font-size: 24px;
}

.form_head section h5 {
	color: #ff0066;
	font-weight: bold;
	font-size: 56px;
}

.form_head section h5 i {
	width: 40px;
	display: inline-block;
	margin-right: 5px;
}

.form_head section p {
	font-size: 18px;
}

.input_table {
	margin-bottom: 80px;
}

.input_table .input_caution {
	margin-bottom: 0.5em;
	font-size: 14px;
}

.input_table .input_caution span {
	color: #ff0066;
}

.input_table dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.input_table dl:nth-of-type(n + 2) {
	margin-top: 32px;
}

.input_table dl strong {
	color: #ff0066;
}

.input_table dl dt {
	width: 30%;
	font-size: 16px;
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f6f8fa;
	font-weight: bold;
}

.input_table dl dd {
	padding: 16px;
	width: 70%;
	font-size: 16px;
}

.input_table dl dd p {
	font-size: 16px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.input_table dl dd p.caution {
	color: #ff0066;
}

.input_table dl dd p.hidden {
	display: none;
}

.input_table dl dd ul.caution {
	font-size: 16px;
}

.input_table dl dd ul.caution li {
	font-size: 16px;
	color: #ff0066;
	text-indent: -1em;
	padding-left: 1em;
}

.input_table dl dd .time_input span {
	display: inline-block;
	margin-right: 10px;
}

.input_table dl dd .time_input span div {
	display: inline-block;
}

.input_table dl dd select {
	font-size: 16px;
	padding: 0.25em;
}

.input_table dl dd input[type="text"] {
	font-size: 16px;
	padding: 0.25em;
	width: 100%;
}

.input_table dl dd textarea {
	width: 100%;
	font-size: 16px;
	padding: 0.5em;
}

.input_table .btn_area {
	margin-top: 24px;
	text-align: center;
}

.input_table .btn_area p {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.input_table .btn_area p button {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: 20px;
	border-radius: 5px;
	border: 1px solid #b1165b;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7a5c9), color-stop(40%, #ec1e79), to(#b1165b));
	background: linear-gradient(to bottom, #f7a5c9 0%, #ec1e79 40%, #b1165b 100%);
	padding: 0.8em 3em;
	color: #fff;
	margin: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.input_table .btn_area p.ng_btn button {
	background: -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), to(#9b9b9b));
	background: linear-gradient(to bottom, #bfbfbf 0%, #9b9b9b 100%);
	border: 1px solid #9B9B9B;
}

.input_table ul.caution {
	margin-top: 24px;
}

.input_table ul.caution li {
	font-size: 12px;
	margin-top: 0.5em;
	text-indent: -1em;
	padding-left: 1em;
}

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

.form_head h1 {
	font-size: 30px;
	padding: 4%;
}

.form_head h1 small {
	font-size: 14px;
}

.form_head h3 {
	font-size: 22px;
	margin-bottom: 1.5em;
}

.form_head h3 i {
	width: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

.form_head .step {
	margin-bottom: 8%;
}

.form_head .step li {
	width: 30%;
	margin-left: 1.6%;
	margin-right: 1.6%;
}

.form_head .step li img {
	width: 100%;
	height: auto;
}

.form_head h2 {
	font-size: 20px;
}

.form_head .caution {
	font-size: 14px;
}

.form_head section {
	padding: 2%;
}

.form_head section h4 {
	font-size: 18px;
}

.form_head section h5 {
	font-size: 30px;
}

.form_head section h5 i {
	width: 20px;
}

.form_head section h5 i img {
	width: 100%;
	height: auto;
}

.form_head section p {
	font-size: 16px;
}

.input_table dl dt {
	padding: 4%;
	width: 100%;
}

.input_table dl dd {
	padding: 4%;
	width: 100%;
}

.input_table .btn_area p button {
	font-size: 16px;
}

}

