@charset "UTF-8";
/* ================================================= *
 *        	common
 * ================================================= */
@media screen and (max-width: 768px) {
  .onlyPc {
    display: none !important;
  }
  .onlySp {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .BReak:before {
    display: inline;
    content: "\a";
    white-space: pre;
  }
}
.sectionInner {
  max-width: 1100px;
  width: 92%;
  margin: auto;
}

.sectionTitle {
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
}

.contentsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1.titleArea {
  margin-bottom: 0;
}

/* ================================================= *
 *        	mainVisual
 * ================================================= */
.mainVisual {
  height: 547px;
  background: url(../img/seibi/main_img@3x.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .mainVisual {
    height: auto;
    background: none;
  }
}
.mainVisual__img {
  width: 100%;
}
.mainVisual .sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mainVisual .sectionInner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 30px;
  }
}
.mainVisual__read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 490px;
  padding: 35px 40px;
  background-color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mainVisual__read {
    padding: 25px 0;
  }
}
.mainVisual__ttl {
  color: #cd031a;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
.mainVisual__ttl .strong {
  display: block;
  margin-top: 15px;
  padding: 5px 0;
  border-radius: 25px;
  background-color: #cd031a;
  color: #fff;
  font-size: 2.7rem;
}
.mainVisual__catch {
  margin-top: 20px;
  color: #000;
  font-size: 3.4rem;
}
@media screen and (max-width: 480px) {
  .mainVisual__catch br {
    display: none;
  }
}
.mainVisual__detail {
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #cd031a;
  color: #fff;
}
.mainVisual__detail__ttl {
  font-size: 2.3rem;
  text-align: center;
}
.mainVisual__detail__data {
  position: relative;
  margin-top: 25px;
  padding-left: 40px;
  font-size: 1.9rem;
}
.mainVisual__detail__data:not(:first-of-type) {
  margin-top: 15px;
}
.mainVisual__detail__data::before {
  content: "";
  position: absolute;
  left: 0;
  width: 35px;
  height: 26px;
  background: url(../img/loan/icon_check@3x.png) no-repeat center/cover;
}

/* ================================================= *
 *        	レディバグ車検のメリット
 * ================================================= */
.merit {
  padding: 120px 15px 50px;
  background-color: #f7f8f3;
}
@media screen and (max-width: 768px) {
  .merit {
    padding: 60px 15px 50px;
  }
}
.merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px -15px 0;
}
@media screen and (max-width: 768px) {
  .merit__list {
    margin: 30px -15px 0;
  }
}
.merit__item {
  position: relative;
  width: 346px;
  margin: 67px 15px 0;
  padding: 80px 30px 35px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  line-height: 1.6;
}
.merit__item::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  border: 4px solid #cd031a;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .merit__item {
    margin: 60px 0 0;
  }
}
.merit__ttl {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 175px;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #cd031a;
  -webkit-filter: drop-shadow(3px 3px 0px rgb(0, 0, 0));
          filter: drop-shadow(3px 3px 0px rgb(0, 0, 0));
  color: #fff;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
}
.merit__ttl::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #cd031a;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.merit__icon {
  position: relative;
  display: block;
  margin: auto;
  z-index: 1;
}
.merit__item:first-of-type .merit__icon {
  width: 91px;
}
.merit__item:nth-of-type(2) .merit__icon {
  width: 68px;
}
.merit__item:nth-of-type(3) .merit__icon {
  width: 78px;
}

.merit_data {
  position: relative;
  margin-top: 20px;
  font-weight: bold;
  z-index: 1;
}
.merit_data__ttl {
  color: #cd031a;
  font-size: 3.8rem;
  text-align: center;
  line-height: 1.3;
}
.merit_data__ttl .small {
  display: block;
  font-size: 2.3rem;
}
.merit_data__txt {
  margin-top: 15px;
  color: #363332;
  font-size: 1.5rem;
}

/* ================================================= *
 *        	次回車検 ご予約特典
 * ================================================= */
