@charset "UTF-8";
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pc-only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}
.sp-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-only {
    display: block;
  }
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
picture img {
  vertical-align: top;
}

img {
  vertical-align: top;
  line-height: 1;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
h1, h2, h3 {
  margin: 0;
  padding: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.common-inner {
  max-width: 1120px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .common-inner {
    padding: 0 10px;
  }
}
.common-note {
  max-width: 1120px;
  margin: 0 auto 40px;
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .common-note {
    font-size: 1rem;
  }
}
.main-content {
  padding-top: 60px;
}
@media screen and (max-width: 570px) {
  .main-content {
    padding-top: 16vw;
  }
}
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
select:hover {
  opacity: 0.8;
}

input[type=text],
input[type=search],
input[type=number],
input[type=date],
input[type=phone],
input[type=tel],
input[type=password],
input[type=url],
input[type=email],
textarea {
  font-size: 1.4rem;
  padding: 3px 8px;
  border-radius: 3px;
  border: solid 1px #707070;
  background: #fff;
  font-family: "Noto Sans JP","游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",  sans-serif;
}
input[type=text]:read-only{
	border: solid 1px #d9d9d9;
}
input[type=date]:read-only{
	border: solid 1px #d9d9d9;
	color: #ccc;
}

input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=phone]::-webkit-input-placeholder {
  color: #ccc;
}
input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=phone]::-moz-placeholder {
  color: #ccc;
}
input[type=text]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=phone]:-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=phone]::-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
input[type=phone]::placeholder {
  color: #ccc;
}
input[type=date] {
  text-align: left;
  color: #333;
}
input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}
textarea {
  display: block;
  font-size: 1.6rem;
  padding: 3px 22px 3px 8px;
  border-radius: 0;
  border: solid 1px #707070;
  background: #fff;
  width: 100%;
}
textarea::-webkit-input-placeholder {
  color: #D5D2D2;
}
textarea::-moz-placeholder {
  color: #D5D2D2;
}
textarea:-ms-input-placeholder {
  color: #D5D2D2;
}
textarea::-ms-input-placeholder {
  color: #D5D2D2;
}
textarea::placeholder {
  color: #D5D2D2;
}

.form-control {
  display: block;
  width: 100%;
  padding: 3px 22px 3px 8px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 3px;
  outline: none;
}
.form-select {
  display: block;
  width: 100%;
  padding: 3px 22px 3px 8px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP","游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background: #fff url("/img/common/icon_select.png") right 0.75rem center/12px 8px no-repeat;
  border: 1px solid #707070;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	outline: none;
}
.form-select:disabled {
	border: 1px solid #d9d9d9;
	color: #ccc;
	cursor: unset;
	opacity: 1;
}
.form-select.size-amount {
  display: inline-block;
  min-width: 70px;
  font-size: 1.4rem;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .form-select.size-amount {
    width: 4em;
  }
  input[type=text],
  input[type=search],
  input[type=number],
  input[type=date],
  input[type=phone],
  input[type=tel],
  input[type=password],
  input[type=url],
  input[type=email],
  textarea {
    font-size: 1.3rem;
    padding: 3px 8px;
    border-radius: 3px;
    border: solid 1px #707070;
    background: #fff;
    font-family: "Noto Sans JP","游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",  sans-serif;
  }
}

.form-radio label ~ label {
  margin-left: 15px;
}
.form-radio input[type=radio] {
  margin-right: 8px;
}
.form-radio input[type=radio] {
  display: none;
}
.form-radio .form-radio-label {
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .form-radio .form-radio-label {
    margin-left: 6vw;
  }
}
.form-radio .form-radio-text {
  padding-left: 30px;
}
.form-radio input[type=radio] + .form-radio-text {
  position: relative;
  padding-left: 30px;
}
.form-radio input[type=radio] + .form-radio-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  background: url("/img/common/icon_radio_off.png") center center/100% 100% no-repeat;
  width: 20px;
  height: 20px;
}
.form-radio input[type=radio]:checked + .form-radio-text::before {
  background: url("/img/common/icon_radio_on.png") center center/100% 100% no-repeat;
}
.form-radio input[type=radio]:disabled + .form-radio-text::before {
  background: url("/img/common/icon_radio_off.png") center center/100% 100% no-repeat;
  opacity: 0.2;
}
.form-radio input[type=radio]:checked:disabled + .form-radio-text::before {
  background: url("/img/common/icon_radio_on.png") center center/100% 100% no-repeat;
  opacity: 0.6;
}
.form-radio input[type=radio]:disabled + .form-radio-text {
	color: #bbb;
	cursor: unset;
}

.form-radio-label input[type=radio] {
  /* stylelint-disable-next-line */
}

.form-checkbox label:not(:last-child) {
  margin-right: 10px;
}
.form-checkbox input[type=checkbox] {
  display: none;
}
.form-checkbox .form-checkbox-label {
  position: relative;
  z-index: 1;
}
.form-checkbox .form-checkbox-text {
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .form-checkbox .form-checkbox-text {
    padding-left: 20px;
    font-size: 1.4rem;
  }
}
.form-checkbox .form-checkbox-text .c-icon {
  position: relative;
}
.form-checkbox input[type=checkbox] + .form-checkbox-text {
  position: relative;
  padding-left: 30px;
}
.form-checkbox input[type=checkbox] + .form-checkbox-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  background: url("/img/common/icon_checkbox_off.png") center center/100% 100% no-repeat;
  width: 20px;
  height: 20px;
}
.form-checkbox input[type=checkbox]:checked + .form-checkbox-text::before {
  background: url("/img/common/icon_checkbox_on.png") center center/100% 100% no-repeat;
}
.form-checkbox input[type=checkbox].disabled-check + .form-checkbox-text::before {
  background: url("/img/common/icon_checkbox_disabled_check.png") center center/100% 100% no-repeat #999;
}
.form-checkbox input[type=checkbox]:disabled + .form-checkbox-text {
  cursor: default;
}
.form-checkbox input[type=checkbox]:disabled + .form-checkbox-text::before{
  background: url("/img/common/icon_checkbox_disabled.png") center center/100% 100% no-repeat;
  opacity: 0.6;
}
.form-checkbox input[type=checkbox]:checked:disabled + .form-checkbox-text {
  cursor: default;
}
.form-checkbox input[type=checkbox]:checked:disabled + .form-checkbox-text::before {
  background: url("/img/common/icon_checkbox_on.png") center center/100% 100% no-repeat;
  opacity: 0.6;
}

.form-group-box {
	margin-top: 13px;
}

.form-qa {
	padding: 0;
	border: 1px solid #D4D4D4;
	height: 0;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	transition-property: opacity, transition, height;
	margin-top: 30px;
	background-color: #fff;
}

.form-qa.is-active {
	padding: 20px 10px;
	visibility: visible;
	opacity: 1;
	height: auto;
}
.form-qa.input-error {
	border: 1px solid #f22;
	background-color: #fee;
}

.form-qa__item {
	margin-bottom: 30px;
}

.form-qa__item-text {
	display: grid;
	grid-template-columns: auto 1fr;
	font-size: 1.4rem;
	text-align: left;
}
.form-qa__item-textHead {
  margin-bottom: 7px;
  font-weight: bold;
}

.form-qa__item-text-q-num {
}

.form-qa__item-text-q-body {
}

.form-qa__item-text-q-body .blue {
	color: blue;
}

.form-qa__item-text-q-body .orange {
	color: orange;
}

.form-qa__item-radio-wrap {
	margin-top: 10px;
	margin-left: 20px;
	font-size: 1.4rem;
	text-align: left;
}

.form-qa__item-radio-label {
    position: relative;
}

.form-qa__item-radio-label + .form-qa__item-radio-label {
	margin-left: 10px;
}

.form-qa__item-radio-input {

}

.form-qa__item-radio-text {
    position: relative;
    padding-left: 30px;
}

.form-qa__item-radio-text::before {
	content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    background: url("/img/common/icon_radio_off.png") center center/100% 100% no-repeat;
    width: 20px;
    height: 20px;
}

.form-qa__item-radio-input:checked + .form-qa__item-radio-text::before {
	background: url("/img/common/icon_radio_on.png") center center/100% 100% no-repeat;
}

