@charset "EUC-JP";
#gbp .shops {
  padding-top: 20px;
  margin-bottom: 20px;
  background: #e6e6e6;
}
#gbp .shops:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 992px) {
  #gbp .shops {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#gbp .shop {
  position: relative;
  width: 960px;
  margin: 0 auto 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#gbp .shop:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  width: 80px;
  height: 2px;
  background-color: #ff0000;
}
@media only screen and (max-width: 992px) {
  #gbp .shop {
    width: 100%;
    min-height: initial;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
  #gbp .shop:before {
    left: 20px;
    width: 60px;
  }
}
#gbp .shop .shop_header {
  position: relative;
  display: table;
  width: 100%;
  min-height: 80px;
  height: 80px;
}
#gbp .shop .shop_header > * {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 992px) {
  #gbp .shop .shop_header {
    min-height: 74px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#gbp .shop .shop_row {
  overflow: hidden;
  padding-bottom: 20px;
}
#gbp .shop .shop_column_right {
  float: right;
  width: 500px;
}
#gbp .shop .shop_column_right .mend_exhaust_type span {
	background-color: #333;
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
}
#gbp .shop .shop_column_right .mend_exhaust_type span.all {
	background-color: #fdd869;
	color: #000;
}
#gbp .shop .shop_column_left {
  float: left;
  width: 400px;
  text-align:center;
}
@media only screen and (max-width: 992px) {
  #gbp .shop .shop_row {
    overflow: visible;
    padding-bottom: 10px;
  }
  #gbp .shop .shop_column_left {
    float: none;
    width: 100%;
  }
  #gbp .shop .shop_column_right {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  #gbp .shop .shop_column_right > * {
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}
#gbp .shop .shop_title {
  width: 100%;
  max-width: 100%;
}
#gbp .shop .shop_title .shop_name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
#gbp .shop .shop_title .shop_name a {
  text-decoration: none;
  color: #333;
}
#gbp .shop .shop_title .stornge {
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
  line-height: 1.1;
}
@media only screen and (max-width: 992px) {
  #gbp .shop .shop_title .shop_name {
    font-size: 16px;
	margin-top: 15px;
  }
  #gbp .shop .shop_title .stornge {
    font-size: 10px;
  }
}
#gbp .shop .shop_sign {
  padding-right: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
  #gbp .shop .shop_sign {
    position: absolute;
    top: -5px;
    left: 20px;
    display: inline-block;
    padding: 0;
  }
}
#gbp .shop .shop_sign span {
  position: relative;
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #ff0000;
  border-radius: 3px;
  text-align: center;
}
#gbp .shop .appraisal {
  width: 30px;
  margin-right: 5px;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  #gbp .shop .shop_sign span {
    width: 60px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
  }
}
#gbp .shop .shop_sign span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  margin-top: -1px;
  border: 7px solid transparent;
  border-top-color: #ff0000;
}
@media screen and (max-width: 992px) {
  #gbp .shop .shop_sign span::before {
    margin-left: -5px;
    border-width: 5px;
  }
}

/* #38895 START by xa_huangt 20260302 GOOBIKE-5640 【グーバイク】中古車現在地から探す機能の導入 */
#gbp .shop .shop_stock_range {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
#gbp .shop .shop_stock {
  font-size: 13px;
  white-space: nowrap;
}
/* #38895 END by xa_huangt 20260302 GOOBIKE-5640 【グーバイク】中古車現在地から探す機能の導入 */
#gbp .shop .shop_stock .stock_num {
  margin-top: -13px;
  font-size: 26px;
  font-family: 'Century Gothic', Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #333;
}
#gbp .shop .shop_stock .stock_num > span {
  font-size: 15px;
  vertical-align: text-baseline;
}
@media only screen and (max-width: 992px) {
  #gbp .shop .shop_stock {
    display: none;
  }
}
/* #38895 START by xa_huangt 20260302 GOOBIKE-5640 【グーバイク】中古車現在地から探す機能の導入 */
#gbp .shop .shop_range {
  display: none;
  white-space: nowrap;
  color: #ff0000;
}
/* #38895 END by xa_huangt 20260302 GOOBIKE-5640 【グーバイク】中古車現在地から探す機能の導入 */
@media only screen and (max-width: 992px) {
  #gbp .shop .shop_range {
    display: table-cell;
    min-width: 90px;
    height: 30px;
    padding-left: 35px;
    text-align: right;
    color: #ff0000;
    font-size: 11px;
    background: url(/common/img_pit/icon_location.png) left center no-repeat;
    background-size: auto 30px;
  }
  #gbp .shop .shop_range > span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
  }
  #gbp .shop .shop_range > span > em {
    font-size: 12px;
  }
}
#gbp .shop .shop_img img {
  max-width: 400px;  
  max-height: 150px;
}
@media only screen and (max-width: 992px) {
  #gbp .shop .shop_img {
    overflow: hidden;
    margin-bottom: 10px;
  }
  #gbp .shop .shop_img img {
    max-width: 100%;
  }
}
/* shop_review */
#gbp .shop .shop_review {
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}
#gbp .shop .shop_review > * {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
@media only screen and (max-width: 992px) {
  #gbp .shop .shop_review {
    position: relative;
    width: 38%;
    -webkit-flex-basis: 38%;
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
  }
  #gbp .shop .shop_review > * {
    display: block;
  }
  #gbp .shop .shop_review:before {
    content: "";
    display: block;
    width: 88px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
    background-color: #fbbe05;
  }
}
/* - review_stars */
#gbp .shop .shop_review .review_stars {
  width: 176px;
  height: 30px;
  background: url(/common/img_pit/star.png) 0 0 no-repeat;
}
#gbp .shop .shop_review .review_stars_0 {
  background-position: 0 0;
}
#gbp .shop .shop_review .review_stars_0h {
  background-position: 0 -30px;
}
#gbp .shop .shop_review .review_stars_1 {
  background-position: 0 -60px;
}
#gbp .shop .shop_review .review_stars_1h {
  background-position: 0 -90px;
}
#gbp .shop .shop_review .review_stars_2 {
  background-position: 0 -120px;
}
#gbp .shop .shop_review .review_stars_2h {
  background-position: 0 -150px;
}
#gbp .shop .shop_review .review_stars_3 {
  background-position: 0 -180px;
}
#gbp .shop .shop_review .review_stars_3h {
  background-position: 0 -210px;
}
#gbp .shop .shop_review .review_stars_4 {
  background-position: 0 -240px;
}
#gbp .shop .shop_review .review_stars_4h {
  background-position: 0 -270px;
}
#gbp .shop .shop_review .review_stars_5 {
  background-position: 0 -300px;
}
@media only screen and (max-width: 992px) {
  #gbp .shop .shop_review .review_stars {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    width: 88px;
    height: 15px;
    margin: auto;
    background-size: auto 165px;
  }
  #gbp .shop .shop_review .review_stars_0 {
    background-position: 0 0;
  }
  #gbp .shop .shop_review .review_stars_0h {
    background-position: 0 -15px;
  }
  #gbp .shop .shop_review .review_stars_1 {
    background-position: 0 -30px;
  }
  #gbp .shop .shop_review .review_stars_1h {
    background-position: 0 -45px;
  }
  #gbp .shop .shop_review .review_stars_2 {
    background-position: 0 -60px;
  }
  #gbp .shop .shop_review .review_stars_2h {
    background-position: 0 -75px;
  }
  #gbp .shop .shop_review .review_stars_3 {
    background-position: 0 -90px;
  }
  #gbp .shop .shop_review .review_stars_3h {
    background-position: 0 -105px;
  }
  #gbp .shop .shop_review .review_stars_4 {
    background-position: 0 -120px;
  }
  #gbp .shop .shop_review .review_stars_4h {
    background-position: 0 -135px;
  }
  #gbp .shop .shop_review .review_stars_5 {
    background-position: 0 -150px;
  }
}
/* - review_point */
#gbp .shop .shop_review .review_point {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 25px;
  font-family: 'Century Gothic', Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #fbbe05;
}
#gbp .shop .shop_review .review_point span {
  font-size: 30px;
}
@media only screen and (max-width: 992px) {
  #gbp .shop .shop_review .review_point {
    margin-bottom: 25px;
  }
}
/* - review_comment */
#gbp .shop .shop_review .review_comment {
  height: 16px;
  margin-top: 2px;
  font-size: 13px;
  color: #666;
  line-height: 16px;
  padding-left: 25px;
  background: url(/common/img_pit/icon_shop_comment.png) left center no-repeat;
}
@media only screen and (max-width: 992px) {
  #gbp .shop .shop_review .review_comment {
    display: inline-block;
  }
}
/* shop_info */
#gbp .shop .shop_info {
  margin-bottom: 18px;
}
#gbp .shop .shop_address {
  position: relative;
  display: block;
  min-height: 16px;
  margin-bottom: 5px;
  padding: 0 0 2px 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
