@charset "utf-8";

/* ------------------------------------------------------------ fv */
#entry .fv {
}

#entry .fv h1 {
	/* background: #000; */
	padding: 200px 0;
}

#entry .fv h1 span {
	margin: 0 0 20px;
}

/* ------------------------------------------------------------ contact */
#entry .entry_form {
	margin: 0 auto 120px;
} 

#entry .entry_form .entry_inner {
	width: 900px;
	margin: 0 auto;
} 

#entry .entry_form .intro {
	font-size: 20px;
	line-height: 2;
	text-align: center;
}

#entry .entry_form .formbox {
	padding: 60px 0;
	border-bottom: solid 1px #313131;
}

#entry .entry_form .formbox:last-of-type {
	border-bottom: none;
}

#entry .entry_form .formbox h2 {
	margin: 0 0 35px;
}

#entry .entry_form .formbox .mandatory {
	font-size: 12px;
	color: #949494;
}

#entry .entry_form form table {
	width: 100%;
}

#entry .entry_form form table th {
	width: 180px;
	line-height: 1.375;
	text-align: left;
	color: #fff;
	padding: 30px 0 0;
}

#entry .entry_form form table th span {
	color: #949494;
	margin: 0 0 0 5px;
}

#entry .entry_form form table .top th {
	vertical-align: top;
	padding: 45px 0 0;
}

#entry .entry_form form table td {
	width: calc(100% - 170px);
	padding: 30px 0 0;
}

#entry .entry_form form table td .select_wrap {
	position: relative;
	float: left;
	width: 33.333%;
}

#entry .entry_form form table td .select_wrap::before {
	position:absolute; 
	content: ""; 
	display: block; 
	width: 14px; 
	height: 7px;
	border-top: 7px solid #a0a0a0; 
	border-right: 7px solid transparent; 
	border-left: 7px solid transparent; 
	box-sizing: border-box; 
	left: 150px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

#entry .entry_form form table td .select_wrap select {
	border: solid 1px #a0a0a0;
	background: #000;
	color: #fff;
	width: 180px;
	padding: 10px 15px;
	box-sizing: border-box;
}

#entry .entry_form form table td .code_pref {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
}

#entry .entry_form form table td .code_pref .zip_code {
	width: 50%;
}

#entry .entry_form form table td .code_pref .zip_code span {
	display: inline-block;
	margin: 0 10px 0 0;
}

#entry .entry_form form table td .code_pref .zip_code input[type="text"] {
	width: 270px;
}


#entry .entry_form form table td .code_pref .pref {
	position: relative;
	width: 50%;
	text-align: right;
}

#entry .entry_form form table td .code_pref .pref::before {
	position:absolute; 
	content: ""; 
	display: block; 
	width: 14px; 
	height: 7px;
	border-top: 7px solid #a0a0a0; 
	border-right: 7px solid transparent; 
	border-left: 7px solid transparent; 
	box-sizing: border-box; 
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

#entry .entry_form form table td .code_pref .pref span {
	display: inline-block;
	margin: 0 10px 0 0;
}

#entry .entry_form form table td .code_pref .pref select {
	border: solid 1px #a0a0a0;
	background: #000;
	color: #fff;
	width: 270px;
	padding: 10px 15px;
	box-sizing: border-box;
}

#entry .entry_form form table td .municipality,
#entry .entry_form form table td .building {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#entry .entry_form form table td .municipality input[type="text"],
#entry .entry_form form table td .building input[type="text"] {
	width: 570px;
	margin: 0 0 20px;
}


#entry .entry_form form table td .select_wrap span {
	display: inline-block;
	margin: 0 0 0 5px;
}

#entry .entry_form form table td input[type="text"],
#entry .entry_form form table td textarea {
	width: 100%;
	border: solid 1px #a0a0a0;
	background: none;
	padding: 10px 20px;
	color: #fff;
	box-sizing: border-box;
}


#entry .entry_form form table td label {
	position: relative;
	margin: 0 15px 0 0;
}

#entry .entry_form form table td label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: solid 1px #a0a0a0;
	border-radius: 50%;
}

#entry .entry_form form table td label span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 28px;
}

#entry .entry_form form table td label input:checked + span::before {
	position: absolute;
	content: "";
	left: 5px;
	top: 4px;
	width: 10px;
	height: 10px;
	background: #a0a0a0;
	border-radius: 50%;
}

@media all and (-ms-high-contrast: none) {
	#entry .entry_form form table td label input:checked + span::before {
		left: 5px;
		top: 0px;
	}
}

#entry .entry_form form table td input[type="radio"] {
	position: absolute;
	visibility: hidden;
}

#entry .entry_form form .switch_btn_white {
	margin: 70px auto 0;
}

