@charset "UTF-8";
/* CSS Document */
#request .contactBox {
	display: none;
}
#formWrap {
	max-width: 900px;
	padding: 1em 0;
	font-size: 16px;
	
}

#formWrap input[type="date"], #formWrap input[type="number"], #formWrap input[type="email"], #formWrap input[type="tel"], #formWrap input[type="text"], #formWrap select {
height: 34px;
/*margin-bottom: 4px;*/
padding: 6px 12px;
box-sizing: border-box;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 5px;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#formWrap .badge {
	background-color: #B30002;
	color: #fff;
	font-size: 70%;
	padding: 0.1em 1em;
	border-radius: 5px;
	margin-left: 1em;
}
#formWrap #error_message {
	text-align: center;
	padding-top: 1em;
	font-size: 16px;
}
#formWrap .alert-danger {
	position: relative;
/*padding: 0.5em 0 0;*/
    color: #C60003;
	font-size: 14px;
	width: 100%;

	
}
#formWrap .form-group {
	width: 100%;
	padding: 2em 0;
	border-bottom: #999 solid 1px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
#formWrap .form-group label {
	width: 28%;
}
#formWrap .form-group > div {
	width: 70%;
	padding-left: 1em;
}
#formWrap .form-group .num {
	width: 5em;
	margin-right: 0.5em;
}

#formWrap  .form-group input[type="number"] {
	display: inline-block;
}
#formWrap .form-group #addr,
#formWrap .form-group #addr2,
#formWrap .form-group #addr3,
#formWrap input[type="email"] {
	width: 100%;
}
#formWrap .form-group #zipcode {
	width: 8em;
}
#formWrap .form-group #parking {
	width: 5em;
}
#formWrap .form-group .zipBox {
	display: flex;
justify-content: flex-start;
align-items: center;
	flex-wrap: wrap;
}
#formWrap .form-group .zipBtn {
	width: 6em;
	margin-left: 1em;
}
#formWrap .btn {
	font-size: 15px;
	padding: 0.5em 1em;
	background: none;;
	background-color: #7BA7D0;
	border: none;
	color: #fff;
	border-radius: 5px;
}
#formWrap input:is( [type="submit"], [type="reset"]),
#formWrap input.btn-primary
{
	width: 15em;
	display: inline-block;
	font-size: 20px;
	margin: 30px auto;
	
}
#formWrap input:is( [type="submit"], [type="reset"]):hover,
#formWrap input.btn-primary:hover
{
	opacity: 0.6;
	cursor: pointer;
}
#formWrap #submitBox {
	text-align: center;
}
#formWrap .form-group .cap {
	font-size: 12px;
	padding-top: 0.3em;
}
#formWrap input::placeholder {
  color: #aaa;
}
/* 旧Edge対応 */
#formWrap input::-ms-input-placeholder {
  color: #aaa;
}
/* IE対応 */
#formWrap input:-ms-input-placeholder {
  color: #aaa;
}

/*------------ アンケート　------------*/
	#titWrap p.p01 {
		font-size: 16px;
		line-height: 1.3;
		text-align: center;
		padding: 1.5em 0 0.5em 0;
	}
	#titWrap p.p02 {
		font-size: 20px;
		line-height: 1.3;
		text-align: center;
	}
#h4-01 {
	padding-top: 3em;
	padding-bottom: 1em;
}

#question {
	background-color: rgba(234,239,239,0.5);
	padding: 0 3%;
	margin-top: 20px;
}
#formWrap .form-group.last {
	/*border: none;*/
}
@media screen and (max-width: 599px) {
	#titWrap p.p01 {
		font-size: clamp(12px, 3.3vw, 13px);
	}
	#titWrap p.p02 {
		font-size: clamp(14px, 4vw, 16px);
		padding-bottom: 0.5em;
	}

	#formWrap .form-group #parking {
		margin: 0 auto;
	}
}