.form-qa__item-input-wrap {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.form-qa_-item-input {
	width: 100%;

}

.immovable-caution{
	display: none;
	border: 1px solid #f22;
	color: #f22;
	padding: 15px;
	font-size: 1.4rem;
}
.immovable-caution.is-active{
	display: block;
}

/****************************************************/
/**   PAGINATE    **/
/****************************************************/
span.page a,
span.page.current,
span.next a,
span.prev a,
span.deco {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.6;
  background: #fff;
}

.pagination_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination_nav a {
  color: #333;
  text-decoration: none;
}
.pagination_nav a:hover {
  text-decoration: underline;
}
.pagination_nav span.page.current {
  color: #999;
  text-decoration: underline;
}

.c-icon {
  margin-right: 10px;
}

.c-icon-search {
  display: inline-block;
  background: url("/img/common/icon_search.png") center center/100% 100% no-repeat;
  /* width: 28px;
  height: 28px; */
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .c-icon-search {
    width: 4.5vw;
    height: 4.5vw;
    max-width: 28px;
    max-height: 28px;
  }
}

.c-icon-pin {
  display: inline-block;
  background: url("/img/common/icon_pin.svg") center center/100% 100% no-repeat;
  width: 30px;
  height: 35px;
}

.c-icon-logout {
  display: inline-block;
  background: url("/img/common/icon_logout.png") center center/100% 100% no-repeat;
  width: 60px;
  height: 53px;
}

.c-icon-reverse {
  display: inline-block;
  background: url("/img/common/icon_reverse.png") center center/100% 100% no-repeat;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.c-icon-reverse:hover {
	opacity: .8;
}

.c-icon-destination-arrow {
  display: inline-block;
  background: url("/img/common/icon_arw_6.png") center center/100% 100% no-repeat;
  width: 23px;
  height: 13px;
  margin-right: 0;
}

.c-icon-transport-1 {
  display: inline-block;
  background: url("/img/common/icon_transport_ship.svg") center center/100% 100% no-repeat;
  width: 32px;
  height: 20px;
}

.c-icon-transport-2 {
  display: inline-block;
  background: url("/img/common/icon_transport_loader.svg") center center/100% 100% no-repeat;
  width: 38px;
  height: 20px;
}

.c-icon-transport-3 {
  display: inline-block;
  background: url("/img/common/icon_transport_car.svg") center center/100% 100% no-repeat;
  width: 39px;
  height: 20px;
}



.c-icon-arw-pickup-more {
  display: inline-block;
  background: url("/img/common/icon_arw_5.png") center center/100% 100% no-repeat;
  width: 26px;
  height: 26px;
}

.c-icon-camera {
  display: inline-block;
  background: url("/img/common/icon_camera.png") center center/100% 100% no-repeat;
  width: 24px;
  height: 18px;
}
@media screen and (max-width: 1024px) {
  .c-icon-camera {
    width: 22px;
    height: 16px;
  }
}

.c-icon-carwash {
  display: inline-block;
  background: url("/img/common/icon_option_carwash.svg") center center/100% 100% no-repeat;
  width: 37px;
  height: 24px;
}
@media screen and (max-width: 1024px) {
  .c-icon-carwash {
    width: 25px;
    height: 16px;
  }
}

.c-icon-cardcut {
  display: inline-block;
  background: url("/img/common/icon_option_numbercut.svg") center center/100% 100% no-repeat;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 1024px) {
  .c-icon-cardcut {
    width: 16px;
    height: 16px;
  }
}

.c-icon-hatena {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  background: url("/img/common/icon_hatena.png") center center/100% 100% no-repeat;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1024px) {
  .c-icon-hatena {
    width: 16px;
    height: 16px;
  }
}
.c-btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  margin: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-btn:hover {
  text-decoration: none;
}
.c-btn-number {
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    border: none;
    border-radius: 2px;
    color: #2284B6;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3D3D3));
    background: linear-gradient(to bottom, #FFFFFF 0%, #D3D3D3 100%);
    -webkit-box-shadow: 0 0 2px rgba(94, 94, 94, 0.6);
    box-shadow: 0 0 2px rgba(94, 94, 94, 0.6);
    padding: 7px;
    min-width: 50px;
}
.c-btn-number:hover {
	color: #fff;
	background: #2284B6;
}
.c-btn-number:disabled {
	background: linear-gradient(to bottom, #cdcdcd 0%, #c9c9c9 100%);
	color: #9d9d9d;
	cursor: unset;
}
.c-btn__close-popup-alert {
  border: 2px solid #2F528F;
  border-radius: 10px;
  background-color: #4472C4;
  color: #ffffff;
  width: 250px;
  height: 45px;
  margin-top: 40px;
}
.c-btn-select-order {
  border: 1px solid #333;
  border-radius: 5px;
  background: #fff;
  padding: 7px 30px 7px 7px;
  min-width: 82px;
  margin-left: 10px;
  color: #333;
}
.c-btn-select-order::after {
  content: "";
  display: block;
  position: absolute;
  background: url("/img/common/c2_icon_arw_6.png") center center/100% 100% no-repeat;
  top: 16px;
  right: 10px;
  width: 15px;
  height: 9px;
}
.c-btn-select-order:hover {
  opacity: 1;
}
.c-btn-select-order:disabled {
  cursor: auto;
	border-color: #DEDEDE;
	background: #F6F6F4;
}
.c-btn-select-order:disable::after {
  background:#F6F6F4  url("img/common/icon_select.png") center center/100% 100% no-repeat;
}
.c-btn-select-order .order {
  display: none;
  font-size: 1.4rem;
}
.c-btn-select-order .order.selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn-select-order .icon {
  margin-right: 8px;
}
.c-btn-select-order.open {
  opacity: 1;
}
.c-btn-select-order.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-btn-select-order.open .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn-select-order.open .order:not(:first-child) {
  margin-top: 5px;
  border-top: 1px solid #D1D1D1;
  padding-top: 5px;
}

.c-btn-nav-prev {
  background: #F7F7F7;
  font-size: 1.4rem;
  line-height: 1;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  padding: 10px;
  display: block;
  min-width: 96px;
  margin: auto;
}
.c-btn-nav-prev:hover {
  opacity: 1;
}
.c-btn-nav-prev:hover .country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  background: #F6F6F4;
  padding: 4px 15px;
  border: 1px solid #949494;
  border-radius: 5px;
  min-height: 34px;
}
@media screen and (max-width: 520px) {
  .c-btn-control {
    font-size: 16px;
    font-size: 3.0769230769vw;
  }
}
.c-btn-control:hover {
  opacity: 0.7;
}

.c-btn-logout {
  font-size: 1.2rem;
  font-weight: bold;
  color: #696969;
  line-height: 1.2;
  text-align: center;
  border: none;
  background: none;
}
@media screen and (max-width: 520px) {
  .c-btn-logout {
    font-size: 12px;
    font-size: 2.3076923077vw;
  }
}

.c-btn-mypage {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 2px;
  color: #E61211 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(21.18%, #fff), color-stop(34.48%, #fff), color-stop(80.3%, #efefef), to(#e2e2e2));
  background: linear-gradient(to bottom, #f8f8f8 0%, #fff 21.18%, #fff 34.48%, #efefef 80.3%, #e2e2e2 100%);
  border: 1px solid #c20001;
  padding: 13px;
  min-width: 150px;
  -webkit-box-shadow: 0 0 6px rgba(51, 51, 51, 0.33);
          box-shadow: 0 0 6px rgba(51, 51, 51, 0.33);
}
@media screen and (max-width: 520px) {
  .c-btn-mypage {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-btn-mypage {
    font-size: 1.3rem;
    padding: 10px;
    min-width: 160px;
  }
}
.c-btn-mypage:hover {
  color: #333 !important;
  background: #fff;
  border: 1px solid #fff;
}

.c-btn-login {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 2px;
  color: #fff !important;
  background: #E61211;
  padding: 15px;
  min-width: 200px;
  -webkit-box-shadow: 0 0 6px rgba(51, 51, 51, 0.33);
          box-shadow: 0 0 6px rgba(51, 51, 51, 0.33);
}
@media screen and (max-width: 1024px) {
  .c-btn-login {
    font-size: 1.3rem;
    padding: 10px;
    min-width: 160px;
  }
}
@media screen and (max-width: 520px) {
  .c-btn-login {
    font-size: 3vw;
  }
}
.c-btn-login:hover {
  color: #E61211 !important;
  background: #fff;
}

.c-btn-search {
  display: block;
  position: relative;
  /* font-size: 2.5rem; */
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: 2px solid #800000;
  border-radius: 10px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#800000), color-stop(91.63%, #fe150b), color-stop(96.06%, #e2e2e2));
  background: linear-gradient(to top, #800000 0%, #fe150b 91.63%, #e2e2e2 96.06%);
  /* padding: 16px; */
  min-width: 300px;
  margin: auto;
  font-size: 2rem;
  padding: 12px;
}
.c-btn-search:disabled {
	opacity: .4;
	cursor: default;
}
@media screen and (max-width: 520px) {
  .c-btn-search {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .c-btn-search {
    padding: 16px;
    max-width: 300px;
    min-width: inherit;
    width: 100%;
  }
}
.c-btn-search .c-icon {
  margin-bottom: -2px;
}
.c-btn-search::after {
  content: "▲";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  font-size: 1rem;
  color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 520px) {
  .c-btn-search::after {
    font-size: 10px;
    font-size: 1.9230769231vw;
  }
}
.c-btn-search:not(:disabled):hover {
  opacity: 0.7;
}
/* アンケートボタン 2023-08-17_fukushige */
.c-btn-questionnaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 1.6rem;
  border: 2px solid #209803;
  border-radius: 10px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#209803), color-stop(91.63%, #38f608), color-stop(96.06%, #e2e2e2));
  background: linear-gradient(to top, #25ab03 0%, #3ffe0f 91.63%, #fff 96.06%, #dedede 100%);
  -webkit-box-shadow: 0 0 6px rgba(51, 51, 51, 0.33);
          box-shadow: 0 0 6px rgba(51, 51, 51, 0.33);
  margin: 15px auto 5px auto;
  padding: 10px 30px;
}
.c-btn-questionnaire__text-center {
  position: relative;
  left: 8%;
}
@media screen and (max-width: 768px) {
  .c-btn-questionnaire {
    margin-top: 3%;
    width: 85%;
  }
}
.c-btn-questionnaire__thank {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #757575;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(21.18%, #fff), color-stop(34.48%, #fff), color-stop(80.3%, #efefef), to(#e2e2e2));
  background: linear-gradient(to bottom, #f8f8f8 0%, #fff 21.18%, #fff 34.48%, #efefef 80.3%, #e2e2e2 100%);
  -webkit-box-shadow: 0 0 6px rgba(51, 51, 51, 0.33);
          box-shadow: 0 0 6px rgba(51, 51, 51, 0.33);
  padding: 12px 70px;
  margin-top: 20px;
}
.c-btn-sort-1 {
  position: relative;
  /* font-size: 1.8rem; */
  font-weight: bold;
  border: none;
  border-radius: 0;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 520px) {
  .c-btn-sort-1 {
    font-size: 4vw;
  }
}
.c-btn-sort-1:hover {
  opacity: 1;
  color: #E61211;
}
.c-btn-sort-1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 0;
  width: 10px;
  height: 9px;
}
.c-btn-sort-1.down::before {
  background: url("/img/common/icon_arw_2.png") center center/100% 100% no-repeat;
}
.c-btn-sort-1.down:hover::before {
  opacity: 1;
  background: url("/img/common/icon_arw_2_on.png") center center/100% 100% no-repeat;
}
.c-btn-sort-1.up {
  background: url("/img/common/icon_arw_2.png") center center/100% 100% no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-btn-sort-2 {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  border: none;
  border-radius: 0;
  padding: 0 0 0 20px;
  margin: 0;
}
.c-btn-sort-2:hover {
  opacity: 1;
  color: #E61211;
}
.c-btn-sort-2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 0;
  width: 10px;
  height: 9px;
}
.c-btn-sort-2.down::before {
  background: url("/img/common/icon_arw_2.png") center center/100% 100% no-repeat;
}
.c-btn-sort-2.down:hover::before {
  opacity: 1;
  background: url("/img/common/icon_arw_2_on.png") center center/100% 100% no-repeat;
}
.c-btn-sort-2.up::before {
  background: url("/img/common/icon_arw_2.png") center center/100% 100% no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-btn-sort-2.up:hover::before {
  opacity: 1;
  background: url("/img/common/icon_arw_2_on.png") center center/100% 100% no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-btn-type-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: 2px solid #E96300;
  border-radius: 10px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#dc4005), color-stop(74.64%, #e96300), color-stop(91.72%, #e96300), color-stop(96.06%, #e2e2e2), to(#e2e2e2));
  background: linear-gradient(to top, #dc4005 0%, #e96300 74.64%, #e96300 91.72%, #e2e2e2 96.06%, #e2e2e2 100%);
  padding: 10px;
  margin: 0;
  width: 406px;
  height: 90px;
}
@media screen and (max-width: 1024px) {
  .c-btn-type-1 {
    font-size: 2rem;
    width: 300px;
    height: 70px;
  }
}
@media screen and (max-width: 520px) {
  .c-btn-type-1 {
    font-size: 20px;
    font-size: 3.8461538462vw;
    max-width: 300px;
    width: 100%;
    height: 18vw;
  }
}
.c-btn-type-1 .c-icon {
  margin-bottom: -2px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -19px;
}
@media screen and (max-width: 1024px) {
  .c-btn-type-1 .c-icon {
    margin-top: -12px;
  }
}
.c-btn-type-1:hover {
  opacity: 0.7;
}

.c-btn-clear {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #333;
}
@media screen and (max-width: 520px) {
  .c-btn-clear {
    font-size: 18px;
    font-size: 3.4615384615vw;
  }
}

.c-btn-pickup-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E61211;
}

.c-card-1 {
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .c-card-1 {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 1024px) {
  .c-card-1 .card__header {
    display: none;
  }
}
.c-card-1 .card__header img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .c-card-1 .card__header img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.c-card-1 .card__body {
  padding: 15px 15px 0;
  min-height: 154px;
}
@media screen and (max-width: 1024px) {
  .c-card-1 .card__body {
    padding: 3vw 3vw 0;
    min-height: inherit;
  }
}
.c-card-1 .card__footer {
  padding: 0 15px 15px;
}
@media screen and (max-width: 1024px) {
  .c-card-1 .card__footer {
    padding: 0 2vw 15px;
  }
}
.c-card-1 .destination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .c-card-1 .destination {
    margin-bottom: 4vw;
  }
}
.c-card-1 .destination .destination__from {
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .c-card-1 .destination .destination__from {
    font-size: 1.5rem;
  }
}
.c-card-1 .destination .destination__icon {
  text-align: center;
  padding: 0 10px;
}
.c-card-1 .destination .destination__to {
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .c-card-1 .destination .destination__to {
    font-size: 1.5rem;
  }
}
.c-card-1 .list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .c-card-1 .list-1 {
    margin-bottom: 2vw;
  }
}
.c-card-1 .list-1 .list-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 1em;
}
.c-card-1 .list-1 .list-icon {
  font-size: 1rem;
  line-height: 1;
}
.c-card-1 .list-1 .list-icon img {
  vertical-align: top;
}
.c-card-1 .list-1 .list-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 520px) {
  .c-card-1 .list-1 .list-text {
    font-size: 1.4rem;
  }
}
.c-card-1 .price {
  position: relative;
  text-align: center;
  border-top: 1px dotted #696969;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .c-card-1 .price {
    padding-top: 2vw;
  }
}
.c-card-1 .price .icon-price {
  position: absolute;
  top: 5px;
  left: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 4px 8px;
}
@media screen and (max-width: 520px) {
  .c-card-1 .price .icon-price {
    font-size: 3vw;
    padding: 2vw 2vw;
  }
}
.c-card-1 .price .icon-price.type-1 {
  background: #E61211;
}
.c-card-1 .price .icon-price.type-2 {
  background: #17559D;
}
.c-card-1 .price .price__main {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .c-card-1 .price .price__main {
    font-size: 7vw;
  }
}
.c-card-1 .price .price__sub {
  font-size: 1.4rem;
}
.c-tooltip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.c-tooltip .tooltip-message {
  display: none;
}
.c-tooltip:hover .tooltip-message {
  display: block;
  position: absolute;
  z-index: 10;
  top: 30px;
  left: -18px;
  width: 162px;
  min-height: 50px;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .c-tooltip:hover .tooltip-message {
    top: 30px;
    left: -18px;
    right: -10px;
    font-size: 1.2rem;
  }
}
.c-tooltip:hover .tooltip-message.wide-s {
  width: 162px;
}
.c-tooltip:hover .tooltip-message.wide-l {
  width: 360px;
}
.c-tooltip:hover .tooltip-message.wide-xl {
  width: 470px;
}
.c-tooltip:hover .tooltip-message::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 8px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (max-width: 1024px) {
  .c-tooltip:hover .tooltip-message::after {
    top: -10px;
    left: 5px;

    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .c-tooltip:hover .tooltip-message.wide-l {
    width: 220px;
  }
}
@media screen and (max-width: 520px) {
  .c-tooltip:hover .tooltip-message {
    top: 5.5vw;
    left: -30.5vw;
    width: 40.5vw;
    min-height: 12.5vw;
    border-radius: 1.25vw;
    padding: 2.5vw;
  }
  .c-tooltip:hover .tooltip-message.wide-s {
    width: 40.5vw;
  }
  .c-tooltip:hover .tooltip-message.wide-l {
    width: 55vw;
  }
  .c-tooltip:hover .tooltip-message.wide-xl {
    width: 60vw;
  }
  .c-tooltip:hover .tooltip-message::after {
    top: -2.5vw;
    left: auto;
    right: 1.5vw;
    border-width: 5vw 5vw 0 5vw;
  }
  .c-tooltip:hover .tooltip-message.wide-l::after {
    right: 18.25vw;
  }
  .c-tooltip:hover .tooltip-message.wide-xl::after {
    right: 18.25vw;
  }
}
.c-breadcrumb {
  padding: 4px 50px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .c-breadcrumb {
    padding: 2px 16px;
  }
}
.c-breadcrumb > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-breadcrumb > ol > li {
  font-size: 1.2rem;
  color: #696969;
}
.c-breadcrumb > ol > li:not(:last-of-type)::after {
  content: "＞";
}
.c-breadcrumb > ol > li a {
  color: inherit;
}

.search-box {
  position: relative;
  /*max-width: 1280px;*/
  /* max-width: 1024px; */
  max-width: 920px;
  margin: auto;
  z-index: 3;
}
.search-box .search-box__header {
  position: relative;
  z-index: 1;
}
.search-box .search-box__body {
  position: relative;
  z-index: 2;
}
.search-box .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  white-space: nowrap;
}
.tab-item {
  cursor: pointer;
}
.search-box .tab .tab-itemHead {
  display: contents;
}
.search-box .tab .tab-item {
  line-height: 1;
  text-align: center;
  background: #fff;
  padding: 12px 20px;
  min-width: 170px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #e7e4e4;
  color: #E61211;
  font-weight: bold;
  text-decoration: none;
}
.search-box .tab .tab-item.disabled{
	background: #ccc;
	color: #aaa;
	border: 1px solid #bbb;
	cursor: default;
}
@media screen and (max-width: 1024px) {
  .search-box .tab .tab-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
    font-size: 1.3rem;
    padding: 2.5vw 0.5vw;
    min-width: inherit;
  }
}
@media screen and (max-width: 570px) {
  .search-box .tab .tab-item {
    font-size: 1rem;
  }
  .search-box .tab .tab-item.disabled{
    font-size: 1rem;
  }
}
@media screen and (max-width: 470px) {
    /*.search-box .tab .tab-item{
        padding: 3.5vw 2.5vw
      }*/
}
.search-box .tab .tab-item.selected {
  color: #fff;
  background: #E61211;
  font-size: 1.8rem;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  min-width: 180px;
  padding: 16px 20px;
  border-left: none;
}
.search-box .tab .tab-item.selected:hover {
	background: #E61211;
	opacity: 1;
}
@media screen and (max-width: 1024px) {
  .search-box .tab .tab-item.selected {
    padding: 3vw 1vw;
    min-width: inherit;
  }
}
@media screen and (max-width: 570px) {
  .search-box .tab .tab-item.selected {
    font-size: 1.4rem;
  }
}
.search-box .tab .tab-itemHead:first-child .tab-item {
  border-top-left-radius: 5px;
}

.search-box .tab .tab-item.tab-mycarSearch {
	border-top-right-radius: 5px;
  border-top-left-radius: 5px;
	/* border-left: 1px solid #ccc; */
	/* border-right: 1px solid #ccc; */
	/*border: 1px solid #ccc;*/
	/*border-left: none;*/
  margin-left: auto;
}
.search-box.p-mycar .tab .tab-item.tab-mycarSearch {
  margin-left: 0;
}
.search-box .tab .tab-itemHead:nth-child(4) .tab-item {
  border-top-right-radius: 5px;
}
.search-box .tab .tab-item:hover {
  text-decoration: none;
  opacity: 1;
  background: #eee;
}
@media screen and (max-width: 1025px) {
  .search-box .tab .tab-itemHead:last-child .tab-item {
    border-top-left-radius: 0;
    margin-left: auto;
  }
  .search-box .tab .tab-itemHead:nth-child(4)  .tab-item {
    border-top-right-radius: 0;
  }
}
.search-box #toggle-show__fav {
	border: 3px solid #E61211;
	/*border-top-right-radius: 10px;*/
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	padding: 25px 20px 25px;
}

.search-box .tab-content__wrap {
  border: 3px solid #E61211;
  /*border-top-right-radius: 10px;*/
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  padding: 20px 25px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.search-box.p-mycar .tab-content__wrap {
  border-top-right-radius: 10px;
}
@media screen and (max-width: 1025px) {
  .search-box .tab-content__wrap {
    border-top-right-radius: 0;
  }
}
.search-box .tab-content {
  /*border-top-right-radius: 10px;*/
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  display: none;
}
.search-box .tab-content.selected {
  display: block;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content {
    padding: 4vw 7vw 5vw;
    border-top-right-radius: 0;
    
  }
}
@media screen and (max-width: 520px) {
  .search-box .tab-content {
    padding: 4vw 3vw 5vw;
    border-top-right-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content.is-open .tab-content__inner .search-main-box-1 {
    display: none;
  }
}
.search-box .tab-content.is-open .tab-content__inner .search-sub-button {
  text-align: center;
  margin-top: 20px;
}
.search-box .tab-content .tab-content__inner {
  /* max-width: 948px; */
  margin: auto;
  max-width: 850px;
}
.search-box .tab-content .tab-content__inner .search-main-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* margin-bottom: 16px; */
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content .tab-content__inner .search-main-box-1 {
    display: block;
    margin-bottom: 5vw;
  }
}
.search-box .tab-content .tab-content__inner .search-main-box-1 .box-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content .tab-content__inner .search-main-box-1 .box-item {
    position: relative;
    text-align: center;
  }
}
.search-box .tab-content .tab-content__inner .search-main-box-1 .box-item:nth-of-type(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 5%;
          flex: 0 1 5%;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content .tab-content__inner .search-main-box-1 .box-item:nth-of-type(2) {
    padding-top: 1vw;
    justify-content: center;
  }
}
.search-box .tab-content .tab-content__inner .search-main-box-1 .box-item .form-control {
  border-width: 2px;
  /* height: 50px; */
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content__wrap .search-main-box-1 .box-item .c-icon-reverse,
  .search-box .tab-content__wrap .search-detail-box .search-detail-box__header .c-icon-reverse {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content .tab-content__inner .search-main-box-1 .box-item .c-icon-reverse img {
    width: 36px;
  }
}
.search-main-PpickupNameWrap {
  width: 100%;
}
.search-main-aaNote {
  text-align: left;
  font-size: 1.2rem;
  color: red;
  position: relative;
  padding-left: 1.2rem;
  display: none;
}
.search-main-aaNote::before {
  content: '※';
  font-size: 1.2rem;
  color: red;
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 1;
}
.satellite-red {
  background-color: #fdbcbc !important;
}
.search-box .tab-content .tab-content__inner .search-main-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* margin-bottom: 28px; */
  margin-bottom: 14px;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content .tab-content__inner .search-main-box-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin-bottom: 4vw;
  }
}
.search-box .tab-content .tab-content__inner .search-main-box-2 .box-item-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
.search-box .tab-content .tab-content__inner .search-main-box-2 .box-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content .tab-content__inner .search-main-box-2 .box-item {
    position: relative;
    text-align: center;
    width: 100%;
  }
}
.search-box .tab-content .tab-content__inner .search-main-box-2 .box-item .form-control {
  border-width: 2px;
  /* height: 50px; */
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content .tab-content__inner .search-main-box-2 .box-item .form-control {
    margin-bottom: 20px;
  }
}
.search-box .tab-content .tab-content__inner .search-main-box-2 .form-radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-box .tab-content .tab-content__inner .search-main-box-2 .form-radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content .tab-content__inner .search-main-box-2 .form-radio-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.search-box .tab-content .tab-content__inner .search-main-box-2 .form-radio-list .form-radio-list-title {
  /* font-size: 1.8rem; */
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 520px) {
  .search-box .tab-content .tab-content__inner .search-main-box-2 .form-radio-list .form-radio-list-title {
    font-size: 16px;
    font-size: 4vw;
  }
}
.search-box .tab-content .tab-content__inner .search-main-box-2 .form-radio-list .form-radio-label {
  margin-left: 0;
}
@media screen and (max-width: 520px) {
  .search-box .tab-content .tab-content__inner .search-main-box-2 .form-radio-list .form-radio-label .form-radio-text {
    font-size: 16px;
    font-size: 4vw;
  }
}
@media screen and (max-width: 520px) {
  .search-box .tab-content .tab-content__inner .search-main-box-2 .form-radio-list .form-radio-label .form-radio-text::before {
    width: 4vw;
    height: 4vw;
  }
}
.search-box .tab-content .tab-content__inner .search-main-box-2 .form-radio-list .form-radio {
  margin-left: 20px;
}
@media screen and (max-width: 520px) {
  .search-box .tab-content .tab-content__inner .search-main-box-2 .form-radio-list .form-radio {
    margin-left: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content .tab-content__inner .search-main-box-2 .box-item:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 1;
  }
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content .tab-content__inner .search-main-box-2 .box-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 2;
  }
}