#entry .entry_form form .switch_btn_white span {
	padding: 0;
	border: none;
	z-index: 1;
}

#entry .entry_form form .switch_btn_white span input[type="submit"] {
	background: #000;
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	color: #fff;
	border: solid 1px #fff;
}

#entry .entry_form form .switch_btn_white span:hover input[type="submit"] {
	background: #fff;
	color: #000;
}

/* ------------------- エラー画面,確認画面 ------------------- */
.note {
	width: 780px;
	margin: 0 auto;
	padding: 170px 0 120px;
}

.note h3 {
	font-size: 27px;
	text-align: center;
	letter-spacing: 2px;
	margin: 0 auto 25px;
}

.note .caution {
	border: solid 1px #a6a6a6;
	text-align: center;
	padding: 15px;
	margin: 0 auto 35px;
}

.note .alert span {
	display: block;
	text-align: center;
	margin: 0 0 25px;
}

.note table {
	width: 100%;
}

.note table tr {
	border-bottom: solid 1px #a6a6a6;
}

.note table tr:last-child {
	border-bottom: none;
}

.note table th {
	width: 200px;
	text-align: left;
	font-weight: bold;
	padding: 20px 0;
	box-sizing: border-box;
}

.note table td {
	padding: 20px 0;
	box-sizing: border-box;
	line-height: 1.5;
}

.note .btn {
	text-align: center;
	margin: 40px auto 0;
	font-size: 0;
}

.note .btn a {
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
	background: #000;
	border: solid 1px #fff;
	min-width: 270px;
	font-size: 16px;
	line-height: 56px;
	color: #fff;
}

.note .btn input[type="submit"] {
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
	background: #003a73;
	min-width: 270px;
	font-size: 16px;
	line-height: 60px;
	color: #fff;
	margin: 0 0 0 15px;
}

/* ------------------- thanks ------------------- */
#thanks {
	padding: 170px 0 120px;
}

#thanks .inner {
	width: 780px;
}

#thanks h2 {
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	margin: 0 auto 30px;
}

#thanks .caution {
	border: solid 1px #a6a6a6;
	font-size: 14px;
	text-align: center;
	line-height: 170%;
	padding: 15px;
	margin: 0 auto 50px;
}

#thanks .switch_btn_white a {
	font-size: 16px;
	font-weight: normal;
}