/*------------ private policy　------------*/
#privateBox {
	max-width: 900px;
	padding-bottom: 5%;
}
#privateBox h2 {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 0.5em;
}
#privateBox .pBox {
	background-color: #fafafa;
	padding: 2em 3em;
	height: 30em;
	overflow-y: scroll;
	box-shadow: 0px 1px 20px rgba(0,0,0,0.1)inset;
}
#privateBox .pBox p, #privateBox .pBox dl {
	font-size: 14px;
	padding: 1em 0;
	line-height: 1.8;
}
#privateBox .pBox p {
	padding: 0.2em 0;
}
#privateBox .pBox dt {
	padding: 0.3em 0;
}
@media screen and (max-width: 959px) {
	#formWrap {
		font-size: clamp(13px, 1.9vw, 15px);
	}
	#privateBox .pBox p, #privateBox .pBox dl {
		font-size: clamp(12px, 1.7vw, 14px);
	}
	
}


@media screen and (max-width: 599px) {
	#formWrap {
		font-size: 4vw;
		font-size: clamp(14px, 4vw, 16px);
	}
	#privateBox .pBox p, #privateBox .pBox dl {
		font-size: 3.5vw;
		font-size: clamp(12px, 3.5vw, 14px);
	}
	#formWrap .form-group {
		flex-wrap: wrap;
	}
	#formWrap .form-group label {
		font-size: 4.6vw;
		font-size: clamp(16px, 4.6vw, 18px);
		width: 100%;
		padding: 0.3em 0;
		text-align: center;
	}
	#formWrap .form-group > div {
		width: 100%;
		padding-left: 0em;
		text-align: center;
	}
	#formWrap input[type="email"], #formWrap input[type="tel"] {
		width: 100%;
	}
	#formWrap .btn {
		font-size: 4vw;
		font-size: clamp(12px, 4vw, 16px);
	}
	#privateBox h2 {
		font-size: 4vw;
		font-size: clamp(14px, 4vw, 16px);
	}
	#formWrap input:is( [type="submit"], [type="reset"]) {
		font-size:5.1vw;
		font-size: clamp(18px, 5.1vw, 20px);
	}
	#privateBox .pBox {
		padding: 1em 1em;
		height: 20em;
	}
		#formWrap input:is( [type="submit"], [type="reset"]) {
		margin: 15px auto 0;
	}
}

/*------------ 確認画面　------------*/
.confirm #formWrap.conf {}
.confirm #formWrap.conf #age,
.confirm #formWrap.conf #family,
.confirm #formWrap.conf #family2,
.confirm #formWrap.conf #zipcode,
.confirm #formWrap.conf #age,
.confirm #formWrap.conf #family,
.confirm #formWrap.conf #family2
{
	display: inline;
}
.confirm formWrap.conf .form-group {
	padding: 1.5em 0;
}

.confirm #formWrap.conf input[name="_back"] {
	background-color: #ccc;
}

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

}

/*------------ 完了画面　------------*/
.thanks {}

.thanks .jumbotron {

	min-height: 70vh;
	display: flex;
justify-content: center;
align-items: center;
	flex-wrap: wrap;
}
.thanks .jumbotron > div {
	width: 100%;
}
.thanks .jumbotron h1 {
	text-align: center;
	font-size: 45px;
	letter-spacing: 0.5em;
}
.thanks .nameBox {
	padding: 3em 0 0;
	text-align: center;
	font-size: 18px;
}

@media screen and (max-width: 959px) {
	.thanks .jumbotron {
		min-height: 60vh;
	}
}
@media screen and (max-width: 599px) {
.thanks .jumbotron {
		padding: 20vw 0 8vw;
	}
.thanks .jumbotron h1 {
		text-align: center;
		font-size: 8vw;
		letter-spacing: 0.2em;
	}
	.thanks .nameBox {
		padding: 5vw 0;
		text-align: center;
		font-size: 4vw;
	}
}


.rankBox {
	display: none;
}

#agreement {
	padding: 1em 0;
	text-align: center;
}
#agreement dl {
	display: flex;
		padding: 0.6em 0;
	justify-content: center;
	
}
#agreement dt {
	font-size: 70%;
	font-size: 16px;
}
#agreement dd {

}
#agreement dd a {
color: #007fdf;
	text-decoration: underline;
}
#agreement .badge {
	margin-right: 1em;
}
@media screen and (max-width: 599px) {
	#agreement dt {
		font-size: clamp(16px, 4.6vw, 18px);
	}
	#agreement dt .badge {
font-size: 70%;
		width: 7em;
	}
	#agreement dd {
		flex: 1;
	}
}




