@charset "euc-jp";
/* #24817 START BY xa_caod 20190917 【グーバイクアフター】問合せフォームの改修*/
/* お問い合わせページ */
#gbp .form_field {
	width: auto !important;
	margin: 0 -20px 9px !important;
}

@media screen and (max-width: 768px) {
	#gbp .form_field {
		margin: 0 !important;
	}
}

#gbp .form_field .form_group {
	display: table;
	width: 100%;
}

@media screen and (max-width: 768px) {
	#gbp .form_field .form_group {
		width: 100%;
		display: table;
		padding-right: 20px !important;
		margin-bottom: 10px !important;
		margin-right: 0px !important;
		/*margin-left: 0px !important;*/
	}
}

#gbp .form_field .form_group label {
	display: table-cell !important;
	vertical-align: top !important;
	width: 240px;
}

#gbp .form_group label.form > span {
	vertical-align: -2px;
}

@media screen and (max-width: 768px) {
	#gbp .form_group label.form > span {
		vertical-align: 2px;
	}
}

@media screen and (max-width: 768px) {
	#gbp .form_group label.form > i {
		margin-right: 5px !important;
	}
}

#gbp .form_field .form_group .input_box {
	display: table-cell;
}



/* お名前・住所 */
#gbp .form_field #user_name .input_box,
#gbp .form_field  #user_email .input_box {
	width: 500px;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #user_name label,
	#gbp .form_field #address_info label {
		/*width: 32%;
		padding-right: 4%;*/
	}
}

@media screen and (max-width: 370px) {
	#gbp .form_field #user_name label,
	#gbp .form_field #address_info label {
		width: 38%;
	}
}

@media screen and (max-width: 768px) {
	#gbp .form_field #user_name label {
		padding-top: 13px;
	}
}

@media screen and (max-width: 768px) {
	#gbp .form_field #user_name .input_box,
	#gbp .form_field #address_info .input_box {
		width: 64%;
	}
}

@media screen and (max-width: 370px) {
	#gbp .form_field #user_name .input_box,
	#gbp .form_field #address_info .input_box {
		width: 58%;
	}
}

@media screen and (max-width: 768px) {
	#gbp .form_field #user_name .input_box input {
		width: 100%;
	}
}

#gbp .form_group label.form small {
	display: block;
	padding: 8px 0 0 51px;
}

#gbp .form_group label.form em.gray_txt{
	color: #888;
}

#gbp .form_group input.required_item {
	border: 1px solid #ff2020;
}

/* IE用 hacks */
#gbp .form_field #address_info {
	margin-bottom: 10px\9;
}

@media all and (-ms-high-contrast: none){
	#gbp .form_field #address_info {
		margin-bottom: 10px;
	}
}
/* // IE用 hacks */

#gbp .form_field #address_info label em.gray_txt {
	display: block;
	color: #888;
	padding: 11px 0 0px 2px;
	text-decoration: none;
}
#gbp .form_field #address_info label em.switch_txt {
	display: block;
	width: 115px;
	color: #0071bc;
	text-decoration: underline;
	padding: 11px 0 0px 2px;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #address_info label em {
		width: 94px;
	}
}

#gbp .form_field #address_info label em.switch_txt:hover {
	cursor: pointer;
	opacity: 0.7;
}

#gbp .form_field #address_info .prefectures {
	display: block;
	width: 500px;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #address_info .prefectures {
		width: auto;
	}
}

#gbp .form_field #address_info .prefectures div {
	width: 240px;
	float: left;
	position: relative;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #address_info .prefectures div {
		width: 100%;
		float: none;
	}
}

#gbp .form_field #address_info .prefectures div:before {
	content: "▼";
	display: block;
	color: #333;
	position: absolute;
	top: 30%;
	right: 8px;
}


#gbp .form_field #address_info .prefectures select {
	border: 1px solid #ff2020;
	border-radius: 3px;
	padding: 18px 34px 22px 20px;
	line-height: 1.1;
	width: 240px;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	height: 56px;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #address_info .prefectures select {
		height: 47px;
	}
}

#gbp .form_field #address_info select::-ms-expand {
	display: none;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #address_info .input_box select {
		width: 100%;
		padding: 12px 22px 12px 10px;
	}
}

#gbp .form_field #address_info .prefectures div:first-child {
	margin-right: 20px;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #address_info .prefectures div:first-child {
		margin: 0 0 5px 0;
	}
}

