@charset "EUC-JP";
/* -------------------------
グーバイクアフター
------------------------- */

/* -------------------------
accordion
------------------------- */
@media screen and (max-width: 768px) {
  #gbp .accordion .accordion_btn {
    display: block;
    position: relative;
    margin: 0;
    padding: 16px 20px 14px 15px;
    font-size: 13px;
    border-top: 1px solid #fff;
    background: #e9e9e9;
  }
  #gbp .accordion .accordion_btn::before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: auto;
    right: 18px;
    left: auto;
    background: url("/common/img_pit/icon_plus.png") center no-repeat;
    background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
  }
}

@media screen and (max-width: 768px) {
  #gbp .accordion .accordion_content {
    margin-bottom: 0;
  }
}

#gbp .accordion.open .accordion_btn::before {
  background-image: url("/common/img_pit/icon_minus.png");
}

/* -----------------------
  btn
---------------------- */
/* btn */
#gbp .btn {
  position: relative;
  display: inline-table;
  vertical-align: middle;
  width: 460px;
  height: 60px;
  margin: 0 10px 10px;
  padding: 18px 60px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ff0000;
  background-color: #fff;
  border: 2px solid #ff0000;
  border-radius: 3px;
  -webkit-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
  cursor: pointer;
}

#gbp .btn:hover {
  background-color: #ffe5e5;
}

#gbp .btn:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #gbp .btn {
    display: block;
    width: auto;
    height: 45px;
    padding: 10px 40px 0;
  }
}

/* - full */
#gbp .btn.full {
  width: 100%;
}

/* - red */
#gbp .btn.red {
  background-color: #ff0000;
  color: #fff;
}

#gbp .btn.red:hover {
  background-color: #dd0000;
}

/* - small */
#gbp .btn.small {
  width: auto;
  height: 40px;
  padding: 0 15px 0;
  font-size: 14px;
  line-height: 38px;
}

#gbp .btn.small.next {
  padding-right: 30px;
}

#gbp .btn.small.back {
  padding-left: 30px;
}

/* - shadow */
#gbp .btn.shadow {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* next */
#gbp .btn.next:before {
  right: 25px;
  width: 11px;
  height: 18px;
  background: url(/common/img_pit/arrow_img_01.png) center no-repeat;
}

#gbp .btn.small.next:before {
  right: 10px;
}

@media only screen and (max-width: 768px) {
  #gbp .btn.next:before {
    right: 10px;
    width: 10px;
    height: 17px;
    background-size: 10px auto;
  }
}

/* back */
#gbp .btn.back:before {
  left: 36px;
  width: 11px;
  height: 18px;
  background: url(/common/img_pit/arrow_img_07.png) center no-repeat;
}

#gbp .btn.small.back:before {
  left: 25px;
}

@media only screen and (max-width: 768px) {
  #gbp .btn.back:before {
    left: 20px;
    width: 10px;
    height: 17px;
    /*background-image: url(../../common/img/arrow_img_07@2x.png);*/
    background-size: 10px auto;
  }
}

/* search */
#gbp .btn.search {
  padding-top: 20px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background: #ff0000;
  color: #fff;
  border: none;
  -webkit-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;
}

@media screen and (max-width: 768px) {
  #gbp .btn.search {
    padding-top: 14px;
  }
}

#gbp .btn.search:hover {
  background-color: #dd0000;
}

#gbp .btn.search span {
  min-height: 15px;
  padding-left: 25px;
  vertical-align: middle;
  background: url(/common/img_pit/icon_search.png) left center no-repeat;
}

/* change */
#gbp .btn.change {
  padding-left: 35px;
  padding-right: 5px;
}

#gbp .btn.change:before {
  left: 10px;
  width: 20px;
  height: 17px;
  background: url(/common/img_pit/icon_change.png) center no-repeat;
}

@media screen and (max-width: 768px) {
  #gbp .btn.change:before {
    /*background-image: url(../../common/img/arrow_img_07@2x.png);*/
  }
}

#gbp .btn.change.small:before {
  left: 10px;
}

@media screen and (max-width: 768px) {
  #gbp .btn.change.small:before {
    font-size: 13px;
  }
}

/* submit */
#gbp .btn.submit {
  background-color: #ff0000;
  color: #fff;
}

#gbp .btn.submit:before {
  right: 40px;
  width: 11px;
  height: 18px;
  margin: auto;
  background: url(/common/img_pit/arrow_img_06.png) center no-repeat;
}

@media screen and (max-width: 768px) {
  #gbp .btn.submit:before {
    right: 20px;
    width: 10px;
    height: 17px;
    margin: auto;
    background-image: url(/common/img_pit/arrow_img_06);
    background-size: 10px auto;
  }
}

#gbp .btn.submit:hover {
  background-color: #dd0000;
  border-color: #dd0000;
}

/* #28354 START by huangtao 20201019 GOOBIKE_CALENDAR-4 初期構築_＜フロント＞基本設計 */
/* estimate */
/*#gbp .btn.estimate {
  background-color: #ff0000;
  color: #fff;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 9px 12px 0 40px; 
  border: none;
  font-size: 14px;
  text-align: center;
}

#gbp .btn.estimate:before {
  left: 10px;
  width: 23px;
  height: 17px;
  background: url(/common/img_pit/icon_estimate.png) center no-repeat;
}

#gbp .btn.estimate:hover {
  background-color: #dd0000;
}

@media only screen and (max-width: 768px) {
  #gbp .btn.estimate:before {
    width: 23px;
    height: 17px;
    background-image: url(/common/img_pit/icon_estimate@2x.png);
    background-size: 23px auto;
  }
}


/* call */
/*#gbp .btn.call {
  background-color: #38a64e;
  color: #fff;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 9px 12px 0 40px;
  font-size: 14px;
  border: none;
  text-align: center;
}

#gbp .btn.call:before {
  left: 14px;
  width: 23px;
  height: 17px;
  background: url(/common/img_pit/icon_call.png) center no-repeat;
}

#gbp .btn.call:hover {
  background-color: #349948;
}

@media only screen and (max-width: 768px) {
  #gbp .btn.call:before {
    width: 17px;
    height: 23px;
    background-image: url(/common/img_pit/icon_call.png);
    background-size: 17px auto;
  }
}
*/
#gbp .btn.estimate,
#gbp .btn.call,
#gbp .btn.reserve {
	position: relative;
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
	height: 40px;
  padding: 0 0 0 24px;
  border: none;
  border-radius: 3px;
	box-shadow: 2px 2px 4px #ccc;
	box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  transition: all .3s;
}
#gbp .btn.estimate::before,
#gbp .btn.call::before,
#gbp .btn.reserve::before {
	position: absolute;
	top: 50%;
	left: 15px;
  width: 24px;
  height: 24px;
  margin: 0;
	transform: translateY(-50%);
	content: "";
}

#gbp .btn.estimate {
  background-color: #fff;
  border: 2px solid #e02020;
  color: #e02020;
}
#gbp .btn.estimate:hover {
  background-color: #ffe5e5;
}
#gbp .btn.estimate::before {
  background-image: url(/search/img/icon_mail.svg);
  background-size: 24px;
}

#gbp .btn.call {
  background-color: #37a64e;
  color: #fff;
}
#gbp .btn.call:hover {
  opacity: .7;
}
#gbp .btn.call::before {
  background: url(/search/img/icon_call_white.svg) center no-repeat;
  background-size: 24px;
}

#gbp .btn.reserve {
  background-color: #e02020;
  color: #fff;
}
#gbp .btn.reserve:hover {
  opacity: .7;
}
#gbp .btn.reserve::before {
  background-image: url(/search/img/icon_calendar_white.svg);
  background-size: 24px;
}
/* #28354 END by huangtao 20201019 GOOBIKE_CALENDAR-4 初期構築_＜フロント＞基本設計 */

/* clear */
#gbp .btn.clear {
  background-color: #ededed;
  color: #333333;
  border: 2px solid #cccccc;
  border-radius: 3px;
  width: 180px;
  height: 60px;
  padding: 18px 0 0 0;
  font-size: 14px;
  text-align: center;
}

#gbp .btn_clr_clm2 {
  display: inline-table;
}

@media only screen and (max-width: 768px) {
  #gbp .btn.clear {
    height: 45px;
    padding: 10px 0 0 0;
  }

  #gbp .btn_clr_clm2 {
    width: 100%;
  }

  #gbp .btn_clr_clm2 > * {
    float: left;
  }

  #gbp .btn_clr_clm2 .btn.clear {
    width: 33% !important;
    margin-right: 3%;
  }

  #gbp .btn_clr_clm2 .btn.search {
    width: 64% !important;
  }
}





#gbp .btn.clear:hover {
  background-color: #dadada;
}







#gbp .area_btn_local,
#gbp .area_btn_pref {
  width: 260px;
}



/* btn_group */
#gbp .btn_group {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 768px) {
  #gbp .btn_group {
    margin: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#gbp .btn_group > * {
  letter-spacing: normal;
}

@media screen and (max-width: 768px) {
  #gbp .btn_group > * {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  #gbp .btn_group .btn {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #gbp .btn_group.btn_group_row > * {
    display: inline-block;
  }
}

/* -------------------------
optionBtns
------------------------- */
#gbp .optionBtns {
  overflow: hidden;
  width: 960px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  #gbp .optionBtns {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    border-radius: 3px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
  }
}

#gbp .optionBtns_list {
  display: table;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #e9e9e9;
  font-size: 12px;
  vertical-align: middle;
}

#gbp .optionBtns_list:hover, #gbp .optionBtns_list:visited, #gbp .optionBtns_list:active, #gbp .optionBtns_list:link {
  color: #333333;
}

#gbp .optionBtns_list:first-child {
  border-top: none;
}

#gbp .optionBtns_list > * {
  display: table-cell;
  max-width: 1px;
  vertical-align: middle;
  padding: 0 10px;
  box-sizing: border-box;
}