#gbp .shop .shop_address:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 16px;
  background: url(/common/img_pit/icon_marker.png) left top no-repeat;
}
#gbp .shop .shop_day {
  display: inline-table;
  margin-right: 10px;
  font-size: 12px;
  vertical-align: bottom;
}
#gbp .shop .shop_day > * {
  display: table-cell;
  vertical-align: middle;
}
#gbp .shop .shop_day dt {
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
}
#gbp .shop .shop_day dd {
  color: #666;
  padding: 0 10px;
}
#gbp .shop .shop_day dd.shop_time {
  padding: 0 50px 0 10px;
}
@media only screen and (max-width: 992px) {
  #gbp .shop .shop_info {
    width: 62%;
    -webkit-flex-basis: 62%;
    -ms-flex-preferred-size: 62%;
    flex-basis: 62%;
    padding-top: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
  }
  #gbp .shop .shop_address {
    padding: 0 0 2px 15px;
  }
  #gbp .shop .shop_address:before {
    width: 10px;
    height: 15px;
    background-image: url(/common/img_pit/icon_marker@2x.png);
    background-size: contain;
  }
  #gbp .shop .shop_day {
    display: block;
    margin-right: 0;
    overflow: hidden;
  }
  #gbp .shop .shop_day > * {
    display: block;
    margin-bottom: 4px;
  }
  #gbp .shop .shop_day dt {
    float: left;
    clear: both;
  }
  #gbp .shop .shop_day dd.shop_holiday {
	padding: 1px 0 0 70px;
  }
  #gbp .shop .shop_day dd.shop_time {
	padding: 1px 0 0 70px;	  
  }
}
/* shop_actions */
#gbp .shop .shop_actions {
  height: 40px;
}
#gbp .shop .shop_actions .shop_details {
  width: 325px;
  float: left;
}
#gbp .shop .shop_actions .shop_conversion {
  width: 160px;
  float: right;
}
@media only screen and (max-width: 992px) {
  #gbp .shop .shop_actions {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 10px;
  }
  #gbp .shop .shop_actions .shop_details,
  #gbp .shop .shop_actions .shop_conversion {
    width: auto;
    float: none;
  }
  #gbp .shop .shop_actions .shop_details {
    width: 100%;
  }
}
/* - shop_details */
#gbp .shop_details {
  display: table;
  width: 100%;
  height: 40px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  border: 1px solid #e9e9e9;
  border-left: none;
}
#gbp .shop_details > a {
  display: table-cell;
  vertical-align: middle;
  color: initial;
  text-align: center;
  border-right: 1px solid #e9e9e9;
}
#gbp .shop_details > a:hover {
  background-color: #f8f8f8;
}
#gbp .shop_details > a > span {
  display: inline-block;
  height: 21px;
  line-height: 21px;
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
}
#gbp .shop_details .shop_link_more > span {
  background-image: url(/common/img_pit/icon_shop_info.png);
}
#gbp .shop_details .shop_link_price > span {
  background-image: url(/common/img_pit/icon_shop_price.png);
}
#gbp .shop_details .shop_link_stock > span {
  background-image: url(/common/img_pit/icon_shop_stock.png);
}
/* - shop_conversion */
#gbp .shop_conversion .btn.estimate {
  padding: 11px 12px 0 40px;
  font-size: 12px;
}
#gbp .shop_conversion .btn.call {
  display: none;
}
#gbp .shop_conversion .estimate_sp {
  display: none;
}
@media only screen and (max-width: 992px) {
  #gbp .shop_conversion {
    margin-bottom: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }
  #gbp .shop_conversion > span {
    display: inline-block;
    vertical-align: top;
	width: 49%;
    padding-left: 5px;
    padding-right: 5px;
  }
  #gbp .shop_conversion .btn.call {
    display: block;
  }
  #gbp .shop_conversion .estimate_pc {
	  display: none;
  }
  #gbp .shop_conversion .estimate_sp {
    display: inline-block;
  }
}
@media only screen and (max-width: 375px) {
	#gbp .shop_conversion .btn.estimate {
    padding: 5px 12px 0 40px;
    line-height: 1.4;
  }	
}
@media only screen and (max-width: 326px) {
	#gbp .btn.call {
		padding: 11px 12px 0 40px;
		font-size: 12px;
	}
}
/* shop_catch */
#gbp .shop .shop_catch {
  font-size: 12px;
  line-height: 1.3;
}
#gbp .shop .shop_catch h3 {
  font-weight: bold;
  margin-bottom: 18px;
}
@media only screen and (max-width: 992px) {
  #gbp .shop .shop_catch {
    display: none;
  }
}
/* shop_menu */
@media only screen and (max-width: 992px) {
  #gbp .shop .shop_menu {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* -----------------------
  maintemenu
---------------------- */
#gbp .mainteMenu {
  font-size: 12px;
  background: #fff;
  border: 1px solid #ff0000;
  border-radius: 3px;
}
/* price */
#gbp .mainteMenu .price {
  display: block;
  text-align: right;
  color: #ff0000;
  font-weight: bold;
}
#gbp .mainteMenu .price.large {
  font-size: 14px;
}
#gbp .mainteMenu .price > small {
  font-size: 86%;
  padding-left: 0.25em;
}
/* mainteMenu_head */
#gbp .mainteMenu .mainteMenu_head {
  display: table;
  width: 100%;
  min-height: 40px;
  padding: 10px 20px 7px;
  letter-spacing: -0.04em;
  background-color: #ffe5e5;
  cursor: pointer;
}
#gbp .mainteMenu .mainteMenu_head02,
#gbp .mainteMenu .mainteMenu_head03 {
  background-color: #fff;
  padding: 0px 0 17px !important;
}
#gbp .mainteMenu .mainteMenu_head > * {
  display: table-cell;
  vertical-align: top;
}
#gbp .mainteMenu .mainteMenu_content ul {
  padding: 10px 0 0 20px;
  border-top: 1px solid #ff0000;
}
@media only screen and (max-width: 992px) {
  #gbp .mainteMenu .mainteMenu_content ul {
    padding: 10px 0 0 10px;
  }
}
#gbp .mainteMenu .mainteMenu_content ul li {
  display: inline-block;
  margin: 0 25px 8px 0;
}
@media only screen and (max-width: 992px) {
  #gbp .mainteMenu .mainteMenu_content ul li {
    margin: 0 20px 8px 0;
  }
}
#gbp .mainteMenu .mainteMenu_title {
  padding-right: 35px;
  line-height: 1.5;
}
#gbp .mainteMenu .mainteMenu_title h3 {
  font-size: 13px;
}
#gbp .mainteMenu .mainteMenu_title p {
  margin-top: 5px;
  font-size: 12px;
  word-wrap: break-word;
  word-break: break-all;
}
#gbp .mainteMenu .mainteMenu_comment p{
  word-wrap: break-word;
  word-break: break-all;
}
#gbp .mainteMenu .basic_pack .mainteMenu_title p {
  margin-right: -145px;
}
@media only screen and (max-width: 992px) {
  #gbp .mainteMenu .basic_pack .mainteMenu_title p {
    margin-right: -12%;
  }
}
@media only screen and (max-width: 490px) {
  #gbp .mainteMenu .basic_pack .mainteMenu_title p {
    margin-right: -24%;
  }
}
@media only screen and (max-width: 390px) {
  #gbp .mainteMenu .basic_pack .mainteMenu_title p {
    margin-right: -36%;
  }
}
#gbp .mainteMenu .basic_pack02 .mainteMenu_title p {
  margin-right: -145px;
  margin-left: -26px;
}
@media only screen and (max-width: 992px) {
  #gbp .mainteMenu .basic_pack02 .mainteMenu_title p {
    margin-right: -14%;
  }
}
@media only screen and (max-width: 490px) {
  #gbp .mainteMenu .basic_pack02 .mainteMenu_title p {
    margin-right: -26%;
  }
}
@media only screen and (max-width: 390px) {
  #gbp .mainteMenu .basic_pack02 .mainteMenu_title p {
    margin-right: -38%;
  }
}
#gbp .mainteMenu .basic_pack03 .mainteMenu_title p {
  margin-right: -150px;
  margin-left: 0;
}
@media only screen and (max-width: 992px) {
  #gbp .mainteMenu .basic_pack03 .mainteMenu_title p {
    margin-right: -26%;
  }
}
@media only screen and (max-width: 640px) {
  #gbp .mainteMenu .basic_pack03 .mainteMenu_title p {
    margin-right: -34%;
  }
}
@media only screen and (max-width: 520px) {
  #gbp .mainteMenu .basic_pack03 .mainteMenu_title p {
    margin-right: -45%;
  }
}
@media only screen and (max-width: 430px) {
  #gbp .mainteMenu .basic_pack03 .mainteMenu_title p {
    margin-right: -60%;
  }
}
@media only screen and (max-width: 380px) {
  #gbp .mainteMenu .basic_pack03 .mainteMenu_title p {
    margin-right: -80%;
	width: 100%;
  }
}
/* - icon_syaken */
#gbp .mainteMenu .mainteMenu_title.icon {
  position: relative;
  padding-left: 30px;
}
#gbp .mainteMenu .mainteMenu_head02 .mainteMenu_title.icon {
  padding-left: 0;
}
#gbp .mainteMenu .mainteMenu_title.icon::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
#gbp .mainteMenu .mainteMenu_head02  .mainteMenu_title.icon::before {
  display: none;
}
#gbp .mainteMenu .mainteMenu_title.icon_oil::before {
  background-image: url(/common/img_pit/icon_fee_list_01.png);
}
#gbp .mainteMenu .mainteMenu_title.icon_tire::before {
  background-image: url(/common/img_pit/icon_fee_list_02.png);
}
#gbp .mainteMenu .mainteMenu_title.icon_repair::before {
  background-image: url(/common/img_pit/icon_fee_list_03.png);
}
#gbp .mainteMenu .mainteMenu_title.icon_syaken::before {
  background-image: url(/common/img_pit/icon_fee_list_04.png);
}
#gbp .mainteMenu .mainteMenu_title.icon_check::before {
  background-image: url(/common/img_pit/icon_fee_list_05.png);
}
#gbp .mainteMenu .mainteMenu_title.icon_tenken::before {
  background-image: url(/common/img_pit/icon_fee_list_06.png);
}
#gbp .mainteMenu .mainteMenu_title.icon_custom::before {
  background-image: url(/common/img_pit/icon_fee_list_07.png);
}
@media only screen and (max-width: 992px) {
  #gbp .mainteMenu .mainteMenu_head {
    padding: 10px 10px 7px;
  }
  #gbp .mainteMenu .mainteMenu_title.icon {
    padding-left: 28px;
  }
}
#gbp .mainteMenu #mainteMenu_title_attachment{
	display: block;
	padding-right: 0;
}
#gbp .mainteMenu .mainteMenu_comment{
	display: block;
	padding-top:5px;
}
#gbp .mainteMenu #mainteMenu_title_attachment h3 {
	display: table-cell;
	width: 72%;
}
#gbp .mainteMenu #mainteMenu_title_attachment .price{
	display: table-cell;
	min-width:130px;
}
#gbp .mainteMenu .mainteMenu_head .mainteMenu_price {
  width: 114px;
}
@media only screen and (max-width: 992px) {
  #gbp .mainteMenu .mainteMenu_head .mainteMenu_price {
    width: auto;
  }
  #gbp .custom_plan .mainteMenu .mainteMenu_head .mainteMenu_price {
    width: 115px;
  }
}
#gbp .mainteMenu .mainteMenu_price .mainteMenu_price_items {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #ff0000;
}
#gbp .mainteMenu .mainteMenu_price .mainteMenu_price_items > * {
  margin-bottom: 0;
  margin-top: 3px;
}
#gbp .mainteMenu .mainteMenu_price .mainteMenu_price_items dt {
  width: auto;
  color: #999;
  font-weight: normal;
}
@media only screen and (max-width: 992px) {
  #gbp .mainteMenu .mainteMenu_price .mainteMenu_price_items {
    margin-top: 0;
    padding-top: 0;
    border: none;
	float:right;/* #33406 ADD xa_yaoj 20230320 GOOBIKE-4688 自賠責価格変更に伴うグーバイクアフター*/
  }
  #gbp .mainteMenu .mainteMenu_price .mainteMenu_price_items > * {
    display: block;
    float: none;
    word-break: keep-all;
    text-align: left;
    margin-left: 7px;
    padding-left: 8px;
    border-left: 1px solid #ff0000;
  }
  #gbp .mainteMenu .mainteMenu_price .mainteMenu_price_items dt {
    position: relative;
    margin-top: 11px;
  }
  #gbp .mainteMenu .mainteMenu_price .mainteMenu_price_items dt:before,
  #gbp .mainteMenu .mainteMenu_price .mainteMenu_price_items dt:after {
    content: "";
    position: absolute;
    top: -6px;
    left: -4px;
    display: block;
    width: 7px;
    height: 1px;
    background-color: #ff0000;
  }
  #gbp .mainteMenu .mainteMenu_price .mainteMenu_price_items dt:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #gbp .mainteMenu .mainteMenu_price .mainteMenu_price_items dt:first-child {
    margin-top: 4px;
    padding-top: 3px;
  }
  #gbp .mainteMenu .mainteMenu_price .mainteMenu_price_items dt:first-child:before,
  #gbp .mainteMenu .mainteMenu_price .mainteMenu_price_items dt:first-child:after {
    content: "";
    position: absolute;
    top: 1px;
    width: 7px;
  }
  #gbp .mainteMenu .mainteMenu_price .mainteMenu_price_items dt:first-child:before {
    left: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #gbp .mainteMenu .mainteMenu_price .mainteMenu_price_items dt:first-child:after {
    left: -6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #gbp .mainteMenu .mainteMenu_price .mainteMenu_price_items dd {
    margin-top: 0;
    padding-top: 3px;
  }
}
#gbp .mainteMenu .mainteMenu_price_items {
  font-size: 11px;
  overflow: hidden;
  line-height: 1.25;
}
#gbp .mainteMenu .mainteMenu_price_items > * {
  margin-bottom: 18px;
}
#gbp .mainteMenu .mainteMenu_price_items dt {
  float: left;
  width: 330px;
  color: #333;
}
#gbp .mainteMenu .mainteMenu_price_items dt.info_msg {
  font-weight: normal;
}
#gbp .mainteMenu .mainteMenu_price_items dd {
  float: right;
  padding-left: 10px;
}
@media only screen and (max-width: 992px) {
  #gbp .mainteMenu .mainteMenu_price_items > * {
    margin-bottom: 10px;
  }
  #gbp .mainteMenu .mainteMenu_price_items dt {
    width: 70%;
  }
  #gbp .mainteMenu .mainteMenu_price_items dd {
    width: 30%;
  }
}
#gbp .mainteAccordion .menu_accordion_btn {
  display: table;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  font-size: 12px;
  color: #666;
  outline: none;
  cursor: pointer;
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  #gbp .mainteAccordion .menu_accordion_btn {
    padding: 0 10px;
  }
  #gbp .mainteAccordion .menu_accordion_btn:before {
    content: "";
    display: none;
  }
}
#gbp .mainteAccordion .menu_accordion_btn > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#gbp .mainteAccordion .menu_accordion_btn i {
  position: relative;
  width: 30px;
  height: 20px;
}
#gbp .mainteAccordion .menu_accordion_btn i::before,
#gbp .mainteAccordion .menu_accordion_btn i::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 2px;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  border-radius: 5px;
  background-color: #666;
}
#gbp .mainteAccordion .menu_accordion_btn > i::after {
  width: 2px;
  height: 10px;
  left: 6px;
  margin-top: -5px;
}
/* - open */
#gbp .mainteAccordion.open .menu_accordion_btn > i::after {
  display: none;
}
/*.menu_accordion_content */
#gbp .mainteAccordion .menu_accordion_content {
  padding: 5px 20px 0;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  #gbp .mainteAccordion .menu_accordion_content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* ..accordion_btn */