/* ------------------------------------------------------------ mobile ------------------------------------------------------------ */
@media only screen and (max-width: 767px) {
	
	/* ------------------------------------------------------------ fv */
	#entry .fv h1 {
		padding: 150px 0 70px;
	}
	
	#entry .fv h1 span {
		margin: 0 0 20px;
	}
	
	/* ------------------------------------------------------------ contact */
	#entry .entry_form {
		margin: 0 auto 120px;
	} 
	
	#entry .entry_form .entry_inner {
		width: 90%;
	} 
	
	#entry .entry_form .intro {
		font-size: 14px;
	}
	
	#entry .entry_form .formbox {
		padding: 40px 0;
	}
	
	#entry .entry_form .formbox:last-of-type {
		border-bottom: none;
	}
	
	#entry .entry_form .formbox h2 {
		font-size: 18px;
		margin: 0 0 20px;
	}
	
	#entry .entry_form .formbox .mandatory {
		font-size: 11px;
	}
	
	#entry .entry_form form table {
		display: block;
		width: 100%;
	}
	
	#entry .entry_form form table tbody,
	#entry .entry_form form table tr {
		display: block;
	}
	
	#entry .entry_form form table th {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 1;
		padding: 25px 0 0;
	}
	
	#entry .entry_form form table th span {
		font-size: 12px;
		margin: 0 0 0 5px;
	}
	
	#entry .entry_form form table .top th {
		font-size: 14px;
		padding: 25px 0 0;
	}
	
	#entry .entry_form form table td {
		display: block;
		width: 100%;
		padding: 10px 0 0;
		font-size: 14px;
	}

	#entry .entry_form form table td .select_wrap::before {
		width: 10px; 
		height: 5px;
		border-top: 5px solid #a0a0a0; 
		border-right: 5px solid transparent; 
		border-left: 5px solid transparent; 
		left: 62px;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	
	#entry .entry_form form table td .select_wrap select {
		width: 80px;
		padding: 5px 7px;
		font-size: 16px;
	}
	
	#entry .entry_form form table td .code_pref {
		display: block;
		margin: 0 0 20px;
	}
	
	#entry .entry_form form table td .code_pref .zip_code {
		width: 100%;
		margin: 0 0 20px;
	}
	
	#entry .entry_form form table td .code_pref .zip_code span {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	
	#entry .entry_form form table td .code_pref .zip_code input[type="text"] {
		width: calc(100% - 160px);
		padding: 10px 15px;
	}
	
	
	#entry .entry_form form table td .code_pref .pref {
		width: 100%;
		text-align: left;
	}
	
	#entry .entry_form form table td .code_pref .pref::before {
		width: 10px; 
		height: 5px;
		border-top: 5px solid #a0a0a0; 
		border-right: 5px solid transparent; 
		border-left: 5px solid transparent; 
		right: 100px;
	}
	
	#entry .entry_form form table td .code_pref .pref span {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	
	#entry .entry_form form table td .code_pref .pref select {
		width: calc(100% - 160px);
		padding: 10px 15px;
		font-size: 16px;
	}
	
	#entry .entry_form form table td .municipality,
	#entry .entry_form form table td .building {
		display: block;	
	}
	
	#entry .entry_form form table td .municipality input[type="text"],
	#entry .entry_form form table td .building input[type="text"] {
		width: 100%;
		margin: 10px 0 20px;
		padding: 10px 15px;
	}
	
	#entry .entry_form form table td .select_wrap {
		max-width: 120px;
	}
	
	#entry .entry_form form table td .select_wrap span {
		display: inline-block;
		margin: 0 0 0 5px;
	}
	
	#entry .entry_form form table td input[type="text"],
	#entry .entry_form form table td textarea {
		width: 100%;
		padding: 10px 15px;
		border-radius: 0;
		font-size: 16px;
	}
	
	#entry .entry_form form table td label {
		position: relative;
		margin: 0 15px 0 0;
	}
	
	#entry .entry_form form table td label::before {
		width: 14px;
		height: 14px;
	}
	
	#entry .entry_form form table td label span {
		font-size: 16px;
		padding: 0 0 0 22px;
	}
	
	#entry .entry_form form table td label input:checked + span::before {
		left: 4px;
		top: 5px;
		width: 8px;
		height: 8px;
	}
	
	#entry .entry_form form .switch_btn_white {
		margin: 20px auto 0;
	}
	
	#entry .entry_form form .switch_btn_white span {
		padding: 0;
	}
	
	#entry .entry_form form .switch_btn_white span input[type="submit"] {
		padding: 20px;
	}
	
	#entry .entry_form form .switch_btn_white span:hover {
		left: -7px;
		top: -7px;
	}
	
	#entry .entry_form form .switch_btn_white span:hover::before {
		left: 7px;
		top: 7px;
		border: solid 1px #fff;
	}
	
	#entry .entry_form form .switch_btn_white span:hover input[type="submit"] {
		background: #000;
		color: #fff;
	}

	
	/* ------------------- エラー画面,確認画面 ------------------- */
	.note {
		width: 90%;
		margin: 0 auto;
		padding: 120px 0 50px;
	}
	
	.note h3 {
		font-size: 22px;
		letter-spacing: 2px;
		margin: 0 auto 20px;
	}
	
	.note .caution {
		font-size: 13px;
		line-height: 150%;
		padding: 10px;
		margin: 0 auto 30px;
	}
	
	.note .alert span {
		font-size: 14px;
		margin: 0 0 15px;
	}
	
	.note table {
		display: block;
		width: 100%;
	}
	
	.note tbody {
		display: block;
	}
	
	.note table tr {
		display: block;
	}
	
	.note table tr:last-child {
		border-bottom: none;
	}
	
	.note table th {
		display: block;
		width: 100%;
		padding: 13px 0 5px;
		font-size: 14px;
	}
	
	.note table td {
		display: block;
		padding: 0 0 10px;
		font-size: 14px;
		line-height: 150%;
	}
	
	.note .btn {
		margin: 30px auto 0;
	}
	
	.note .btn a {
		display: block;
		min-width: inherit;
		width: 246px;
		margin: 0 auto;
		font-size: 14px;
		line-height: 52px;
	}
	
	.note .btn input[type="submit"] {
		display: block;
		min-width: inherit;
		width: 250px;
		font-size: 14px;
		line-height: 54px;
		margin: 15px auto 0;
	}
	
	/* ------------------- thanks ------------------- */
	#thanks {
		padding: 120px 0 60px;
	}
	
	#thanks .inner {
		width: 90%;
	}
	
	#thanks h2 {
		font-size: 22px;
		letter-spacing: 2px;
		margin: 0 auto 20px;
	}
	
	#thanks .caution {
		font-size: 14px;
		text-align: left;
		line-height: 170%;
		padding: 15px;
		margin: 0 auto 30px;
	}
	
	#thanks .switch_btn_white {
		margin: 40px auto 0;
	}
	
	#thanks .switch_btn_white a {
		font-size: 14px;
	}

}