#gbp .optionBtns_title {
  width: 80px;
  font-weight: bold;
}

#gbp .optionBtns_content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}

#gbp .optionBtns_link {
  position: relative;
  width: 85px;
  padding-right: 20px;
  color: #ff0000;
  font-weight: bold;
  background: url(/common/img_pit/arrow_img_01.png) right center no-repeat;
}

#gbp .modal .optionBtns {
  margin-bottom: 20px;
}

/* -------------------------
selectBtn
------------------------- */
#gbp .selectBtn {
  display: inline-table;
  cursor: pointer;
  margin-bottom: 30px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  #gbp .selectBtn {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 0;
  }
}

#gbp .selectBtn > * {
  display: table-cell;
  vertical-align: middle;
}

#gbp .selectBtn_title {
  font-size: 14px;
  font-weight: bold;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  #gbp .selectBtn_title {
    font-size: 12px;
  }
}

#gbp .selectBtn_item {
  position: relative;
  font-size: 13px;
  padding: 0;
  background: #fff;
  border: 2px solid #ff0000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;
}

#gbp .selectBtn_item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 10px;
  height: 16px;
  margin: auto;
  background: url("/common/img_pit/arrow_img_01.png") no-repeat;
}

#gbp .selectBtn_view {
  position: relative;
  display: block;
  color: #ff0000;
  z-index: 2;
  max-width: 300px;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 35px;
  text-align: left;
}

#gbp .selectBtn.disabled {
  opacity: .45;
  cursor: default;
}

#gbp .selectBtn.disabled a,
#gbp .selectBtn.disabled select {
  cursor: default;
}

/* -------------------------
btn
------------------------- */
#gbp .btn01 {
  background-color: #333333;
  text-align: center;
  width: 210px;
}

#gbp .btn01 a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 9px 0 7px 0;
  font-size: 13px;
}

#gbp .btn02 {
  text-align: center;
  width: 460px;
  margin: 20px auto 0;
}

#gbp .btn02 a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 19px 0 16px 0;
}

#gbp .btn_more a {
  border: 2px solid #ff0000;
  color: #ff0000;
  background: url("/common/img_pit/arrow_img_01.png") no-repeat 94% center;
}

#gbp .btn_searchPerformance a {
  color: #ffffff;
  background: url("/common/img_pit/icon_search.png") no-repeat 35% center #333333;
  padding-left: 43px;
}

#gbp .btn_searchMaintenance a {
  color: #fff;
  background: url("/common/img_pit/icon_search.png") no-repeat 20px center #ff0000;
}

#gbp .btn03 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: url("/common/img_pit/arrow_img_02.png") no-repeat 93% center;
}

#gbp .btn03.active {
  vertical-align: middle;
}

#gbp .btn03 a {
  color: #ff0000;
  font-weight: bold;
  font-size: 15px;
  display: block;
  padding: 26px 10px 22px 10px;
  text-align: center;
  cursor: pointer;
}

#gbp .btn03.active a {
  padding: 14px 10px 11px 10px;
  text-align: left;
}

#gbp .m_icon01 {
  background: url("/common/img_pit/icon_maintenance_01.png") no-repeat left center;
  padding: 0 0 0 52px;
}

#gbp .btn03.active .m_icon01 {
  padding: 3px 0 18px 52px;
}

#gbp .m_icon02 {
  background: url("/common/img_pit/icon_maintenance_02.png") no-repeat left center;
  padding: 0 0 0 36px;
}

#gbp .m_icon03 {
  background: url("/common/img_pit/icon_maintenance_03.png") no-repeat left center;
  padding: 0 0 0 41px;
}

#gbp .m_icon04 {
  background: url("/common/img_pit/icon_maintenance_04.png") no-repeat left center;
  padding: 0 0 0 31px;
}

#gbp .btn03.active em {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding-left: 52px;
  display: block;
  width: 225px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  #gbp .btn03 a {
    font-size: 12px;
    padding: 17px 10px 16px 10px;
    background: none;
  }
  #gbp .btn03.active a {
    padding: 14px 10px 11px 10px;
    text-align: left;
    display: table;
    width: 100%;
  }
  #gbp .btn03.active span {
    display: table-cell;
    width: 38%;
    vertical-align: middle;
  }
  #gbp .m_icon01 {
    background-size: 29px auto;
    -moz-background-size: 29px auto;
    -webkit-background-size: 29px auto;
    padding: 3px 0 3px 42px;
  }
  #gbp .btn03.active .m_icon01 {
    padding: 3px 0 3px 35px;
  }
  #gbp .m_icon02 {
    background-size: 20px auto;
    -moz-background-size: 20px auto;
    -webkit-background-size: 20px auto;
    padding: 3px 0 0px 29px;
  }
  #gbp .m_icon03 {
    background-size: 23px auto;
    -moz-background-size: 23px auto;
    -webkit-background-size: 23px auto;
    padding: 3px 0 0px 33px;
  }
  #gbp .m_icon04 {
    background-size: 14px auto;
    -moz-background-size: 14px auto;
    -webkit-background-size: 14px auto;
    padding: 3px 0 2px 24px;
  }
  #gbp .btn03.active em {
    font-weight: normal;
    padding-left: 15px;
    display: table-cell;
    width: 62%;
    vertical-align: middle;
    white-space: inherit;
  }
  #gbp .btn01 {
    width: 178px;
  }
  #gbp .btn01 a {
    font-size: 12px;
  }
  #gbp .btn02 {
    width: 100%;
    padding: 0 10px;
    margin: 10px auto 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #gbp .btn02 a {
    font-size: 14px;
    padding: 13px 0 11px 0;
  }
  #gbp .btn_more a {
    font-size: 13px;
    padding: 12px 0 10px 0;
    background-position: 98% center;
  }
  #gbp .btn_search a {
    background-position: 10px center;
    padding-left: 0;
    background-size: 19px auto;
    -moz-background-size: 19px auto;
    -webkit-background-size: 19px auto;
  }
}

/* -----------------------
  form
---------------------- */
button,
.form > input,
input.form,
textarea.form {
  margin: 0;
  padding: 0;
  font-size: 13px;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

input.form:placeholder-shown,
textarea.form:placeholder-shown {
  color: #aaa;
}

input.form::-webkit-input-placeholder,
textarea.form::-webkit-input-placeholder {
  color: #aaa;
}

input.form:-moz-placeholder,
textarea.form:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

input.form::-moz-placeholder,
textarea.form::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

input.form:-ms-input-placeholder,
textarea.form:-ms-input-placeholder {
  color: #aaa;
}

input.form:focus::-webkit-input-placeholder,
textarea.form:focus::-webkit-input-placeholder {
  color: transparent;
}

input.form:focus:-moz-placeholder,
textarea.form:focus:-moz-placeholder {
  color: transparent;
}

input.form:focus::-moz-placeholder,
textarea.form:focus::-moz-placeholder {
  color: transparent;
}

#gbp input.form,
#gbp textarea.form {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 18px 20px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
/* #32224 START choi 20220530 GOOBIKE-4376 */
  -webkit-transition: border-color .15s ease-in,
 background-color .15s ease-in;
  transition: border-color .15s ease-in,
 background-color .15s ease-in;
/* #32224 END choi 20220530 GOOBIKE-4376 */
}

#gbp input.form:focus,
#gbp textarea.form:focus {
  border-color: #aaa;
  box-shadow: none;
  border-radius: 3px;
}

@media only screen and (max-width: 768px) {
  #gbp input.form,
  #gbp textarea.form {
    padding: 12px 10px;
  }
}

/* form */
#gbp textarea.form {
  min-height: 10em;
  resize: vertical;
}

/* form_field */
#gbp .form_field {
  display: table;
  width: 1000px;
  margin: 0 -20px 20px;
  table-layout: fixed;
}

#gbp .form_field > * {
  display: table-cell;
  vertical-align: top;
}

#gbp .form_field .form_group {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

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

/* form_group */
#gbp .form_group {
  margin-bottom: 20px;
}

#gbp .form_group.error {
  background-color: #fff;
  font-weight: normal;
}

/* - label */
#gbp .form_group label.form {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  vertical-align: middle;
}

#gbp .form_group label.form small {
  color: #666;
  font-weight: normal;
}

#gbp .form_group label.form > i {
  display: inline-block;
  width: 40px;
  margin-right: 10px;
  font-size: 11px;
  color: #fff;
  line-height: 18px;
  text-align: center;
  background: #aaa;
  border-radius: 100px;
  font-style: normal;
  vertical-align: text-bottom;
}

#gbp .form_group label.form.required > i {
  background-color: #ff0000;
}

@media only screen and (max-width: 768px) {
  #gbp .form_group label.form {
    font-size: 13px;
  }
}

/* - form_help */
#gbp .form_group .form_help {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  color: #666;
  line-height: 1.1;
}

/* - form_error */
#gbp .form_group .form_error {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  color: #ff0000;
  line-height: 1.1;
  font-weight: bold;
}

/* error */
/*#24817 START BY xa_zhangtl 20191030 【グーバイクアフター】問合せフォームの改修*/
#gbp .form_group.error select,
#gbp .form_group.error input.form,
#gbp .form_group.error textarea.form {
  border-color: #ff0000;
  background-color: #ffe5e5;
}
#gbp .form_group.error select option {
	background-color:white;
}
/*#24817 END BY xa_zhangtl 20191030 【グーバイクアフター】問合せフォームの改修*/
/* form_bottom */
#gbp .form_bottom {
  padding-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}

#gbp .form_bottom .form_bottom_text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 40px;
}

#gbp .form_bottom .form_bottom_text a {
  position: relative;
  color: #ff0000;
}

#gbp .form_bottom .form_bottom_text a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 1px;
  width: 0;
  height: 1px;
  opacity: 0;
  background-color: #ff0000;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