#gbp .mainteAccordion .accordion_btn {
  display: table;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  font-size: 12px;
  color: #666;
  outline: none;
  cursor: pointer;
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  #gbp .mainteAccordion .accordion_btn {
    padding: 0 10px;
  }
  #gbp .mainteAccordion .accordion_btn:before {
    content: "";
    display: none;
  }
}
#gbp .mainteAccordion .accordion_btn > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#gbp .mainteAccordion .accordion_btn i {
  position: relative;
  width: 30px;
  height: 20px;
}
#gbp .mainteAccordion .accordion_btn i::before,
#gbp .mainteAccordion .accordion_btn i::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 2px;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  border-radius: 5px;
  background-color: #666;
}
#gbp .mainteAccordion .accordion_btn > i::after {
  width: 2px;
  height: 10px;
  left: 6px;
  margin-top: -5px;
}
/* - open */
#gbp .mainteAccordion.open .accordion_btn > i::after {
  display: none;
}
#gbp .mainteAccordion .accordion_content {
  padding: 5px 20px 0;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  #gbp .mainteAccordion .accordion_content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#gbp .searchBar {
  width: 100%;
  border-top: 1px solid #ccc;
  background-color: #fff;
}
#gbp .searchBar .searchBar_inner {
  display: table;
  width: 960px;
  height: 60px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin: auto;
}
#gbp .searchBar .searchBar_inner > * {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 992px) {
  #gbp .searchBar {
    border-top: none;
    background-color: #f5f5f5;
  }
  #gbp .searchBar .searchBar_inner {
    width: 100%;
    height: 70px;
	padding-top: 0px;
	padding-bottom: 0px;
  }
  #gbp .searchBar .searchBar_inner > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* searchBar_note */