.reservation_benefits {
  padding: 60px 15px;
  background-color: #cd031a;
}
.reservation_benefits .sectionTitle {
  color: #fff;
}
.reservation_benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.reservation_benefits__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 260px;
  margin: 15px 10px 0;
  /* padding: 35px 20px 20px; */
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .reservation_benefits__item {
    max-width: 260px;
    width: 48%;
    margin: 15px 1% 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* ================================================= *
 *        	選べる3つのお得な車検コース
 * ================================================= */
.value_course {
  padding: 60px 0;
  background-color: #f7f8f3;
}

/* ------------------------------------
 *        	コース別内容比較表
------------------------------------ */
.value_menu {
  width: 100%;
  margin-top: 60px;
  border: 4px solid #be2827;
  background: white;
  border-collapse: separate;
  color: #363332;
  font-family: "M PLUS 1p";
  font-weight: bold;
}
@media (max-width: 1100px) {
  .value_menu {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .value_menu {
    font-size: 1.0rem;
  }
}
.value_menu tr th,
.value_menu tr td {
  text-align: center;
  padding: 2px;
}
.value_menu tr th {
  font-weight: bold;
}

.value_menu thead th {
  width: 25%;
  padding: 10px 5px;
  line-height: 1.2;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .value_menu thead th {
    padding: 5px 3px;
  }
}
.value_menu thead th.couse {
  border-right: 4px solid #be2827;
  color: #be2827;
  font-size: 2.8rem;
}
@media (max-width: 1100px) {
  .value_menu thead th.couse {
    font-size: calc(100vw / 1100 * 28);
  }
}
.value_menu thead th.couse .ttl {
  font-size: 1.14285em;
}
.value_menu thead th.couse01, .value_menu thead th.couse02, .value_menu thead th.couse03 {
  color: #fff;
  font-size: 2.4rem;
}
@media (max-width: 1100px) {
  .value_menu thead th.couse01, .value_menu thead th.couse02, .value_menu thead th.couse03 {
    font-size: calc(100vw / 1100 * 22);
  }
}
.value_menu thead th.couse01 .lead, .value_menu thead th.couse02 .lead, .value_menu thead th.couse03 .lead {
  display: inline-block;
  margin-top: 5px;
  padding: 0.3em 1em;
  background-color: #fff;
  color: #000;
  font-size: 0.65em;
  cursor: pointer;
}
@media (max-width: 480px) {
  .value_menu thead th.couse01 .lead, .value_menu thead th.couse02 .lead, .value_menu thead th.couse03 .lead {
    font-size: 0.8em;
  }
}
.value_menu thead th.couse01 {
  border-top: 6px solid #fff;
  border-left: 6px solid #fff;
  border-bottom: 6px solid #fff;
  background-color: #2264b8;
}
.value_menu thead th.couse02 {
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  background-color: #d66036;
}
.value_menu thead th.couse03 {
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  border-bottom: 6px solid #fff;
  background-color: #3f9190;
}
@media (max-width: 1100px) {
  .value_menu thead th.couse01,
  .value_menu thead th.couse02,
  .value_menu thead th.couse03 {
    border-width: 3px;
  }
}
@media (max-width: 480px) {
  .value_menu thead th.couse01,
  .value_menu thead th.couse02,
  .value_menu thead th.couse03 {
    border-width: 2px;
  }
}
.value_menu tbody td {
  border-bottom: 1px solid #c2c2c2;
}
.value_menu tbody td.vertical {
  padding: 10px 2px;
  background-color: #be2827;
  font-size: calc(100vw / 1100 * 26);
  white-space: nowrap;
}
.value_menu tbody td.vertical.ttl02, .value_menu tbody td.vertical.ttl03 {
  border-top: 4px solid #fff;
}
.value_menu tbody td.vertical span {
  width: 1em;
  margin: auto;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 600px) {
  .value_menu tbody td.vertical span {
    position: relative;
    left: -5px;
    min-height: 50px;
  }
}
.value_menu tbody td.border {
  border-top: 4px solid #be2827;
}
.value_menu tbody td.border_bottom {
  border-bottom: 4px solid #fff;
}
.value_menu tbody td.couse01 {
  background-color: #d4eaf7;
}
.value_menu tbody td.couse02 {
  background-color: #f4ddd9;
}
.value_menu tbody td.couse03 {
  background-color: #d4e7e1;
}

.value_menu_note {
  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-top: 10px;
  color: #363332;
}
.value_menu_note__txt {
  font-size: 2rem;
}
.value_menu_note__txt span {
  display: inline-block;
  padding-right: 10px;
}
.value_menu_note__caption {
  font-size: 1.5rem;
}

/* ------------------------------------
 *        	軽自動車【車検の速太郎コースの場合】
------------------------------------ */
.price_list_item_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1100px) {
  .price_list_item_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.price_list_item_inner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 29px 0 29px;
  border-color: #cd031a transparent transparent transparent;
}
@media (max-width: 1100px) {
  .price_list_item_inner::after {
    border-color: #9e0705 transparent transparent transparent;
  }
}

.price_list_contents {
  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;
  width: 1000px;
  background-color: #cd031a;
  padding: 15px 20px;
}
@media (max-width: 991px) {
  .price_list_contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4%;
  }
}
@media (max-width: 480px) {
  .price_list_contents {
    padding: 15px;
  }
}