/* #30400 DELETE by xa_lichm 20210923 GOOBIKE-4051 【グーバイクアフター】実装2-1(例文:position) */

@media only screen and (max-width: 768px) {
  #gbp .form_bottom {
    margin-bottom: 40px;
  }
  #gbp .form_bottom .form_bottom_text {
    padding: 0 10px 20px;
  }
  #gbp .form_bottom .form_bottom_text span {
    display: inline-block;
  }
}

/* form_note */
#gbp .form_note {
  margin-bottom: 20px;
  font-size: 13px;
}

#gbp .form_note p {
  margin-bottom: 0.5em;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  #gbp .form_note {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  #gbp .form_note p {
    line-height: 1.4;
  }
}

/* preview */
#gbp .form_preview .form_field {
  margin-bottom: 40px;
}

#gbp .form_preview .form_group label.form {
  margin-bottom: 15px;
}

#gbp .form_preview .form_group label.form:before {
  content: none;
  display: none;
}

#gbp .form_preview .output {
  font-size: 15px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  #gbp .form_preview .form_field {
    margin-bottom: 20px;
  }
  #gbp .form_preview .form_group {
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
  }
  #gbp .form_preview .form_group label.form {
    margin-bottom: 10px;
  }
}

#gbp .select_box {
  display: table;
  cursor: pointer;
}

#gbp .select_box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
}

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

#gbp .select_box > * {
  display: table-cell;
  vertical-align: middle;
}

#gbp .select_box_title {
  width: 70px;
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  #gbp .select_box_title {
    font-size: 12px;
  }
}

#gbp .select_box_item {
  position: relative;
  /*font-size: 13px;*/  /* #24548 MODIFIED by xa_liangwj 20190918  【グーバイクアフター】＜店舗一覧＞検索モーダル「車種選択」の仕様改善  */
  color: #999999;
  padding: 2px;
  background: #e9e9e9;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;
}

#gbp .select_box_item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 16px;
  height: 10px;
  margin: auto;
  background: url("/common/img_pit/arrow_img_03.png") no-repeat;
}

#gbp .select_box_item select {
  position: absolute;
  z-index: 2;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
}

#gbp .select_box_view {
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 35px;
  text-align: left;
}

#gbp .select_box.selected .select_box_item {
  padding: 0;
  border: 2px solid #999999;
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

#gbp .select_box.selected select {
  height: 36px;
  font-weight: bold;
}

#gbp .select_box.full {
  width: 100%;
}

#gbp .select_box.disabled {
  opacity: .45;
}

#gbp .select_box.disabled select {
  cursor: default;
}

#gbp label.form .select_box {
  padding-left: 10px;
}

#gbp .form_checkbox {
  position: relative;
  display: inline-table;
  min-height: 25px;
  cursor: pointer;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  #gbp .form_checkbox {
    font-size: 12px;
  }
}

#gbp .form_checkbox > * {
  display: table-cell;
  vertical-align: middle;
}

#gbp .form_checkbox input {
  opacity: 0;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

#gbp .form_checkbox:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url(/common/img_pit/icon_form.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: auto;
}

#gbp .form_checkbox span {
  line-height: 1.2;
  padding-left: 10px;
}

#gbp .form_checkbox.checked:before {
  background-position: -25px 0;
}

#gbp .form_checkbox.checked span {
  color: #ff0000;
  font-weight: bold;
}

#gbp .form_radio {
  position: relative;
  display: inline-table;
  min-height: 25px;
  cursor: pointer;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  #gbp .form_radio {
    font-size: 12px;
  }
}

#gbp .form_radio > * {
  display: table-cell;
  vertical-align: middle;
}

#gbp .form_radio:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background-image: url(/common/img_pit/icon_form.png);
  background-repeat: no-repeat;
  background-position: 0 -25px;
}

#gbp .form_radio input {
  opacity: 0;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

#gbp .form_radio span {
  padding-left: 10px;
  line-height: 1.2;
}

#gbp .form_radio.checked:before {
  background-position: -25px -25px;
}

#gbp .form_radio.checked span {
  color: #ff0000;
  font-weight: bold;
}

#gbp .keyword {
  overflow: hidden;
  margin-bottom: 20px;
}

#gbp .keyword_list {
  float: left;
  margin: 5px 10px 5px 0;
  padding: 5px 10px;
  vertical-align: middle;
  height: 35px;
  border-radius: 3px;
  background: #eee;
}

#gbp .form_section {
  padding-top: 20px;
}

#gbp .form_section_tab {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  #gbp .form_section {
    padding-top: 15px;
    border-top: 1px solid #e9e9e9;
  }
}

@media screen and (max-width: 768px) {
  #gbp .form_section_tab {
    padding-top: 15px;
    border-top: 1px solid #e9e9e9;
  }
}

#gbp .form_section .form_heading {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
  #gbp .form_section .form_heading {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#gbp .form_section .form_section_inner {
  padding-top: 7px;
}

#gbp .form_section .column {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #gbp .form_section .column {
    padding-bottom: 0;
  }
}

#gbp .form_in_select .select_box_item {
  min-width: 150px;
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  #gbp .form_in_select .select_box_item {
    min-width: 150px;
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #gbp .form_in_select .select_box_view {
    max-width: 200px;
  }
}

/* -------------------------
heading
------------------------- */
/* #32224 START xa_yaoj 20220523 GOOBIKE-4376 【グーバイクアフター】アフター料金表ページの改善レイアウトの実装 */


#gbp #maintenance {
  padding-top: 14px;
}
#gbp #maintenance h2.heading02 {
  font-size: 20px;
  background: #ededed;
  border-bottom: none;
  padding: 10px 0 8px 24px;
  margin-bottom: 24px;
}
#gbp #maintenance h2.heading02::before {
  content: "";
  background-color: #ff0000;
  width: 12px;
  height: 20px;
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
}
#gbp #maintenance h2.heading02::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 3px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 24px solid #ededed;
}
#gbp h3.heading {
  color: #ff0000;
  font-weight: bold;
  font-size: 25px;
  border-left: 4px solid #ff0000;
  padding: 3px 0 0 20px;
  margin-bottom: 20px;
}
#maintenance .heading02_container {
  position: relative;
}
#maintenance .heading02_container p {
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 15px;
}
#gbp h3.heading02 {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #ff0000;
  padding: 1px 0 8px 15px;
  margin-bottom: 10px;
}

#gbp h3.heading02::before {
  content: "";
  display: block;
  width: 5px;
  height: 29px;
  background-color: #ff0000;
  position: absolute;
  top: 0;
  left: 0;
}

#gbp h3.heading02 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  background-color: #ededed;
  padding: 7px 0 6px 30px;
  margin-bottom: 15px;
}

#gbp h3.heading02:before {
  content: "";
  background-color: #ff0000;
  width: 30px;
  height: 30px;
}

#gbp h3.heading02:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 24px solid #ededed;
}

#gbp #maintenance h3.heading02 {
  font-size: 22px;
    background: none;
    padding: 0 0 0 40px;
    border: 0;
}
#gbp #maintenance h3.heading02:before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
}
#gbp #maintenance #menu01 h3.heading02:before {
    background: url('/search/img/icon_menu-type01.png')no-repeat center center/contain;
}
#gbp #maintenance #menu02 h3.heading02:before {
  background: url('/search/img/icon_menu-type02.png')no-repeat center center/contain;
}
#gbp #maintenance #menu03 h3.heading02:before {
  background: url('/search/img/icon_menu-type03.png')no-repeat center center/contain;
}
#gbp #maintenance #menu04 h3.heading02:before {
  background: url('/search/img/icon_menu-type04.png')no-repeat center center/contain;
}
#gbp #maintenance #menu05 h3.heading02:before {
  background: url('/search/img/icon_menu-type05.png')no-repeat center center/contain;
}
#gbp #maintenance #menu06 h3.heading02:before {
  background: url('/search/img/icon_menu-type06.png')no-repeat center center/contain;
}
#gbp #maintenance h3.heading02:after {
    content: none;
}

/* #32224 END xa_yaoj 20220523 GOOBIKE-4376 【グーバイクアフター】アフター料金表ページの改善レイアウトの実装 */
#gbp .h3_headBox {
  width: 1000px;
  margin: 0 auto;
}

#gbp .h3_headBox h3 {
  float: left;
}

#gbp .h3_headBox div {
  float: right;
  margin-right: 20px;
}

#gbp h4.heading {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-top: 17px;
  margin-left: 20px;
  margin-bottom: 18px;
  line-height: 1.35;
}

#gbp h4.heading:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #dd0000;
  width: 100%;
  height: 2px;
}

#gbp h4.heading02 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  background-color: #ededed;
  padding: 7px 0 6px 30px;
  margin-bottom: 15px;
}

#gbp h4.heading02:before {
  content: "";
  background-color: #ff0000;
  width: 16px;
  height: 24px;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}

#gbp h4.heading02:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 24px solid #ededed;
}

@media only screen and (max-width: 768px) {
  #gbp .h3_headBox {
    width: 100%;
    padding-top: 20px;
  }
  #gbp h3.heading {
    line-height: 1.2;
    font-size: 22px;
    border-left: 4px solid #ff0000;
    margin-left: 10px;
    padding: 4px 0 1px 10px;
  }
  #gbp .h3_headBox div {
    margin-right: 15px;
  }
  #gbp h3.heading02 {
    font-size: 16px;
    padding: 0px 0 2px 20px;
  }
  #gbp h3.heading02::before {
    height: 21px;
  }
  #gbp h4.heading {
    font-size: 14px;
    padding-top: 18px;
    padding-left: 10px;
    margin-left: 0;
  }
  #gbp h4.heading:before {
    width: 90px;
  }
  #gbp h4.heading02 {
    font-size: 15px;
    padding: 8px 0 5px 20px;
  }
  #gbp h4.heading02:before {
    width: 12px;
    height: 19px;
  }
  #gbp h4.heading02:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 19px solid #ededed;
  }
}