.searchBar_note {
  width: 960px;
  margin: 10px auto 2px;
  font-size: 13px;
  color: #666;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .searchBar_note {
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    font-size: 12px;
  }
}
/* searchBar_result */
#gbp .searchBar .searchBar_resultColumn {
  width: 26%;
  padding-top: 13px;
}
@media screen and (max-width: 992px) {
  #gbp .searchBar .searchBar_resultColumn {
    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;
    height: 70px;
    width: 170px;
  }
}
#gbp .searchBar .searchBar_resultColumn > * {
  float: left;
}
@media screen and (max-width: 992px) {
  #gbp .searchBar .searchBar_resultColumn > * {
    float: none;
  }
}
#gbp .searchBar .searchBar_result {
  position: relative;
  width: 140px;
  line-height: 30px;
  word-break: keep-all;
  text-align: right;
}
@media screen and (max-width: 992px) {
  #gbp .searchBar .searchBar_result {
    width: 80px;
    padding-right: 10px;
    line-height: 1.25;
    text-align: left;
  }
}
#gbp .searchBar .searchBar_result > * {
  display: inline-block;
  vertical-align: middle;
}
#gbp .searchBar .searchBar_result p {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
  margin: auto;
  font-size: 13px;
  color: #666;
}
@media screen and (max-width: 992px) {
  #gbp .searchBar .searchBar_result p {
    position: static;
    margin: 4px 0 0 0;
    font-size: 10px;
  }
}
#gbp .searchBar .searchBar_result > div {
  width: 150px;
  color: #ff0000;
  padding-left: 50px;
}
@media screen and (max-width: 992px) {
  #gbp .searchBar .searchBar_result > div {
    width: 80px;
    padding-left: 0;
    padding-right: 0;
  }
}
#gbp .searchBar .searchBar_result em {
  padding-left: 10px;
  padding-right: 5px;
  font-size: 30px;
  font-family: 'Century Gothic', Arial, sans-serif;
  font-weight: bold;
  vertical-align: bottom;
  text-align: right;
}
@media screen and (max-width: 992px) {
  #gbp .searchBar .searchBar_result em {
    padding-left: 0;
    font-size: 15px;
  }
}
#gbp .searchBar .searchBar_result em + span {
  font-size: 15px;
}
@media screen and (max-width: 992px) {
  #gbp .searchBar .searchBar_result em + span {
    font-size: 11px;
  }
}
#gbp .searchBar .searchBar_result div {
  color: #ff0000;
  font-weight: bold;
}
/* searchBar_sort */
#gbp .searchBar_select{
  width: 66px;
  margin-left: 32px;
  position: relative;
  font-size: 12px;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 992px) {
	#gbp .searchBar_select{
		width: 66px;
		margin-left: -20px;
		font-size: 11px;
	}
}
#gbp .searchBar_select:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 15px;
  height: 10px;
  background-image: url(/common/img_pit/arrow_select.png);
}
#gbp .searchBar_select select {
  width: 100%;
  margin: 0;
  padding: 5px 20px 5px 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
  white-space: break-spaces;
  text-align: center;
  text-align-last: center;
}
/*IE*/
@media all and (-ms-high-contrast:none){
	#gbp .searchBar .searchBar_result{
		width: 128px !important;	
	}
	#gbp .tire_style .searchBar_select{
		width: 155px !important;
	}
}
@media screen and (max-width: 992px) {
	#gbp .searchBar_select select {
		padding: 3px 20px 3px 0;
	}
}
#gbp .searchBar_select select::-ms-expand {
  display: none;
}
/* searchBar_menu */
#gbp .searchBar .searchBar_menu {
  width: 640px;
  text-align: right;
  padding-left: 10px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #gbp .searchBar .searchBar_menu {
    display: none;
  }
}
#gbp .searchBar .searchBar_menu .select_box {
  float: left;
  width: 204px;
  margin-right: 8px;
  display: block;
}
#gbp .searchBar .searchBar_menu .select_box_title {
  display: block;
  text-align: left;
  font-size: 13px;
  margin-bottom: 3px;
  line-height: 1;
}
#gbp .searchBar .searchBar_menu .select_box_view {
  width: 204px;
  height: 26px;
  line-height: 26px;
  padding-left: 6px;
  padding-right: 28px;
  color: #000000;
  font-size: 13px;
}
/* searchBar_btn */
#gbp .searchBar .searchBar_btn,
#gbp .searchBar .searchBar_general_btn {
  width: 150px;
  text-align: right;
  padding-top: 6px;
}
#gbp .searchBar .searchBar_btn .btn,
#gbp .searchBar .searchBar_general_btn .btn {
  margin: 0;
}
@media screen and (max-width: 992px) {
  #gbp .searchBar .searchBar_btn .btn,
  #gbp .searchBar .searchBar_general_btn .btn {
    display: inline-block;
    width: auto;
  }
}
#gbp .searchBar .searchBar_general_btn {
  display: none;
}
/* is fixed */
@media screen and (max-width: 992px) {
  #gbp .searchBar.fixed .searchBar_btn {
    display: none;
  }
  #gbp .searchBar.fixed .searchBar_general_btn {
    display: table-cell;
  }
}
/* optionBtns */
#gbp .searchBar_topMenu {
  display: none;
  background-color: #fff;
  padding: 10px 0;
}
@media screen and (max-width: 992px) {
  #gbp .searchBar_topMenu {
    display: block;
  }
}
#gbp .searchBar_topMenu .optionBtns {
  margin-top: 5px;
  margin-bottom: 5px;
}
#gbp .searchBar_topMenu .optionBtns_list {
  padding-right: 20px;
}
#gbp .searchBar_topMenu .optionBtns_link {
  width: 60px;
}
/* modal in optionBtns */
#gbp .modal .optionBtns {
  box-shadow: none;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  margin: 0 0 15px 0;
}
#gbp .modal .optionBtns_list {
  height: 50px;
  padding-right: 20px;
}
#gbp .modal .optionBtns_link {
  width: 60px;
}
/* prefLists */
@media screen and (max-width: 992px) {
  #gbp .prefLists .prefLists_all {
    margin-bottom: 0;
  }
}
/* DELETE BY GOOBIKE-4454 20220705 CYT_katsuren */
.mb10 {
  margin-bottom: 10px !important;
}
.global-scrollblock {
  overflow-y: hidden;
  position: fixed;
  width: 100%;
}
#gbp .shops p.web_nego{
    text-align:center;
    font-size:18px;
	padding: 0 0 6px 0;
    color:#333333;
    font-weight:bold;
}
@media screen and (max-width: 992px) {
	#gbp .shops p.web_nego{
    	font-size:17px;
	}
}
#gbp .tire_style .searchBar_select{
	width: 130px;
}
@media screen and (max-width: 992px) {
	#gbp .tire_style .searchBar_select{
		width: 115px;
	}
}
#gbp .tire_style .searchBar_menu .select_box{
	width: 160px !important;
}
#gbp .tire_style .select_box_item .select_box_view{
	width: 160px !important;
}
#gbp .tire_style .searchBar_inner .searchBar_menu{
	width: 595px;
}
#gbp .tire_style .searchBar_resultColumn{
	width: 33%;	
}
/* #32341 START by xa_fangx 20220726*/
#gbp .tire_style .searchBar_resultColumn_for_shop_and_warranty{
	width:18%;
}	
/* #32341 END by xa_fangx 20220726*/
@media only screen and (max-width: 992px) {
  	#gbp .tire_style .searchBar_inner .searchBar_resultColumn{
		padding-right: 0px;
		width: 150px;
	}
}
#gbp .tire_type .mainteMenu_head .menu_price{
	width:180px;
}
#gbp .tire_type .mainteMenu_head{
	cursor: auto;
}
#gbp .tire_type .mainteMenu_head .mainteMenu_title{
	padding-right: 0px;
	width:62%;
}
@media screen and (max-width: 992px) {
	#gbp .tire_style .searchBar_result {
		width: 100px;
		padding-right: 0;
	}
}
#gbp .tire_search .form_section .link_list02 li dl{
	width: 100%;
}
#gbp .tire_search .form_section dd{
    height:40px;
    line-height:40px;
    background-color:#F2F2F2;
}
#gbp .tire_search .form_section dd label.form_radio{
	width: 100%;
	height: 100%;
	display: block;
	vertical-align: middle;
	padding: 0;
    font-size: 12px;
    padding-left:30px;
	white-space: nowrap;
}
#gbp .tire_search .form_section dd label:before{
	display:none;
}
#gbp .tire_search .form_section dd label:hover{
	cursor: pointer;
}
#gbp .tire_search .form_section dd label.checked{
	background-color:#FF0000;
	color:white;
	z-index: 1;
}
#gbp .tire_search .form_section dl.link_list03{
	display:block;
    position:absolute;
    top: 50px;
    left: 0px;
    z-index: 1;
	padding:0;
}
#gbp .tire_search .form_section dl label{
	width:300px;
	display:block;
}
#gbp .tire_search ul.link_list02{
	overflow: visible;
}
#gbp .tire_search .form_section dl input{
	display:none;	
}
.shop_row .shop_column_right h4.heading02.tire_head .price.large{
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	float:right;
	padding-right:10px;
}
#gbp .mainteMenu #icon_tire_motsu::before {
	background-image: url(/common/img_pit/icon_fee_list_02_01.png);
	background-size: 20px 20px;
}
@media only screen and (max-width: 992px) {
  #gbp .mainteMenu.tire_type .mainteMenu_price_items dt {
    width: 65%;
  }
  #gbp .mainteMenu.tire_type .mainteMenu_price_items dd {
    width: 35%;
  }
}
#tab_keyword .form_heading {
	max-width: 854px;
	width: 100%;
	margin: 0 auto 17px;
}
#tab_keyword .link_list02 {
	border: none;
}
#tab_keyword .link_list02 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 854px;
	width: 100%;
	margin: -14px auto 0;
}
#tab_keyword .link_list02 .link_list02_item {
	display: block;
	overflow: hidden;
	float: none;
	width: calc(50% - 7px);
	margin-top: 14px;
	padding: 0;
	border: 1px solid #D8D8D8;
    border-radius: 4px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#tab_keyword .link_list02 .link_list02_item.link_list03-active {
	border: 1px solid #FE0200;
}
#tab_keyword .link_list02 .link_list03_head {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	cursor: pointer;
}
#tab_keyword .link_list02 .link_list03_head > input {
	opacity: 0;
	position: absolute;
    cursor: pointer;
    width: 25px;
	height: 25px;
	margin: 0;
    padding: 0;
    font-size: 13px;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}