.search-box .tab-content__wrap .search-main-box-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 30px;
  /* margin-bottom: 28px; */
  margin-bottom: 14px;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content__wrap .search-main-box-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin-bottom: 6vw;
    padding: 0;
  }
}
.search-box .tab-content__wrap .search-main-box-3 .box-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content__wrap .search-main-box-3 .box-item {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content__wrap .search-main-box-3 .box-item:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content__wrap .search-main-box-3 .box-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.search-box .tab-content__wrap .search-detail-box {
  display: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content__wrap .search-detail-box .form-main {
    height: 50px !important;
  }
}
.search-box .tab-content__wrap .search-detail-box .search-detail-box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content__wrap .search-detail-box .search-detail-box__header {
    display: block;
  }
}
.search-box .tab-content__wrap .search-detail-box .search-detail-box__header .header-primary,
.search-box .tab-content__wrap .search-detail-box .search-detail-box__header .header-secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 44%;
          flex: 0 1 44%;
}
.search-box .tab-content__wrap .search-detail-box .search-detail-box__header .header-primary {
  padding-left: 2%;
}
.search-box .tab-content__wrap .search-detail-box .search-detail-box__header .header-secondary {
  padding-left: 2%;
}
.search-box .tab-content__wrap .search-detail-box .search-detail-box__footer {
  padding-left: 2%;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content__wrap .search-detail-box .form-checkbox-list.list-1 .form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
      -ms-flex-pack: left;
        justify-content: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content__wrap .search-detail-box .form-checkbox-list.list-1 .form-checkbox-label-wrapper {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.search-box .tab-content__wrap .search-detail-box .form-checkbox-list.list-1 .form-checkbox-label-wrapper .form-checkbox-label {
  display: inline-block;
}
.search-box .tab-content__wrap .search-detail-box .form-checkbox-list.list-1 .form-checkbox-label-wrapper .form-checkbox-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
}
.search-box .tab-content__wrap .search-detail-box .form-checkbox-list.list-1 .form-checkbox-label-wrapper .form-checkbox-text .c-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-left: 4px;
  margin-right: 0;
}
.search-box .tab-content__wrap .search-detail-box .form-checkbox-list.list-1 .form-checkbox input[type=checkbox] + .form-checkbox-text {
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.search-box .tab-content__wrap .search-detail-box .form-checkbox-list.list-2 .form-checkbox-label-wrapper:not(:nth-of-type(1)) {
  margin-left: 20px;
}
.search-box .tab-content__wrap .search-detail-box .form-checkbox-list.list-2 .form-checkbox-label-wrapper .form-checkbox-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
}
.search-box .tab-content__wrap .search-detail-box .form-checkbox-list.list-2 .form-checkbox-label-wrapper .form-checkbox-text .c-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-left: 4px;
  margin-right: 5px;
}
.search-box .tab-content__wrap .search-detail-box .form-checkbox-list.list-2 .form-checkbox-label-wrapper .form-checkbox-text .c-icon-camera {
  margin-top: -4px;
}
.search-box .tab-content__wrap .search-detail-box .group {
  background: #F7F7F7;
  border-radius: 5px;
  padding: 15px 25px;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content__wrap .search-detail-box .group {
    padding: 15px;
  }
}
@media screen and (max-width: 520px) {
  .search-box .tab-content__wrap .search-detail-box .group {
    padding: 3.75vw;
  }
}
.search-box .tab-content__wrap .search-detail-box .group .group-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.group-item.required {
  position: relative;
}
.group-item.required::before {
  content: "※";
  display: block;
  position: absolute;
  top: 7px;
  left: -14px;
  font-size: 1rem;
  color: #E61211;
}
.search-box .tab-content__wrap .search-detail-box .group .group-item {
  margin-left: 15px;
}
.search-box .tab-content__wrap .search-detail-box .group .search-block02.hidden {
  display: none;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content__wrap .search-detail-box .group .group-item {
    margin-left: 0;
  }
}
.search-box .tab-content__wrap .search-detail-box .group .group-item.has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.has-icon .ui-datepicker-trigger {
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: -9999px;
  cursor: pointer;
  margin-left: 10px;
  background: url("/img/common/icon_cal.png") center center/100% 100% no-repeat;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.has-icon input:not(:disabled) + .ui-datepicker-trigger:hover {
  background: url("/img/common/icon_cal_on.png") center center/100% 100% no-repeat;
}
.search-detail-box__header .has-icon .ui-datepicker-trigger{
  width: 35px;
}
.detail-area-2__body .has-icon .ui-datepicker-trigger{
  width: 33px;
}
.has-icon input:disabled + .ui-datepicker-trigger {
  cursor: unset;
  opacity: 0.3;
}
.search-box .tab-content__wrap .search-detail-box .group .group-item.type-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          gap: 5px;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content__wrap .search-detail-box .group .group-item.type-1 {
    display: block;
  }
}
/*
.search-box .tab-content__wrap .search-detail-box .group .group-item.type-1 input[type="text"]:nth-child(3) {
	width: 200%;
}
.search-box .tab-content__wrap .search-detail-box .group .group-item.type-1 input[type="text"]:not(:last-child) {
	margin-right: 5px;
}
*/
.search-box .tab-content__wrap .search-detail-box .group .group-item.type-1 .w-4 {
  -webkit-box-flex: 0;

}
@media screen and (max-width: 1024px) {
/*
  .search-box .tab-content__wrap .search-detail-box .group .group-item.type-1 input[type="text"]:not(:last-child) {
    margin-bottom: 5px;
  }
  .search-box .tab-content__wrap .search-detail-box .group .group-item.type-1 input[type="text"]:nth-child(3) {
    width: 100%;
  }
*/
  .search-box .tab-content__wrap .search-detail-box .group .group-item.type-1 .w-3,
  .search-box .tab-content__wrap .search-detail-box .group .group-item.type-1 .w-4 {
    margin-bottom: 8px;
  }
}
.search-box .tab-content__wrap .search-detail-box .group .group-item.type-1 .w-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66%;
          flex: 0 1 66%;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content__wrap .search-detail-box .group .group-item.type-1 .w-8 {
    margin-bottom: 8px;
  }
}
.search-box .tab-content__wrap .search-detail-box .group .group-item.type-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content__wrap .search-detail-box .group .group-item.type-2 {
    display: block;
  }
}
.search-box .tab-content__wrap .search-detail-box .group .group-item.type-2 .w-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content__wrap .search-detail-box .group .group-item.type-2 .w-3 {
    margin-bottom: 8px;
  }
}
.search-box .tab-content__wrap .search-detail-box .group .group-item:not(:last-of-type) {
  margin-bottom: 8px;
  /*position: relative;*/
}
.search-box .tab-content__wrap .search-detail-box .group .group-item .form-control {
  height: 32px;
}
.search-box .tab-content__wrap .search-detail-box .group .group-item:not(:last-of-type).mb-space {
	margin-bottom: 20px;
}
.search-box .tab-content__wrap .search-detail-box .form-checkbox-label-wrapper {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content__wrap .search-detail-box .form-checkbox-label-wrapper {
    display: block;
    margin-bottom: 8px;
  }
  .search-box .tab-content__wrap .search-detail-box .form-checkbox-list.list-2 .form-checkbox-label-wrapper:not(:nth-of-type(1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content__wrap .search-detail-box .form-checkbox-label-wrapper {
    margin-bottom: 2vw;
  }
}
.search-box .tab-content .tab-content__inner .search-main-button {
  border-top: 1px solid #D4D4D4;
  /* padding-top: 34px; */
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content .tab-content__inner .search-main-button {
    padding-top: 6vw;
  }
}
.search-box .tab-content__wrap .search-sub-button {
  text-align: right;
  margin-top: -30px;
}
.search-box .tab-content__wrap .search-sub-button.eeeezy-search-sub-button {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .search-box .tab-content__wrap .search-sub-button {
    margin-top: 0;
    padding-top: 18px;
    font-size: 1.6rem;
    text-align: center;
    color: #696969;
  }
  .search-box .tab-content__wrap .search-sub-button.eeeezy-search-sub-button {
    margin-top: 0;
  }
}

.search-box .group-label-wrap,
.search-block-PickupPaymentDate .group-label-wrap {
    display: flex;
    align-items: baseline;
}
.search-box .group-label-wrap > * + *,
.search-block-PickupPaymentDate .group-label-wrap > * + * {
    margin-left: 20px;
}
.search-box .group-label-wrap .form-checkbox-input:disabled,
.search-block-PickupPaymentDate .group-label-wrap .form-checkbox-input:disabled {
    pointer-events: none;
    cursor: default;
}
.search-box .group-label ,
.search-block-PickupPaymentDate .group-label {}


.search-box .group-item-body,
.search-block-PickupPaymentDate .group-item-body {
    display: flex;
    align-items: center;
}
.search-box .group-item-body .pickupDateInput,
.search-block-PickupPaymentDate .group-item-body .pickupDateInput {
}
.search-box .group-item-body .has-icon,
.search-block-PickupPaymentDate .group-item-body .has-icon {
	flex: 1 0;
    display: flex;
}
.search-box .group-item-body .has-icon .ui-datepicker-trigge,
.search-block-PickupPaymentDate .group-item-body .has-icon .ui-datepicker-trigger{
    width: 30px;
}
.search-box .group-item-body .form-radio,
.search-block-PickupPaymentDate .group-item-body .form-radio {
    margin-left: 20px;
}
.search-box .group-item-body .form-radio + .form-radio,
.search-block-PickupPaymentDate .group-item-body .form-radio + .form-radio {
    margin-left: 5px;
}
.search-box .group-item-body .form-radio .form-radio-label,
.search-block-PickupPaymentDate .group-item-body .form-radio .form-radio-label {
    margin-left: 0;
}
.search-box .group-item-body .form-radio-input:disabled,
.search-block-PickupPaymentDate .group-item-body .form-radio-input:disabled {
    pointer-events: none;
    cursor: default;
}
#mycarSearch .form-select {
  font-size: 1.4rem;
  padding: 3px 22px 3px 8px;
  border-radius: 3px;
  border: solid 1px #707070;
      background: #fff url(/img/common/icon_select.png) right 0.75rem center/12px 8px no-repeat;
  height: 40px;
  border-width: 2px;
  max-width: 171px;
  margin-right: 5px;
}
#mycarSearch .form-select2-search.form-select {
  width: 100% !important;
  height: 40px !important;
  right: 0;
}
#mycarSearch.tab-content .tab-content__inner .search-main-box-1 .box-item {
  position: relative;
}
#mycarSearch .select2-container {
  max-width: 171px;
}
#mycarSearch .select2-container .select2-selection--single {
  background: #fff url(/img/common/icon_select.png) right 0.75rem center/12px 8px no-repeat;
  height: 40px;
}
#mycarSearch .select2-container--default .select2-selection--single {
  height: 40px;
  border: 2px solid #707070;
  line-height: 30px;
  padding: 3px 8px;
  border-radius: 3px;
}
#mycarSearch .box-item > .form-select:last-child {
  margin-right: 0px;
}
#mycarSearch .bottom-area .form-control {
margin: 5px 0 0 36px;
}

/* 過去発注履歴 2023-08-25_fukushige */
/*************************
  favorite_order.tpl
*************************/
.fav-order__border {
  border-top: 1px solid #D4D4D4;
  padding-top: 20px;
  margin-top: 20px;
}
.fav-order__border .list_tableVendorLinkWrap {
  text-align: right;
}
.list_box {
  margin: 30px auto 0;
  padding-bottom: 60px;
}
.list_box .list_tableWrap {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.4);
}
.fav-white-space {
  white-space: nowrap;
}
.arw-pickup-name {
  position: absolute;
  top: 10px;
  left: 5px;
}
.arw-transporter-name {
  position: absolute;
  top: 0.5vw;
  left: 5vw;
}

.scroll-table-favorite {
	max-height: 280px;
	overflow-y: scroll;
}

.list_table_favorite {
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.list_table_favorite thead {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 1;
}
.list_table_favorite tr {
  background-color: #fff;
}
.list_table_favorite thead tr:last-child th {
  padding: 6px 10px 6px;
}
.list_box .b1 {
  background-color: #e1eaf6;
}
.list_table_favorite th, .list_table_favorite th *, .list_table_favorite td {
  word-break: break-all !important;
  font-size: 1.2rem;
  vertical-align: middle;
}
.list_table_favorite th {
  cursor: pointer;
  white-space: nowrap;
  background-color: #696969;
  color: #445880;
  position: relative;
  transition: all 0.2s;
}
.list_table_favorite th:first-child:hover{
  cursor: auto;
  opacity: 1;
}
.list_table_favorite th:nth-child(2) {
  width: 45%;
}
.list_table_favorite th:hover {
  opacity: 0.7;
}
.list_table_favorite th, .list_table_favorite td {
  padding: 2px 10px 0px;
  line-height: 120%;
  border: 1px solid #ccc;
}
.list_table_favorite tbody tr {
  cursor: pointer;
  height: 46px;
  cursor: pointer;
  transition: all 0.2s;
}
.list_table_favorite tbody tr:hover{
  text-decoration: none;
  background: #eee;
}
.list_table_favorite tr:nth-child(odd) td:first-child {
  
}
.list_table_favorite tr:first-child td {
  border-top: none;
}
.list_table_favorite th, .list_table_favorite th *, .list_table_favorite td {
  word-break: break-all !important;
  font-size: 14px;
  vertical-align: middle;
}
.list_table_favorite td {
  padding: 8px 5px 8px;
}
.list_table_favorite th, .list_table_favorite td {
  padding: 2px 10px 0px;
  line-height: 120%;
  border: 1px solid #ccc;
}
@media screen and (max-width: 1100px){
  .list_table_favorite {
      max-width: 1280px;
      width: 100%;
  }
  .list_table_favorite thead {
  }
  .list_table_favorite tr:nth-child(odd) td:first-child {
    width: 35px;
    min-width: 35px;
  }
  .list_table_favorite th.sp_on, .list_table_favorite td.sp_on {
      display: table-cell;
  }
  .list_table_favorite th, .list_table_favorite td {
      display: none;
  }
  .list_table_favorite th.sp_on, .list_table_favorite td.sp_on {
    display: table-cell;
  }
  .list_table_favorite th, .list_table_favorite td {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .list_table_favorite th:nth-child(2) {
    width: 35%;
  }
}
@media screen and (max-width: 570px) {
  .sp_on-ssp-padd {
    padding: 5vw;
  }
  .arw-ssp-hidden {
    display: none;
  }
  .u-disp__smallsp > .arw-pickup-name {
    top: 1vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*************************
  favorite_company.tpl
*************************/
.fav-text {
  text-align: center;
  margin: auto;
}
/****************************************/


/* アイコン */
.tab-content-fav__route-history {
  font-size: 1.4rem;
}
.fav-table__height {
  max-height: 200px;
}
/****************************
  search_list.tpl
****************************/
.icon-favorite-banner__position {
  position: absolute;
  top: 10px;
  right: -27px;
}
/* banner__nonactiveの例です 実装後はいりません */
.icon-favbanner-exm__position {
  position: absolute;
  top: 10px;
  right: -27px;
}
/*****************************************/
.c2-icon-arw-1 {
  display: inline-block;
  background: url("/img/common/c2_icon_arw_1.png") center center/100% 100% no-repeat;
  width: 27px;
  height: 27px;
}

#mycarSearch .box-items {
  width: 45%;
}
#mycarSearch .c-icon-pin {
  width: 43px
}
@media screen and (max-width: 1024px) {
  #mycarSearch .form-select {
    /* margin-bottom: 1vw; */
    max-width: 100%;
  }
  #mycarSearch .form-select2-search.form-select {
    max-width: 45%;
  }
  #mycarSearch .select2-container {
    max-width: 100%;
    text-align: left;
  }
  #mycarSearch .bottom-area .form-control {
    margin: 0;
  }
  #mycarSearch .box-items {
    width: 100%;
  }
  #mycarSearch .c-icon-pin {
  position: absolute;
  top: 3px;
  left: -43px;
  }
}
@media screen and (max-width: 520px) {
  #mycarSearch .c-icon-pin {
    top: 3px;
    left: -38px;
  }
}

.c2-icon-arw-2 {
  display: inline-block;
  background: url("/img/common/c2_icon_arw_2.png") center center/100% 100% no-repeat;
  width: 31px;
  height: 31px;
}

.c2-icon-arw-3 {
  display: inline-block;
  background: url("/img/common/c2_icon_arw_3.png") center center/100% 100% no-repeat;
  width: 31px;
  height: 31px;
}

.c2-icon-arw-4 {
  display: inline-block;
  background: url("/img/common/c2_icon_arw_4.png") center center/100% 100% no-repeat;
  width: 26px;
  height: 26px;
}

.c2-icon-arw-5 {
  display: inline-block;
  background: url("/img/common/c2_icon_arw_5.png") center center/100% 100% no-repeat;
  width: 30px;
  height: 30px;
}

.c2-icon-arw-6 {
  display: inline-block;
  background: url("/img/common/c2_icon_arw_6.png") center center/100% 100% no-repeat;
  width: 12px;
  height: 7px;
}
.c2-icon-arw-7 {
  display: inline-block;
  background: url("/img/common/c2_icon_arw_7.png") center center/100% 100% no-repeat;
  width: 26px;
  height: 26px;
}
.c2-icon-arw-8 {
  display: inline-block;
  background: url("/img/common/c2_icon_arw_8.png") center center/100% 100% no-repeat;
  width: 31px;
  height: 31px;
}
.c2-icon-hatena {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    vertical-align: middle;
    background: url("/img/common/icon_hatena.png") center center/calc(100% - 4px) calc(100% - 4px) no-repeat;
    width: 31px;
    aspect-ratio: 1/1;
  }

/* アンケートアイコン 2023-08-18_fukushige */
.u-arw7__questionnaire {
  position: relative;
  left: 20%;
  width: 26px;
  height: 26px;
}
.u-arw7__questionnaire__modal {
  left: 18%;
}
@media screen and (max-width: 768px) {
  .u-arw7__questionnaire {
    left: 25%;
    width: 5vw;
    height: 5vw;
  }
  .u-arw7__questionnaire__modal {
    left: 16%;
  }
}
.u-arw6__questionnaire {
  float: left;
  position: relative;
  top: -26px;
  left: 130px;
}

.c2-icon-1 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/c2_icon_1.png") center center/100% 100% no-repeat;
  width: 22px;
  height: 22px;
}

.c2-icon-2 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/c2_icon_2.png") center center/100% 100% no-repeat;
  width: 33px;
  height: 17px;
}

.c2-icon-3 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_option_camera_1.svg") center center/100% 100% no-repeat;
  width: 18px;
  height: 18px;
}

.c2-icon-4 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_option_camera_2.svg") center center/100% 100% no-repeat;
  width: 18px;
  height: 18px;
}

.c2-icon-5 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_option_camera_3.svg") center center/100% 100% no-repeat;
  width: 18px;
  height: 18px;
}

.c2-icon-6 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_option_numbercut.svg") center center/100% 100% no-repeat;
  width: 18px;
  height: 18px;
}

.c2-icon-7 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_option_carwash.svg") center center/100% 100% no-repeat;
  width: 18px;
  height: 18px;
}
/*輸送発注確認画面の洗車アイコン*/
.shipping-detail-archive .main-content__body .c2-icon-7 {
  margin-left: 10px;
}

.c2-icon-8 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/c2_icon_8.png") center center/100% 100% no-repeat;
  width: 20px;
  height: 26px;
  margin-top: -12px;
}
@media screen and (max-width: 1024px) {
  .c2-icon-8 {
    width: 14px;
    height: 18px;
    margin-top: -6px;
    margin-right: 5px;
  }
}

.c2-icon-9 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/c2_icon_9.png") center center/100% 100% no-repeat;
  width: 40px;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .c2-icon-9 {
    width: 31px;
    height: 16px;
    margin-right: 5px;
  }
}
.c2-icon-night {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_night.svg") center center/100% 100% no-repeat;
  width: 20px;
  height: 26px;
  margin-top: -5px;
  margin-right: 5px;
  display: none;
}
.c-icon-pointer {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_pointer.svg") center center/100% 100% no-repeat;
  min-width: 27px;
  min-height: 27px;
  margin-top: -3px;
}
@media screen and (max-width: 570px) {
  #page-result .result-archive .card-result .card-result__body .price-box .icon p {
    min-width: 23px;
    min-height: 23px;
  }
}
.c-icon-headsup {
  display: inline-block;
  vertical-align: middle;
  background: url(/img/common/icon_headsup.svg) center center/100% 100% no-repeat;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1024px) {
  .c2-icon-night {
    width: 14px;
    height: 18px;
    margin-right: 5px;
  }
}
.c2-icon-10 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_numbercut_1_1w.svg") center center/100% 100% no-repeat;
  width: 18px;
  height: 18px;
}

.c2-icon-11 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_numbercut_1_2w.svg") center center/100% 100% no-repeat;
  width: 18px;
  height: 18px;
}

.c2-icon-12 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/c2_icon_12.png") center center/100% 100% no-repeat;
  width: 39px;
  height: 24px;
  margin-right: 2px;
}

.c2-icon-search {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/c2_icon_search.png") center center/100% 100% no-repeat;
  width: 18px;
  height: 18px;
}

.c2-icon-transport-1 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_transport_ship.svg") center center/100% 100% no-repeat;
  width: 23px;
  height: 23px;
}
.c2-icon-transport-1.size-l {
  background: url("/img/common/icon_transport_ship.svg") center center/100% 100% no-repeat;
  width: 30px;
  height: 30px;
}

.c2-icon-transport-2 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_transport_loader.svg") center center/100% 100% no-repeat;
  width: 28px;
  height: 28px;
}
.c2-icon-transport-2.size-l {
  background: url("/img/common/icon_transport_loader.svg") center center/100% 100% no-repeat;
  width: 35px;
  height: 34px;
}

.c2-icon-transport-3 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_transport_car.svg") center center/100% 100% no-repeat;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 1024px) {
  #mycarSearch .c2-icon-transport-3 {
    position: absolute;
    top: 12px;
    left: -38px;
  }
}
@media screen and (max-width: 520px) {
  #mycarSearch .c2-icon-transport-3 {
    position: absolute;
    top: 12px;
    left: -33px;
  }
}
.c2-icon-transport-3.size-l {
  background: url("/img/common/icon_transport_car.svg") center center/100% 100% no-repeat;
  width: 34px;
  height: 34px;
}

.c2-icon-transport-4 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/c2_icon_transport_4.png") center center/100% 100% no-repeat;
  width: 33px;
  height: 16px;
}
.c2-icon-transport-4.size-l {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c2-icon-transport-5 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/c2_icon_transport_5.svg") center center/contain no-repeat;
  width: 26px;
  aspect-ratio: 1/1;
}
.c2-icon-transport-5.size-l {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c2-icon-transport-6 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/c2_icon_transport_6.svg") center center/100% 100% no-repeat;
  width: 26px;
  aspect-ratio: 1/1;
}
.c2-icon-transport-6.size-l {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c2-icon-transport-7 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/c2_icon_transport_7.svg") center center/contain no-repeat;
  width: 35px;
  aspect-ratio: 1/1;
}
.c2-icon-transport-7.size-l {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.c2-icon-option-1-1 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_option_camera_1.svg") center center/100% 100% no-repeat;
  width: 22px;
  height: 22px;
}
.c2-icon-option-1-2 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_option_camera_2.svg") center center/100% 100% no-repeat;
  width: 22px;
  height: 22px;
}
.c2-icon-option-1-3 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_option_camera_3.svg") center center/100% 100% no-repeat;
  width: 22px;
  height: 22px;
}