/* -----------------------
  page_title
---------------------- */
#gbp .page_title {
  width: 100%;
  height: 80px;
  background-color: #fff;
  clear: both;
  position: relative;
  z-index: 1;
}

#gbp .page_title > * {
  width: auto;
  max-width: 960px;
  margin: 0 auto;
}

#gbp .page_title .page_title_text {
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#gbp .page_title .page_title_text span {
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  #gbp .page_title {
    max-width: initial;
    height: 50px;
    padding: 0;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  }
  #gbp .page_title.noMargin {
    margin-bottom: 0;
  }
  #gbp .page_title > * {
    width: auto;
    max-width: auto;
    padding: 0 10px;
  }
  #gbp .page_title .page_title_text {
    line-height: 50px;
  }
}

/* -----------------------
  layout
---------------------- */
#gbp .container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  #gbp .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#gbp .row {
  table-layout: fixed;
  margin-left: -10px;
  margin-right: -10px;
  letter-spacing: -4em;
}

@media screen and (max-width: 768px) {
  #gbp .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}

#gbp .row .column {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: normal;
}

@media screen and (max-width: 768px) {
  #gbp .row .column {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}

#gbp .row .column.full {
  width: 100%;
}

#gbp .row_2 .column {
  width: 50%;
}

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

#gbp .row_3 .column {
  width: 33.333%;
  display: block;
  float: left;
}

@media screen and (max-width: 768px) {
  #gbp .row_3 .column {
    width: 100%;
    float: none;
  }
}

#gbp .row_4 .column {
  width: 25%;
}

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

@media screen and (max-width: 768px) {
  #gbp .row_sp_2 .column {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #gbp .row_sp_3 .column {
    width: 33.333%;
  }
}

@media screen and (max-width: 768px) {
  #gbp .row_sp_4 .column {
    width: 25%;
  }
}

/* -----------------------
  list
---------------------- */
/* -------------------------
link_list
------------------------- */
/* link_list */
#gbp .link_list {
  overflow: hidden;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  #gbp .link_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#gbp .link_list li {
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  float: left;
}

@media screen and (max-width: 768px) {
  #gbp .link_list li {
    float: none;
  }
}

#gbp .link_list li a {
  display: block;
  text-decoration: none;
  color: #333333;
  background: url("/common/img_pit/arrow_img_02.png") no-repeat right 20px center #f5f5f5;
  font-size: 16px;
  font-weight: bold;
  padding: 17px 40px 13px 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;
}

@media screen and (max-width: 768px) {
  #gbp .link_list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding: 13px 30px 13px 10px;
    font-size: 14px;
    background-size: 10px auto;
    background-position: right 10px center;
    white-space: normal;
    overflow: visible;
  }
}

#gbp .link_list li a:hover {
  background-color: #f0f0f0;
}

#gbp .link_list.pc_4 li {
  width: 25%;
}

#gbp .link_list.pc_3 li {
  width: 33.3333%;
}

@media screen and (max-width: 768px) {
  #gbp .link_list.sp_2 li {
    width: 50%;
  }
  #gbp .link_list.sp_1 li {
    width: 100%;
  }
}

/* link_list02 */
#gbp .link_list02 {
  border-top: 1px solid #e9e9e9;
  margin-bottom: 50px;
  overflow: hidden;
}

#gbp .link_list02 li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #e9e9e9;
}

#gbp .link_list02 li:nth-child(odd) {
  border-right: 1px solid #e9e9e9;
}

#gbp .link_list02 li.full {
  width: 100%;
  border-right: none;
}

@media screen and (max-width: 768px) {
  #gbp .link_list02 li {
    width: 100%;
    float: none;
    border-right: none;
  }
}

#gbp .link_list02 li > * {
  position: relative;
  text-decoration: none;
  color: #333333;
  display: table;
  width: 100%;
  height: 50px;
  font-weight: bold;
  padding: 5px 20px 5px 20px;
  -webkit-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;
}

@media screen and (max-width: 768px) {
  #gbp .link_list02 li > * {
    padding: 5px 15px;
  }
}

#gbp .link_list02 li > *:hover {
  background-color: #f8f8f8;
}

#gbp .link_list02 li > * span {
  display: table-cell;
  max-width: 0;
  vertical-align: middle;
  padding-top: 1px;
  padding-right: 10px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#gbp .link_list02 a {
  background: url("/common/img_pit/arrow_img_01.png") no-repeat right 20px center;
  padding: 5px 40px 5px 20px;
}

@media screen and (max-width: 768px) {
  #gbp .link_list02 a {
    padding: 5px 20px 5px 15px;
  }
}

#gbp .link_list02 label {
  width: 25px;
  height: 25px;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

#gbp .link_list02 label + span {
  padding-left: 10px;
}

#gbp .link_list02 label.checked + span {
  color: #ff0000;
}

@media screen and (max-width: 768px) {
  #gbp .link_list02 #gbp ul.link_list02 li {
    border-bottom: 1px solid #e9e9e9;
  }
  #gbp .link_list02 #gbp ul.link_list02 li:nth-child(odd) {
    border-right: none;
  }
}

/* label_block */
#gbp .label_block {
  cursor: pointer;
}

/* -----------------------
  mainteSearchBox
---------------------- */
@media screen and (max-width: 768px) {
  #gbp .mainteSearchBox {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#gbp .mainteSearchBox_block {
  display: table;
  table-layout: fixed;
  width: 960px;
  height: 70px;
  margin: 0 auto 40px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 2px 10px 2px #e3e3e3;
  -moz-box-shadow: 0 2px 10px 2px #e3e3e3;
  -webkit-box-shadow: 0 2px 10px 2px #e3e3e3;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

@media screen and (max-width: 768px) {
  #gbp .mainteSearchBox_block {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
}

#gbp .mainteSearchBox_list {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;
}

#gbp .mainteSearchBox_list:before, #gbp .mainteSearchBox_list:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 0;
  height: 70px;
  margin: auto;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  box-sizing: border-box;
}

#gbp .mainteSearchBox_list:before {
  border-left: 10px solid #e9e9e9;
}

#gbp .mainteSearchBox_list:after {
  margin-left: -1px;
  border-left: 10px solid #fff;
  -webkit-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;
}

#gbp .mainteSearchBox_list:last-child {
  padding-right: 0;
}

#gbp .mainteSearchBox_list:last-child:before, #gbp .mainteSearchBox_list:last-child:after {
  content: "";
  display: none;
}

#gbp .mainteSearchBox_list:hover {
  background-color: #f8f8f8;
}

#gbp .mainteSearchBox_list:hover:after {
  border-left-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
  #gbp .mainteSearchBox_list {
    display: block;
    height: auto;
    border-top: 1px solid #e9e9e9;
  }
  #gbp .mainteSearchBox_list:first-child {
    border-top: none;
  }
  #gbp .mainteSearchBox_list:before, #gbp .mainteSearchBox_list:after {
    content: "";
    display: none;
  }
}

#gbp .mainteSearchBox_link {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  padding: 20px 20px 0 20px;
  text-align: center;
  color: #333;
}

#gbp .mainteSearchBox_link:before {
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  bottom: 0;
  right: 10px;
  width: 10px;
  height: 16px;
  margin: auto;
  background: url(/common/img_pit/arrow_img_02.png) no-repeat center;
}

@media screen and (max-width: 768px) {
  #gbp .mainteSearchBox_link {
    height: auto;
    padding: 0 20px 0 0;
  }
  #gbp .mainteSearchBox_link > * {
    display: table-cell;
    vertical-align: middle;
  }
}

#gbp .mainteSearchBox_text {
  display: inline-block;
  width: auto;
  height: 36px;
  padding-right: 10px;
  text-align: left;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #gbp .mainteSearchBox_text {
    display: table;
    width: 100%;
    height: 50px;
    padding: 0;
  }
}

#gbp .mainteSearchBox_text .mainteSearchBox_title,
#gbp .mainteSearchBox_text .mainteSearchBox_view {
  display: block;
  line-height: 36px;
  vertical-align: top;
}

#gbp .mainteSearchBox_text .mainteSearchBox_title {
  font-size: 15px;
  font-weight: bold;
  color: #ff0000;
}

#gbp .mainteSearchBox_text .mainteSearchBox_view {
  max-width: 130px;
  padding-top: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#gbp .mainteSearchBox_text .mainteSearchBox_change {
  display: none;
}

#gbp .mainteSearchBox_text.view {
  width: 100%;
}

#gbp .mainteSearchBox_text.view .mainteSearchBox_title,
#gbp .mainteSearchBox_text.view .mainteSearchBox_view {
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #gbp .mainteSearchBox_text .mainteSearchBox_title,
  #gbp .mainteSearchBox_text .mainteSearchBox_view,
  #gbp .mainteSearchBox_text .mainteSearchBox_change {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    line-height: normal;
  }
}

#gbp .mainteSearchBox_search {
  display: block;
  width: 100%;
  height: 70px;
  background: #ff0000;
  text-align: center;
  -webkit-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;
  border-radius: 0 3px 3px 0;
}

#gbp .mainteSearchBox_search:hover {
  background-color: #dd0000;
}

#gbp .mainteSearchBox_search span {
  padding: 6px 0 4px 50px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 72px;
  background: url(/common/img_pit/icon_search_large.png) left center no-repeat;
}

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

#gbp .mainteSearchBox .btn_searchMaintenance {
  display: none;
}

