@charset "UTF-8";

.form-in input, .form-in select {
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid rgb(169, 169, 169);
	border-radius: 4px;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*-- フォーカス時に赤枠をつける --*/
#name_kanji_1:focus,
#name_kanji_2:focus,
#name_kana_1:focus,
#name_kana_2:focus,
#zip:focus,
#address_4:focus,
#next_pref_id:focus,
#next_address_2:focus,
#email:focus,
#tel:focus {
	border: 2px solid #FF5E28;
	box-shadow: 0 0 0 0 #FF5E28;
	outline: 0;
}
/* */
#dispAddress{
	font-weight: 700;
	font-size: 120%;
}
.back_link {
	margin-left: 5%;
}
.mg_k{
	font-size:90%;
}
.must_box_sp img{
	width: 30px;
	margin-left: 10px;
	margin-bottom: 2px;
}
.optionalButton{
	cursor: pointer;
}
p.optionalText.active::before {
	content: url(../../images/step/icon_close.png);
}
/*
p.optionalText {
	width: 280px;
	color: #0085C9;
}
*/
.optionalImg img{
	width: 30px;
	vertical-align: text-top;
	padding-top: 2px;
}
.form{
	border-radius: 0px 0px 8px 8px;
}
.go_form{
	text-align: center;
	margin: 2% auto;
}
/* bootstrap 追加要素  */
.selectbox-inline {
	display: inline-block;
	width:auto;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 0;
}
.teltime-radio {
	border: 1px solid #CCC;
	padding: 1%;
	border-radius: .3em;
	margin-bottom: 2%;
	width: 32%;
}
.teltime-radio input[type=radio] {
	margin: 0 3px;
	position: relative;
}

input[type="radio"] {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	margin-top: 7px;
}
.radio-3set {
	margin-right: 10px;
}
.pickupBtn{
	float: right;
	font-size: 1.4rem;
	padding: 5px 8px 0 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 160px;
	font-weight: 400;
	font-style: normal;
}
.luggageButton{
	color: #1D2088;
	text-decoration: underline;
}

@media screen and (min-width:768px) {
	.input-100 {
		width:100px !important;;
	}
	.input-150 {
		width:150px !important;;
	}
	.input-200 {
		width:200px !important;;
	}
	.input-300 {
		width:300px !important;;
	}
	.input-name{
		width:100px !important;
		display: inline-block;
	}
	.step01_form_table span.must_box_sp {
		display: none;
	}
	.br::before {
		content: "\A" ;
		white-space: pre ;
	}
}
@media (max-width: 767px) {
	.sp-block {
		display: block;
	}
	.form-control {
		font-size: 16px;
		height: 40px;
	}
	input[type=text],input[type=email],input[type=tel] {
		-webkit-appearance: none;
		-moz-appearance:none;
		border: 1px solid #777777;
	}
	textarea.form-control {
		height: auto;
		-webkit-appearance: none;
		-moz-appearance: none;
		border: 1px solid #777777;
	}
	.input-name{
		width:35% !important;
		display: inline-block;
	}
	.teltime-radio {
		margin-bottom: 3%;
		width: 49%;
	}
	.radio-inline {
		width: 49%;
		border: 1px solid #CCC;
		padding:1%;
		border-radius: .3em;
		//padding-left: 30px;
		margin-bottom: 3%;
		//font-size: 16px;
		//border: 2px solid #FF5E28;
	}
	.radio-inline input[type=radio] {
		margin: 0 3px;
		//margin-left: -30px;
		position: relative;
		-webkit-appearance: button;
		appearance: button;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		//width: 24px;
		//height: 24px;
		width: 20px;
		height: 20px;
		content: "";
		background-color: #FFFFFF;
		border: 1px solid #999999;
		-webkit-border-radius: 24px;
		border-radius: 24px;
		-webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
		box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
		vertical-align: middle;
		cursor: pointer;
	}
	.radio-inline input[type="radio"]:checked:after {
		display: block;
		position: absolute;
		//top: 5px;
		//left: 5px;
		top: 3px;
		left: 3px;
		content: "";
		width: 12px;
		height: 12px;
		background: #CC0000;
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}
	input[type="radio"] {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.radio-3set {
		width: 32%;
		margin-right: 0px;
	}
}