.c2-icon-option-2 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_option_carwash.svg") center center/100% 100% no-repeat;
  width: 28px;
  height: 28px;
}

.c2-icon-option-3 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_option_numbercut.svg") center center/100% 100% no-repeat;
  width: 25px;
  height: 25px;
}

.c2-icon-option-4 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_numbercut_1_1w.svg") center center/100% 100% no-repeat;
  width: 25px;
  height: 25px;
}

.c2-icon-option-5 {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/icon_numbercut_1_2w.svg") center center/100% 100% no-repeat;
  width: 25px;
  height: 25px;
}

.c2-icon-close {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/common/c2_icon_close.png") center center/100% 100% no-repeat;
  width: 15px;
  height: 15px;
  margin-right: 0;
}

.c2-btn-type-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-align: center;
  border: 1px solid #A8A8A8;
  border-radius: 5px;
  color: #696969;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(21.18%, #fff), color-stop(34.48%, #fff), color-stop(80.3%, #efefef), to(#e2e2e2));
  background: linear-gradient(to bottom, #f8f8f8 0%, #fff 21.18%, #fff 34.48%, #efefef 80.3%, #e2e2e2 100%);
  padding: 10px;
  margin: 0;
  width: 300px;
  height: 50px;
}
.c2-btn-type-1 .btn-text .btn-text-1 {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .c2-btn-type-1 .btn-text .btn-text-1 {
    font-size: 1.6rem;
  }
}
.c2-btn-type-1:hover {
  opacity: 0.7;
}

.c2-btn-type-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1;
  text-align: center;
  border: 2px solid #C20001;
  border-radius: 5px;
  color: #C20001;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(21.18%, #fff), color-stop(34.48%, #fff), color-stop(80.3%, #efefef), to(#e2e2e2));
  background: linear-gradient(to bottom, #f8f8f8 0%, #fff 21.18%, #fff 34.48%, #efefef 80.3%, #e2e2e2 100%);
  padding: 10px;
  margin: 0;
  width: 318px;
  height: 70px;
}
@media screen and (max-width: 1380px) {
  .c2-btn-type-2 {
    padding: 4px;
    width: 100%;
    height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .c2-btn-type-2 .btn-text {
    padding-right: 20px;
  }
}
.c2-btn-type-2 .btn-text .btn-text-1 {
  font-size: 1.6rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .c2-btn-type-2 .btn-text .btn-text-1 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 520px) {
  .c2-btn-type-2 .btn-text .btn-text-1 {
    font-size: 3.4vw;
  }
}
.c2-btn-type-2 .btn-text .btn-text-2 {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .c2-btn-type-2 .btn-text .btn-text-2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 520px) {
  .c2-btn-type-2 .btn-text .btn-text-2 {
    font-size: 3.8vw;
  }
}
.c2-btn-type-2 .c-icon {
  margin-bottom: -2px;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -11px;
}
@media screen and (max-width: 1380px) {
  .c2-btn-type-2 .c-icon {
    right: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.c2-btn-type-2:hover {
  opacity: 0.7;
}

.c2-btn-type-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1;
  text-align: center;
  border: 2px solid #c20001;
  border-radius: 10px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#800000), color-stop(91.63%, #fe150b), color-stop(96.06%, #fff), to(#dedede));
  background: linear-gradient(to top, #800000 0%, #fe150b 91.63%, #fff 96.06%, #dedede 100%);
  padding: 10px;
  margin: 0;
  width: 318px;
  height: 63px;
}
@media screen and (max-width: 1380px) {
  .c2-btn-type-3 {
    width: 100%;
    padding: 10px 27px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1024px) {
  .c2-btn-type-3 {
    padding: 10px 27px 10px 10px;
  }
}
.c2-btn-type-3 .btn-text {
  text-shadow: 0 0 6px #8d0000;
}
.c2-btn-type-3 .btn-text .btn-text-1 {
  font-size: 1.6rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 1380px) {
  .c2-btn-type-3 .btn-text .btn-text-1 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 520px) {
  .c2-btn-type-3 .btn-text .btn-text-1 {
    font-size: 14px;
    font-size: 2.6923076923vw;
  }
}
.c2-btn-type-3 .btn-text .btn-text-2 {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1380px) {
  .c2-btn-type-3 .btn-text .btn-text-2 {
    font-size: 1.5rem;
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  .c2-btn-type-3 .btn-text .btn-text-2 {
    font-size: 15px;
    font-size: 2.8846153846vw;
  }
}
.c2-btn-type-3 .c-icon {
  margin-bottom: -2px;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -16px;
}
@media screen and (max-width: 1380px) {
  .c2-btn-type-3 .c-icon {
    right: -8px;
  }
}
.c2-btn-type-3:hover {
  opacity: 0.7;
}

.c2-btn-type-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1;
  text-align: center;
  border: 2px solid #DF7C2F;
  border-radius: 10px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#d88500), color-stop(91.63%, #fcdf90), color-stop(96.06%, #fff), to(#dedede));
  background: linear-gradient(to top, #d88500 0%, #fcdf90 91.63%, #fff 96.06%, #dedede 100%);
  padding: 10px;
  margin: 0;
  width: 318px;
  height: 63px;
}
@media screen and (max-width: 1380px) {
  .c2-btn-type-4 {
    width: 100%;
    padding: 10px 27px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1024px) {
  .c2-btn-type-4 {
    padding: 10px 27px 10px 10px;
  }
}
.c2-btn-type-4 .btn-text {
  text-shadow: 0 0 6px #ad3c00;
}
.c2-btn-type-4 .btn-text .btn-text-1 {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1380px) {
  .c2-btn-type-4 .btn-text .btn-text-1 {
    font-size: 1.5rem;
    text-align: left;
  }
}
.c2-btn-type-4 .c-icon {
  margin-bottom: -2px;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -15px;
}
@media screen and (max-width: 1380px) {
  .c2-btn-type-4 .c-icon {
    right: -8px;
  }
}
.c2-btn-type-4:hover {
  opacity: 0.7;
}

.c2-btn-type-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1;
  text-align: center;
  border: 2px solid #c20001;
  border-radius: 10px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#800000), color-stop(91.63%, #fe150b), color-stop(96.06%, #fff), to(#dedede));
  background: linear-gradient(to top, #800000 0%, #fe150b 91.63%, #fff 96.06%, #dedede 100%);
  padding: 10px;
  margin: 0;
  width: 245px;
  height: 54px;
}
.c2-btn-type-5.en {
  width: 310px;
}
@media screen and (max-width: 1024px) {
  .c2-btn-type-5 {
    width: 100%;
    height: 74px;
    padding: 10px 20px 10px 10px;
  }
}
@media screen and (max-width: 520px) {
  .c2-btn-type-5 {
    max-width: 165px;
  }
}
.c2-btn-type-5 .btn-text .btn-text-1 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c2-btn-type-5 .btn-text .btn-text-1 {
    display: block;
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  .c2-btn-type-5 .btn-text .btn-text-1 {
    font-size: 3vw;
  }
}
.c2-btn-type-5 .btn-text .btn-text-2 {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .c2-btn-type-5 .btn-text .btn-text-2 {
    font-size: 1.7rem;
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  .c2-btn-type-5 .btn-text .btn-text-2 {
    font-size: 3.5vw;
  }
}
.c2-btn-type-5 .c-icon {
  margin-bottom: -2px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -13px;
}
@media screen and (max-width: 1024px) {
  .c2-btn-type-5 .c-icon {
    right: 0;
    margin-right: 0;
  }
}
.c2-btn-type-5:hover {
  opacity: 0.7;
}

.c2-btn-type-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1;
  border: none;
  border-radius: 0;
  color: #333;
  background: transparent;
  padding: 0;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .c2-btn-type-6 {
    margin: 0 0 0 auto;
  }
}
.c2-btn-type-6 .btn-text .btn-text-1 {
  font-size: 1.8rem;
  font-weight: bold;
}
.c2-btn-type-6:hover {
  color: #E61211;
}
.c2-btn-type-6:disabled .btn-text .btn-text-1 {
  color: #bbb;
}

.c2-btn-type-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1;
  text-align: center;
  border: 2px solid #DF7C2F;
  border-radius: 10px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff0000), color-stop(91.63%, #fc9090), color-stop(96.06%, #fff), to(#dedede));
  background: linear-gradient(to top, #ff0000 0%, #fc9090 91.63%, #fff 96.06%, #dedede 100%);
  padding: 10px 65px;
  margin: 0;
  width: 318px;
  height: 63px;
}
@media screen and (max-width: 1380px) {
  .c2-btn-type-7 {
    width: 100%;
    padding: 10px 27px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1024px) {
  .c2-btn-type-7 {
    padding: 10px 27px 10px 10px;
  }
}
.c2-btn-type-7 .btn-text {
  text-shadow: 0 0 6px #ad3c00;
}
.c2-btn-type-7 .btn-text span {
    display: inline-block;
}
.c2-btn-type-7 .btn-text .btn-text-1 {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1380px) {
  .c2-btn-type-7 .btn-text .btn-text-1 {
    font-size: 1.5rem;
    text-align: left;
  }
}
.c2-btn-type-7 .btn-text .btn-text-3 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 1380px) {
  .c2-btn-type-7 .btn-text .btn-text-3 {
    font-size: 1.5rem;
    text-align: left;
  }
}
.c2-btn-type-7 .c-icon {
  margin-bottom: -2px;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -15px;
}
@media screen and (max-width: 1380px) {
  .c2-btn-type-7 .c-icon {
    right: -8px;
  }
}
.c2-btn-type-7:hover {
  opacity: 0.7;
}

.c2-btn-type-gray {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1;
  text-align: center;
  border: none;
  border-radius: 5px;
  color: #fff;
  background: #D4D4D4;
  padding: 10px;
  margin: 0;
  width: 318px;
  height: 53px;
}
@media screen and (max-width: 1380px) {
  .c2-btn-type-gray {
    padding: 4px;
    width: 100%;
    height: 50px;
  }
}
.c2-btn-type-gray .btn-text .btn-text-1 {
  font-size: 1.8rem;
}
@media screen and (max-width: 520px) {
  .c2-btn-type-gray .btn-text .btn-text-1 {
    font-size: 3.4vw;
  }
}
.c2-btn-type-gray .c-icon {
  margin-bottom: -2px;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -11px;
}
.c2-btn-close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  font-size: 0;
}
.c2-btn-close.nonActive {
	display: none;
}



.c2-btn-type-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1;
  text-align: center;
  border: 2px solid #00A2E9;
  border-radius: 10px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), color-stop(91.63%, #E2E2E2), color-stop(96.06%, #00b7ff), to(#0c85c2));
  background: linear-gradient(to bottom, #FFF, #E2E2E2 5%, #00b7ff 8%, #28b3ef 30%, #0c85c2);
  padding: 10px 65px;
  margin: 0;
  width: 318px;
  height: 63px;
}
@media screen and (max-width: 1380px) {
  .c2-btn-type-8 {
    width: 100%;
    padding: 10px 27px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1024px) {
  .c2-btn-type-8 {
    padding: 10px 27px 10px 10px;
  }
}
.c2-btn-type-8 .btn-text {
  text-shadow: 0 0 6px #0037ad;
}
.c2-btn-type-8 .btn-text span {
    display: inline-block;
}
.c2-btn-type-8 .btn-text .btn-text-1 {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1380px) {
  .c2-btn-type-8 .btn-text .btn-text-1 {
    font-size: 1.5rem;
    text-align: left;
  }
}
.c2-btn-type-8 .btn-text .btn-text-3 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 1380px) {
  .c2-btn-type-8 .btn-text .btn-text-3 {
    font-size: 1.5rem;
    text-align: left;
  }
}
.c2-btn-type-8 .c-icon {
  margin-bottom: -2px;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -15px;
}
@media screen and (max-width: 1380px) {
  .c2-btn-type-8 .c-icon {
    right: -8px;
  }
}
.c2-btn-type-8:hover {
  opacity: 0.7;
}



.c-link-1 {
  color: #DD000B;
}
@media screen and (max-width: 1024px) {
  .c-link-1 {
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #DD000B;
    padding: 0 10px;
  }
}

.c-link-2 {
  color: #5DB9E2;
}

a.c-underline {
  text-decoration: underline;
}
a.c-underline:hover {
  text-decoration: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .c-main-content {
    padding-top: 98px;
  }
}
.c-main-content__inner {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .c-main-content__inner {
    padding: 0 20px;
  }
}
.c-main-content__inner.type-s {
  max-width: 640px;
}

.c-main-section:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .c-main-section:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.c-main-section time {
  font-size: 14px;
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.c-form label {
  display: inline-block;
  margin-bottom: 0.5em;
}
.c-form .form-control {
  display: block;
  font-size: 1.6rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  border-radius: 3px;
  border: solid 1px #707070;
  background: #fff;
  width: 100%;
}
.c-form .form-control::-webkit-input-placeholder {
  color: #D5D2D2;
}
.c-form .form-control::-moz-placeholder {
  color: #D5D2D2;
}
.c-form .form-control:-ms-input-placeholder {
  color: #D5D2D2;
}
.c-form .form-control::-ms-input-placeholder {
  color: #D5D2D2;
}
.c-form .form-control::placeholder {
  color: #D5D2D2;
}

.c-heading-1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .c-heading-1 {
    font-size: 24px;
  }
}

.c-heading-2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .c-heading-2 {
    font-size: 18px;
  }
}

.c-withAttentionIcon {
	display: inline-block;
	vertical-align: baseline;
}
.c-withAttentionIcon::after {
	margin-left: 5px;
	content: '';
	display: inline-block;
	background: url(/img/common/icon_headsup.svg) center center/contain no-repeat;
	vertical-align: baseline;
	width: 1.2em;
	aspect-ratio: 1/1;
  }  

@-webkit-keyframes animeMvShow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animeMvShow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#page-top .main-content .main-content__footer {
  max-width: 1024px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  #page-top .main-content .main-content__footer {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  #page-top .g-footer .g-footer__secondary {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 1024px) {
  #page-top .g-footer .sitemap-item.item-store {
    display: none;
  }
}
.js-btn-search-open {
  display: block;
}
.js-btn-search-close {
  display: none;
}
@media screen and (max-width: 1024px) {
  .btn-sort-2-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}
.search-box-wrapper {
  /*padding-top: 140px;*/
  padding-top: 7vw;
  background: url("/img/index/top_bg_1.png") top center/100% auto no-repeat;
}
@media screen and (max-width: 1024px) {
 .search-box-wrapper {
    padding-top: 4vw;
    background: none;
    padding-left: 4vw;
    padding-right: 4vw;
    background: url("/img/index/top_bg_sp.png") top center/100% auto no-repeat;
  }
}
.search-box-wrapper .search-box-heading-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 6rem;
  font-weight: bold;
  text-shadow: 0 0 10px white, 0 0 10px white, 0 0 40px white, 0 0 60px white, 0 0 100px white;
  /*margin-bottom: 85px;*/
  margin-bottom: 6vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.5vw;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .search-box-wrapper .search-box-heading-1 {
    margin-bottom: 20px;
    line-height: 1.55;
  }
}
@media screen and (max-width: 283px) {
  .search-box-wrapper .search-box-heading-1 {
    width: 80%;
  }
}
#page-top .page-heading-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.8rem;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #page-top .page-heading-1 {
    font-size: 6.5vw;
  }
}
#page-top .page-heading-1::before {
  content: "";
  display: block;
  width: 40px;
  height: 6px;
  background: #E61211;
  margin-top: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .page-heading-1::before {
    width: 20px;
    height: 3px;
    margin-top: 5px;
    margin-right: 10px;
  }
}
#page-top .page-heading-1::after {
  content: "";
  display: block;
  width: 40px;
  height: 6px;
  background: #E61211;
  margin-top: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .page-heading-1::after {
    width: 20px;
    height: 3px;
    margin-top: 5px;
    margin-left: 10px;
  }
}
#page-top .page-heading-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 6px #008cb5;
}
@media screen and (max-width: 1024px) {
  #page-top .page-heading-2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 520px) {
  #page-top .page-heading-2 {
    font-size: 26px;
    font-size: 5vw;
  }
}
#page-top .page-heading-2::before {
  content: "";
  display: block;
  width: 40px;
  height: 6px;
  background: #fff;
  margin-top: 10px;
  margin-right: 20px;
  -webkit-box-shadow: 0 0 6px #008cb5;
          box-shadow: 0 0 6px #008cb5;
}
@media screen and (max-width: 1024px) {
  #page-top .page-heading-2::before {
    width: 20px;
    height: 3px;
    margin-top: 5px;
    margin-right: 10px;
  }
}
#page-top .page-heading-2::after {
  content: "";
  display: block;
  width: 40px;
  height: 6px;
  background: #fff;
  margin-top: 10px;
  margin-left: 20px;
  -webkit-box-shadow: 0 0 6px #008cb5;
          box-shadow: 0 0 6px #008cb5;
}
@media screen and (max-width: 1024px) {
  #page-top .page-heading-2::after {
    width: 20px;
    height: 3px;
    margin-top: 5px;
    margin-left: 10px;
  }
}
#page-top .page-text-1 {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #page-top .page-text-1 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  #page-top .page-text-1 {
    font-size: 16px;
    font-size: 3.0769230769vw;
  }
}
#page-top .top-bg-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(51, 51, 51, 0.15)));
  background: linear-gradient(to bottom, #fff 0%, rgba(51, 51, 51, 0.15) 100%);
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-bg-1 {
    margin-top: -50vw;
    padding-top: 50vw;
    -webkit-box-shadow: 0 -10px 10px rgba(51, 51, 51, 0.2);
            box-shadow: 0 -10px 10px rgba(51, 51, 51, 0.2);
  }
}
#page-top .pickup {
  position: relative;
  z-index: 2;
  padding: 75px 0 20px;
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-top .pickup {
    padding: 12vw 16px;
  }
}
#page-top .pickup .pickup__header {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #page-top .pickup .pickup__header {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 1024px) {
  #page-top .pickup .pickup__body .card-image-sp {
    margin-bottom: 4vw;
    text-align: center;
  }
}
#page-top .pickup .pickup__body .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page-top .pickup .pickup__body .card-wrapper .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  #page-top .pickup .pickup__body .card-wrapper .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-top .pickup .pickup__footer .image {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-top .pickup .pickup__footer .image {
    margin-bottom: 20px;
  }
}
#page-top .pickup .more {
  display: none;
}
@media screen and (max-width: 1024px) {
  #page-top .pickup .more {
    display: block;
    text-align: center;
  }
}
#page-top .p-indexBkGradation {
  background: -moz-linear-gradient(top, #fff, #dfdfdf);
  background: -webkit-linear-gradient(top, #fff, #dfdfdf);
  background: linear-gradient(to bottom, #fff, #dfdfdf);
  /*box-shadow: 0 2px 0px rgba(0,0,0,0.2), 0 -1px 5px -2px #b6b6b6 inset;*/

}
#page-top .movie {
  position: relative;
  z-index: 1;
  padding: 100px 20px 60px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #page-top .movie {
    padding: 70px 16px 20px;
  }
}
#page-top .movie__header, #page-top .appDl__header {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #page-top .movie__header, #page-top .appDl__header {
    margin-bottom: 20px;
  }
}
#page-top .movie__wrap {
  padding-top: 322px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 400px) {
  #page-top .movie__wrap {
    padding-top:56.25%;
  }
}
#page-top .movie__wrap iframe {
  max-width: 400px;
  max-height: 322px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  margin: auto;
}
#page-top .movie p {
  margin-top: 20px;
}
#page-top .appDl {
  padding: 0 0 80px 0;
}