@media screen and (max-width: 768px) {
  #gbp .mainteSearchBox .btn_searchMaintenance {
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #gbp .mainteSearchBox.type_simple .mainteSearchBox_link:before {
    background: url(/common/img_pit/arrow_img_01.png) no-repeat center;
  }
  #gbp .mainteSearchBox.type_simple .mainteSearchBox_text {
    background: none;
  }
  #gbp .mainteSearchBox.type_simple .mainteSearchBox_text .mainteSearchBox_title {
    width: 95px;
    font-size: 13px;
    color: #666;
  }
  #gbp .mainteSearchBox.type_simple .mainteSearchBox_text .mainteSearchBox_title span {
    display: none;
  }
  #gbp .mainteSearchBox.type_simple .mainteSearchBox_text .mainteSearchBox_view {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
  }
  #gbp .mainteSearchBox.type_simple .mainteSearchBox_text .mainteSearchBox_change {
    width: 85px;
    padding-right: 20px;
    color: #ff0000;
    font-weight: bold;
  }
}

/* -------------------------
modal
------------------------- */
#gbp .modal {
  display: none;
  z-index: 101;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

@media screen and (max-width: 768px) {
  #gbp .modal {
    width: 94%;
    padding: 0;
  }
}

#gbp .modal.conceal {
  left: 48% !important;
}

#gbp .modal .ttl {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 39px 0 36px 0;
}

@media screen and (max-width: 768px) {
  #gbp .modal .ttl {
    font-size: 12px;
    padding: 31px 15px 31px;
  }
}

#gbp .modal .modal_inner {
  position: relative;
}

@media screen and (max-width: 768px) {
  #gbp .modal .modal_inner {
    padding-top: 5px;
  }
}

#gbp .modal .modal_content {
  position: relative;
  min-height: 150px;
  height: 330px !important;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
}

@media screen and (max-width: 768px) {
  #gbp .modal .modal_content {
    padding-bottom: 10px;
    height: 180px !important;
  }
}

@media screen and (max-width: 768px) and (orientation:landscape) {
  #gbp .modal .modal_content {
    height: 30px !important;
  }
}




#gbp .modal .modal_content .container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #gbp .modal .modal_content .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#gbp .modal .modal_content.on_slide {
  overflow: hidden;
}

#gbp .modal .modal_close {
  position: absolute;
  top: -91px;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: background .15s ease-in;
  transition: background .15s ease-in;
}

#gbp .modal .modal_close.modal_close02 {
  top: -42px;
}

#gbp .modal .modal_close.modal_close03 {
  top: -100px;
}

#gbp .modal .modal_close:hover {
  background-color: #e9e9e9;
}

@media screen and (max-width: 768px) {
  #gbp .modal .modal_close {
    height: 30px;
  }
}

#gbp .modal .modal_close span {
}

#gbp .modal .modal_close span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  width: 15px;
  height: 15px;
  margin: auto;
  background: url("/common/img_pit/icon_close.png") no-repeat left center;
}

@media screen and (max-width: 768px) {
  #gbp .modal .modal_close span {
    padding-left: 25px;
  }
}

#gbp .modal .modal_close.modal_back span:before {
  width: 11px;
  height: 17px;
  background-image: url("/common/img_pit/arrow_img_07.png");
}

#gbp .modal .decision_btn {
  padding: 15px 20px 20px;
}

#gbp .modal .decision_btn a {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #ff0000;
  font-size: 15px;
  font-weight: bold;
  padding: 16px 0 12px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

@media screen and (max-width: 768px) {
  #gbp .modal .decision_btn a {
    font-weight: normal;
  }
}

#gbp .modal_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 100;
  background-color: rgba(45, 45, 45, 0.5);
}

#gbp .modal_slide {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  z-index: 5;
  overflow: hidden;
  overflow-y: scroll;
  zoom: 1;
}

#gbp .modal_slide > * {
  display: none;
}

#gbp .modal_slide > *.show {
  display: block;
}

#gbp .modal_footer {
  padding: 20px 10px;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  #gbp .modal_footer {
    padding: 10px 0;
  }
}

#gbp .modal_footer_inner {
  letter-spacing: -4em;
}

@media screen and (max-width: 768px) {
  #gbp .modal_footer_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

#gbp .modal_footer_inner > * {
  letter-spacing: normal;
  margin-left: 10px;
  margin-right: 10px;
}

#gbp .modal_footer .btn_group {
  margin-bottom: 0;
}

#gbp .modal_footer .btn_group .btn {
  margin-bottom: 0;
}

#gbp .modal_footer .modal_footer_prev,
#gbp .modal_footer .modal_footer_next {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 50px;
  padding-top: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  vertical-align: top;
  border-radius: 3px;
  -webkit-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;
}

@media screen and (max-width: 768px) {
  #gbp .modal_footer .modal_footer_prev,
  #gbp .modal_footer .modal_footer_next {
    width: 55px;
    height: 45px;
  }
}

#gbp .modal_footer .modal_footer_prev:before,
#gbp .modal_footer .modal_footer_next:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
  margin: auto;
}

#gbp .modal_footer .modal_footer_prev:hover,
#gbp .modal_footer .modal_footer_next:hover {
  background-color: #e9e9e9;
}

#gbp .modal_footer .modal_footer_prev:before {
  background: url(/common/img_pit/arrow_modal_top.png);
}

#gbp .modal_footer .modal_footer_next:before {
  background: url(/common/img_pit/arrow_modal_bottom.png);
}

#gbp .modal_footer.controll_section .btn {
  width: 715px;
  height: 50px;
  margin: 0 10px;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  #gbp .modal_footer.controll_section .btn {
    width: 60%;
    height: 45px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 13px;
  }
}

@media screen and (max-width: 768px) {
  #gbp .modal .prefLists_all {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #gbp .modal .modal_footer .modal_area_btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #gbp .modal .modal_footer .modal_area_btns .btn {
    width: 100%;
  }
  #gbp .modal .modal_footer .modal_area_btns .btn.area_btn_pref,
  #gbp .modal .modal_footer .modal_area_btns .btn.area_btn_local {
    margin-bottom: 10px;
  }
}

#gbp .modal .shop_name,
#gbp .modal .shop_time {
  background-color: #f9f9f9;
  text-align: center;
  padding: 15px 10px;
  line-height: 1.2;
}

#gbp .modal .shop_name {
  padding: 25px 10px 5px;
  color: #333;
  font-size: 26px;
  font-weight: bold;
}

#gbp .modal .shop_time {
  color: #666;
  font-size: 18px;
}

#gbp .modal .shop_tel {
  color: #2a9a14;
  font-weight: bold;
  font-size: 44px;
  line-height: 1.1;
  text-align: center;
  padding: 35px 10px 34px;
}

#gbp .modal .shop_caution,
#gbp .modal .shop_note {
  line-height: 1.5;
  padding: 15px 10px 10px;
}

#gbp .modal .shop_caution {
  border-top: 1px solid #ccc;
  text-align: center;
}

#gbp .modal .tab .tab_label {
  line-height: 19px;/* #24548 MODIFIED by xa_liangwj 20190916 【グーバイクアフター】＜店舗一覧＞検索モーダル「車種選択」の仕様改善  */
}



/* -----------------------
  pager
---------------------- */
#gbp .pager {
  display: block;
  margin-bottom: 20px;
}

#gbp .pager a,
#gbp .pager span {
  display: block;
  height: 48px;
  padding: 0 10px;
  line-height: 44px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
  border: 2px solid transparent;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

/* - pager_link */
#gbp .pager .pager_link {
  display: table;
  position: relative;
  margin: auto;
  table-layout: fixed;
}

#gbp .pager li {
  display: table-cell;
  vertical-align: top;
  padding: 0 8px 10px;
}

#gbp .pager li a,
#gbp .pager li span {
  min-width: 48px;
  border-color: #aaa;
}

#gbp .pager li a:hover {
  background-color: #eee;
}

#gbp .pager .current a,
#gbp .pager .current span {
  border-color: #ff0000;
  color: #ff0000;
}

/* - pager_prev + pager_next */
#gbp .pager .pager_prev > *,
#gbp .pager .pager_next > * {
  border: none;
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
}

#gbp .pager .pager_prev a:hover,
#gbp .pager .pager_next a:hover {
  background-color: #ccc;
}

#gbp .pager .pager_prev > * {
  background-image: url(/common/img_pit/pager_prev.png);
}

#gbp .pager .pager_next > * {
  background-image: url(/common/img_pit/pager_next.png);
}

#gbp .pager .pager_prev span,
#gbp .pager .pager_next span {
  opacity: 0.5;
}

@media only screen and (max-width: 768px) {
  #gbp .pager {
    padding-left: 10px;
    padding-right: 10px;
  }
  #gbp .pager a,
  #gbp .pager span {
    height: 40px;
    padding: 0 5px;
    line-height: 36px;
    font-size: 12px;
  }
  /* - pager_link */
  #gbp .pager .pager_link {
    display: block;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
  }
  #gbp .pager li {
    display: inline-block;
    letter-spacing: -0.04em;
    min-width: 46px;
    padding: 0 3px 10px;
  }
  #gbp .pager li a,
  #gbp .pager li span {
    letter-spacing: normal;
    min-width: initial;
  }
  /* - pager_prev + pager_next */
  #gbp .pager .pager_prev,
  #gbp .pager .pager_next {
    width: 40px;
    height: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #gbp .pager .pager_prev {
    left: 0;
  }
  #gbp .pager .pager_next {
    right: 0;
  }
  #gbp .pager .pager_prev > *,
  #gbp .pager .pager_next > * {
    width: 40px;
  }
}

@media only screen and (max-width: 500px) {
  #gbp .pager li {
    width: 32%;
  }
}

/* -----------------------
  post
---------------------- */
#gbp .post {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  color: inherit;
  background-color: #fff;
  border-radius: 3px;
  color: #333;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #gbp .post {
    padding: 10px;
    margin-bottom: 0;
    border-radius: 0;
  }
}

#gbp .post:before, #gbp .post:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  border: 2px solid transparent;
  border-radius: 3px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #gbp .post:before, #gbp .post:after {
    border-radius: 0;
  }
}

#gbp .post:before {
  top: 0;
  left: 0;
}

