/*##################################################################/*
/* --------------------------------
* Keyvisual
* -------------------------------- */
.child_key_v {
  background-image: url(../images/sub-key.jpg);
  min-height: 92px;
}
.main_contents p:nth-child(2) {
  margin: 0 0 0em;
}
.child_key_v .copy_area {
  padding: 60px 0 10px;
}
.banner-header {
  height: 80px;
  position: absolute;
  top: -3px;
  right: 100px;
  padding: 3px 10px;
}
.subnav_area {
  display: none !important;
}
.banner-header p {
  line-height: 13px;
}
.banner-header img {
  height: 134px;
  object-fit: contain;
  border: 1px solid grey;
}
.banner-header img:hover {
  opacity: 0.7;
}
.banner-mobile {
  display: none;
}
.banner-footer img:hover {
  opacity: 0.7;
}
.banner-header-qa {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .banner-header {
    display: none;
  }
  .banner-mobile {
    display: flex !important;
    height: 110px;
  }
  .banner-mobile-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .banner-mobile-block a {
    display: flex;
  }
  .banner-mobile-block img {
    width: 100% !important;
	height: 100px;
  }
}
.child_key_v .copy_area h2 {
  margin: auto;
}

.subnav_area .subnav_list li:nth-child(1) a {
  border-color: rgba(255, 255, 255, 1);
}

/* --------------------------------
* Main Contents
* -------------------------------- */

.introduction {
}
.introduction .title_section {
}

.detail_introduction {
}
.detail_introduction .content_left,
.detail_introduction .content_right {
  width: 100%;
}
.detail_introduction .content_left {
  width: fit-content;
  padding-right: 2rem;
}

.detail_introduction .content_center {
  max-width: 280px;
  text-align: right;
}

.detail_introduction .content_right {
  max-width: 400px;
  width: 100%;
}

.detail_introduction strong {
  /* font-size: 2.8rem; */
}

.detail_introduction {
  display: flex;
  margin: 0 0 20px 0;
  align-items: baseline;
  justify-content: space-between;
}

.btn_main.gray:hover {
  color: #fff;
  opacity: 0.7;
}

.detail_introduction table {
  margin-bottom: 2em;
}

.btn_main.columns {
  text-align: left;
  line-height: 1.5;
}

.btn_main.columns::after {
  line-height: 1;
}

.detail_content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.detail_content .content_left,
.detail_content .content_right {
  width: 100%;
}
.detail_content .content_left {
  max-width: 680px;
}
.detail_content .content_right {
  max-width: 400px;
}

.detail_content .block {
  margin: 0 auto 30px;
}
.detail_content .gallery {
}
.detail_content .point {
}

.detail_content .point {
}

.detail_content .buttons {
}
.detail_content .buttons p {
  margin: 0 auto 10px;
}
.detail_content .list_meta li {
}
.detail_content .form_inquiry {
}

/* option */
.detail_option {
  margin-bottom: 2em;
}
.detail_option .content_left,
.detail_option .content_right {
  width: 100%;
}
/*
.detail_option .content_left,
.detail_option .content_right { max-width: 535px; }
*/

.table_option {
}
.table_option th,
.table_option td {
  border: none;
  padding: 0.25em 1em;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #f2f2f2;
}
.table_option th {
  background-color: #c3e3d4;
}

.gallery .flexslider {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gallery .flexslider .slides {
  /* width: 70%;
  max-width: 680px; */
}

.gallery .flexslider .flex-control-thumbs {
  margin-top: 20px;
  display: grid;
  grid-auto-columns: 115px;
  grid-auto-flow: column;
  grid-gap: 5px;
  overflow-x: auto;
  grid-template-rows: 1fr 1fr;
}

.gallery .flexslider .flex-control-thumbs li {
  width: 100%;
}

.blue_block {
  padding: 2em 1em;
  border: solid 2px #00b0f0;
  margin-bottom: 2em;
}

.blue_block p {
  margin-bottom: 0;
  line-height: 1.5;
}

.blue_block p a {
  font-weight: bold;
  font-size: 2.8rem;
}

.accordion {
  text-align: center;
}
.accordion .inner {
  display: none;
}
.accordion p {
  cursor: pointer;
  padding: 20px;
  margin-bottom: 0;
}

.accordion p.ac1 {
  background-color: #008e4d;
  color: #fff;
}

.accordion .inner li.content1-1 {
  background: #c3e3d4;
  text-align: left;
  width: 100%;
  max-width: 680px;
  padding: 5%;
}
.gglcptch_recaptcha div {
  margin: 0 auto !important;
}
#box textarea[name="Comment"] {
  display: block !important;
}
#box {
  margin: auto;
  top: 80px;
  padding: 50px 50px;
  overflow: scroll;
  height: calc(100vh - 80px);
}