#page-top .appDl .app-item {
  max-width: 300px;
  margin: 0 auto;
}
#page-top .appDl .app-item .list-item__appLink {
  display: flex;
  margin-top: 10px;
}
#page-top .appDl .app-item .list-item__appLink a:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 520px) {
  #page-top .appDl {
    padding: 70px 16px 20px;
  }
  #page-top .appDl .page-heading-1 {
    font-size: 6vw;
  }
  #page-top .appDl .app-item {
    max-width: 100%;
  }
  #page-top .appDl .app-item img:not(.list-item__appLink img ) {
    width: 100vw;
  }
}
#page-top .feature {
  position: relative;
  /*z-index: 2;*/
  padding: 80px 20px 60px;
  /*-webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.4);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.4);*/
}
@media screen and (max-width: 1024px) {
  #page-top .feature {
    padding: 30px 16px 50px;
  }
}
#page-top .feature .feature__header {
  margin-bottom: 65px;
}
@media screen and (max-width: 1024px) {
  #page-top .feature .feature__header {
    margin-bottom: 20px;
  }
}
#page-top .feature .feature__body .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1430px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #page-top .feature .feature__body .feature-list {
    display: block;
  }
}
#page-top .feature .feature__body .feature-list .list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22%;
          flex: 0 1 22%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .feature .feature__body .feature-list .list-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #page-top .feature .feature__body .feature-list .list-item:last-child {
    margin-bottom: 0;
  }
}
#page-top .feature .feature__body .feature-list .list-item .feature-box {
  text-align: center;
  color: #333;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-top .feature .feature__body .feature-list .list-item .feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page-top .feature .feature__body .feature-list .list-item .feature-box .feature-icon {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-top .feature .feature__body .feature-list .list-item .feature-box .feature-icon {
    min-height: inherit;
    margin-bottom: 2vw;
  }
}
#page-top .feature .feature__body .feature-list .list-item .feature-box .feature-text-1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-top .feature .feature__body .feature-list .list-item .feature-box .feature-text-1 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 520px) {
  #page-top .feature .feature__body .feature-list .list-item .feature-box .feature-text-1 {
    font-size: 6vw;
    font-weight: bold;
  }
}
#page-top .feature .feature__body .feature-list .list-item .feature-box .feature-text-2 {
  font-size: 1.8rem;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 1024px) {
  #page-top .feature .feature__body .feature-list .list-item .feature-box .feature-text-2 {
    font-size: 2rem;
    margin-bottom: 0.5vw;
  }
}
@media screen and (max-width: 520px) {
  #page-top .feature .feature__body .feature-list .list-item .feature-box .feature-text-2 {
    font-size: 4vw;
  }
}
#page-top .feature .feature__body .feature-list .list-item .feature-box .feature-text-3 {
  font-size: 0.9vw;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 1024px) {
  #page-top .feature .feature__body .feature-list .list-item .feature-box .feature-text-3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  #page-top .feature .feature__body .feature-list .list-item .feature-box .feature-text-3 {
    font-size: 9px;
    font-size: 1.7307692308vw;
  }
}
#page-top .feature .feature__body .feature-list .list-item .feature-box .feature-text-4 {
  font-size: 1vw;
}
@media screen and (max-width: 1024px) {
  #page-top .feature .feature__body .feature-list .list-item .feature-box .feature-text-4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 520px) {
  #page-top .feature .feature__body .feature-list .list-item .feature-box .feature-text-4 {
    font-size: 18px;
    font-size: 3.4615384615vw;
  }
}
#page-top .feature .feature__footer .image {
  margin-bottom: 60px;
}
#page-top .function {
  position: relative;
  z-index: 1;
  padding: 70px 20px 90px;
}
@media screen and (max-width: 1024px) {
  #page-top .function {
    padding: 30px 16px;
  }
}
#page-top .function .function__header {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #page-top .function .function__header {
    margin-bottom: 20px;
  }
}
#page-top .function .function__body {
  max-width: 1280px;
  margin: auto;
}
#page-top .function .function__body .function-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #page-top .function .function__body .function-list-wrapper {
    display: block;
  }
}
#page-top .function .function__body .function-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #page-top .function .function__body .function-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-top .function .function__body .function-list .list-item {
  padding: 0 50px 0 90px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1380px) {
  #page-top .function .function__body .function-list .list-item {
    padding: 0 2vw 0;
  }
}
@media screen and (max-width: 1024px) {
  #page-top .function .function__body .function-list .list-item {
    padding: 0;
    margin-bottom: 10px;
  }
}
#page-top .function .function__body .function-list .list-item .function-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 130px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #page-top .function .function__body .function-list .list-item .function-box {
    height: auto;
  }
}
@media screen and (max-width: 520px) {
  #page-top .function .function__body .function-list .list-item .function-box {
    min-height: 20vw;
  }
}
#page-top .function .function__body .function-list .list-item .function-box .box-primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  #page-top .function .function__body .function-list .list-item .function-box .box-primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}
@media screen and (max-width: 520px) {
  #page-top .function .function__body .function-list .list-item .function-box .box-primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25vw;
            flex: 0 0 25vw;
  }
}
@media screen and (max-width: 1024px) {
  #page-top .function .function__body .function-list .list-item .function-box .box-primary img {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #page-top .function .function__body .function-list .list-item .function-box .box-primary img {
    height: auto;
  }
}
#page-top .function .function__body .function-list .list-item .function-box .box-secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (max-width: 1024px) {
  #page-top .function .function__body .function-list .list-item .function-box .box-secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-top .function .function__body .function-list .list-item .function-box .function-text-1 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-top .function .function__body .function-list .list-item .function-box .function-text-1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  #page-top .function .function__body .function-list .list-item .function-box .function-text-1 {
    font-size: 4.5vw;
  }
}
#page-top .function .function__body .function-list .list-item .function-box .function-text-2 {
  font-size: 1.6rem;
}
@media screen and (max-width: 520px) {
  #page-top .function .function__body .function-list .list-item .function-box .function-text-2 {
    font-size: 3.6vw;
  }
}
#page-top .function .function__footer .image {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-top .function .function__footer .image {
    margin-bottom: 20px;
  }
}
#page-top .service {
  position: relative;
  z-index: 2;
  padding: 70px 20px 30px;
  background: url("/img/index/top_service_bg_1.jpg") top center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-top .service {
    padding: 10vw 2vw 14vw;
  }
}
#page-top .service .service__header {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-top .service .service__header {
    margin-bottom: 20px;
  }
}
#page-top .service .service__body .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #page-top .service .service__body .service-list {
    display: block;
  }
}
#page-top .service .service__body .service-list .list-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-top .service .service__body .service-list .list-item {
    margin-bottom: 0.5vw;
  }
}
@media screen and (max-width: 1024px) {
  #page-top .service .service__body .service-list .list-item:last-of-type {
    margin-bottom: 0;
  }
}
#page-top .service .service__body .service-list .list-item .service-box {
  text-align: center;
  margin: auto;
}
#page-top .service .service__body .service-list .list-item .service-box .btn-service {
  position: relative;
}
#page-top .service .service__body .service-list .list-item .service-box .service-text {
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -1em;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 0 0 10px #333333;
}
@media screen and (max-width: 1024px) {
  #page-top .service .service__body .service-list .list-item .service-box .service-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 520px) {
  #page-top .service .service__body .service-list .list-item .service-box .service-text {
    font-size: 6vw;
  }
}
#page-top .service .service__footer .image {
  margin-bottom: 60px;
}
#page-top .keys {
  position: relative;
  z-index: 1;
  padding: 70px 20px 30px;
  background: #D4D4D4;
}
#page-top .keys .keys__body:first-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-top .keys {
    padding: 5vw;
  }
}
#page-top .keys .keys__header {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-top .keys .keys__header {
    margin-bottom: 20px;
  }
}
#page-top .keys .keys__body {
  background: #fff;
  max-width: 1280px;
  margin: auto;
  padding: 40px 20px 50px;
}
@media screen and (max-width: 1024px) {
  #page-top .keys .keys__body {
    padding: 20px;
  }
}
#page-top .keys .key-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
  line-height: 3rem;
}
#page-top .keys .key-title::before, #page-top .keys .key-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #E61211;
  margin: 0 10px;
}
#page-top .keys .keys-text-1,
#page-top .keys .keys-text-2 {
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 520px) {
  #page-top .keys .keys-text-1,
  #page-top .keys .keys-text-2 {
    font-size: 3.4vw;
    line-height: 2.2;
  }
}
#page-top .keys .keys-text-1 ol {
  padding: 0 25px;
}
#page-top .keys .keys-text-1 ol li {
  list-style: decimal;
}
#page-top .keys .keys-text-2 p {
  margin-bottom: 20px;
}
#page-result {
  background: #F7F7F7;
}
#page-result.main-content .main-content__header {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-result.main-content .main-content__header {
    margin-bottom: 33px;
  }
}
#page-result.main-content .main-content__body {
  max-width: 1500px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #page-result.main-content .main-content__body {
    padding: 0 16px;
  }
}
#page-result.main-content .main-content__footer {
  max-width: 1024px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  #page-result.main-content .main-content__footer {
    padding: 0 20px;
  }
}
#page-result .js-btn-search-open {
  display: block;
}
#page-result .js-btn-search-close {
  display: none;
}
#page-result .search-box-wrapper {
  padding-top: 56px;
  background: url("/img/result/result_bg_1.jpg") top center/100% auto no-repeat;
}
@media screen and (max-width: 1380px) {
  #page-result .search-box-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #page-result .search-box-wrapper {
    padding-top: 3.5vw;
    background: url("/img/result/result_bg_1.jpg") top center/100% auto no-repeat;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
#page-result .search-box-wrapper .search-box-heading-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 7.5rem;
  font-weight: bold;
  text-shadow: 0 0 10px white;
  margin-bottom: 85px;
}
@media screen and (max-width: 1380px) {
  #page-result .search-box-wrapper .search-box-heading-1 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 520px) {
  #page-result .search-box-wrapper .search-box-heading-1 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 1024px) {
  #page-result .search-box-wrapper .search-box-heading-1 {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.55;
  }
}
#page-result .result-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; 広告費表示のため一旦中央寄せ*/
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 1024px) {
  #page-result .result-area {
    display: block;
  }
}
#page-result .result-option {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 266px;
          flex: 0 0 266px;
  padding-left: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  #page-result .result-option {
    padding-left: 0;
    margin-top: 0;
  }
}
#page-result .result-option .result-option__header {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #page-result .result-option .result-option__header {
    cursor: pointer;
  }
  #page-result .result-option .result-option__header::after {
    display: inline-block;
    content: "▼";
    font-size: 1.2rem;
  }
  #page-result .result-option .result-option__header.open::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
#page-result .result-option .result-option__header .header-title {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #page-result .result-option .result-option__header .header-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #page-result .result-option .result-option__body {
    display: none;
  }
}
#page-result .result-option .result-option__body .group {
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  #page-result .result-option .result-option__body .group {
    margin-bottom: 35px;
  }
}
#page-result .result-option .result-option__body .group .group-title {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 6px;
  border-left: 4px solid #E61211;
  margin-bottom: 18px;
}
#page-result .result-option .result-option__body .group .group-item {
  font-size: 1.4rem;
}
#page-result .result-option .result-option__body .group .group-item .c-icon {
  margin-right: 5px;
}
#page-result .result-option .result-option__body .group .group-item .form-checkbox-text {
  margin-right: 5px;
}
#page-result .result-option .result-option__body .group .group-item .form-checkbox input[type=checkbox] + .form-checkbox-text::before {
  left: 0;
}
#page-result .result-option .result-option__body .group .group-item .form-checkbox:not(:last-of-type) {
  margin-bottom: 11px;
}
#page-result .result-archive .result-mainHeading {
	margin: 0 0 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
}
#page-result .result-archive .result-mainHeading .heading-label {
	background-color: #999;
	color: #fff;
	padding: 1px 5px;
	border-radius: 3px;
	font-size: 1.4rem;
	margin-right: 5px;
}
#page-result .result-archive .result-mainHeading .heading-contents {
	margin-right: 20px;
}
#page-result .result-archive {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 800px;
  /*margin-left: auto; 広告費表示対応*/
  padding-bottom: 90px;
}
@media screen and (max-width: 1380px) {
  #page-result .result-archive {
    max-width: inherit;
  }
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive {
    padding-bottom: 20px;
  }
}
#page-result .result-archive .result-archive__header {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1380px) {
  #page-result .result-archive .result-archive__header {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .result-archive__header {
    padding-bottom: 45px;
    display: block;
    margin-top: -10px;
    margin-bottom: 18px;
  }
}
#page-result .result-archive .result-archive__header .header-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  padding-top: 4px;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .result-archive__header .header-1 {
    padding-top: 0;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
#page-result .result-archive .result-archive__header .header-2 {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .result-archive__header .header-2 {
    font-size: 1.8rem;
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
#page-result .result-archive .result-archive__header .header-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
}
@media screen and (max-width: 1380px) {
  #page-result .result-archive .result-archive__header .header-3 {
    top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .result-archive__header .header-3 {
    top: auto;
    bottom: 0;
    height: 43px;
  }
  #page-result .result-archive .result-archive__header .header-3 .select-order-wrapper {
    position: relative;
  }
}
@media screen and (max-width: 520px) {
  #page-result .result-archive .result-archive__header .header-3 {
    width: 45vw;
  }
}
#page-result .result-archive .result-archive__header .header-3 .select-order-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 40px;
  align-items: center;
  justify-content: right;
}
#page-result .result-archive .result-archive__header .header-3 .select-order-wrapper span {
  margin-right: 10px;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #page-result .result-archive .result-archive__header .header-3 .select-order-wrapper span {
    margin-right: 2.5vw;
  }
}
#page-result .result-archive .result-archive__header .header-3 .select-order-wrapper .c-btn-select-order {
  line-height: 1.6;
}
#page-result .result-archive .result-archive__body {
  position: relative;
  z-index: 1;
}
#page-result .result-archive .result-archive__body.no-login .card-result {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .result-archive__body.no-login .card-result {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
#page-result .result-archive .result-archive__body.no-login .card-result .card-result__body .body-main .body-main__secondary {
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .result-archive__body.no-login .card-result .card-result__body .body-main .body-main__secondary {
    padding-right: 20px;
  }
}
#page-result .result-archive .card-result {
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.4);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.4);
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
#page-result .result-archive .card-result .grayscale {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
}
#page-result .result-archive .card-result .card-result__header {
  min-height: 22px;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result .card-result__header {
    min-height: inherit;
  }
}
#page-result .result-archive .card-result .card-result__header .header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 24px;
  padding-top: 16px;
  margin-bottom: -4px;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result .card-result__header .header-icon {
    padding-top: 8px;
    padding-left: 20px;
  }
}
#page-result .result-archive .card-result .card-result__header .header-icon .icon {
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result .card-result__header .header-icon .icon {
    font-size: 1.4rem;
  }
}
#page-result .result-archive .card-result .card-result__header .header-icon .icon.icon-1 {
  color: #E61211;
}
#page-result .result-archive .card-result .card-result__header .header-icon .icon.icon-2 {
  color: #1874D2;
}
#page-result .result-archive .card-result .card-result__header .header-icon .icon.icon-night {
  color: #6537b7;
  display: none;
}
#page-result .icon.icon-3 {
  color: #c4a447;
}
#page-result .result-archive .card-result .card-result__header .header-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-result .result-archive .card-result .card-result__header .header-offer .offer-icon {
  color: #fff;
  background: #17559D;
  font-size: 1.6rem;
  text-align: center;
  padding: 3px;
  min-width: 64px;
  margin-right: 12px;
  border-top-left-radius: 5px;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result .card-result__header .header-offer .offer-icon {
    font-size: 1.4rem;
    margin-right: 2vw;
  }
}
@media screen and (max-width: 520px) {
  #page-result .result-archive .card-result .card-result__header .header-offer .offer-icon {
    font-size: 3.5vw;
  }
}
#page-result .result-archive .card-result .card-result__header .header-offer .offer-text {
  color: #696969;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result .card-result__header .header-offer .offer-text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 520px) {
  #page-result .result-archive .card-result .card-result__header .header-offer .offer-text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result .card-result__body {
    padding-top: 8px;
  }
}
#page-result .result-archive .card-result .card-result__body .body-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-result .result-archive .card-result .card-result__body .body-main .body-main__secondary {
  padding-top: 30px;
}
@media screen and (max-width: 1320px) {
  #page-result .result-archive .card-result .card-result__body .body-main {
    display: block;
  }
  #page-result .result-archive .card-result .card-result__body .body-main .body-main__secondary {
    margin-top: 10px;
    padding-top: 0;
    padding-left: 22px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result .card-result__body .body-main {
    display: flex;
  }
  #page-result .result-archive .card-result .card-result__body .body-main .body-main__secondary {
    margin-top: 0;
    padding-top: 6px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #page-result .result-archive .card-result .card-result__body .body-main {
    display: block;
  }
}
#page-result .result-archive .card-result .card-result__body .body-main .body-main__primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding-left: 22px;
  padding-right: 60px;
}
@media screen and (max-width:768px) {
  #page-result .result-archive .card-result .card-result__body .body-main .body-main__primary {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#page-result .result-archive .card-result .card-result__body .body-main .body-main__secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 318px;
          flex: 0 0 318px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  #page-result .result-archive .card-result .card-result__body .body-main .body-main__secondary {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
#page-result .result-archive .card-result .card-result__body .ads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333;
  margin: 30px 18px 19px 33px;
  font-size: 2.5rem;
  height: 120px;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result .card-result__body .ads {
    font-size: 2rem;
  }
}
@media screen and (max-width: 520px) {
  #page-result .result-archive .card-result .card-result__body .ads {
    font-size: 5vw;
  }
}
/* アンケート表示 2023-08-17_fukushige */
.questionnaire {
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.4);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.4);
  padding-bottom: 16px;
  margin-bottom: 15px;
}
.questionnaire__logo {
  position: relative;
  top: 16px;
  left: 24px;
}
.questionnaire__body {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
.questionnaire__body > p {
  white-space: nowrap;
  margin: 30px;
}
/* アンケートのモーダル表示 2023-08-17_fukushige */
.modal-questionnaire-index {
  z-index: 101;
}
.modal-questionnaire {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border: 1px solid #000000;
  font-size: 1.4rem;
  padding: 24px;
  overflow-y: auto;
  max-height: 80%;
}
.modal-questionnaire__header {
  border-bottom: 2px solid #f68a8a;
}
.modal-questionnaire__search-column {
  position: relative;
  top: 3px;
  left: -8px;
  font-weight: bold;
  word-break: keep-all;
}
.modal-questionnaire__column-company {
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: -10px;
}
.modal-questionnaire__search {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.modal-questionnaire__search:last-child {
  justify-content: flex-start;
}
.modal-questionnaire__search-root {
  display: inline-block;
  background-color: #efeeee;
  border-radius: 5px;
  padding: 3px 10px;
  width: 300px;
}
.modal-questionnaire__hide-span {
  font-weight: bold;
  font-size: 1.8rem;
}
.modal-questionnaire__show-span {
  display: none;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.modal-questionnaire__form {
  margin: 20px auto 0 auto;
  padding: 0 40px;
}
.modal-questionnaire__select-fix {
  width: 160px;
  margin-bottom: 10px;
}
.modal-questionnaire__textarea {
  font-size: 1.6rem;
  height: 100px;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
  appearance: none;
  outline: none;
}
.modal-questionnaire__input {
  margin-top: 10px;
  height: 30px;
  width: 100%;
}
.close-modal-questionnaire-thank {
  position: absolute;
  top: 1%;
  right: 3%;
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
}
.modal-questionnaire__plus {
  display: flex;
}
/* アンケートのお礼表示 2023-08-18_fukushige */
.modal-questionnaire-thank {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border: 1px solid #000000;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  word-break: break-all;
  z-index: 101;
  width: 800px;
  padding: 24px;
}
/* アンケートsp画面 2023-08-18_fukushige */
@media screen and (max-width: 768px) {
  .questionnaire {
    padding-bottom: 4vw;
  }
  /* モーダル */
  .modal-questionnaire {
    width: 90%;
    height: 70%;
    padding: 20px;
    overflow-y: auto;
  }
  .questionnaire__logo {
    position: inherit;
    padding: 1rem;
  }
  .questionnaire__body {
    padding: 0 1rem 0 1rem;
    height: 11rem;
  }
  .modal-questionnaire__search {
    display: block;
    margin-top: 5px;
  }
  .modal-questionnaire__search-column {
    margin-bottom: 10px;
    width: 100%;
  }
  .modal-questionnaire__form {
    padding: 0;
  }
  .modal-questionnaire__search-root {
    width: 100%;
  }
  .modal-questionnaire__hide-span {
    display: none;
  }
  .modal-questionnaire__show-span {
    display: block;
  }
  .modal-questionnaire__select-fix {
    width: 100%;
  }
  .modal-questionnaire__input {
    margin: 0 0 20px 0;
  }
  .close-modal-questionnaire-thank {
    top: -.5%;
    right: 3.2%;
    font-size: 4rem;
    cursor: pointer;
  }
  .rowPuls-position {
    margin: 0 auto 10px auto !important;
  }
  /* お礼 */
  .modal-questionnaire-thank {
    width: 90%;
  }
}
@media screen and (max-width: 570px) {
  .questionnaire__body > p {
    white-space: normal;
    height: 5vw;
    margin-top: 0;
    margin-bottom: 8vw;
  }
}
/* アンケートsp画面-横向き 2023-08-18_fukushige */
@media (max-width: 1000px) and (max-height: 420px) {
  .close-modal-questionnaire-thank {
    right: 2%;
    font-size: 3rem;
  }
}
#page-result .result-archive .card-result .card-result__body .price-box {
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result .card-result__body .price-box {
    padding-bottom: 3px;
    margin-bottom: 6px;
  }
}
#page-result .result-archive .card-result .card-result__body .price-box .icon {
  display: flex;
}
#page-result .result-archive .card-result .card-result__body .price-box .icon p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 350px;
}
@media screen and (max-width: 1380px) {
  #page-result .result-archive .card-result .card-result__body .price-box .icon p {
    max-width: 300px;
  }
}
@media screen and (max-width: 1320px) {
  #page-result .result-archive .card-result .card-result__body .price-box .icon p {
    max-width: 38vw;
  }
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result .card-result__body .price-box .icon p {
    max-width: 45vw;
  }
}
@media screen and (max-width: 768px) {
  #page-result .result-archive .card-result .card-result__body .price-box .icon p {
    max-width: 80vw;
  }
}
@media screen and (max-width: 768px) {
  #page-result .result-archive .card-result .card-result__body .price-box .icon p {
    max-width: 80vw;
  }
}
@media screen and (max-width: 570px) {
  #page-result .result-archive .card-result .card-result__body .price-box .icon p {
    max-width: 80vw;
    font-size: 1.4rem;
  }
}
#page-result .result-archive .card-result .card-result__body .price-box .unit {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result .card-result__body .price-box .unit {
    font-size: 2rem;
  }
}
#page-result .result-archive .card-result .card-result__body .price-box .price {
  font-size: 3.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result .card-result__body .price-box .price {
    font-size: 2rem;
  }
}
#page-result .result-archive .card-result .card-result__body .price-box .tax {
  font-size: 1.6rem;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result .card-result__body .price-box .tax {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result .card-result__body .list-1-wrapper {
    margin-bottom: 10px;
  }
}
#page-result .result-archive .card-result .card-result__body .list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-result .result-archive .card-result .card-result__body .list-1:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result .card-result__body .list-1:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
#page-result .result-archive .card-result .card-result__body .list-1 .list-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result .card-result__body .list-1 .list-title {
    font-size: 1.4rem;
  }
}
#page-result .result-archive .card-result .card-result__body .list-1 .list-icon {
  font-size: 1rem;
  line-height: 1;
}
#page-result .result-archive .card-result .card-result__body .list-1 .list-icon img {
  vertical-align: top;
}
#page-result .result-archive .card-result .card-result__body .list-1 .list-text {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
#page-result .result-archive .card-result .card-result__body .list-1 .list-text .c-tooltip {
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result .card-result__body .list-1 .list-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #page-result .result-archive .card-result .card-result__body .button-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}