.price_list_car_icon {
  max-width: 186px;
}
@media (max-width: 991px) {
  .price_list_car_icon {
    max-width: 230px;
    width: 47%;
    margin-right: 2%;
  }
}

.price_list_car_name {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 991px) {
  .price_list_car_name {
    width: 49%;
  }
}
@media (max-width: 480px) {
  .price_list_car_name {
    font-size: 1.2rem;
  }
}
.price_list_car_name .type {
  font-size: 3.8rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .price_list_car_name .type {
    font-size: 4.8vw;
  }
}

.price_list_car_detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 503px;
  width: 53%;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .price_list_car_detail {
    max-width: 650px;
    width: 100%;
    margin-top: 5px;
  }
}
.price_list_car_detail .ttl {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #004a94;
  font-size: 1.4rem;
}
@media (max-width: 991px) {
  .price_list_car_detail .ttl {
    top: 5px;
  }
}
@media (max-width: 480px) {
  .price_list_car_detail .ttl {
    top: 5px;
    font-size: 1.2rem;
  }
}
.price_list_car_detail .cost {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .price_list_car_detail .cost {
    font-size: 2.1rem;
  }
}
@media (max-width: 480px) {
  .price_list_car_detail .cost {
    font-size: 1.6rem;
  }
}
.price_list_car_detail .cost_ttl {
  display: block;
  margin-left: -15px;
  font-size: 1.7rem;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 480px) {
  .price_list_car_detail .cost_ttl {
    font-size: 1.3rem;
  }
}
.price_list_car_detail .cost .small {
  margin: 0 5px;
  font-size: 70%;
  vertical-align: text-bottom;
}
@media (max-width: 480px) {
  .price_list_car_detail .cost .small {
    margin: 0 2px;
  }
}
.price_list_car_detail .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e81c24;
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .price_list_car_detail .total {
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  .price_list_car_detail .total {
    font-size: 2.1rem;
    line-height: 1.4;
  }
}
.price_list_car_detail .total_ttl {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 480px) {
  .price_list_car_detail .total_ttl {
    font-size: 1.3rem;
    font-weight: bold;
  }
}
.price_list_car_detail .online_reservation {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
}
@media (max-width: 480px) {
  .price_list_car_detail .online_reservation {
    font-size: 1rem;
  }
}
.price_list_car_detail .total .small {
  font-size: 70%;
}

.price_list_btn {
  width: 100px;
  min-width: 100px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #9e0705;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .price_list_btn {
    width: 100%;
    padding: 10px;
  }
}
.price_list_btn .txt {
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 1100px) {
  .price_list_btn .txt {
    margin-bottom: 0;
  }
}
.price_list_btn .arrow {
  width: 28px;
  vertical-align: text-bottom;
}
@media (max-width: 1100px) {
  .price_list_btn .arrow {
    display: none;
  }
}

/* ------------------------------------
 *        	軽自動車 料金表
------------------------------------ */
.price_list .contents {
  position: relative;
  padding-top: 35px;
  display: none;
}
.price_list .contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 29px 0 29px;
  border-color: #ffed9b transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1100px) {
  .price_list .contents::before {
    border-color: #ffdd58 transparent transparent transparent;
  }
}