#gbp .post:after {
  bottom: 0;
  right: 0;
}

#gbp .post:hover:before {
  -webkit-animation: postHover_before .25s ease alternate both;
  animation: postHover_before .25s ease alternate both;
}

#gbp .post:hover:after {
  -webkit-animation: postHover_after .25s .25s ease alternate both;
  animation: postHover_after .25s .25s ease alternate both;
}

@-webkit-keyframes postHover_before {
  0% {
    width: 0%;
    height: 0%;
  }
  65% {
    width: 100%;
    height: 0%;
    border-top-color: #ff0000;
  }
  100% {
    width: 100%;
    height: 100%;
    border-right-color: #ff0000;
    border-top-color: #ff0000;
  }
}

@keyframes postHover_before {
  0% {
    width: 0%;
    height: 0%;
  }
  65% {
    width: 100%;
    height: 0%;
    border-top-color: #ff0000;
  }
  100% {
    width: 100%;
    height: 100%;
    border-right-color: #ff0000;
    border-top-color: #ff0000;
  }
}

@-webkit-keyframes postHover_after {
  0% {
    width: 0%;
    height: 0%;
  }
  65% {
    width: 100%;
    height: 0%;
    border-bottom-color: #ff0000;
  }
  100% {
    width: 100%;
    height: 100%;
    border-left-color: #ff0000;
    border-bottom-color: #ff0000;
  }
}

@keyframes postHover_after {
  0% {
    width: 0%;
    height: 0%;
  }
  65% {
    width: 100%;
    height: 0%;
    border-bottom-color: #ff0000;
  }
  100% {
    width: 100%;
    height: 100%;
    border-left-color: #ff0000;
    border-bottom-color: #ff0000;
  }
}

#gbp .post > * {
  position: relative;
  z-index: 1;
}

#gbp .post_thumb img {
  vertical-align: top;
}

#gbp .post_shop {
  display: inline-block;
  line-height: 1.2;
}

#gbp .post_title {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #gbp .post_title {
    font-size: 14px;
  }
}

#gbp .post_shop {
  font-size: 12px;
  font-weight: bold;
  color: #999;
}

@media screen and (max-width: 768px) {
  #gbp .post_shop {
    font-size: 10px;
  }
}

#gbp .post_date {
  font-size: 12px;
  color: #666;
}

@media screen and (max-width: 768px) {
  #gbp .post_date {
    font-size: 10px;
  }
}

#gbp .post_bike {
  display: block;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 12px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #gbp .post_bike {
    font-size: 11px;
  }
}

#gbp .post_excerpt {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* style_wroks */
#gbp .post_style_wroks.post .post_thumb {
  width: 237px;
  float: left;
}

#gbp .post_style_wroks.post .post_thumb img {
  width: 100%;
}

#gbp .post_style_wroks.post .post_content {
  margin-left: 267px;
}

#gbp .rank_icon {
  margin-left: 28px;
  position: relative;
}

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

#gbp .rank_icon:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 1px;
}

#gbp .rank_icon_01:before {
  background: url("/common/img_pit/icon_rank_01.png") no-repeat left top;
}

#gbp .rank_icon_02:before {
  background: url("/common/img_pit/icon_rank_02.png") no-repeat left top;
}

#gbp .rank_icon_03:before {
  background: url("/common/img_pit/icon_rank_03.png") no-repeat left top;
}

#gbp .post_style_wroks.post .post_date {
  padding-left: 1em;
}

#gbp .post_style_wroks.post .post_shop {
  padding-left: 18px;
}

#gbp .post_style_wroks.post .post_title {
  margin-top: .75em;
  margin-bottom: .5em;
}

#gbp .post_style_wroks.post .post_bike {
  margin-bottom: 5px;
}

#gbp .post_style_wroks.post .post_excerpt {
  width: 50em;
  margin-bottom: 10px;
}

#gbp .post_style_wroks.post .tag {
  margin-bottom: -10px;
}

@media screen and (max-width: 768px) {
  #gbp .post_style_wroks.post {
    border-top: 1px solid #aaaaaa;
  }
  #gbp .post_style_wroks.post .post_thumb {
    width: 50%;
    padding-right: 10px;
  }
  #gbp .post_style_wroks.post .post_title {
    margin-top: 10px;
  }
  #gbp .post_style_wroks.post .post_date,
  #gbp .post_style_wroks.post .post_shop {
    display: block;
    padding-top: 5px;
    padding-left: 0;
    line-height: 1.2;
  }
  #gbp .post_style_wroks.post .post_content {
    margin-left: 0;
  }
  #gbp .post_style_wroks.post .label {
    margin-left: 10px;
  }
  #gbp .post_style_wroks.post .post_shop,
  #gbp .post_style_wroks.post .post_date,
  #gbp .post_style_wroks.post .post_bike,
  #gbp .post_style_wroks.post .post_title {
    margin-left: 50%;
    padding-left: 10px;
  }
  #gbp .post_style_wroks.post .post_excerpt {
    clear: both;
    width: 100%;
    padding-top: 10px;
  }
}

/* -------------------------
slider
------------------------- */
/* .slider */
#gbp .slider {
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #gbp .slider {
    width: 100%;
    margin-bottom: 20px;
  }
}

#gbp .slider_container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #gbp .slider_container {
    padding-top: 15px;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    overflow: hidden;
  }
}

#gbp .slider .label {
  position: absolute;
  top: 155px;
}

/* .slide */
#gbp .slider .slide {
  position: relative;
  width: 230px;
  min-height: 250px;
  background-color: #fff;
  padding: 0 15px 15px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow .25s ease-in;
  transition: box-shadow .25s ease-in;
  border-radius: 1px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #gbp .slider .slide {
    width: 100%;
    min-width: 180px;
    max-width: 235px;
  }
}

#gbp .slider .slide a {
  color: inherit;
}

#gbp .slider .slide_thumb {
  height: 170px;
  margin: 0 -15px;
  background-size: cover;
  background-position: center;
}

#gbp .slider .slide_title {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

#gbp .slider .slide_bike {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  #gbp .slider .slide_bike {
    font-size: 14px;
  }
}

#gbp .slider .slide_price {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}

@media screen and (max-width: 768px) {
  #gbp .slider .slide_price {
    font-size: 12px;
  }
}

#gbp .slider .slide a.slide_shop {
  display: block;
  margin-top: 12px;
  padding: 4px 0 2px;
  font-size: 13px;
  color: #999;
  line-height: 1.2;
}

#gbp .slider .slide_link {
  display: block;
  padding-right: 20px;
  background: url(/common/img_pit/arrow_img_08.png) right center no-repeat;
}

@media screen and (max-width: 768px) {
  #gbp .slider .slide_link {
    background-image: url(/common/img_pit/arrow_img_08@2x.png);
    background-size: 16px;
  }
}

#gbp .slider .slide_menuList {
  margin-top: 14px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #gbp .slider .slide_menuList {
    margin-top: 7px;
    font-size: 13px;
  }
}

#gbp .slider .slide_menuList .slide_price {
  padding-left: 30px;
}

#gbp .slider .slide_menuList_title {
  display: table;
}

#gbp .slider .slide_menuList_title > * {
  display: table-cell;
  vertical-align: middle;
}

#gbp .slider .slide_menuList_title span {
  padding-top: 4px;
  font-size: 15px;
}

#gbp .slider .slide_menuList_title .icon {
  width: 30px;
  height: 30px;
  background-position: left center;
  background-repeat: no-repeat;
}

#gbp .slider .slide_menuList_title .icon.icon_oil {
  background-image: url(/common/img_pit/icon_fee_list_01.png);
}

#gbp .slider .slide_menuList_title .icon.icon_tire {
  background-image: url(/common/img_pit/icon_fee_list_02.png);
}

#gbp .slider .slide_menuList_title .icon.icon_maint {
  background-image: url(/common/img_pit/icon_fee_list_03.png);
}

#gbp .slider .slide_menuList_title .icon.icon_syaken {
  background-image: url(/common/img_pit/icon_fee_list_04.png);
}

@media only screen and (max-width: 768px) {
  #gbp .slider .slide.swiper-slide-active {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
    z-index: 1;
  }
  #gbp .slider .slide_thumb {
    height: 205px;
  }
  #gbp .slider .label {
    top: 190px;
  }
}

/* .slide_none */
#gbp .slide:before {
  content: "";
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

#gbp .slide.slide_none:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #818181;
  opacity: .5;
}

/* .slider_pagination */
#gbp .slider_pagination {
  margin-top: 30px;
  text-align: center;
}

#gbp .slider_pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #999;
  opacity: 1;
}

#gbp .slider_pagination .swiper-pagination-bullet-active {
  background-color: #ff0000;
  border: none;
}

@media only screen and (max-width: 768px) {
  #gbp .slider_pagination {
    margin-top: 25px;
  }
  #gbp .slider_pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

/* .slider_navigation */
#gbp .slider_navigation {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -55px;
  background-color: #fff;
  border: 2px solid #ff0000;
  border-radius: 100px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  outline: 0;
}

#gbp .slider_navigation.slider_button-prev {
  left: 10px;
  background-image: url(/common/img_pit/arrow_img_07.png);
}

#gbp .slider_navigation.slider_button-next {
  right: 10px;
  background-image: url(/common/img_pit/arrow_img_01.png);
}

/* -----------------------
  steps
---------------------- */
#gbp .steps {
  position: relative;
  width: 960px;
  margin: 0 auto 30px;
}

#gbp .steps:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e9e9e9;
}

#gbp .steps .steps_inner {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-top: 25px;
}

#gbp .steps .steps_inner .step {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  font-size: 15px;
  text-align: center;
}

#gbp .steps .steps_inner .step:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -15px;
  width: 100%;
  height: 3px;
  background: transparent;
  border-radius: 10px;
}