#gbp .form_field #address_info .postal_code {
	display: block;
}
/* // お名前・住所 */




/* メールアドレス */
/* #32993 GOOBIKE-4553 START by xa_yaoj 20221003 【グーバイクアフター】メアド2回入力の本実装*/
#gbp #user_email_check .input_box p {
    margin-bottom: 8px;
}
/* #32993 GOOBIKE-4553 END xa_yaoj 20221003 【グーバイクアフター】メアド2回入力の本実装 */
@media screen and (max-width: 768px) {
	#gbp .form_field #user_email label {
		display: block !important;
	}

	#gbp .form_field #user_email .input_box {
		display: block;
		width: 100%;
	}

	#gbp .form_field #user_email .input_box input {
		margin-bottom: 5px;
	}
/* #32993 GOOBIKE-4553 START by xa_yaoj 20221003 【グーバイクアフター】メアド2回入力の本実装*/
	#gbp .form_field .form_group#user_email_check label {
        display: block !important;
    }
    #gbp .form_field .form_group#user_email_check .input_box {
        display: block !important;
        width: 100% !important;
    }
/* #32993 GOOBIKE-4553 END xa_yaoj 20221003 【グーバイクアフター】メアド2回入力の本実装 */
}
/* // メールアドレス */




/* お問い合わせ種別 */
@media screen and (max-width: 768px) {
	#gbp .form_field #inquiry_type .form,
	#gbp .form_field #inquiry_type .input_box {
		display: block !important;
	}

	#gbp .form_field #inquiry_type .input_box {
		margin-bottom: 5px;
	}
}

#gbp .form_field #inquiry_type .input_box ul li {
	width: 100px;
	float: left;
	margin-left: 10px;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #inquiry_type .input_box ul li {
		width: 24%;
		margin-left: 1.3% !important;
		margin-bottom: 1.3%;
	}

	#gbp .form_field #inquiry_type .input_box ul li:first-child,
	#gbp .form_field #inquiry_type .input_box ul li:nth-child(5) {
		margin-left: 0 !important;
	}
}

#gbp .form_field #inquiry_type .input_box ul li:first-child {
	margin-left: 0;
}

#gbp .form_field #inquiry_type .input_box ul li label {
	border: 1px solid #ebebeb;
	border-radius: 3px;
	padding: 15px 0 7px;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #inquiry_type .input_box ul li label {
		padding: 16% 0 8%;
	}
}

#gbp .form_field #inquiry_type .input_box ul li label:hover {
	cursor: pointer;
	opacity: 0.5;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #inquiry_type .input_box ul li label:hover {
		opacity: 1;
	}
}

#gbp .form_field #inquiry_type .input_box ul li label.type_check {
	border: 1px solid #ff0000;
	background-color: #ffffc2;
}

#gbp .form_field #inquiry_type .input_box ul li input {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	width: 100%;
	height: 100%;
}

#gbp .form_field #inquiry_type .input_box ul li input:hover{
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #inquiry_type .input_box ul li img {
		width: 77%;
		height:auto;/* #33255 add xa_yaoj 20221229 GOOBIKE-4625 SEO_整備店&販売店&保証一覧CLS改善*/
	}
}
/* //お問い合わせ種別 */




/* お問い合わせ内容 */
@media screen and (max-width: 768px) {
	#gbp .form_field #content_info label {
		display: block !important;
	}

	#gbp .form_group label.form small {
		display: inline;
		padding: 0;
	}
}

#gbp .form_field #content_info .input_box {
	width: 760px;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #content_info .input_box {
		width: 100%;
		display: block !important;
	}
}
/* #30400 START by xa_lichm 20210910 GOOBIKE-4051 【グーバイクアフター】実装2-1(例文) */
#gbp .form_field #content_info .input_box textarea {
	height: 182px;
	font-size: 11px;
	font-family: Meiryo,YuGothic,"Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #content_info .input_box textarea {
		height: 278px;
		font-size: 11px;
		font-family: Meiryo,YuGothic,"Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
	}
}
/* #30400 END by xa_lichm 20210910 GOOBIKE-4051 【グーバイクアフター】実装2-1(例文) */

#gbp .form_group .form_help {
	line-height: 1.6 !important;
}

@media screen and (max-width: 768px) {
	#gbp .form_group .form_help {
		line-height: 1.4 !important;
	}
}
/* // お問い合わせ内容 */