.price_list_table {
  position: relative;
  width: 100%;
  margin: 35px auto 0;
  z-index: 1;
}
@media (max-width: 640px) {
  .price_list_table {
    font-size: 1rem;
  }
}
.price_list_table th, .price_list_table td {
  padding: 10px 5px;
  width: 30px;
  height: 25px;
  color: #575757;
  text-align: center;
}
@media (max-width: 640px) {
  .price_list_table th, .price_list_table td {
    padding: 3px;
  }
}
.price_list_table th {
  font-weight: normal;
}
.price_list_table td {
  font-weight: bold;
}

.price_list_table thead {
  border: 1px solid #c7c7c7;
}
.price_list_table thead th {
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 640px) {
  .price_list_table thead th {
    font-size: 1.2rem;
  }
}
.price_list_table thead th:first-of-type {
  color: #cd031a;
}
.price_list_table thead th:nth-of-type(2) {
  background-color: #1164b8;
}
.price_list_table thead th:nth-of-type(3) {
  background-color: #d66136;
}
.price_list_table thead th:nth-of-type(4) {
  background-color: #009190;
}

.price_list_table tbody th, .price_list_table tbody td {
  border: 1px solid #c7c7c7;
  border-collapse: collapse;
}
.price_list_table tbody tr:nth-of-type(2), .price_list_table tbody tr:nth-of-type(3) {
  background-color: #eee;
}
.price_list_table tbody tr:nth-of-type(7) th, .price_list_table tbody tr:nth-of-type(8) th, .price_list_table tbody tr:nth-of-type(9) th {
  color: #dd0010;
  font-weight: bold;
  line-height: 1.2;
}
.price_list_table tbody tr:nth-of-type(7) td, .price_list_table tbody tr:nth-of-type(8) td, .price_list_table tbody tr:nth-of-type(9) td {
  color: #dd0010;
}
.price_list_table tbody tr:nth-of-type(7) {
  background-color: #fffdd2;
}
.price_list_table tbody tr:nth-of-type(7) td {
  font-size: 125%;
}
@media (max-width: 640px) {
  .price_list_table tbody tr:nth-of-type(7) td {
    font-size: 1.1rem;
  }
}
.price_list_table tbody tr:nth-of-type(8) {
  background-color: #ffeda9;
}
.price_list_table tbody tr:nth-of-type(8) td {
  font-size: 142%;
}
@media (max-width: 640px) {
  .price_list_table tbody tr:nth-of-type(8) td {
    font-size: 1.2rem;
  }
}
.price_list_table tbody tr:nth-of-type(9) {
  background-color: #f9dd85;
}
.price_list_table tbody tr:nth-of-type(9) td {
  font-size: 142%;
}
@media (max-width: 640px) {
  .price_list_table tbody tr:nth-of-type(9) td {
    font-size: 1.2rem;
  }
}
.price_list_table tbody .icon {
  display: inline-block;
  max-width: 92px;
  width: 48%;
  margin-right: 4%;
  vertical-align: sub;
}
.price_list_table tbody .txt {
  display: inline-block;
}
.price_list_table tbody .txt .small {
  font-size: 70%;
  font-weight: normal;
}

.price_list_table tfoot th {
  text-align: left;
}

/* ================================================= *
 *        	お得なクーポン情報
 * ================================================= */
.coupon {
  padding: 60px 0 90px;
}
.coupon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
}
.coupon__item {
  margin: 0 15px;
}
.coupon__img {
  max-width: 100%;
  height: auto;
}
.coupon__caption {
  text-align: right;
}

/* ================================================= *
 *        	車検の流れ
 * ================================================= */