/*##################################################################/*
/* --------------------------------
 * SP
 * -------------------------------- */

@media screen and (max-width: 425px) {
  .gglcptch_recaptcha div {
    margin: auto !important;
  }
}
#mw_wp_form_mw-wp-form-247 form .main_contents p:nth-of-type(2) {
  margin: 0;
}
.prplbtn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.prplbtn .mwform-checkbox-field-text {
  display: none;
}
#form_used_car_single .prplbtn label {
  margin: 0;
  width: auto;
}
#form_used_car_single .prplbtn input#checkbox-1 {
  height: 25px;
  width: 25px;
}
.privacy_policy_link {
  margin: 0 0 0 5px;
  height: fit-content;
}
.privacy_policy_link a {
  text-decoration: underline;
}

.flex_left {
  width: 60%;
}

.flex_right {
  width: 40%;
  height: fit-content;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 84px;
}
.form_used_car_single {
  background-color: #ffffff;
  padding: 20px 25px;
  color: #545454;
  font-size: 13px;
  margin-bottom: 30px;
  border: #545454 1px solid;
}
.form_used_car_single input {
  width: 100%;
  height: 31px;
  border-radius: 6px;
  font-size: 16px;
}
.form_used_car_single textarea {
  width: 100%;
  border-radius: 6px;
  font-size: 16px;
}
#box input {
  border: none;
  border: solid 1px #dcdcdc;
  background-color: #f6f6f6;
  border-radius: 3px;
  padding: 0.25em 0.5em;
  font-size: 1.6rem;
  max-width: 100%;
}
#box textarea {
  border: none;
  border: solid 1px #dcdcdc;
  background-color: #f6f6f6;
  border-radius: 3px;
  padding: 0.25em 0.5em;
  font-size: 1.6rem;
  max-width: 100%;
}
#box .new_check_box label {
  height: 42px;
}
.submit-btn {
  background-color: #e72d44 !important;
  filter: drop-shadow(0.5px 0.866px 1px rgba(109, 109, 109, 0.6));
  font-size: 20px;
  border-radius: 40px;
  width: 100%;
  color: #ffffff !important;
  padding: 7px 10px;
  border: none !important;
}
.row_contact_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  word-break: keep-all;
  margin-top: 5px;
  margin-bottom: 5px;
}
.contact_form_label {
  margin-right: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 215px;
}
.contact_form_label span {
  font-size: 10px;
  color: #ffffff;
  border-radius: 2px;
  background-color: #e50000;
  padding: 2px 5px;
}
.row_contact_form_section {
  background-color: #ffffff;
  padding: 15px 9px;
}
.contact_form_label p {
  width: 100%;
}
.form_img_head {
  text-align: center;
}
.form_img_head img {
  max-width: 80%;
  margin-top: -35px;
}
.contact_form_option .mwform-checkbox-field {
  display: flex;
  align-items: center;
  margin-left: 0 !important;
}
.contact_form_option input {
  width: 30px;
}
.contact_form_option label {
  display: flex;
  align-items: center;
  margin-bottom: 5px !important;
  font-size: 15px;
}
.contact_form_option {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 15px;
}
.div-checkbox-choose-subject {
  display: flex;
  align-items: center;
  margin-left: 0 !important;
}
.checkbox-choose-subject {
  width: 30px !important;
}
.title_contact_form_option {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px !important;
  color: #545454;
}
#box label {
  width: unset !important;
}
.title-flex-right {
  text-align: center;
  font-size: 22px;
  color: #707070;
  margin: -55px 0 10px 0 !important;
}
.arrow-left {
  border-color: #006a46;
  border-style: solid;
  border-width: 0 0 5px 5px;
  content: "";
  display: block;
  height: 15px;
  left: -15px;
  position: absolute;
  width: 15px;
  bottom: 100px;
  transition: left 0.1s;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  cursor: pointer;
  z-index: 9;
}
.arrow-right {
  border-color: #006a46;
  border-style: solid;
  border-width: 0 0 5px 5px;
  content: "";
  display: block;
  height: 15px;
  right: -15px;
  position: absolute;
  width: 15px;
  bottom: 100px;
  transition: left 0.1s;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  cursor: pointer;
  z-index: 9;
}
#box button[type="button"] {
  margin-top: 0 !important;
  float: unset;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .arrow-left {
    bottom: 12vw;
  }
  .arrow-right {
    bottom: 12vw;
  }
  .gallery .flexslider .flex-control-thumbs {
    grid-auto-columns: 15vw;
  }
  .contact_form_option {
    display: block;
  }
  .title-flex-right {
    text-align: center;
    font-size: 22px;
    color: #707070;
    margin: 0px 0 10px 0 !important;
  }
  .detail_content {
    display: block;
  }
  .flex_left {
    width: 100%;
  }
  .flex_right {
    width: 100%;
  }
  .child_key_v {
    height: auto;
  }

  .child_key_v .copy_area {
    padding: 50px 0 30px;
  }

  .detail_introduction {
    width: 100%;
    margin: 0;
  }
  .price {
    font-size: 1.5em;
  }
  .detail_introduction .content_right,
  .detail_content .content_right {
    max-width: 100%;
  }
  .content_left,
  .content_right {
    margin: 0 auto 20px;
  }

  .gallery .flexslider .slides {
    width: 100%;
    max-width: inherit;
  }

  .gallery .flexslider .flex-control-thumbs {
    width: 100%;
    margin-top: 20px;
  }

  .gallery .flexslider .flex-control-thumbs {
    overflow-y: inherit;
    max-height: inherit;
  }

  .gallery .flexslider .flex-control-thumbs li {
    width: 100%;
  }

  .accordion .inner {
    width: 100%;
  }
  .contact_form_label {
    width: 345px;
  }
}
/* Adapted from https://medium.com/@draganeror/iphone-x-layout-features-with-css-environment-variables-d57423433dec */
/* Browsers which fully support CSS variables (iOS 11.2+).*/
@supports (padding-top: env(safe-area-inset-top)) {
    body {
        --safe-area-inset-top: env(safe-area-inset-top);
        --safe-area-inset-bottom: env(--safe-area-inset-bottom);
    }
}