/* 車両情報 */
@media screen and (max-width: 768px) {
	#gbp .form_field #car_info label,
	#gbp .form_field #car_info .input_box {
		display: block !important;
	}
}

#gbp .form_field #car_info .input_box dl {
	width: 241px;
	float: left;
	margin-right: 18px;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #car_info .input_box dl {
		width: 100%;
		display: table;
		float: none;
		margin-right: 0;
	}
}

#gbp .form_field #car_info .input_box dl:last-child {
	margin-right: 0;
}

#gbp .form_field #car_info .input_box dl dt {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.1;
}

#gbp .form_field #car_info .input_box dl dd {
	position: relative;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #car_info .input_box dl dt {
		margin-bottom: 0;
		font-size: 12px;
		display: table-cell;
		width: 25%;
		padding-right: 5%;
	}

	#gbp .form_field #car_info .input_box dl dd {
		display: table-cell;
		width: 70%;
	}
}

@media screen and (max-width: 370px) {
	#gbp .form_field #car_info .input_box dl dt {
		width: 30%;
	}

	#gbp .form_field #car_info .input_box dl dd {
		width: 65%;
	}
}

#gbp .form_field #car_info .input_box dl dd:before {
	content: "▼";
	display: block;
	color: #333;
	position: absolute;
	top: 30%;
	right: 8px;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #car_info .input_box dl dd:before {
		top: 25%;
	}
}

#gbp .form_field #car_info .input_box dl dd select {
	border: 1px solid #e9e9e9; /* #30400 MODIFY by choi 20211004 GOOBIKE-4051 【グーバイクアフター】実装2-2(車両情報) mod */
	border-radius: 3px;
	padding: 18px 20px 22px 20px;
	width: 100%;
	height: 56px;
	line-height: 1.1;
	margin-bottom: 10px;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #car_info .input_box dl dd select {
		height: 47px;
	}
}

#gbp .form_field #car_info .input_box dl dd select::-ms-expand {
	display: none;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #car_info .input_box dl dd select {
		-webkit-appearance:none;
		padding: 12px 22px 12px 10px;
	}
}

#gbp .form_field #car_info .input_box.selected select {
	height: auto !important;
}
/* // 車両情報 */




/* 連絡先電話番号 */
@media screen and (max-width: 768px) {
	#gbp .form_field #tel_num label {
		width: 44%;
		padding-right: 2%;
		vertical-align: middle !important;
	}
}

@media screen and (max-width: 370px) {
	#gbp .form_field #tel_num label {
		width: 53%;
	}
}

#gbp .form_field #tel_num .input_box {
	width: 240px;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #tel_num .input_box {
		width: 54%;
	}
}

@media screen and (max-width: 370px) {
	#gbp .form_field #tel_num .input_box {
		width: 46%;
	}
}

#gbp .form_field #tel_num .input_box input {
	margin-bottom: 5px;
}

#gbp .form_field .tel_num_txt {
	display: none;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #tel_num .input_box .form_help {
		display: none;
	}

	#gbp .form_field .tel_num_txt {
		display: block;
		color: #666;
		padding: 0 0 0 0;
		margin: -7px 0 20px 10px;
	}
}
/* // 連絡先電話番号 */




/* 対応希望日 */
@media screen and (max-width: 768px) {
	#gbp .form_field #calendar_sec label,
	#gbp .form_field #calendar_sec .input_box {
		display: block !important;
	}
}

@media screen and (max-width: 768px) {
	#gbp .form_field #calendar_sec label {}
}

#gbp .form_field #calendar_sec .input_box {
	width: 760px;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #calendar_sec .input_box {
		width: 100%;
	}
}

#gbp .form_field #calendar_sec .input_box dl {
	float: left;
	margin-right: 18px;
	width: 241px;
}

#gbp .form_field #calendar_sec .input_box dl:last-child {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #calendar_sec .input_box dl {
		width: 100%;
		margin-right: 0;
		float: none;
		display: table;
	}
}

#gbp .form_field #calendar_sec .input_box dl dt {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.1;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #calendar_sec .input_box dl dt {
		margin-bottom: 5px;
		font-size: 12px;
		display: table-cell;
		width: 25%;
		padding-right: 5%;
		vertical-align:middle;
	}
}

#gbp .form_field #calendar_sec .input_box input {
	/*display: none;*/
	border-radius: 3px;
	display: block;
	padding: 18px 20px;
	border: 1px solid #e9e9e9;
	width: 241px;
}