#gbp .steps .steps_inner .step span {
  display: block;
  position: absolute;
  z-index: 2;
  top: -25px;
  left: 0;
  right: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  font-family: Arial, sans-serif;
  text-align: center;
  line-height: 25px;
  color: #333;
  background: #e9e9e9;
  border-radius: 100%;
}

#gbp .steps .steps_inner .step em {
  display: block;
  font-weight: bold;
  color: #999;
  padding: 0 10px;
  line-height: 1.2;
  word-break: break-all;
}

/* .current */
#gbp .steps .steps_inner .step.current:before {
  background: #ff0000;
}

#gbp .steps .steps_inner .step.current span {
  color: #fff;
  font-weight: bold;
  background-color: #ff0000;
}

#gbp .steps .steps_inner .step.current em {
  color: #ff0000;
}

@media only screen and (max-width: 768px) {
  #gbp .steps {
    width: 100%;
    margin: 6px auto 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #gbp .steps .steps_inner {
    padding-top: 20px;
  }
  #gbp .steps:before {
    top: 5px;
  }
  #gbp .steps .steps_inner .step {
    font-size: 12px;
  }
  #gbp .steps .steps_inner .step span {
    font-size: 13px;
  }
}

/* -----------------------
  tab
---------------------- */
#gbp .tab {
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  #gbp .tab #gbp .tab {
    margin-top: 15px;
  }
}

#gbp .tab.noMargin {
  margin-top: 0;
}

/* - tab_controll */
#gbp .tab .tab_controll {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 60px;
  padding: 0;
  background-color: #e9e9e9;
  overflow: hidden;
  box-shadow: inset 0 -5px 10px -10px rgba(0, 0, 0, 0.2);
}

#gbp .tab .tab_label {
  position: relative;
  display: table-cell;
  height: 60px;
  font-weight: bold;
  vertical-align: middle;
  padding: 5px 2px;
  font-size: 15px;
  color: #000;
  text-align: center;
  border-top: 2px solid #cecece;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  background: -webkit-linear-gradient(top, transparent 0%, transparent 60%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(0, 0, 0, 0.1) 100%);
}

#gbp .tab .tab_label:hover {
  background: #fff;
}

#gbp .tab .tab_label:first-child {
  border-left: 1px solid #cecece;
}

#gbp .tab .tab_label.current {
  z-index: 10;
  background: #fff;
  border-bottom-color: #fff;
  border-top: 2px solid #ff0000;
  color: #ff0000;
  font-weight: bold;
  cursor: default;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.15);
}

#gbp .tab_controll_box {
  position: relative;
  overflow: hidden;
}

#gbp .tab_controll_box:before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  z-index: 16;
  position: absolute;
  bottom: -6px;
  box-shadow: 0px -8px 8px -1px #ccc inset;
  -moz-box-shadow: 0px -8px 8px -1px #ccc inset;
	-webkit-box-shadow: 0px -8px 8px -1px #ccc inset;
}


#gbp .tab .tab_controll_pt2 {
  background-color: #fff;
  height: 50px;
}


#gbp .tab .tab_controll_pt2 .tab_label {
  height: 50px;
  background: url("/common/img_pit/arrow_img_09.png") no-repeat 95% center;
  font-size: 12px;
  border-top: 1px solid #cecece;
  border-right: none;
  border-bottom: 1px solid #cecece;
  -webkit-transition: slide_none;
  transition: slide_none;
  font-weight: normal;
}

#gbp .tab_controll_pt2 .tab_label:before {
  border-left: 10px solid #c9c9c9;
}


#gbp .tab_controll_pt2 .tab_label:before,
#gbp .tab_controll_pt2 .tab_label:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 0;
  height: 50px;
  margin: auto;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  box-sizing: border-box;
}

#gbp .tab_controll_pt2 .tab_label:after {
  margin-left: -1px;
  border-left: 10px solid #fff;
  -webkit-transition: none;
  transition: none;
}

#gbp .tab .tab_controll_pt2 .tab_label.current {
  z-index: 10;
  background-color: #ffe0e0;
  border-bottom-color: #cecece;
  border-top: 1px solid #cecece;
  color: #ff0000;
  font-weight: bold;
  cursor: default;
  box-shadow: none;
}

#gbp .tab .tab_controll_pt2 .tab_label.current:before {
  border-left: 10px solid #c9c9c9;
}

#gbp .tab .tab_controll_pt2 .tab_label.current:after {
  margin-left: -1px;
  border-left: 10px solid #ffe0e0;
}

#gbp .tab .tab_controll_pt2 .tab_label:hover {
  background-color: #ffe0e0;
}

#gbp .tab .tab_controll_pt2 .tab_label:hover:before {
  border-left: 10px solid #c9c9c9;
}

#gbp .tab .tab_controll_pt2 .tab_label:hover:after {
  margin-left: -1px;
  border-left: 10px solid #ffe0e0;
}

#gbp .tab .tab_controll_pt2 .tab_label.tab_01 {
  z-index: 15;
}

#gbp .tab .tab_controll_pt2 .tab_label.tab_02 {
  z-index: 14;
}

#gbp .tab .tab_controll_pt2 .tab_label.tab_03 {
  z-index: 13;
}

@media only screen and (max-width: 768px) {
  #gbp .tab .tab_controll_pt2 .tab_label.tab_03 {
    background-image: none;
  }
}

#gbp .tab .tab_controll_pt2 .tab_label.tab_search {
  color: #fff;
  font-size: 15px;
  background: #ff0000;
  font-weight: bold;
}

#gbp .tab .tab_controll_pt2 .tab_label.tab_search span {
  background: url("/common/img_pit/icon_search.png") no-repeat left center;
  padding-left: 25px;
}


@media only screen and (max-width: 768px) {
  #gbp .tab .tab_controll_pt2 .tab_label.tab_search.pc_block {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  #gbp .tab .tab_controll {
    height: 50px;
  }
  #gbp .tab .tab_label {
    font-size: 11px;
    padding: 5px 2px;
    height: 50px;
  }
}



/* - under */
#gbp .tab .tab_controll.under .tab_label {
  border-bottom: 2px solid #cecece;
  border-top: 1px solid #cecece;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, transparent 40%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 40%, transparent 100%);
}

#gbp .tab .tab_controll.under .tab_label:hover {
  background: #fff;
}

#gbp .tab .tab_controll.under .tab_label.current {
  border-top: none;
  border-bottom: 2px solid #ff0000;
  background: #fff;
}

/* - tab_content */
#gbp .tab .tab_content {
  display: none;
}

#gbp .tab .tab_content.current {
  display: block;
}

/* -----------------------
  tag
---------------------- */
#gbp .tag {
  display: inline-block;
  overflow: hidden;
}

#gbp .tag_list {
  float: left;
  max-width: 200px;
  height: 25px;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 25px;
  background: #eeeeee;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  vertical-align: text-bottom;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  #gbp .tag_list {
    font-size: 11px;
    max-width: 150px;
    height: 21px;
    line-height: 21px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

#gbp .tag_list:last-child {
  margin-right: 0;
}

#gbp .tag_list.noMargin {
  margin-bottom: 0;
}

/* -----------------------
  label
---------------------- */
#gbp .label {
  display: inline-block;
  height: 2.1em;
  padding: 0 10px;
  line-height: 2.1em;
  font-size: 11px;
  font-weight: bold;
  background-color: #e9e9e9;
  text-decoration: none;
}

#gbp .label.large {
  font-size: 14px;
  padding: 0 15px;
}

#gbp .label.red {
  background-color: #dd0000;
  color: #fff;
}

/* -------------------------
section
------------------------- */
#gbp .section {
  width: 1000px;
  margin: 0 auto 30px;
}

#gbp .section.full {
  width: 100%;
  overflow: hidden;
}

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

/* -------------------------
box-shadow
------------------------- */
#gbp .sec_box {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 2px 10px 3px #e3e3e3;
  -moz-box-shadow: 0px 2px 10px 3px #e3e3e3;
  -webkit-box-shadow: 0px 2px 10px 3px #e3e3e3;
}

/* -------------------------
list
------------------------- */
#gbp ul.tag_list {
  margin-bottom: 10px;
}

#gbp ul.tag_list li {
  background-color: #eeeeee;
  padding: 3px 7px 2px;
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#gbp ul.tag_list li.t_off {
  background-color: #d4d4d4;
  color: #aaaaaa;
}

#gbp ul.op_menu {
  margin-bottom: 35px;
}

#gbp ul.op_menu li {
  float: left;
  margin-right: 12px;
}

#gbp ul.op_menu a {
  display: block;
  padding: 10px 10px 8px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border: 1px solid #ff0000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 2px 3px 0px #a5a5a5;
  -moz-box-shadow: 0px 2px 3px 0px #a5a5a5;
  -webkit-box-shadow: 0px 2px 3px 0px #a5a5a5;
}
/* #32224 START xa_yaoj 20220523 GOOBIKE-4376 【グーバイクアフター】アフター料金表ページの改善レイアウトの実装 */
#maintenance .tag_maker__container {
  display: flex;
  margin-bottom: 10px;
}
#maintenance .tag_maker__container p {
  width: 105px;
  font-size: 14px;
  font-weight: bold;
}
#maintenance .tag_maker__container .tag_maker__list {
  width: calc(100% - 105px);
}
/* #30240 START by xa_lichm 20210817 GOOBIKE-4035 【グーバイクアフター】料金表ページでの対応メーカーの表示量増加 */
#gbp ul.tag_maker li {
  background-color: #fff;
  padding: 3px 9px 3px;
  border: 2px solid #ebebeb;
  float: left;
  margin: 0 4px 6px 0;
}
/* #32224 END xa_yaoj 20220523 GOOBIKE-4376 【グーバイクアフター】アフター料金表ページの改善レイアウトの実装 */
#gbp ul.tag_maker li.t_off {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  color: #d1d1d1;
  padding: 3px 9px 3px;
}