.flow {
  padding: 60px 0;
  background-color: #f7f8f3;
}
.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1113px;
  margin: 60px auto 0;
}
.flow__item {
  max-width: 538px;
  width: 48.33782%;
  margin: 0 auto 30px;
  border: 1px solid #808080;
}
@media screen and (max-width: 1024px) {
  .flow__item {
    width: 100%;
  }
}
.flow__ttl {
  background-color: #cd031a;
  font-size: 2.3rem;
  color: #fff;
}
.flow__ttl .number {
  display: inline-block;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 5px;
  padding: 0 25px;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
@media screen and (max-width: 480px) {
  .flow__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flow_content {
  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;
  padding: 3% 3% 4.08921% 5.5762%;
}
@media screen and (max-width: 480px) {
  .flow_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flow_content__icon {
  width: 16.72862%;
}
@media screen and (max-width: 480px) {
  .flow_content__icon {
    width: 36%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.flow_content__txt {
  width: 40%;
  font-size: 1.3rem;
}
.step03 .flow_content__txt {
  width: 77%;
}
@media screen and (max-width: 480px) {
  .flow_content__txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 15px;
  }
  .step03 .flow_content__txt {
    width: 100%;
  }
}
.flow_content__img {
  width: 31.97026%;
}
@media screen and (max-width: 480px) {
  .flow_content__img {
    width: 60%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* ================================================= *
 *        	店舗情報
 * ================================================= */
.shop_info {
  padding: 90px 0;
}
.shop_info .sectionTitle {
  background-color: #cd031a;
  color: #fff;
}

.shop_info_list {
  margin-top: 80px;
}
.shop_info_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.shop_info_list__item:not(:first-of-type) {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 0.583px solid #939393;
}
@media screen and (max-width: 768px) {
  .shop_info_list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shop_info_list__read {
  width: 67.818181%;
  margin-left: 15px;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .shop_info_list__read {
    width: 100%;
    margin: 0;
  }
}
.shop_info_list__ttl {
  width: 100%;
  font-size: 2.6rem;
}
.shop_info_list__lead {
  display: block;
  color: #cd031a;
  font-size: 1.5rem;
}
.shop_info_list__map {
  max-width: 300px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .shop_info_list__map {
    max-width: 100%;
    margin-top: 30px;
  }
}

.shop_info_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  padding-top: 40px;
  border-top: 2px solid #be2827;
}
@media screen and (max-width: 1024px) {
  .shop_info_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shop_info_detail__img {
  max-width: 304px;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .shop_info_detail__img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .shop_info_detail__img {
    max-width: 100%;
  }
}
.shop_info_detail__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .shop_info_detail__data {
    width: 100%;
    margin-top: 15px;
  }
}
.shop_info_detail__ttl {
  width: 18%;
  margin-top: 10px;
  margin-right: 15px;
}
.shop_info_detail__txt {
  margin-top: 10px;
  width: 70%;
}
.shop_info_detail__icon {
  width: 15px;
  margin-left: 5px;
  vertical-align: middle;
}

/* ================================================= *
 *        	おすすめ情報
 * ================================================= */
#campaignContentsArea {
  padding: 60px 0 80px !important;
}

/* ================================================= *
 *        	modal window
 * ================================================= */
.modalArea {
  visibility: hidden;
  overflow-y: scroll;
  opacity: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  padding: 0 20px;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
  background: rgba(0, 0, 0, 0.8);
}

.modalArea.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s, visibility 0s 0s;
  transition: opacity 0.3s, visibility 0s 0s;
}

.modal_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal_container _:-ms-lang(x)::-ms-backdrop,
.modal_container {
  min-height: 100vh;
}

.modal_container::after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.modal_inner {
  max-width: 800px;
  width: 100%;
  margin: 20px auto;
}

.modal_content {
  display: none;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
}

.is-active .modal_content {
  display: block;
}

.modalClose {
  display: block;
  margin: auto;
  padding: 5px 15px;
  border: 1px solid #333;
  color: inherit;
  font: inherit;
  text-align: center;
  text-transform: none;
  cursor: pointer;
}

.inspection_list,
.maintenance_list {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #595959;
  font-size: 1.4rem;
}

@media (max-width: 480px) {
  .inspection_list,
  .maintenance_list {
    font-size: 1.2rem;
  }
}

.inspection_list th,
.maintenance_list th {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 480px) {
  .inspection_list th,
  .maintenance_list th {
    font-size: 1.8rem;
  }
}

.inspection_list th, .inspection_list td,
.maintenance_list th,
.maintenance_list td {
  padding: 5px 10px;
  border: 1px solid #595959;
  border-collapse: collapse;
  text-align: center;
}

.inspection_list th {
  background-color: #2b4eaf;
}

.modalArea02 .maintenance_list th {
  background-color: #d64611;
}

.modalArea03 .maintenance_list th {
  background-color: #008b87;
}

@media (max-width: 480px) {
  .modal_content {
    padding: 20px 15px;
  }
}
