@charset "UTF-8";
.siryou_head {
	font-size: 110%;
}
.error{
	color: #c00;
}
.error_top {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}
.select-tel{
	margin: 0 0 5px 0;
}
.select-zip-wrapper .btn.btn-apply{
	width: 90%;
	height: 4rem;
	line-height: 4rem;
	padding: 0;
	text-align: center;

}
.select_zip{
	display: flex;
	margin: 0 0 10px;
	flex-wrap: wrap;
}
.zip_label{
	width: 30%;
	height: 46px;
	margin: 0 5px 0 0;
}
.privacy_accordion{
	display: block;
	margin: 0 auto 1rem;
	text-align: center;
	color: #2b6dbf;
	cursor: pointer;
}
#collapse01{
	display: none;
}

input.form-control, select.form-control {
	text-align: left;
}
.input-group-addon.border_r_5,
.border_r_5{
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-radius: 5px;
}
.font_modify_white,
.font_modify_white a{
	display: block;
	width: 100%;
	height: 100%;
	color:#fff;
}
.btn_submit.btn.btn-apply{
	display: block;
	width: 70%;
	height: 5rem;
	margin: 20px auto;
	padding:0;
	outline: 0;
}
.btn_submit.btn.btn-apply.return_button {
	background: #fff;
	border: solid #800 1px;
	color: #800;
}
a:hover{
	text-decoration: none;
}


@media(min-width: 768px){
	.zip_label{
		margin: 0 2% 0 0;
	}
	.select-zip-wrapper {
		-js-display: unset;
		display:unset;
		display: unset;
		-js-flex-wrap: unset;
		-webkit-flex-wrap: unset;
		flex-wrap: unset;
	}
	input.form-control.input_box_small{
		width: 15rem;
		margin:0 2% 0 0;
	}

}