@media screen and (max-width: 1380px) {
  #page-result .result-archive .card-result .card-result__body .button-list .list-item.item-1 {
    /*-webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;*/
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
  }
  #page-result .result-archive .card-result .card-result__body .button-list .list-item.item-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 36%;
            flex: 0 1 36%;
  }
}
@media screen and (max-width: 768px) {
  #page-result .result-archive .card-result .card-result__body .button-list .list-item {
    /*-webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;*/
    -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  }
  #page-result .button-list .list-item .c2-btn-type-8 .btn-text .btn-text-1,
  #page-result .button-list .list-item .c2-btn-type-7 .btn-text .btn-text-1 {
    font-size: 1.2rem;
  }

}
@media screen and (max-width: 520px) {
  #page-result .result-archive .card-result .card-result__body .button-list {
    display: block;
  }
  #page-result .button-list .list-item .c2-btn-type-8 .btn-text .btn-text-1,
  #page-result .button-list .list-item .c2-btn-type-7 .btn-text .btn-text-1
   {
    font-size: 1.5rem;
  }
}
#page-result .result-archive .card-result .card-result__body .button-list .list-item:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (max-width: 1320px) {
  #page-result .result-archive .card-result .card-result__body .button-list .list-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

#page-result .result-archive .card-result .card-result__body .more {
  text-align: right;
}
#page-result .result-archive .card-result .card-result__body .text-link-1 {
  font-size: 1.2rem;
  color: #4BAEE6;
  text-decoration: underline;
}
#page-result .result-archive .card-result .card-result__body .text-link-1:hover {
  text-decoration: none;
}
#page-result .result-archive .card-result-other {
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  #page-result .result-archive .card-result-other {
    padding-top: 20px;
  }
}
#page-result .result-archive .card-result-other .c-btn {
  margin: auto;
}
#page-result .card-result-noneText {
	text-align:center;
	border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgb(51 51 51 / 40%);
    box-shadow: 0 0 10px rgb(51 51 51 / 40%);
    padding: 30px 0px;
  margin-bottom: 15px;
  font-weight: bold;
}
#page-result .card-result-noneText span {
  display: block;
  font-size: 1.2rem;
  padding-top: 5px;
  font-weight: normal; 
}
#page-result .result-banner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 322px;
          flex: 0 0 322px;
}
#page-result .result-banner .banner-list {
  padding-top: 43px;
  padding-left: 3vw;
}
@media screen and (max-width: 1024px) {
  #page-result .result-banner .banner-list {
    padding: 54px 2vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
#page-result .result-banner .banner-list .list-item {
  width: 301px;
  margin-bottom: 37px;
}

#page-result .result-banner .banner-list .list-item .list-item__appLink {
  display: flex;
  margin-top: 10px;
}
#page-result .result-banner .banner-list .list-item .list-item__appLink a:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  #page-result .result-banner .banner-list .list-item {
    text-align: center;
    margin: 0 14px 20px 14px;
  }
}
@media screen and (max-width: 1024px) {
  #page-result .result-banner .banner-list .list-item img {
    width: 300px;
  }

}