/* --------------------------------
* right column
* -------------------------------- */
#form_used_car_single.form_used_car_single {
    position: relative;
    margin-top: 10px;
    padding-top: 86px;
    border: solid 3px #008e4d;
}
#form_used_car_single > .form_used_car_single_ttl {
    background: #008e4d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
}
#form_used_car_single > .form_used_car_single_ttl > .title_contact_form_option{
    padding: 15px 0 0 0;
    color: #fff;
}

#form_used_car_single > .form_used_car_single_ttl img {
    position: absolute;
    top: -10px;
    left: 12%;
    width: auto;
    height: 76px;
}
.blue_block {
    padding: 1em 1em;
    border: solid 3px #008e4d;
}
.blue_block .title_contact_form_option {
    color: #008e4d;
}
.blue_block .box_shop-prof {
    display: flex;
    margin: 0 0 20px 0;
}
.blue_block .box_shop-prof img.img_store-thumb {
    padding: 0 16px 0 0;
    width: 150px;
    height: auto;
}
.blue_block .box_shop-prof ul li {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}
.blue_block .box_shop-prof ul li:first-child {
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
}
.blue_block .btn_store-reservation {
    display: block;
    margin: 0 auto;
    padding: 0px 10px;
    width: 96%;
    background-color: #e72d44 !important;
    filter: drop-shadow(0.5px 0.866px 1px rgba(109, 109, 109, 0.6));
    border: none !important;
    border-radius: 40px;
    color: #fff !important;
    font-size: 20px;
}
.blue_block .evidence {
    display: block;
    margin: 16px 0 0 0;
    color: #e72d44;
    font-size :12px;
    line-height: 16px;
}

@media screen and (max-width: 768px) {
    #form_used_car_single > .form_used_car_single_ttl img {
        position: absolute;
        top: -10px;
        left: 0;
        width: 301px;
        height: 76px;
    }
}