#gbp .form_field #calendar_sec .input_box dl dd {
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
	#gbp .form_field #calendar_sec .input_box dl dd {
		margin-bottom: 5px;
	}
}

#gbp .ui-datepicker-calendar {
	width: 241px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #ffffff;
}

#gbp .ui-datepicker-header {
	position: relative;
	border: 1px solid #ccc;
	border-bottom: none;
	height: 42px;
	border-radius: 3px 3px 0 0;
	background: #ffffff;
}

#gbp .ui-datepicker-buttonpane {
	position: relative;
	border: 1px solid #ccc;
	border-top: none;
	height: 35px;
	border-radius: 0 0 3px 3px;
	background: #ffffff;
	text-align: center;
	padding-top: 7px;
}

#gbp .ui-datepicker-buttonpane button {
	display: inline-block;
	height: 20px;
	width: 28%;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ccc;
	border-radius: 4px 4px;
	margin: 0 auto;
	background-color: #f7ff69
}

#gbp .ui-datepicker-buttonpane button:first-child {
	margin-right: 15px;
}

#gbp .ui-datepicker-buttonpane button:last-child {
	margin: 0px;
}

#gbp .ui-datepicker-header .ui-datepicker-prev {
	position: absolute;
	left: 0;
	z-index: 9999;
	zoom: 1;
}

#gbp .ui-datepicker-header .ui-datepicker-prev .ui-icon-circle-triangle-w {
	position: relative;
	cursor: pointer;
	display: block;
	width: 45px;
	height: 41px;
}

#gbp .ui-datepicker-header .ui-datepicker-prev .ui-icon-circle-triangle-w:before {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
  width: 8px;
  height: 8px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#gbp .ui-datepicker-header .ui-datepicker-next {
	position: absolute;
	right: 0;
	display: block;
	width: 45px;
	height: 41px;
}

#gbp .ui-datepicker-header .ui-datepicker-next .ui-icon-circle-triangle-e {
	position: relative;
	cursor: pointer;
}

#gbp .ui-datepicker-header .ui-datepicker-next .ui-icon-circle-triangle-e:before {
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	top: 15px;
  width: 8px;
  height: 8px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#gbp .ui-datepicker-header .ui-datepicker-title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
	padding-top: 14px;
}

#gbp .ui-datepicker-calendar th {
	background-color: #e6e6e6;
}

#gbp .ui-datepicker-calendar .ui-datepicker-week-end:first-child {
	color: #ff0000;
}

#gbp .ui-datepicker-calendar .ui-datepicker-week-end:last-child {
	color: #0000ff;
}

#gbp .ui-datepicker-calendar th,
#gbp .ui-datepicker-calendar td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
	padding: 0;
	line-height: 1.1;
}

#gbp .ui-datepicker-calendar th > *,
#gbp .ui-datepicker-calendar td > * {
	display: block;
	padding: 10px 0 10px 0;
}


#gbp .ui-datepicker-calendar .ui-state-disabled {
	opacity: 0.3;
	background-color: #f1f1f1;
}

#gbp .ui-datepicker-calendar td:hover {
	cursor: pointer;
}

#gbp .ui-datepicker-calendar .ui-state-disabled:hover {
	cursor: default;
}

#gbp .ui-datepicker-calendar .ui-state-default {
	color: #000;
}

#gbp .ui-datepicker-calendar td.ui-datepicker-week-end:first-child a {
	color: #ff0000;
}

#gbp .ui-datepicker-calendar td.ui-datepicker-week-end:last-child a {
	color: #0000ff;
}

#gbp .ui-datepicker-calendar td.ui-datepicker-current-day {
	background-color: #f7ff69 !important;
}

#gbp .form_bottom .form_bottom_text a {
	text-decoration: underline;
	transform: none;
	position: static !important;
}

#gbp .form_bottom .form_bottom_text a:hover {
	text-decoration: none !important;
}

#gbp .btn_conf {
	background-color: #fe0000 !important;
	color: #fff !important;
}

#gbp .btn_conf:hover {
	background-color: #dd0000 !important;
	border: 2px solid #dd0000;
}

#gbp .btn_conf:before {
	background: url("/common/img_pit/arrow_img_06.png") center no-repeat !important;
}
/* #24817 END BY xa_caod 20190917 【グーバイクアフター】問合せフォームの改修*/