#tab_keyword .link_list02 .link_list03_head_in {
	display: flex;
	align-items: center;
	position: relative;
	height: 55px;
	width: 100%;
	padding: 5px 20px 5px 30px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}
#tab_keyword .link_list02 .link_list02_item.link_list03-active .link_list03_head {
	background: #FFE0E0;
	color: #FE0200;
}
#tab_keyword .link_list02 .link_list03_head_in::before {
    display: block;
	width: 40px;
	height: 100%;
	margin-right: 10px;
    background-repeat: no-repeat;
	background-position: center left;
	content: "";
}
#tab_keyword .link_list02 li:nth-child(1) .link_list03_head_in::before {
	height: 35px;
	background-image: url(/common/img_pit/icon_menu_cd01.png);
	background-size: 35px auto;
}
#tab_keyword .link_list02 li:nth-child(2) .link_list03_head_in::before {
	height: 36px;
	background-image: url(/common/img_pit/icon_menu_cd02.png);
	background-size: 35px auto;
}
#tab_keyword .link_list02 li:nth-child(3) .link_list03_head_in::before {
	height: 35px;
	background-image: url(/common/img_pit/icon_menu_cd03.png);
	background-size: 34px auto;
}
#tab_keyword .link_list02 li:nth-child(4) .link_list03_head_in::before {
	height: 36px;
	background-image: url(/common/img_pit/icon_menu_cd04.png);
	background-size: 36px auto;
}
#tab_keyword .link_list02 li:nth-child(5) .link_list03_head_in::before {
	height: 33px;
	background-image: url(/common/img_pit/icon_menu_cd05.png);
	background-size: 37px auto;
	background-position: center right 2px;
}
#tab_keyword .link_list02 li:nth-child(6) .link_list03_head_in::before {
	height: 32px;
	background-size: 35px auto;
	background-image: url(/common/img_pit/icon_menu_cd06.png);
}
#tab_keyword .link_list02 li:nth-child(1).link_list03-active .link_list03_head > .link_list03_head_in::before {
	background-image: url(/common/img_pit/icon_menu_cd01-active.png);
}
#tab_keyword .link_list02 li:nth-child(2).link_list03-active .link_list03_head > .link_list03_head_in::before {
	background-image: url(/common/img_pit/icon_menu_cd02-active.png);
}
#tab_keyword .link_list02 li:nth-child(3).link_list03-active .link_list03_head > .link_list03_head_in::before {
	background-image: url(/common/img_pit/icon_menu_cd03-active.png);
}
#tab_keyword .link_list02 li:nth-child(4).link_list03-active .link_list03_head > .link_list03_head_in::before {
	background-image: url(/common/img_pit/icon_menu_cd04-active.png);
}
#tab_keyword .link_list02 li:nth-child(5).link_list03-active .link_list03_head > .link_list03_head_in::before {
	background-image: url(/common/img_pit/icon_menu_cd05-active.png);
}
#tab_keyword .link_list02 li:nth-child(6).link_list03-active .link_list03_head > .link_list03_head_in::before {
	background-image: url(/common/img_pit/icon_menu_cd06-active.png);
}
#tab_keyword .link_list02 li .link_list03-active .link_list03_head > .link_list03_head_in {
	color: #ff0000;
}
#tab_keyword .link_list02 .link_list03 {
    display: none;
	width: 100%;
	padding: 0;
	height: auto;
}
#tab_keyword .link_list02 .link_list03 > ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 17px 5px 7px 5px;
}
#tab_keyword .link_list02 .link_list03 li {
	float: none;
	width: auto;
    margin: 0 0 10px;
    padding: 0 9px;
	border: none;
}
#tab_keyword .link_list02 .link_list03 li label {
	display: flex;
	align-items: center;
	width: 100%;
	font-weight: bold;
	font-size: 13px;
}
#tab_keyword .link_list02 .link_list03 li .form_radio::before {
	background-position: -22px -22px;
	width: 22px;
	height: 22px;
	background-position: 0px -22px;
    background-size: 44px auto;
}
#tab_keyword .link_list02 .link_list03 li .form_radio.checked::before {
	background-position: -22px -22px
}
#tab_keyword .link_list02 .link_list03 li .form_radio input {
	width: 22px;
	height: 22px;
	margin-right: 4px;
}
#tab_keyword .link_list02 .link_list03 li .form_radio.checked {
	color: #FE0200;
}
@media screen and (max-width: 992px) {
	#tab_keyword .link_list02 .link_list02_item {
		width: 100%;
	}
	#tab_keyword .link_list02 .link_list03_head {
		padding: 0;
	}
	#tab_keyword .link_list02 .link_list03_head_in {
		height: 50px;
		padding: 5px 20px;
	}
	#tab_keyword .link_list02 .link_list03_head_in::before {
		width: 32px;
		margin-right: 8px;
	}
	#tab_keyword .link_list02 li:nth-child(1) .link_list03_head_in::before {
		background-size: 30px auto;
	}
	#tab_keyword .link_list02 li:nth-child(2) .link_list03_head_in::before {
		background-size: 30px auto;
	}
	#tab_keyword .link_list02 li:nth-child(3) .link_list03_head_in::before {
		background-size: 30px auto;
	}
	#tab_keyword .link_list02 li:nth-child(4) .link_list03_head_in::before {
		background-size: 30px auto;
	}
	#tab_keyword .link_list02 li:nth-child(5) .link_list03_head_in::before {
		background-size: 30px auto;
	}
	#tab_keyword .link_list02 li:nth-child(6) .link_list03_head_in::before {
		background-size: 32px auto;
	}
	#tab_keyword .link_list02 .link_list03 > ul {
		display: block;
		padding: 17px 23px;
	}
	#tab_keyword .link_list02 .link_list03 li {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#tab_keyword .link_list02 .link_list03 li + li {
		margin-top: 12px;
	}
	#tab_keyword .link_list02 .link_list03 li .form_radio input {
		margin-right: 14px;
	}
}
#gbp .shops_content .shop .note_content {
    padding-top: 20px;
    margin-bottom: 10px;
}
#gbp .shops_content .shop .note_content .note_head {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    background: #d80d0c;
    padding: 5px 12px;
}
#gbp .shops_content .shop .note_content .note_box {
    position: relative;
    border: 1px solid #d80d0c;
    padding: 10px;
}
#gbp .shops_content .shop .note_content .note_box .note_text {
    line-height: 1.5;
    overflow: hidden;
}
#gbp .shops_content .shop .note_content .note_box .note_text.is-open {
    display: block;
    height: 100% !important;
}
#gbp .shops_content .shop .note_content .note_box .note_more_box {
    position: relative;
    padding-top: 5px;
}
#gbp .shops_content .shop .note_content .note_box .note_more_box .note_more_btn {
    display: block;
    text-align: center;
    margin: 0 -10px;
    cursor: pointer;
}
#gbp .shops_content .shop .note_content .note_box .note_more_btn .icon_note_more {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
#gbp .shops_content .shop .note_content .note_box .note_more_btn .icon_note_more::before,
#gbp .shops_content .shop .note_content .note_box .note_more_btn .icon_note_more::after {
    content: "";
    position: absolute;
    background: #1063a2;
}
#gbp .shops_content .shop .note_content .note_box .note_more_btn .icon_note_more::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
}
#gbp .shops_content .shop .note_content .note_box .note_more_btn .icon_note_more::after {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
}
#gbp .shops_content .shop .note_content .note_box .note_more_btn.more .icon_note_more::after {
    content: none;
}
#gbp .shops_content .shop .note_content .note_box .note_more_btn .more_lead {
    display: inline-block;
    font-size: 12px;
    color: #1063a2;
    cursor: pointer;
}
#gbp .pageFooter .menu_message_title {
  color: #333;
}