@media only screen and (max-width: 768px) {
  #gbp ul.tag_maker li {
    padding: 3px 9px 3px;
    margin: 0 10px 10px 0;
    font-size: 11px;
  }
  #gbp ul.tag_maker li.t_off {
    padding: 3px 9px 3px;
  }
}
/* #30240 END by xa_lichm 20210817 GOOBIKE-4035 【グーバイクアフター】料金表ページでの対応メーカーの表示量増加 */

/* -------------------------
contactBox
------------------------- */
#gbp .contact_box {
  background-color: #e8e8e8;
  padding: 10px 20px 10px 30px;
}

#gbp .contact_box p {
  font-weight: bold;
  float: left;
  width: 275px;
  margin-right: 12px;
  padding-top: 12px;
}

#gbp .contact_box .contact_btn {
  width: 620px;
  float: left;
}

#gbp .contact_box .contact_btn div,
#gbp .contact_box .contact_btn a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#gbp .contact_box .contact_btn div {
  width: 300px;
  float: left;
}

#gbp .contact_box .contact_btn a {
  display: block;
  color: #fff;
  padding: 10px 0 9px 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

#gbp .contact_box .contact_btn .estimate {
  background: url("/search/img/icon_mail.png") no-repeat 14px center #ff0000;
  margin-right: 20px;
}

#gbp .contact_box .contact_btn .call {
  background: url("/search/img/icon_call.png") no-repeat 18px center #3bb555;
}

/* -------------------------
utility
------------------------- */
.mb50 {
  margin-bottom: 50px;
}

.mt30 {
  margin-top: 30px;
}

@media only screen and (max-width: 992px) { 
	/* #30597 MODIFIED by xa_yaoj 20220217 GOOBIKE-4094 【グーバイクアフター】SP版販売店詳細画面を横画面にした際の>レイアウト崩れの回収 992->2000px */
  /* -------------------------
	contactBox
	------------------------- */
  #gbp .shop_btn_groupArea {
    background-color: #e8e8e8;
    width: 100%;
    padding: 10px;
    overflow: hidden;
  }
  #gbp .shop_btn_groupArea p {
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 7px;
  }
  #gbp .shop_btn_group li a {
    box-shadow: 0px 2px 3px 0px #a5a5a5;
    -moz-box-shadow: 0px 2px 3px 0px #a5a5a5;
    -webkit-box-shadow: 0px 2px 3px 0px #a5a5a5;
  }
  /* #28354 START by huangtao 20201022 GOOBIKE_CALENDAR-4 初期構築_＜フロント＞基本設計*/
  /*
  #gbp .shop_btn_group .shop_btn {
    box-sizing: border-box;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  #gbp .shop_btn_group .shop_btn a {
    display: table;
    width: 100%;
    height: 55px;
    margin: 0;
    padding: 0 4px 0 37px;
    text-decoration: none;
    white-space: normal;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  #gbp .shop_btn_group .shop_btn a span {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
  }
  #gbp .shop_btn_group .btn_map {
    width: 49%;
    float: left;
  }
  #gbp .shop_btn_group .btn_map a {
    background: url("/search/img/icon_mail.png") no-repeat 9px center #ff0000;
  }
  #gbp .shop_btn_group .btn_call {
    width: 49%;
    float: right;
  }
  #gbp .shop_btn_group .btn_call a {
    font-size: 17px;
    font-weight: bold;
    background: url(https://sp.goobike.com/common/img/iphone/icon_call_white02.png) 7px center no-repeat #3bb555;
    background-size: 29px 27px;
    border-color: #03851d;
    text-align: center;
  }
  */
 #gbp .shop_btn_group li {
    margin-top: 10px;
  }
  #gbp .shop_btn_group li:first-child {
    margin-top: 0;
  }

  #gbp .shop_btn_group .btn_estimate a,
  #gbp .shop_btn_group .btn_call a,
  #gbp .shop_btn_group .btn_reserve a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 3px;
    box-shadow: 2px 2px 4px #ccc;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    transition: all .3s;
    line-height: 1;
  }
  #gbp .shop_btn_group .btn_estimate a::before,
  #gbp .shop_btn_group .btn_call a::before,
  #gbp .shop_btn_group .btn_reserve a::before {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 24px;
    height: 24px;
    margin: 0;
    transform: translateY(-50%);
    content: "";
  }

  #gbp .shop_btn_group .btn_estimate a {
    background-color: #fff;
    border: 2px solid #e02020;
    color: #e02020;
  }
  #gbp .shop_btn_group .btn_estimate a::before {
    background-image: url(/search/img/icon_mail.svg);
    background-size: 24px;
  }

  #gbp .shop_btn_group .btn_call a {
    background-color: #37a64e;
    color: #fff;
  }
  #gbp .shop_btn_group .btn_call a::before {
    background-image: url(/search/img/icon_call_white.svg);
    background-size: 24px;
  }

  #gbp .shop_btn_group .btn_reserve a {
    background-color: #e02020;
    color: #fff;
  }
  #gbp .shop_btn_group .btn_reserve a::before {
    background-image: url(/search/img/icon_calendar_white.svg);
    background-size: 24px;
  }
 /* #28354 END by huangtao 20201022 GOOBIKE_CALENDAR-4 初期構築_＜フロント＞基本設計*/
}

/* -------------------------
pageFooter
------------------------- */
#gbp .pageFooter {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #gbp .pageFooter {
    padding: 10px 0 20px;
    background-color: #fff;
  }
}

#gbp .pageFooter_column {
  position: relative;
  width: 960px;
  margin: auto;
}

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

#gbp .pageFooter_head.heading02 {
  display: none;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #gbp .pageFooter_head.heading02 {
    display: block;
  }
}

#gbp .pageFooter_title {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: bold;
}

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

#gbp .pageFooter_title > * {
  line-height: 1.5;
  color: #333;
}

@media screen and (max-width: 768px) {
  #gbp .pageFooter_title > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    height: 45px;
    padding: 0.5em 30px 0.5em 10px;
    font-size: 13px;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    cursor: pointer;
  }
  #gbp .pageFooter_title > *::before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    width: 10px;
    height: 17px;
    background: url(/common/img_pit/arrow_img_01.png) center no-repeat;
    background-size: 10px auto;
  }
}

#gbp .pageFooter_content {
  margin-bottom: 30px;
  padding: 7px 0;
  background-color: #fff;
  font-size: 13px;
}

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

#gbp .pageFooter_content.pref {
  display: table;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #gbp .pageFooter_content.pref {
    display: none;
  }
}

#gbp .pageFooter_content.pref .pageFooter_areas {
  display: table-cell;
  width: 33.3%;
  vertical-align: top;
  letter-spacing: normal;
  border-left: 1px solid #d2d2d2;
}

#gbp .pageFooter_content.pref .pageFooter_areas:first-child {
  border-left: none;
}

#gbp .pageFooter_content.pref .pageFooter_areas.tiny dt {
  width: 55px;
}

#gbp .pageFooter_content.pref .pageFooter_areas.tiny dd {
  margin-left: 55px;
}

#gbp .pageFooter_content.local .pageFooter_area dd span {
  width: 16.7%;
}

#gbp .pageFooter_list {
  letter-spacing: -.4em;
  padding: 7px 10px 7px 20px;
}

#gbp .pageFooter_list > * {
  display: inline-block;
  letter-spacing: normal;
}

#gbp .pageFooter_list li {
  margin: 7px 40px 7px 0;
  line-height: 1;
}

#gbp .pageFooter_areas {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 0px;
}

#gbp .pageFooter_area {
  overflow: hidden;
}

#gbp .pageFooter_area dt, #gbp .pageFooter_area dd {
  line-height: 1;
  vertical-align: top;
}

#gbp .pageFooter_area dt {
  width: 90px;
  margin-top: 7px;
  margin-bottom: 7px;
  float: left;
  font-weight: bold;
  color: #666;
}

#gbp .pageFooter_area dd {
  letter-spacing: -.4em;
  margin-left: 90px;
}

#gbp .pageFooter_area dd span {
  display: inline-block;
  min-width: 35px;
  margin-top: 7px;
  margin-bottom: 8px;
  padding-right: 10px;
  letter-spacing: normal;
}

#gbp .pageFooter_headLink {
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
}

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

#gbp .pageFooter_headLink span {
  position: relative;
  display: block;
  padding: 1px 20px 0 10px;
  font-size: 11px;
  line-height: 20px;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #aaa;
  color: #333;
}

#gbp .pageFooter_headLink span:before {
  content: ">";
  display: block;
  position: absolute;
  top: 4px;
  right: 5px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  line-height: 1;
}

#gbp .pageFooter_article {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 20px 10px;
}

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

#gbp .pageFooter_article > * {
  display: table-cell;
  vertical-align: top;
}

#gbp .pageFooter_btn {
  text-align: center;
}

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

#gbp .pageFooter_btn .btn {
  width: 500px;
}

/* -------------------------
ellipsis
------------------------- */
#gbp .ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* -------------------------
text_bg
------------------------- */
#gbp .text_bg {
  position: relative;
  z-index: 1;
  margin: 0 .25em;
  padding: 5px 0.25em 5px 0.2em;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

#gbp .text_bg.large {
  padding: 15px 0.5em 15px 0.45em;
}

#gbp .text_bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 64%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #ff0000;
}

#gbp .text_bg.slash::before {
  -webkit-transform: skewX(-25deg) translateY(-0.05em);
  -ms-transform: skewX(-25deg) translateY(-0.05em);
  transform: skewX(-25deg) translateY(-0.05em);
}

/* -------------------------
card
------------------------- */
#gbp .card {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
}

#gbp .card_thumb {
  width: 100%;
  height: 170px;
  background-position: center;
  background-size: cover;
  border-radius: 3px 3px 0 0;
}

#gbp .card_title {
  padding: 20px 20px 15px;
  font-size: 13px;
  line-height: 1.5;
}