#page-result .pickup {
  position: relative;
  z-index: 2;
  padding: 75px 0 20px;
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-result .pickup {
    padding: 12vw 16px;
  }
}
#page-result .pickup .pickup__header {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #page-result .pickup .pickup__header {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 1024px) {
  #page-result .pickup .pickup__body .card-image-sp {
    margin-bottom: 4vw;
    text-align: center;
  }
}
#page-result .pickup .pickup__body .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page-result .pickup .pickup__body .card-wrapper .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  #page-result .pickup .pickup__body .card-wrapper .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-result .pickup .pickup__footer .image {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-result .pickup .pickup__footer .image {
    margin-bottom: 20px;
  }
}
#page-result .pickup .more {
  display: none;
}
@media screen and (max-width: 1024px) {
  #page-result .pickup .more {
    display: block;
    text-align: center;
  }
}
/* 検索結果一覧の横長広告 */
#page-result .banner__body--hr {
  margin-bottom: 15px;
}
#page-shipping-detail {
  background: #F7F7F7;
}
#page-shipping-detail.main-content .main-content__header {
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail.main-content .main-content__header {
    margin-bottom: 30px;
  }
}
#page-shipping-detail.main-content .main-content__body {
  max-width: 1035px;
  margin: 0 auto 100px;
  padding-bottom: 60px;
}
#page-shipping-detail.main-content .main-content__body.mar-btm-harf {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail.main-content .main-content__body {
    padding-bottom: 0;
  }
}
#page-shipping-detail.main-content .main-content__footer {
  background: #fff;
  padding: 45px 20px 56px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail.main-content .main-content__footer {
    padding: 30px 20px;
    margin-top: 24px;
  }
}
#page-shipping-detail .text-link-1 {
  font-size: 1.4rem;
  color: #4BAEE6;
  text-decoration: underline;
}
#page-shipping-detail .text-link-1:hover {
  text-decoration: none;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 {
  max-width: 1030px;
  margin: 43px auto 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
  padding: 40px 40px 25px;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 {
    margin: 12px 16px 0;
    padding: 28px 20px;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__header {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__header {
    margin-bottom: 14px;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__header .header-title {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__header .header-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 520px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__header .header-title {
    font-size: 5vw;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body {
  max-width: 712px;
  margin: auto;
  border-bottom: 1px solid #8C8C8C;
}
#page-shipping-detail.page-shipping-confirm .shipping-detail-archive .detail-area-1 .detail-area-1__body {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body {
    border-bottom: none;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main {
  /*max-width: 580px;*/
  max-width: 650px;
  margin: 0 auto 20px;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .body-main__heading-1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.body-main__heading-1-name {
  word-break: break-all;
}
.body-main__heading-1-status {
  width: 45%;
  margin-left: 20px;
}
#page-shipping-detail .icon.icon-night{
  color: #6537b7;
  display: none;
}
#page-shipping-detail .icon.icon-night .tooltip-message {
  color:#333;
}

@media screen and (max-width: 520px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .body-main__heading-1 {
    font-size: 4.5vw;
    display: block;
  }
  .body-main__heading-1-status {
    width: 100%;
    margin: 0;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 4px solid #8C8C8C;
  height: 60px;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  background: #F7F7F7;
  border-radius: 0 5px 5px 0;
  margin-left: 30px;
  padding: 12px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body {
    padding: 8px;
  }
}
@media screen and (max-width: 520px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body {
    padding: 2vw;
    margin-left: 7.5vw;
    border-radius: 5px;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: transparent #F7F7F7 transparent transparent;
  border-width: 36px 20px 36px 0;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .shipping-group__body__icon {
  display: flex;
  margin-top: -5px;
  padding: 10px 30px 10px 0;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .shipping-group__body__icon i {
  min-width: 22px;
  min-height: 22px;
  margin-top: 0;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .shipping-group__body__icon p {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  max-width: 350px;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .group-name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body::after {
    border-width: 33px 20px 33px 0;

  }
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .group-name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 570px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .shipping-group__body__icon {
    padding-top: 0;
  }
}
@media screen and (max-width: 520px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body::after {
    border-width: 4vw 5vw 4vw 0;
    left: -5vw;
  }
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .group-name {
    font-size: 3.5vw;
    margin-right: 0;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .group-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .group-nameWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .group-info {
    display: block;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .info-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .info-star {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 560px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .info-star {
    font-size: 3vw;
  }
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .group-nameWrap {
    display: block;
    margin-bottom: 0;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .info-star .star-title {
  padding-right: 10px;
  display: none;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .info-star .star-comment {
  display: none;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .info-star .star-graph {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 1;
  padding-right: 4px;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .group-price::before {
  content: "\0a5";/*円マーク*/
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .group-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.reviewStar {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
/*
  font-size: 1.7rem;
*/
/* ※開発中　用*/
  font-size: 1.4rem;
  color: #b5b5b5;
}
.reviewStar-color {
  position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #FFCC40;
}
.reviewStar-grey {
  color: #D4D4D4
}

@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .info-star .star-graph {
    padding-right: 2vw;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .info-star .star-graph > img {
  vertical-align: middle;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .info-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  flex-wrap: wrap;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .group-info .info-option .option-iconlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .group-info .info-option {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 520px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .group-info .info-option {
    font-size: 3.5vw;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .group-info .info-option .option-title {
  margin-right: 10px;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-main .shipping-group .shipping-group__body .group-info .info-option .c-icon {
  margin-right: 12px;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-sub {
  max-width: 580px;
  margin: 0 auto 20px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-sub .item-flex {
  display: flex;
  align-items: center;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-sub .item-flex.expected-datetime-plant-flex {
  align-items: flex-start;
  font-size: 1.8rem;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-sub .c-tooltip {
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__body .body-sub {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__footer {
    display: none;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__footer .subtotal-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 10px 24px 10px 10px;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__footer .subtotal-box .subtotal-box__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__footer .subtotal-box .subtotal-box__secondary {
  text-align: right;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__footer .subtotal-box .subtotal-box__tertiary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__footer .subtotal-box .subtotal-box-text-1 {
  font-size: 2rem;
  font-weight: bold;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__footer .subtotal-box .subtotal-box-text-2 {
  font-size: 1.4rem;
  background: #F7F7F7;
  padding: 2px 11px;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__footer .subtotal-box .subtotal-box-text-3 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0 8px 35px;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__footer .subtotal-box .subtotal-box-text-3 .unit {
  font-size: 2.8rem;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__footer .subtotal-box .subtotal-box-text-4 {
  font-size: 1.4rem;
}
#page-shipping-detail .shipping-detail-archive .detail-area-1 .detail-area-1__footer .subtotal-box .subtotal-box-button {
  padding: 0 20px 0 80px;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 {
    margin: 0 16px;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__header {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__header {
    margin-bottom: 24px;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__header .header-title {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__header .header-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 520px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle {
    padding: 39px 5vw 16px;
  }
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__header .header-title {
    font-size: 5vw;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle {
  position: relative;
  background: #fff;
  border: 1px solid #D4D4D4;
  padding: 33px 40px 22px;
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body.immovable-question {
	margin-top: 20px;
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body.immovable-question .vehicle .vehicle-item .card-vehicle {
	padding: 20px 20px 22px;
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body.immovable-question .confirmitem__label {
	min-width: unset;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle {
    padding: 39px 20px 16px;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle:not(:nth-of-type(1)) {
  margin-top: -1px;
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__header .header-1 {
  position: absolute;
  top: 9px;
  left: 15px;
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__header .header-1 .number {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__header .header-2 {
  position: absolute;
  top: 11px;
  right: 13px;
  font-size: 0;
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 19px;
}
.detail-area-2__body__mycar .card-vehicle__body {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.detail-area-2__body__mycar .group-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2rem;
}

.detail-area-2__body__mycar .c-form__row .row-hedding {
  font-weight: normal;
  padding-left: 0;
}
.detail-area-2__body__mycar .c-form__row .row-val {
  max-width: 680px;
}
.last-day-of-driving__row .input-group-item, .car-comment__row .input-group-item {
  margin-top: 10px;
}
.detail-area-2__body__mycar .step-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  width: 550px;
}
@media screen and (max-width:768px) {
  .detail-area-2__body__mycar .step-container {
    width: 100%;
  }
  .detail-area-2__body__mycar .group-title {
    font-size: 1.6rem;
  }
	.icon-favorite-banner__position {
		top: 0;
		right: 0;
	}
	/* banner__nonactiveの例です 実装後はいりません */
	.icon-favbanner-exm__position {
		top: 0;
		right: 0;
	}
	.overflow-scroll-x-xs {
		overflow-x: scroll;
	}
}

.detail-area-2__body__mycar .step-container .progress {
  background-color: #BFBABA;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  z-index: 1;
  transition: .4s ease;
}
.detail-area-2__body__mycar .step-container .circle {
  background-color: #fff;
  color: #BFBABA;
  border-radius: 50%;
  margin-top: 10px;
  height: 40px;
  width: 40px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #BFBABA;
  transition: .4s ease;
  z-index: 2;
}

.detail-area-2__body__mycar .step-container .circle.active {
  border-color: #DD030A;
  color: #DD030A;
  height: 60px;
  width: 60px;
  font-size: 35px;
  margin-top: 0px;
}
.detail-area-2__body .card-vehicle .suggestion-car-wrapper {
  top: 32px !important;
}



/* Mycar search */
#page-shipping-detail .shipping-detail-archive .set-car-info_mycar .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group {
  display: block;
}
#page-shipping-detail .shipping-detail-archive .set-car-info_mycar .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .c-form__row {
  border: none;
}
/* END Mycar search */

#page-shipping-detail.page-shipping-confirm .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group {
  justify-content: left;
  margin-bottom: 5px;
}
#page-shipping-detail.page-shipping-confirm .shipping-detail-archive .detail-area-2.mycar-detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group {
  justify-content: space-between;
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group {
    display: block;
    margin-bottom: 16px;
  }
  #page-shipping-detail.page-shipping-confirm .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .input-group-confirmitem {
    margin-bottom: 8px;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .input-group-item.item-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 21%;
          flex: 0 1 21%;
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .input-group-item.item-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 29%;
          flex: 0 1 29%;
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .input-group-item.item-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 21%;
          flex: 0 1 21%;
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .input-group-item.item-3.input-group-mycarsearch {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .input-group-item.item-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22%;
          flex: 0 1 22%;
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .input-group-item.item-4.input-group-mycarsearch {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .input-group-item.item-4.input-group-mycarsearch.number-plate-group {
  display: flex;
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .input-group-item.item-4.input-group-mycarsearch.number-plate-group input {
  margin-right: 5px;
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .input-group-item.item-4.input-group-mycarsearch.number-plate-group input:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .input-group-item:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
/*#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .form-control {
  height: 28px;
}*/

.card-vehicle__bodyImg {
  padding: 20px 0 0;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
  width: 100%;
}
.card-vehicle__bodyImg .btnArea, .card-vehicle__bodyImg .headingArea {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.card-vehicle__bodyImg .btnArea:first-child {
  margin-bottom: 5px;
}
.card-vehicle__bodyImg .btnArea .c-btn_lightGray {
  max-width: 200px;
  height: auto;
  color: #696969;
  font-size: 1.4rem;
  border-radius: 4px;
  box-shadow: 0 1px 6px 0px rgb(0 0 0 / 16%);
  background: linear-gradient(to top, #E2E2E2 0%, #EFEFEF 20%, #FFFFFF 60%, #FFFFFF 70%, #FFFFFF 100%);
  margin-right: 10px;
}
.card-vehicle__bodyImg .img-group {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.card-vehicle__bodyImg .c-form__row {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  border-bottom: none;
}
.card-vehicle__bodyImg .c-form__row .row-val .row-val__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.card-vehicle__bodyImg .c-form__row .row-val .row-val__box:first-child {
  margin-bottom: 5px;
}
.card-vehicle__bodyImg .c-form__row .row-hedding {
  width: auto;
  font-weight: normal;
}
.card-vehicle__bodyImg .c-form__row .group-item.required::before {
  display: none;
}
.card-vehicle__bodyImg .c-form__row .group-item.required .row-val__box::before {
  content: "※";
  display: block;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: -15px;
  font-size: 1rem;
  color: #E61211;
}
.card-vehicle__bodyImg .last-day-of-driving{
  /* margin-bottom: 15px; */
}
.card-vehicle__bodyImg .last-day-of-driving__row .row-hedding {
  min-width: 335px;
  padding-left: 0;
  display: flex;
}
.card-vehicle__bodyImg .last-day-of-driving__row .row-hedding::before {
  content: "※";
  display: block;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: -15px;
  font-size: 1rem;
  color: #E61211;
}
@media screen and (min-width: 768px) {
  .card-vehicle__bodyImg .c-form__row .row-val {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .card-vehicle__bodyImg .c-form__row .row-val .row-val__box {
    display: block;
    justify-content: flex-start;
    align-items: center;
  }
  .card-vehicle__bodyImg .last-day-of-driving{
    width: 100%;
  }
}
.img-group-item {
  position: relative;
  background-color: #A8A8A8;
  height: 90px;
  max-width: 160px;
  width: calc(100% - 16% /5);
  margin: 0 0 10px;
  text-align: center;
}
.img-group-item:not(:last-child) {
  margin: 0 4% 10px 0;
}
.img-group-item img:not(.icon-pdf) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-group-item .icon-pdf {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.img-group-item .img-deleteArea {
  position: absolute;
  right: 5px;
  top: 0;

}
.img-group-item .img-delete {
  position: relative;
  width: 26px;
  height: 26px;
  background: linear-gradient(to top, #E2E2E2 0%, #EFEFEF 20%, #FFFFFF 60%, #FFFFFF 70%, #FFFFFF 100%);
  border-radius: 50%;
  border: none;
}
.img-group-item .img-delete::before,
.img-group-item .img-delete::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 16px;
  width: 2px;
  background-color :#868383;
  pointer-events: none;
}
.img-group-item .img-delete::before {
  -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.img-group-item .img-delete::after {
  -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-shipping-detail.page-shipping-confirm .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer {
  align-items: flex-end;
}
.last-boarding-date {
  display: flex;
  align-items: center;
  margin: 20px 0 10px;
}
.last-boarding-date select {
  margin-left: 10px;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .card-vehicle__bodyImg .btnArea , .card-vehicle__bodyImg .headingArea{
    display: block;
    text-align: center;
  }
  .card-vehicle__bodyImg .btnArea .c-btn_lightGray {
    margin: 0 auto 10px;
    max-width: 170px;
  }
  .card-vehicle__bodyImg .img-group {
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .img-group-item {
    max-width: 48%;
    height: 22.5vw;
    margin: 0 0 10px 0;
  }
  .img-group-item:not(:last-child){
    margin: 0 0 10px 0;
  }
  .last-boarding-date {
    display: block;
    align-items: center;
    margin: 0 0 1vw;
  }
  .last-boarding-date select {
    margin-left: 0;
    margin-top: 1vw;
    max-width: 100%;
  }
}
@media screen and (max-width: 570px) {
  .card-vehicle__bodyImg {
    padding: 5vw 0 0;
    margin-bottom: 5vw;
  }
  .card-vehicle__bodyImg .btnArea, .card-vehicle__bodyImg .headingArea {
      margin-bottom: 2.5vw;
  }
  .card-vehicle__bodyImg .btnArea .c-btn_lightGray {
    max-width: 42.5vw;
    border-radius: 1vw;
    margin: 0 auto 2.5vw;
  }
  .card-vehicle__bodyImg .img-group {
    margin-bottom: 6.25vw;
  }
  .img-group-item {
    margin: 0 0 2.5vw 0;
  }
  .img-group-item:not(:last-child){
    margin: 0 0 2.5vw 0;
  }
  .img-group-item .img-deleteArea {
    right: 1.25vw;

  }
  .img-group-item .img-delete {
    width: 6.5vw;
    height: 6.5vw;
  }
  .img-group-item .img-delete::before,
  .img-group-item .img-delete::after {
    height: 4vw;
    width: 0.5vw;
  }
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer {
    display: block;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .footer-primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
#page-shipping-detail.page-shipping-confirm .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .footer-primary ul {
  display: flex;
  margin: 5px 0;
  flex-wrap: wrap;

}
#page-shipping-detail.page-shipping-confirm .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .footer-primary ul li {
  /*margin:0 15px 8px 0;*/
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .footer-secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 38%;
          flex: 0 1 38%;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .form-checkbox-list {
    margin-bottom: 0;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .form-checkbox-list .form-checkbox-label-wrapper:not(:last-of-type) {
  margin-bottom: 13px;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .form-checkbox-list .form-checkbox-label-wrapper:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .form-checkbox-list .form-checkbox-label-wrapper .form-checkbox-label {
  display: inline-block;
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .form-checkbox-list .form-checkbox-label-wrapper .group-title{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .form-checkbox-list .form-checkbox-label-wrapper .form-checkbox-label,
  #page-shipping-detail .card-vehicle__footer .footer-primary .form-text {
    margin-bottom: 13px;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .form-checkbox-list .form-checkbox-label-wrapper .form-checkbox-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .form-checkbox-list .form-checkbox-label-wrapper .form-checkbox-text .c-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-left: 4px;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .form-checkbox-list .form-checkbox label ~ label {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .form-checkbox-list .form-checkbox input[type=checkbox] + .form-checkbox-text::before {
    left: 1px;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .form-checkbox-list .form-checkbox input[type=checkbox] + .form-checkbox-text {
  padding-right: 6px;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .form-checkbox-list .form-checkbox input[type=checkbox] + .form-checkbox-text {
    padding-right: 20px;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .price {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  background: #F7F7F7;
  padding: 18px;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .price {
    font-size: 2.5rem;
    padding: 10px;
  }
}
@media screen and (max-width: 520px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .price {
    font-size: 6vw;
  }
}

#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .research-text {
  font-size: 1.4rem;
  font-weight: 400;
  display: none;
  padding: 10px 8px 0 15px;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .research-text {
    padding: 10px;
    text-align: right;
  }
}

#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .research {
  background: #ED7D31;
  border: 1px solid #2F528F;
  border-radius: 1rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin: 1rem 2rem;
  padding: 1rem 8px;
  text-align: center;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .research {
    padding: 10px;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .clear {
  display: inline-block;
  color: #4472C4;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
  margin: 18px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .clear {
    padding: 10px;
  }
}
.page-shipping-confirm .vehicle-item .card-vehicle .p-numberCat-item {
  width: 95%;
  margin-bottom: 0;
}


#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle-add {
  margin-left: auto;
  padding: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle-add {
    padding-bottom: 0;
  }
}
#page-shipping-detail .vehicle-add .addCar-text {
  line-height: 1.2;
  text-align:right;
  margin: 5px 0 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle-add .addCar-text {
    padding-bottom: 0;
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  #page-shipping-detail:not(.page-shipping-confirm) .shipping-detail-archive .detail-area-2 .detail-area-2__footer {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
#page-shipping-detail .shipping-detail-archive .total-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 18px 44px 10px 10px;
}
#page-shipping-detail .shipping-detail-archive .total-box.u-dispMb {
  display: none;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail:not(.page-shipping-confirm) .shipping-detail-archive .total-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px;
    border: 1px solid #CB2A21;
  }
  #page-shipping-detail .shipping-detail-archive .total-box.u-dispMb {
    display: flex;
  }
  #page-shipping-detail:not(.page-shipping-confirm) .shipping-detail-archive .total-box.u-dispMb {
    border: none;
  }
}
#page-shipping-detail .shipping-detail-archive .total-box .total-box__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail:not(.page-shipping-confirm) .shipping-detail-archive .total-box .total-box__primary {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
#page-shipping-detail .shipping-detail-archive .total-box .total-box__secondary {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .total-box .total-box__secondary {

  }
  #page-shipping-detail.page-shipping-confirm .shipping-detail-archive .total-box .total-box__secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
}
@media screen and (max-width: 520px) {

  #page-shipping-detail.page-shipping-confirm .shipping-detail-archive .total-box .total-box__secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
#page-shipping-detail .shipping-detail-archive .total-box .total-box__tertiary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .total-box .total-box__tertiary {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    margin-right: 0;
    margin-left: auto;
  }
}
#page-shipping-detail .shipping-detail-archive .total-box .total-box-text-1 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .total-box .total-box-text-1 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  #page-shipping-detail.page-shipping-confirm .shipping-detail-archive .total-box .total-box-text-1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  #page-shipping-detail .shipping-detail-archive .total-box .total-box-text-1 {
    font-size: 3vw;
  }
}
#page-shipping-detail .shipping-detail-archive .total-box .total-box-text-2 {
  font-size: 1.4rem;
  background: #F7F7F7;
  padding: 2px 11px;
}
@media screen and (max-width: 520px) {
  #page-shipping-detail .shipping-detail-archive .total-box .total-box-text-2 {
    font-size: 3.5vw;
  }
}
#page-shipping-detail .shipping-detail-archive .total-box .total-box-text-3 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 5px 0 8px 36px;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .total-box .total-box-text-3 {
    font-size: 2.2rem;
    padding: 0;
  }
}
@media screen and (max-width: 520px) {
  #page-shipping-detail .shipping-detail-archive .total-box .total-box-text-3 {
    font-size: 5.5vw;
  }
}
#page-shipping-detail .shipping-detail-archive .total-box .total-box-text-3 .unit {
  font-size: 2.8rem;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .total-box .total-box-text-3 .unit {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 520px) {
  #page-shipping-detail .shipping-detail-archive .total-box .total-box-text-3 .unit {
    font-size: 4.5vw;
  }
}
#page-shipping-detail .shipping-detail-archive .total-box .total-box-text-4 {
  font-size: 1.4rem;
}
@media screen and (max-width: 520px) {
  #page-shipping-detail .shipping-detail-archive .total-box .total-box-text-4 {
    font-size: 3.5vw;
  }
}
#page-shipping-detail .shipping-detail-archive .total-box .total-box-button {
  padding: 0 20px 0 85px;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .total-box .total-box-button {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .total-box .total-box-more {
    display: none;
  }
}
#page-shipping-detail .shipping-detail-archive .total-box .total-box-more.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .total-box .total-box-more.pc {
    display: none;
  }
}
#page-shipping-detail .shipping-detail-archive .total-box .total-box-more.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .total-box .total-box-more.sp {
    display: block;
  }
}
#page-shipping-detail .shipping-detail-archive .footer-banner .banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 655px) {
  #page-shipping-detail .shipping-detail-archive .footer-banner .banner-list {
    flex-wrap: wrap;
    padding-right: 0;
  }
}
#page-shipping-detail .shipping-detail-archive .footer-banner .banner-list .list-item {
  margin: 0 14px;
  width: 301px;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail .shipping-detail-archive .footer-banner .banner-list .list-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.page-shipping-confirm .main-conten__hedding {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 5px;
  margin-top: 20px;
}
.page-shipping-confirm .main-conten__text {
  text-align: center;
}
#page-shipping-detail.page-shipping-confirm  .shipping-detail-archive .detail-area-1 {
  margin: 30px auto 0;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail.page-shipping-confirm  .shipping-detail-archive .detail-area-1 {
    margin: 12px 16px 0;
    padding: 28px 20px;
  }
}
#page-shipping-detail.page-shipping-confirm .shipping-detail-archive .total-box {
  border: 1px solid #D4D4D4;
  border-top: none;
}
.mycar-detail-area-2 .group-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.2rem;
}
.mycar-detail-area-2 .group-title.mb0 {
  margin-bottom: 0px;
}
.mycar-detail-area-2 .card-vehicle__body, .mycar-detail-area-2 .card-vehicle__footer {
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.mycar-detail-area-2 .card-vehicle__footer.mb0 {
  margin-bottom: 0px;
}
.mycar-detail-area-2 .card-vehicle__bodyImg {
  padding-top: 0;
}
@media screen and (min-width: 520px) {
  .mycar-detail-area-2 .body2-item__label {
    width: 160px;
  }
}
#page-shipping-detail .shipping-detail-archive .detail-area-2.mycar-detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle {
  border-bottom: transparent;
}
#page-shipping-detail.page-shipping-confirm .shipping-detail-archive .total-box.total-time-specification-price {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  border: none;
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  #page-shipping-detail.page-shipping-confirm .shipping-detail-archive .total-box.total-time-specification-price {
    padding-left: 0px;
    padding-right: 0px;
  }
  #page-shipping-detail.page-shipping-confirm .shipping-detail-archive .total-box.total-time-specification-price .price {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 520px) {
  #page-shipping-detail.page-shipping-confirm .shipping-detail-archive .mycar-detail-area-2 .total-box.total-time-specification-price {
    padding-left: 0px;
    padding-right: 0px;
  }
  #page-shipping-detail.page-shipping-confirm .shipping-detail-archive .mycar-detail-area-2 .total-box.total-time-specification-price .price {
    font-size: 2.2rem;
  }
  #page-shipping-detail.page-shipping-confirm .shipping-detail-archive .mycar-detail-area-2 .total-box.total-time-specification-price .total-box__primary {
    display: block;
  }
  #page-shipping-detail.page-shipping-confirm .shipping-detail-archive .mycar-detail-area-2 .total-box.total-time-specification-price .total-box-text-1{
    display: flex;
    justify-content: space-between;
  }
  #page-shipping-detail.page-shipping-confirm .shipping-detail-archive .mycar-detail-area-2 .total-box.total-time-specification-price .total-box-text-1 span{
    background-color: transparent;
  }
  #page-shipping-detail.page-shipping-confirm .shipping-detail-archive .mycar-detail-area-2 .total-box.total-time-specification-price .total-box-text-1 span:first-child{
    padding-left: 0;
  }
  #page-shipping-detail.page-shipping-confirm .shipping-detail-archive .mycar-detail-area-2 .total-box.total-time-specification-price .total-box-text-2 {
    justify-content: end;
  }
  #page-shipping-detail.page-shipping-confirm .shipping-detail-archive .mycar-detail-area-2 .detail-area-2__footer .total-box {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
  }
}
#page-shipping-detail.page-shipping-confirm .shipping-detail-archive .total-box.total-time-specification-price .total-box__primary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
#page-shipping-detail.page-shipping-confirm .shipping-detail-archive .total-box.total-time-specification-price .total-box-text-1{
  font-size: 16px;
  display: flex;
}
#page-shipping-detail.page-shipping-confirm .shipping-detail-archive .total-box.total-time-specification-price .total-box-text-1 span{
  text-align: left;
  min-width: 145px;
  background-color: #F7F7F7;
  padding: 3px 8px;
  margin-right: 10px;
}
#page-shipping-detail.page-shipping-confirm .shipping-detail-archive .total-box.total-time-specification-price .total-box-text-1 div{
  font-weight: normal;
}
#page-shipping-detail.page-shipping-confirm .shipping-detail-archive .total-box.total-time-specification-price .total-box-text-2 {
  display: flex;
  background-color: #F7F7F7;
  font-size: 3rem;
  font-weight: bold;
  padding-left: 18px;
  padding-right: 18px;
}
.option-confirm-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.input-group-confirmitem {
  display: flex;
  align-items: center;
  max-width: 280px;
  margin-right: 20px;
}
.option-confirmitem {
  display: flex;
  align-items: stretch;
  justify-content: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
.option-confirmitem.brokenCarQa {
  display: none;
}
.option-confirmitem.brokenCarQa.is-active {
  display: flex;
}
.form-text {
  border-radius: 3px;
  resize: none;
}
.confirm-carcomment{
  min-width: 500px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .input-group-confirmitem {
    max-width: 100%;
  }
}
@media screen and (max-width: 570px) {
  .input-group-confirmitem {
    width: 100%;
    margin: 0 0 1.25vw 0;
  }
  .option-confirmitem {
    width: 100%;
    margin: 0 0 1.25vw 0;
  }
  .option-confirmitem.brokenCarQa.is-active {
    display: block;
  }
  .option-confirmitem.brokenCarQa.is-active .confirmitem__label {
    width: 100%;
    justify-content: center;
  }
  .confirm-carcomment{
    min-width: auto;
  }
}

.input-group-confirmitem .confirmitem__label ,.option-confirmitem .confirmitem__label, .option-confirmitem-single .confirmitem__label {
  margin-right: 10px;
  background-color: #F7F7F7;
  padding: 3px 8px;
  min-width: 80px;
  text-align: center;
  font-weight: bold;
  cursor: auto;
}
.option-confirmitem .confirmitem__label {
  text-align: left;
  min-width: 130px;
  align-items: center;
  display: flex;
}
.option-confirmitem .confirmitem__label span{
  font-size: 1.2rem;
}
.option-confirmitem .confirmitem__text {
  align-items: center;
  display: flex;
  flex: 1;
  min-width: 150px;
}
.detail-area-2__body.body2 {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
  margin-bottom: 36px;
}
.detail-area-2__body.body2 .c-form__row {
  margin-bottom: 5px;
  padding-bottom: 0;
  border-bottom: 0;
}
.detail-area-2__body.body2 .c-form__row .row-val {
  padding-right: 0;
}
.detail-area-2__body.body2 .c-form__row .row-hedding {
  display: none;
}

/* Mycar search */
.detail-area-2__body.detail-area-2__body__mycar .card-vehicle {
  margin-bottom: 30px;
}
#page-shipping-detail .shipping-detail-archive .detail-area-2 .detail-area-2__body.detail-area-2__body__mycar .vehicle-add {
  padding-top: 0px;
}
.detail-area-2__body.body2.detail-area-2__body__mycar .c-form__row {
  margin-bottom: 15px;
}
.detail-area-2__body.body2.detail-area-2__body__mycar .c-form__row .row-hedding {
  display: block;
}
.info-area-2__body__mycar.info-area-2__body__mycar {
  display: block;
}
.detail-area-2__body__mycar .body2-list {
  width: 100%;
}
.detail-area-2__body__mycar .body2-list.pickup {
  border-bottom: none;
  padding-bottom: 0;
}
.detail-area-2__body__mycar .body2-list.delivery  {
  border-top: none;
}
.info-area-2__body__mycar.info-area-2__body__mycar .div-border-line {
  background-color: #cccccc;
  height: 1px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c2-btn-type-5.btn-detail-mycar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c2-btn-type-5.btn-detail-mycar .btn-text .btn-text-2 {
    font-size: 1.5rem;
  }
  .c2-btn-type-5.btn-detail-mycar .c-icon {
    position: initial;
    margin-right: 0;
    margin-top: 0;
  }
}
/* END Mycar search */

/* date.tpl */
#page-shipping-detail.main-content.lease .main-content__body.mar-btm-harf {
  margin-bottom: 0;
  padding-bottom: 30px;
}
#page-shipping-detail.main-content.lease .detail-area-2__body__mycar .card-vehicle__body {
  margin-bottom: 0;
}
#page-shipping-detail.main-content.lease .detail-area-2__body.detail-area-2__body__mycar .card-vehicle {
  margin-bottom: 0;
  border-bottom: 1px solid #D4D4D4;
}
#page-shipping-detail.main-content.lease .detail-area-2__body.detail-area-2__body__mycar .card-vehicle:last-of-type .card-vehicle__body {
  border-bottom: none;
}
#page-shipping-detail.main-content.lease .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle {
  padding: 33px 40px 0;
  border: none;
}
#page-shipping-detail.main-content.lease .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle:not(:nth-of-type(1)) {
  margin-top: 0;
}
#page-shipping-detail.main-content.lease .shipping-detail-archive .confirm-area {
  display: flex;
  justify-content: center;
  margin: 30px 16px 0;
}
#page-shipping-detail.main-content.lease .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .group-note {
  margin: 10px 0 20px;
}
#page-shipping-detail.main-content.lease .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .group-note ul li {
  color: #007BBC;
}
#page-shipping-detail.main-content.lease .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group {
  margin-bottom: 0;
}
#page-shipping-detail.main-content.lease .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .c-form__row:last-child {
  padding-bottom: 33px;
}
#page-shipping-detail.main-content.lease .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .c-form__row .group-item {
  display: flex;
  align-items: center;
}
#page-shipping-detail.main-content.lease .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .c-form__row .group-item-body.js-dateInputs {
  display: flex;
  align-items: center;
}
/*
#page-shipping-detail.main-content.lease .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .c-form__row .form-radio {
  margin-left: 5px;
}
*/
#page-shipping-detail.main-content.lease .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .c-form__row .form-radio .form-radio-label {
  margin-left: 0;
}
#page-shipping-detail.main-content.lease .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .c-form__row .has-icon {
  position: relative;
  width: fit-content;
}
#page-shipping-detail.main-content.lease .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .c-form__row .has-icon .date {
  padding-right: 32px;
}
#page-shipping-detail.main-content.lease .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .c-form__row .has-icon .ui-datepicker-trigger {
  position: absolute;
  top: 4px;
  right: 8px;
  width: 24px;
  height: 24px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  #page-shipping-detail.main-content.lease .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .c-form__row .has-icon .date {
    padding-right: 8px;
  }
}
/* END date.tpl */

.body2-list {
  background-color: #FFF;
  width: 48%;
  border: 1px solid #D4D4D4;
  padding: 20px;
}
.body2-hedding {
  margin-bottom: 15px;
  font-size: 2.2rem;
}
.body2-item {
  display: flex;
  margin-bottom: 5px;
}
.pickup-payment-date{
  margin-bottom: 5px;
}
.body2-item__label {
  margin-right: 10px;
  width: 100px;
  background: #F7F7F7;
  padding: 3px;
  font-weight: bold;
}
.body2-item__text {
  flex: 1;
}
.body2-item__PickupPlanDate {
  margin-bottom: 0;
}
.body2-item__PickupPlanDate + .c-form__required {
  font-size: 1.2rem;
  margin-left: 0;
}
.total-box-button__confirm {
  display: flex;
  justify-content: center;
  flex-direction:row-reverse;
  margin-top: 36px;
  align-items: flex-end;
}
.total-box-button__confirm .c-btn__solid.color-gray {
  width: 150px;
  margin-right: 30px;
  
}
.total-box-button__confirm .c-btn__solid.color-red {
  width: 350px;
}
.total-box-button__confirm .c-btn__solid.color-red:disabled {
	border:solid 2px #000;
	background:  linear-gradient(to bottom, #000,#333 5%,#555 8%,#666);
}
.total-box-button__confirm .c-btn__solid.color-red .c-btn__solidInner,
.p-btn__userAdd.c-btn__solid.color-red .c-btn__solidInner /* アカウント登録ボタン */ {
  padding: 8px 30px 5px 30px;
}
.total-box-button__confirm .c-btn__solid.color-red .btn-text-2 span,
.p-btn__userAdd.c-btn__solid.color-red .btn-text-2 span /* アカウント登録ボタン */ {
  display: block;
  font-size: 1.2rem;
}
.total-box-button__confirm .total-box-button__regist {
  /*display: flex;
  flex-direction: column-reverse;*/
}
.total-box-button__confirm .subtotal-box-more {
  margin-bottom: 10px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .detail-area-2__body.body2 {
    display: block;
  }
  .body2-list {
    width: 100%;
  }
  .body2-list:not(:last-child){
    margin-bottom: 20px;
  }

  #page-shipping-detail.main-content.lease .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .c-form__row .group-item-body.js-dateInputs {
    display: block;
  }
  #page-shipping-detail.main-content.lease .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .c-form__row .form-radio {
    margin-left: 0;
  }
}
@media screen and (max-width:570px) {
	.p-numberCat-item .item-headingWarp {
		display: block;
	}
    .p-numberCat__btnAccount {
        position: unset;
    }
	.p-numberCat__table th {
		width: 30%;
	}
  .p-numberCat__table .td-postcode {
		display: block;
	}
	.p-numberCat__btnPostcode {
		margin: 5vw 0 0 0;
	}
	.p-numberCat-btnArea {
		display: block;
	}
	.p-numberCat-btnArea .c-btn__solidInner {
		padding: 1.75vw 7.5vw 2.5vw 7.5vw;
	}
	.p-numberCat-newbtnArea .p-btn__delete {
		max-width: 100%;
	}
	.p-numberCat-btnArea .p-btn__delete {
		margin-right: 0;
		margin-bottom: 5vw;
	}
	.p-numberCat-btnArea .c-btn__solid {
		max-width: 100%;
		height: 11.25vw;
	}
	.p-numberCat-btnArea {
		display: block;
		margin-top: 5vw;
	}
  .p-numberCat-newbtnArea .p-btn__new .c-btn__solidInner {
    font-size: 1.4rem;
  }
  .total-box-button__confirm {
    flex-direction: column;
  }
  .total-box-button__confirm .total-box-button__regist {
    width: 100%;
  }
  .total-box-button__confirm .c-btn__solid.color-red {
    width: 100%;
    margin-bottom: 5vw;
  }
  #page-shipping-detail.main-content.lease .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__body .input-group .c-form__row .form-radio input[type=radio] + .form-radio-text::before {
    top: 8px;
  }
}
@media screen and (max-width: 520px) {
  .detail-area-2__body.body2 {
    margin-top: 10vw;
  }
  .body2-list {
    padding: 5vw;
  }
  .body2-list:not(:last-child){
    margin-bottom: 5vw;
  }
  .body2-hedding {
    margin-bottom: 3.75vw;
  }
  .body2-item {
    margin-bottom: 1.25vw;
  }
  .body2-item__label {
    margin-right: 2.5vw;
    width: 25vw;
    padding: 0.75vw;
  }
  #page-shipping-detail.page-shipping-confirm .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .footer-primary ul {
    margin: 1.25vw 0;
  }
  #page-shipping-detail.page-shipping-confirm .shipping-detail-archive .detail-area-2 .detail-area-2__body .vehicle .vehicle-item .card-vehicle .card-vehicle__footer .footer-primary ul li {
    margin: 0 0 2vw 0;
  }
  /***********
    date.tpl 
  ***********/
  @media screen and (min-width: 768px) {
    #page-shipping-detail.main-content.lease .c-form__row {
        margin-top: 10px;
        margin-bottom: 0;
    }
  }
  .input-group-confirmitem .confirmitem__label ,.option-confirmitem .confirmitem__label, .option-confirmitem-single .confirmitem__label {
    margin-right: 2.5vw;
    padding: 0.75vw 2vw;
    min-width: auto;
    width: 25vw;
  }
  .option-confirmitem .confirmitem__label {
    width: 25vw;
    min-width: auto;
    text-align: left;
  }
  .total-box-button__confirm {
    display: block;
    margin-top: 9vw;
  }
  .total-box-button__confirm .c-btn__solid.color-gray {
    width: 100%;
    margin-right: 0;
    margin-top: 5vw;
  }
  .total-box-button__confirm .c-btn__solid.color-red {
    width: 100%;
  }
  .total-box-button__confirm .total-box-button__regist {
    display: block;
  }
  .total-box-button__confirm .subtotal-box-more {
    margin-top: 0;
    margin-bottom: 2.5vw;
  }
}
.stll-suspected-alert {
  position: absolute;
  color: #E61211;
  bottom: 1.5%;
  right: 1.5%;
}
.satelliteAlert {
  -webkit-box-shadow: 0 0 6px rgb(51 51 51 / 33%);
  box-shadow: 0 0 6px rgb(51 51 51 / 33%);
  box-sizing: border-box;
}
.satelliteAlert-content {
  text-align: center;
  line-height: 2.5;
}
.stll-button-area {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  white-space: nowrap;
}
.stll-button-next {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 30px;
}
@media screen and (max-width: 1320px) {
  .stll-suspected-alert {
    bottom: 66.5%;
    right: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .stll-button {
    word-break: break-all;
    white-space: normal;
    width: 30% !important;
  }
  .stll-button-next {
    height: 60px !important;
    padding-right: 10px !important;
  }
  .stll-suspected-alert {
    bottom: 1.5%;
    right: 1%;
  }
}
@media screen and (max-width: 768px) {
  .stll-suspected-alert {
    bottom: -0.5%;
    right: 2%;
    font-size: 0.5rem;
  }
}
/****ナンバープレート発送****/
.numberCut-addressWarp h3 {
	font-size: 2rem;
	margin: 30px 0 20px;
}
.p-numberCat-item {
	margin-bottom: 30px;
}
.p-numberCat-item .item-headingWarp {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.p-numberCat-item .item-heading {
	font-weight: bold;
	margin-right: 20px;
	font-size: 1.6rem;
}
.radio-label {
	margin: 0 20px 0 0!important;
	position: relative;
	display: inline-block;
}
.radio-label input[type=radio] {
    display: none;
	margin-right: 8px;
}
.radio-label input[type=radio] + .radio-text  {
	position: relative;
    padding-left: 30px;
}
.radio-label input[type=radio] + .radio-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    background: url(/img/common/icon_radio_off.png) center center/100% 100% no-repeat;
    width: 16px;
    height: 16px;
}
.radio-label input[type=radio]:checked + .radio-text::before {
    background: url(/img/common/icon_radio_on.png) center center/100% 100% no-repeat;
}


.p-numberCat__table {
	margin: auto;
	width: 100%;
	border: 1px #cdcdcd solid;
}
.p-numberCat__table tr:not(:last-child) {
	border-bottom: 1px #cdcdcd solid;
}
.p-numberCat__table th,.p-numberCat__table td {
	text-align: left;
    padding: 5px 10px;
    line-height: 1.5;
}
.p-numberCat__table th {
	border-right: 1px #cdcdcd solid;
	background-color: #f2f2f2;
	font-weight: bold;
  width: 25%;
}
/*ハイフンなし注記*/
.p-numberCat__table .row-val__note {
    font-size: 1.2rem;
    font-weight: 400;
    color: #979797;
    padding-top: 5px;
    margin-left: 5px;
    white-space: nowrap
}
.p-numberCat__table .td-postcode {
	display: flex;
	align-items: center;
}
.p-numberCat__btnPostcode {
	margin-left: 20px;
}
.p-numberCat-btnArea {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.p-numberCat-btnArea .c-btn__solid {
	max-width: 150px;
	height: 45px;
}
.p-numberCat-btnArea .p-btn__delete {
	margin-right: 20px;
}
.p-numberCat-btnArea .c-btn__solidInner {
    padding: 11px 30px 10px 30px
}
.p-numberCat-newbtnArea .p-btn__new {
	max-width: 250px;
	height: 45px;
	margin: 0 auto 30px;
}
.p-numberCat-newbtnArea .p-btn__new .c-btn__solidInner {
	padding: 11px 30px 10px 30px;
}
.c-bgModal.p-numberCat .p-numberCat__table input {
	width: 100%;
}
.p-numberCatModal__heading {
	text-align: center;
    font-size: 2.6rem;
    margin-bottom: 20px;
}
/******************************
  広告表示
******************************/
.banner {
  position: relative;
  z-index: 1;
  padding: 50px 20px;
  background-color: #fff;
  text-align: center;
}
.banner.p-tb-0 {
  padding: 0 20px;
}
.banner .banner__header {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .banner .banner__header {
    padding: 20px;
  }
}
.banner .banner__body--hr {
  max-width: 920px;
  margin: 0 auto;
}
.banner .banner__body .banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1320px;
  margin: auto;
}
.banner .banner__body .banner-list .list-item {
  margin: 0 10px;
  width: 301px;
}
@media screen and (max-width: 1024px) {
  .banner .banner__body .banner-list .list-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
/* 広告バナーの背景色オフ */
mark, ins {
background: transparent;
text-decoration: none;
}

/******************************************
  Pagination
*******************************************/
.page-nav-wrapper{
  margin: 20px 0;
}
.page-nav {
  display: flex;
  white-space: nowrap;
}
.page-nav .page-nav-box-3 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap-reverse;
}
.page-nav .nav-item {
  margin-right: 15px;
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
}
.bottom-nav .nav-item.Pager-dorp{
  display: none;
}
.page-nav .nav-item select{
  height: 34px;
}
@media screen and (max-width: 571px) {
  .page-nav .nav-item:last-child {
    margin-bottom: 20px;
  }
}
.page-nav .nav-item:last-child {
  margin-right: 0;
}
.pager_list{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	font-size: 12px;
}
.pager_list a{
  font-size: 1.4rem;
  color: #333333;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-right: 2px;
  margin-left: 2px;
  text-align: center;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-decoration: none;
}
.pager_list a:hover, .pager_list a:focus, .pager_list a.selected{
  color: #ffffff;
  border: 1px solid #009DEE;
  background-color: #009DEE;
}
.pager_list a.first_nav, .pager_list a.prev_nav, .pager_list a.next_nav, .pager_list a.last_nav {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px;
}
.pager_list a.first_nav {
  background-image: url("/img/common/icon_first_page.png");
}
.pager_list a.prev_nav {
  background-image: url("/img/common/icon_prev_page.png");
}
.pager_list a.next_nav {
  background-image: url("/img/common/icon_next_page.png");
}
.pager_list a.last_nav {
  background-image: url("/img/common/icon_last_page.png");
}
.pager_list .disabled_arrow {
  background-color: #cccccc;
  cursor: default;
}
.pager_list .disabled_arrow:hover, .pager_list .disabled_arrow:focus {
  color: #333333;
  border: 1px solid #cccccc;
  background-color: #cccccc;
}

.error-message{
  color: red;
  font-size: 1.1rem;
}
/* .pager_list div{
	margin-right: 5px;
	border: 1px solid #999;
	background-color: #ddd;
}
.pager_list .listNavi1 a,
.pager_list .listNavi5 a{
	padding: 0px 7px;
}
.pager_list .listNaviOnpage{
	background-color: #fff;
}
.pager_list .listNavi3{
}
.pager_list a.disabled_arrow{
	color: #bbb;
	cursor: default;
} */



/*[reservationsystem]*************************/
/*
.reservationsystem.reservationsystem_form
.reservationsystem.reservationsystem_confirm
.reservationsystem.reservationsystem_complete
.reservationsystem.reservationsystem_expired
*/

.reservationsystem .detail-area-2__body__mycar .group-title {
  margin:0px 0px 40px;
  font-size: 2.2rem;
}
.reservationsystem.reservationsystem_confirme .detail-area-2__body__mycar .group-title {
  margin:0px 0px 20px;
}
.reservationsystem .c-form__row label {
  font-weight: bold !important;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: bottom;
}
.reservationsystem .c-form__row label .title_lit {
  font-size: 1rem;
  padding-left: 6px;
}
.reservationsystem .list_cap > li{
  list-style-type: disc;
  margin-left: 1em;
  font-weight: bold;
}
.reservationsystem .form-radio{
  margin:0px 10px 0px 0px;
}
.reservationsystem .form-radio:last-child{
  margin:0px 0px 0px 0px;
}
.reservationsystem .has-icon+.form-radio{
  margin:0px 10px 0px 10px;
}
.reservationsystem.reservationsystem_confirme .c-form__btnArea.btnArea_col2 {
  padding: 0px 5%;
}
.reservationsystem .sl_none {
  display: none;
}
@media screen and (min-width: 768px) {
  .reservationsystem .bottom_lit {
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .reservationsystem.reservationsystem_confirme .c-form__btnArea.btnArea_col2 {
    max-width: 1000px;
    display: flex;
    justify-content: space-around;
  }
}

.clear_button{
  display: none;
	border: none;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: -9999px;
	cursor: pointer;
	background: url("/img/common/c2_icon_close.png") center center/100% 100% no-repeat;
	width: 30px;
	height: 30px;
	overflow: hidden;

	position: absolute;
  top: 10px;
  right: 42px;
  width: 12px;
  height: 12px;
  z-index: 0;
}

.reservationsystem .c-form__row label{
  cursor: auto;
}
.reservationsystem .c-form__row .form-radio-label:not(.checked),
.reservationsystem .c-form__row .form-checkbox-label:not(.checked){
  cursor: pointer;
  transition: all 0.2s;
}
.reservationsystem .c-form__row .form-radio-label:not(.checked):hover,
.reservationsystem .c-form__row .form-checkbox-label:not(:checked):hover{
  opacity: 0.7;
}
/* 2025.04.01 Miwa 旧車・EV等の場合、注意書きを表示 */
.search-box .tab-content .tab-content__inner .search-main-box-2.attention_fix{
	flex-wrap: wrap;
}
.search-box .tab-content .tab-content__inner .search-main-box-2 .attention_fix_classic{
	width: 100%;
	padding-left: 38px;
	font-size: 1.4rem;
  color:red;
  display:none;
}
.search-box .tab-content .tab-content__inner .search-main-box-2 .attention_fix_ev{
	width: 100%;
	padding-left: 38px;
	font-size: 1.4rem;
  color:red;
  display:none;
}
@media screen and (max-width: 1024px) {
	.search-box .tab-content .tab-content__inner .search-main-box-2 .box-item.attention_fixg .form-control{
		margin-bottom: 5px;
	}
	.search-box .tab-content .tab-content__inner .search-main-box-2 .attention_fix_classic{
		margin-bottom: 10px;
    display:none;
	}
	.search-box .tab-content .tab-content__inner .search-main-box-2 .attention_fix_ev{
		margin-bottom: 10px;
    display:none;
	}
}