#gbp .pageFooter .menu_message {
  padding: 7px 10px 7px 20px;
  margin-bottom: 30px;
  background-color: #fff;
  font-size: 13px;
}
#gbp .pageFooter .menu_links{
  padding : 8px 96px;
}
#gbp .pageFooter .menu_links ul li{
  margin: 10px 0;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#gbp .pageFooter .menu_links p a{
  display: block;
  margin-top: 8px;
  text-align: right;
}
#gbp .pageFooter .menu_links ul li a::before {
  content: "■ ";
}
#gbp .pageFooter .menu_links.recommend{
  padding : 8px 20px;
}
#gbp .pageFooter .menu_links.recommend ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 15px;
}
#gbp .pageFooter .menu_links.recommend ul li {
  margin: 5px 0;
  width: 40%;
}
#gbp .pageFooter .menu_links.recommend ul li a::before {
  content: "\02022";
  display: inline-block;
  margin-right: .5em;
}
div#faqToggle.pageFooter_column h4.faq_title {
  color: #333;
}
div#faqToggle.pageFooter_column > div.pageFooter_content > dl {
  background-color: #fff;
  padding: 0 86px;
}
div#faqToggle.pageFooter_column> div.pageFooter_content > dl > dt {
  margin: 0;
  padding: 8px;
  position: relative;
  cursor: pointer;
  transition: background-color .15s linear;
  background-color: transparent;
  font-weight: bold;
  vertical-align:top;
}
div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dt.clicked ,
div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dt:hover {
  background-color: #f8f8f8;
}
div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dt.iconToggle::after {
  transform: rotate(90deg);
}
div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dt::before {
  content: "Q ";
  font-size: 1.2em;
  display: inline-block;
  position: absolute;
  left: .75em;
  top: .5em;
  margin: auto;
}
div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dt::after {
  position: absolute;
  right: 8px;
  top: 12px;
  margin: auto;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #f00;
  transition: transform .15s linear;
}
div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dt > div { 
  display: inline-block;
  max-width: 96%;
  padding-left: 1.5em;
}
div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dd {
  margin: 0 0 8px 0;
  padding: 8px 6px;
  background-color: #f8f8f8;
  position: relative;
}
div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dd::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  letter-spacing : 4em;
  position: absolute;
  left: 18px;
  top: 4px;
}
div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dd > div { 
  display: inline-block;
  margin-left: 32px;
  position:relative;
  padding-left: 1.2em;
}
div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dd > div::before { 
  content: "A ";
  font-size: 1.2em;
  display: inline;
  position: absolute;
  left:0;
  top:-0.2em;
}
div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dd > div > ul {
  padding-left: 2em;
  margin: 12px;
}
div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dd > div > ul > li{
  list-style-type: disc;
}
div#faqToggle.pageFooter_column > div.faq_content {
  display: block;
}
div#makerMenuLink.pageFooter_column ul.pageFooter_list > .pageFooter_list_li {
  margin: 7px 40px 7px 0;
  line-height: 1;
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
}
div#makerMenuLink.pageFooter_column .menu_maker_slide_btn {
  display: none;
}
@media screen and (max-width: 992px) {
  #gbp .pageFooter .menu_message,
  #gbp .pageFooter .menu_links.recommend,
  #gbp .pageFooter .menu_links {
    display: block;
    padding: 7px 10px;
    margin: 0;
  }
  #gbp .pageFooter .menu_message_title,
  div#faqToggle.pageFooter_column h4.faq_title {
    font-size: 15px;
    padding: 8px 0 5px 20px;
    font-weight: bold;
    position: relative;
    background-color: #ededed;
  }
  #gbp .pageFooter .menu_message_title::before,
  div#faqToggle.pageFooter_column h4.faq_title::before {
    width: 12px;
    height: 19px;
    content: "";
    background-color: #ff0000;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
  }
  #gbp .pageFooter .menu_message_title::after,
  div#faqToggle.pageFooter_column h4.faq_title::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 19px solid #ededed;
  }
  #gbp .pageFooter .menu_links ul li {
    margin: 0;
  }
  #gbp .pageFooter .menu_links ul li a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position: relative;
    height: 42px;
    padding: 1em 30px 0.5em 0;
    font-size: 13px;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
  }
  div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dt::after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    width: 10px;
    height: 17px;
    background: url(/common/img_pit/arrow_img_01.png) center no-repeat;
    background-size: 10px auto;
    
  }
  #gbp .pageFooter .menu_links p a{
    margin-top: 16px;
  }
  div#faqToggle.pageFooter_column > div.pageFooter_content {
    padding: 0 10px;
    margin: 0;
  }
  div#faqToggle.pageFooter_column > div.pageFooter_content > dl {
    padding: 0;
    margin: 0;
  }
  div#makerMenuLink.pageFooter_column > .menu_maker_link_title ,
  div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dt {
    width: 100%;
    color: #333;
    font-weight: bold;
    display: flex;
    position: relative;
    min-height: 42px;
    padding: 1em 30px 0.5em 0;
    font-size: 13px;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
  }
  div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dt > div {
    position: relative;
    left: 0;
    max-width: 100%;
  }
  div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dt::after{
    height: 50%;
  }
  div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dt.clicked ,
  div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dt:hover {
    background-color: transparent;
  }
  div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dt::before {
    left: 0;
  }
  div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dt::after {
    border: none;
  }
  div#faqToggle.pageFooter_column > div.pageFooter_content > dl > dd {
    margin: 0 0 8px 0;
    padding: 8px 6px;
    background-color: transparent;
  }
  div#makerMenuLink.pageFooter_column > .pageFooter_content { 
    display: block;
    margin-bottom: 0;
  }
  div#makerMenuLink.pageFooter_column ul.pageFooter_list {
    max-height: 300px;
    overflow: hidden;
    transition: max-height 0.15s linear;
  }
  div#makerMenuLink.pageFooter_column ul.pageFooter_list.harf_hidden {
    max-height: 76px;
  }
  
  div#makerMenuLink.pageFooter_column ul.pageFooter_list > .pageFooter_list_li {
    display: inline-block;
    min-width: 20%;
    padding: 5px 5px 5px;
    margin: 0 7px 10px 0;
  }
  div#makerMenuLink.pageFooter_column .menu_maker_slide_btn {
    background: #fff;
    display: block;
  }
  div#makerMenuLink.pageFooter_column .menu_maker_slide_btn > i {
    cursor: pointer;
    text-align: center;
    font-style: normal;
    color: #00f;
    padding: 8px 0;
    display: block;
  }
  div#makerMenuLink.pageFooter_column .menu_maker_slide_btn > i::before {
    content: "+ 対応メーカーをもっと見る";
    display: inline-block;
    margin-right: 0.62em;
  }
  div#makerMenuLink.pageFooter_column .menu_maker_slide_btn > i.clicked::before {
    content: "- 閉じる";
  }
  #gbp .pageFooter .menu_links.recommend {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
  }
  #gbp .pageFooter .menu_links.recommend label {
    width: 100%;
    height: 30px;
    color: #333;
    font-weight: bold;
    position: relative;
    padding: 0.5em 30px 0 0;
    font-size: 13px;
  }
  #gbp .pageFooter .menu_links.recommend ul {
    display: block;
  }
  #recommend_goobike_sp_icon img {
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    width: 10px;
    height: 17px;
    transition: all 0.5s;
  }
  #recommend_goobike_info_title {
    display: none;
  }
  #recommend_goobike_info_title:checked ~ #recommend_goobike_info li{
    height: 45px;
    opacity: 1;
  }
  #recommend_goobike_info_title:checked ~ #recommend_goobike_info p{
    height: 45px;
    opacity: 1;
  }
  #recommend_goobike_info_title:checked ~ #recommend_goobike_sp_icon img{
    transform: rotate(90deg);
  }
  #gbp .pageFooter .menu_links.recommend label {
    width: 100%;
    display: block;
  }
  #gbp .pageFooter .menu_links.recommend ul li {
    width: 100%;
  }
  #recommend_goobike_info li, #recommend_goobike_info p {
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
  }
}
