@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media print, screen and (min-width: 992px) {
  .no_pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 992px) {
  .no_sp {
    display: none !important;
  }
}

.allstop_scroll {
  overflow: hidden;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}

.c_main {
  color: #BC000F;
}

.container {
  padding: 0 !important;
}
@media print, screen and (min-width: 992px) {
  .container {
    max-width: 1080px !important;
  }
}
@media print, screen and (max-width: 992px) {
  .container {
    max-width: 100% !important;
  }
}

.allstop_scroll {
  overflow: hidden;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
  overflow: hidden;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  overflow: visible;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (max-width: 992px) {
  body main {
    padding-bottom: 100px;
  }
}
body main .content_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body main .content_flex .left_box {
  width: 280px;
}
body main .content_flex .left_box .sticky_box {
  position: sticky;
  top: 0;
  left: 0;
}
body main .content_flex .left_box .sticky_box .left_01 {
  position: relative;
  width: 100%;
  height: 100vh;
}
body main .content_flex .left_box .sticky_box .left_01 .absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
body main .content_flex .left_box .sticky_box .left_01 .absolute .sub {
  margin-top: 5px;
  padding: 0 15px;
  text-align: center;
}
body main .content_flex .left_box .sticky_box .left_01 .absolute .sub a {
  display: inline-block;
  margin: 5px 0;
}
body main .content_flex .left_box .sticky_box .left_01 .absolute .sub a.s_form {
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  color: #000000;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 100px;
  padding: 12px 0;
}
body main .content_flex .left_box .sticky_box .left_01 .absolute .sub a.s_form::before {
  content: "\f0e0";
  color: #DA2532;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
body main .content_flex .left_box .sticky_box .left_01 .absolute .sub a.s_line {
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  color: #FFFFFF;
  background-color: #06C655;
  border: 2px solid #FFFFFF;
  border-radius: 100px;
  padding: 12px 0;
}
body main .content_flex .left_box .sticky_box .left_01 .absolute .sub a.tel {
  display: block;
  text-align: left;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
}
body main .content_flex .left_box .sticky_box .left_01 .absolute .sub a.tel::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
body main .content_flex .left_box .sticky_box .left_01 .absolute .sub p {
  text-align: left;
  color: #FFFFFF;
  line-height: 1.3;
  font-weight: bold;
  margin: 0px 0 5px;
}
body main .content_flex .left_box .sticky_box .left_01 .absolute .sub ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
}
body main .content_flex .left_box .sticky_box .left_01 .absolute .sub ul li a {
  position: relative;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #FFFFFF;
}
body main .content_flex .left_box .sticky_box .left_01 .absolute .sub ul li a::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
body main .content_flex .left_box .sticky_box .left_01.left_red {
  background: linear-gradient(#fc6c20 0%, #da2332 100%);
}
body main .content_flex .right_box {
  text-align: center;
  width: 585px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box {
    width: 100%;
  }
}
body main .content_flex .right_box .px_10 {
  padding: 30px 10px;
}
body main .content_flex .right_box .flier_img {
  display: block;
  margin: 20px 0;
}
body main .content_flex .right_box .flier_img img {
  display: block;
  width: 85%;
  margin: 0px auto;
}
body main .content_flex .right_box .h_menu {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
}
body main .content_flex .right_box .h_menu a {
  display: block;
  width: 55px;
  height: 55px;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  transition: 0.5s;
  background-color: #DA2532;
}
body main .content_flex .right_box .h_menu a:hover {
  opacity: 1;
}
body main .content_flex .right_box .h_menu a > span {
  display: block;
  position: absolute;
  transition: 0.5s;
  top: 56%;
  left: 23%;
  font-size: 0.65rem;
  color: #FFFFFF;
  font-weight: bold;
}
body main .content_flex .right_box .h_menu a > span::before {
  content: "";
  display: block;
  position: absolute;
  transition: 0.5s;
  top: -16px;
  left: 0.5px;
  width: 30px;
  height: 4px;
  border-radius: 5px/50%;
  background-color: #FFFFFF;
}
body main .content_flex .right_box .h_menu a > span::after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.5s;
  top: -6px;
  left: 0.5px;
  width: 30px;
  height: 4px;
  border-radius: 5px/50%;
  background-color: #FFFFFF;
}
body main .content_flex .right_box .h_menu a.hum_open > span {
  top: 59%;
  left: 21%;
}
body main .content_flex .right_box .h_menu a.hum_open > span::before {
  top: -14px;
  left: 1.5px;
  transform: rotate(45deg);
}
body main .content_flex .right_box .h_menu a.hum_open > span::after {
  top: -14px;
  left: 1.5px;
  transform: rotate(-45deg);
}
body main .content_flex .right_box .h_menu_list {
  text-align: center;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #FCF7EA;
  z-index: 99;
  padding: 100px 20px 0;
  transition: 0.5s;
}
body main .content_flex .right_box .h_menu_list.is_visible {
  right: 0;
}
body main .content_flex .right_box .h_menu_list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 100px;
  text-align: left;
}
body main .content_flex .right_box .h_menu_list ul li {
  margin-bottom: 10px;
}
body main .content_flex .right_box .h_menu_list ul li:last-child {
  margin-bottom: 0;
}
body main .content_flex .right_box .h_menu_list ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 10px 20px;
}
body main .content_flex .right_box .h_menu_list ul li a::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 4%;
  color: #DA2532;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
body main .content_flex .right_box .h_menu_list img {
  width: 60%;
}
body main .content_flex .right_box .h_menu_list p {
  text-align: left;
  font-weight: bold;
  max-width: 180px !important;
  margin: 10px auto 0;
}
body main .content_flex .right_box .h_sp_box {
  padding: 8px 0;
  background-color: #2D2D2D;
}
body main .content_flex .right_box .h_sp_box > img {
  width: auto;
}
body main .content_flex .right_box .cta_box {
  margin: 30px 0 20px;
}
body main .content_flex .right_box .cta_box h3 {
  position: relative;
  text-align: center;
  font-size: 24px;
  color: #2D2D2D;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .cta_box h3 {
    font-size: 16px;
  }
}
body main .content_flex .right_box .cta_box h3::before {
  content: "";
  position: absolute;
  left: 5%;
  width: 2px;
  height: 100%;
  transform: rotate(-20deg);
  background-color: #2D2D2D;
}
body main .content_flex .right_box .cta_box h3::after {
  content: "";
  position: absolute;
  right: 5%;
  width: 2px;
  height: 100%;
  transform: rotate(20deg);
  background-color: #2D2D2D;
}
body main .content_flex .right_box .cta_box ul {
  list-style: none;
  padding: 0 0 10px;
  margin: 0;
  text-align: center;
  justify-content: center;
}
body main .content_flex .right_box .cta_box ul li {
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .cta_box ul li {
    margin-bottom: 15px;
  }
  body main .content_flex .right_box .cta_box ul li:last-child {
    margin-bottom: 0;
  }
}
body main .content_flex .right_box .cta_box ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFFFFF;
  width: 100%;
  border: 4px solid #FFFFFF;
  border-radius: 49px;
  padding: 15px 0;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.25);
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .cta_box ul li a {
    font-size: 20px;
    padding: 10px 0;
  }
}
body main .content_flex .right_box .cta_box ul li a.c_tel {
  background-color: #DA2532;
}
body main .content_flex .right_box .cta_box ul li a.c_line {
  background-color: #0FDB20;
}
body main .content_flex .right_box .cta_box ul li a.c_email {
  background-color: #FF9500;
  padding: 15px 0;
}
@media print, screen and (min-width: 992px) {
  body main .content_flex .right_box .cta_box ul li a.c_email {
    margin-top: 20px;
    padding: 25px 0;
  }
}
body main .content_flex .right_box .cta_box ul li a > img {
  width: 46px;
}
body main .content_flex .right_box .cta_box ul li a > span {
  display: inline-block;
  text-align: left;
}
body main .content_flex .right_box .white_box {
  background-color: #FFFFFF;
}
body main .content_flex .right_box .white_box .wc01_box {
  position: relative;
  margin-top: 70px;
  padding: 70px 0 0;
  background-color: #E5E5E5;
  border-radius: 20px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .white_box .wc01_box {
    margin-top: 50px;
    padding: 50px 0 0;
  }
}
body main .content_flex .right_box .white_box .wc01_box .wc01_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 320px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px 0px;
  border: 3px solid #2D2D2D;
  border-radius: 10px;
  background-color: #2D2D2D;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .white_box .wc01_box .wc01_title {
    font-size: 18px;
    padding: 12px 0px;
    width: 200px;
  }
}
body main .content_flex .right_box .white_box .wc01_box .wc01_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #2D2D2D transparent transparent;
  translate: -50% 100%;
}
body main .content_flex .right_box .white_box .wc01_box .wc01_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13.3px 6.6px 0 6.6px;
  border-color: #2D2D2D transparent transparent;
  translate: -50% 100%;
}
body main .content_flex .right_box .white_box .wc01_box .wc01_worry {
  font-size: 36px;
  font-weight: 700;
  color: #2D2D2D;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .white_box .wc01_box .wc01_worry {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
body main .content_flex .right_box .white_box .wc01_box > img {
  display: block;
  transform: scale(1.035);
}
body main .content_flex .right_box .white_box .life_box {
  position: relative;
  color: #FFFFFF;
  background-color: #DA2532;
  border-radius: 20px;
  padding: 50px 20px 40px;
  margin-top: 80px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .white_box .life_box {
    margin-top: 50px;
    padding: 30px 15px 20px;
  }
}
body main .content_flex .right_box .white_box .life_box .lc_ab {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  width: 150px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .white_box .life_box .lc_ab {
    width: 100px;
  }
}
body main .content_flex .right_box .white_box .life_box .l_about {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  margin: 0px 0 10px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .white_box .life_box .l_about {
    font-size: 22px;
    margin: 0 0 15px;
  }
}
body main .content_flex .right_box .white_box .life_box .l_about::before {
  content: "";
  position: absolute;
  left: -40px;
  width: 2px;
  height: 100%;
  transform: rotate(-30deg);
  background-color: #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .white_box .life_box .l_about::before {
    left: -20px;
  }
}
body main .content_flex .right_box .white_box .life_box .l_about::after {
  content: "";
  position: absolute;
  right: -40px;
  width: 2px;
  height: 100%;
  transform: rotate(30deg);
  background-color: #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .white_box .life_box .l_about::after {
    right: -20px;
  }
}
body main .content_flex .right_box .white_box .life_box .l_title {
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  max-width: 460px;
  margin: 0 auto 20px;
  line-height: 1.4;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .white_box .life_box .l_title {
    font-size: 26px;
    max-width: 310px;
    margin: 0 auto 15px;
  }
}
body main .content_flex .right_box .white_box .life_box .l_title > .lbig {
  font-size: 44px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .white_box .life_box .l_title > .lbig {
    font-size: 32px;
  }
}
body main .content_flex .right_box .white_box .life_box .l_title > .lsmall {
  font-size: 24px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .white_box .life_box .l_title > .lsmall {
    font-size: 16px;
  }
}
body main .content_flex .right_box .white_box .life_box .l_detal {
  font-size: 20px;
  line-height: 1.6;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .white_box .life_box .l_detal {
    font-size: 14px;
  }
}
body main .content_flex .right_box .white_box .life_box .lc01_box {
  position: relative;
  color: #000000;
  background-color: #FCF7EA;
  border-radius: 20px;
  padding: 60px 20px 20px;
  margin-top: 60px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .white_box .life_box .lc01_box {
    padding: 50px 15px 15px;
    margin-top: 50px;
  }
}
body main .content_flex .right_box .white_box .life_box .lc01_box > h4 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 250px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px 0px;
  border: 3px solid #2D2D2D;
  border-radius: 10px;
  background-color: #2D2D2D;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .white_box .life_box .lc01_box > h4 {
    font-size: 20px;
    padding: 10px 0px;
    width: 165px;
  }
}
body main .content_flex .right_box .white_box .life_box .lc01_box > h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #2D2D2D transparent transparent;
  translate: -50% 100%;
}
body main .content_flex .right_box .white_box .life_box .lc01_box > h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13.3px 6.6px 0 6.6px;
  border-color: #2D2D2D transparent transparent;
  translate: -50% 100%;
}
body main .content_flex .right_box .white_box .life_box .lc01_box > h5 {
  color: #DA2532;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .white_box .life_box .lc01_box > h5 {
    font-size: 24px;
  }
}
body main .content_flex .right_box .white_box .life_box .lc01_box > p {
  text-align: left;
  font-size: 19px;
  font-weight: bold;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 15px 30px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .white_box .life_box .lc01_box > p {
    font-size: 14px;
  }
}
body main .content_flex .right_box .white_box .life_box .lc01_box > h6 {
  font-size: 32px;
  font-weight: bold;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .white_box .life_box .lc01_box > h6 {
    font-size: 20px;
  }
}
body main .content_flex .right_box .white_box .life_box .lc01_box > h6 > span {
  color: #DA2532;
  font-size: 40px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .white_box .life_box .lc01_box > h6 > span {
    font-size: 26px;
  }
}
body main .content_flex .right_box .red_box {
  background: url("../images/bg_parts.webp") no-repeat top center/contain, linear-gradient(#fc6c20 0%, #da2332 100%);
}
body main .content_flex .right_box .red_box .r_bubble_01 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px 55px;
  border: 3px solid #000000;
  border-radius: 10px;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  color: #000000;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .r_bubble_01 {
    font-size: 24px;
    padding: 12px 26px;
  }
}
body main .content_flex .right_box .red_box .r_bubble_01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
body main .content_flex .right_box .red_box .r_bubble_01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13.3px 6.6px 0 6.6px;
  border-color: #FFFFFF transparent transparent;
  translate: -50% 100%;
}
body main .content_flex .right_box .red_box .r_bubble_01 > span {
  color: #DA2532;
}
body main .content_flex .right_box .red_box .r_bubble_02 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px 55px;
  border: 3px solid #000000;
  border-radius: 10px;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  margin-top: 30px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .r_bubble_02 {
    font-size: 20px;
    padding: 10px 26px;
  }
}
body main .content_flex .right_box .red_box .r_bubble_02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
body main .content_flex .right_box .red_box .r_bubble_02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13.3px 6.6px 0 6.6px;
  border-color: #FFFFFF transparent transparent;
  translate: -50% 100%;
}
body main .content_flex .right_box .red_box .r_bubble_03 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px 0px;
  width: 350px;
  border: 3px solid #000000;
  border-radius: 10px;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .r_bubble_03 {
    font-size: 20px;
    padding: 10px 26px;
    width: 280px;
  }
}
body main .content_flex .right_box .red_box .r_bubble_03::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
body main .content_flex .right_box .red_box .r_bubble_03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13.3px 6.6px 0 6.6px;
  border-color: #FFFFFF transparent transparent;
  translate: -50% 100%;
}
body main .content_flex .right_box .red_box .r_bubble_03 > span {
  color: #DA2532;
}
body main .content_flex .right_box .red_box .r_big_01 {
  text-align: center;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: bold;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .r_big_01 {
    font-size: 26px;
  }
}
body main .content_flex .right_box .red_box .rc01_box {
  margin: 60px 0;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 70px 40px 80px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .rc01_box {
    margin: 40px 0;
    padding: 50px 30px 50px;
  }
}
body main .content_flex .right_box .red_box .rc01_box .rc01_circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  display: inline-block;
  padding: 15px 0px;
  font-size: 32px;
  color: #FFFFFF;
  background-color: #DA2532;
  border: 3px solid #FFFFFF;
  border-radius: 100px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .rc01_box .rc01_circle {
    font-size: 22px;
    width: 250px;
    padding: 10px 0;
  }
}
body main .content_flex .right_box .red_box .rc01_box .rc01_about {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  margin: 40px 0 20px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .rc01_box .rc01_about {
    font-size: 20px;
    margin: 30px 0 15px;
  }
}
body main .content_flex .right_box .red_box .rc01_box .rc01_about::before {
  content: "";
  position: absolute;
  left: 3%;
  width: 2px;
  height: 100%;
  transform: rotate(-30deg);
  background-color: #2D2D2D;
}
body main .content_flex .right_box .red_box .rc01_box .rc01_about::after {
  content: "";
  position: absolute;
  right: 3%;
  width: 2px;
  height: 100%;
  transform: rotate(30deg);
  background-color: #2D2D2D;
}
body main .content_flex .right_box .red_box .rc01_box .rc01_txt {
  max-width: 425px !important;
  margin: 0 auto 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  color: #000000;
  text-align: left;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .rc01_box .rc01_txt {
    font-size: 14px;
  }
}
body main .content_flex .right_box .red_box .rc01_box .rc01_txt > span {
  color: #DA2532;
}
body main .content_flex .right_box .red_box .rc01_box .rc01_car {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  max-width: 95%;
}
body main .content_flex .right_box .red_box .slide_box {
  position: relative;
  margin: 100px 0 30px;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .slide_box {
    margin: 80px 0 30px;
  }
}
body main .content_flex .right_box .red_box .slide_box .swiper-button-prev {
  width: 50px;
  height: 50px;
  top: 58%;
}
body main .content_flex .right_box .red_box .slide_box .swiper-button-prev::after {
  background-image: url(../images/icon_prev.webp);
}
body main .content_flex .right_box .red_box .slide_box .swiper-button-next {
  width: 50px;
  height: 50px;
  top: 58%;
}
body main .content_flex .right_box .red_box .slide_box .swiper-button-next::after {
  background-image: url(../images/icon_next.webp);
}
body main .content_flex .right_box .red_box .slide_box .swiper-button-prev::after, body main .content_flex .right_box .red_box .slide_box .swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin: auto;
  width: 50px;
}
body main .content_flex .right_box .red_box .rc02_box {
  position: relative;
  background-color: #FCF7EA;
  border-radius: 20px;
  margin: 60px 0 30px;
  padding: 20px 20px 20px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .rc02_box {
    padding: 10px;
  }
}
body main .content_flex .right_box .red_box .rc02_box .rc02_sub {
  position: relative;
  background-color: #FFFFFF;
  border: 4px solid #DA2532;
  border-radius: 20px;
  margin-top: 100px;
  padding: 70px 30px 20px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .rc02_box .rc02_sub {
    margin-top: 80px;
    padding: 50px 20px 20px;
  }
}
body main .content_flex .right_box .red_box .rc02_box .rc02_sub .rc02_ab {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-52%);
  width: 233px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .rc02_box .rc02_sub .rc02_ab {
    width: 180px;
  }
}
body main .content_flex .right_box .red_box .rc02_box .rc02_sub .rc02_title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .rc02_box .rc02_sub .rc02_title {
    font-size: 20px;
  }
}
body main .content_flex .right_box .red_box .rc02_box .rc02_sub .rc02_title > span {
  color: #DA2532;
}
body main .content_flex .right_box .red_box .rc02_box .rc02_sub .rc02_txt {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .rc02_box .rc02_sub .rc02_txt {
    font-size: 14px;
  }
}
body main .content_flex .right_box .red_box .rc02_box .rc02_sub .rc02_txt > span {
  background-color: #FFF958;
}
body main .content_flex .right_box .red_box .shop_box {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 30px 30px;
  margin-top: 15px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .shop_box {
    padding: 20px;
  }
}
/* shop_img に縦並び用のクラスを追加して制御 */
body main .content_flex .right_box .red_box .shop_box .shop_img.vertical {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; /* 縦並びに変更 */
  align-items: center;
  gap: 20px; /* ロゴと写真の間に余白 */
}
/* 画像サイズは自由に調整可。以下は例 */
body main .content_flex .right_box .red_box .shop_box .shop_img.vertical li:first-child {
  width: 160px; /* ロゴの幅（必要なら調整） */
}
body main .content_flex .right_box .red_box .shop_box .shop_img.vertical li:last-child {
  width: 100%; /* 写真を幅いっぱいに */
  max-width: 500px;
}
body main .content_flex .right_box .red_box .shop_box .shop_detail {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  text-align: left;
  line-height: 2;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .shop_box .shop_detail {
    margin: 10px;
    line-height: 1.7;
  }
}
body main .content_flex .right_box .red_box .shop_box .shop_detail li {
  font-size: 18px;
  font-weight: 500;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .shop_box .shop_detail li {
    font-size: 14px;
  }
}
body main .content_flex .right_box .red_box .shop_box .shop_detail li:first-child::before {
  content: "\f3c5";
  color: #DA2532;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
body main .content_flex .right_box .red_box .shop_box .shop_detail li:nth-child(2)::before {
  content: "\f879";
  color: #DA2532;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
body main .content_flex .right_box .red_box .shop_box .shop_detail li:last-child::before {
  content: "\f017";
  color: #DA2532;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 10px;
}
body main .content_flex .right_box .red_box .shop_box .shop_detail li a {
  color: #000000;
}
body main .content_flex .right_box .red_box .about_box {
  background-color: #FFFCF3;
  border-radius: 20px;
  padding: 30px 30px;
  margin: 20px 0;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .about_box {
    padding: 20px;
  }
}
body main .content_flex .right_box .red_box .about_box > h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
body main .content_flex .right_box .red_box .about_box > h2 > img {
  width: 70px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .about_box > h2 > img {
    width: 47px;
  }
}
body main .content_flex .right_box .red_box .about_box > h2 > span {
  font-size: 32px;
  font-weight: bold;
  color: #2D2D2D;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .about_box > h2 > span {
    font-size: 24px;
  }
}
body main .content_flex .right_box .red_box .about_box > p {
  text-align: left;
  color: #2D2D2D;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 30px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .about_box > p {
    font-size: 14px;
    margin: 20px 0;
  }
}
body main .content_flex .right_box .red_box .about_box > img {
  width: 285px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .about_box > img {
    width: 195px;
  }
}
body main .content_flex .right_box .red_box .company_box {
  padding: 0 10px;
}
body main .content_flex .right_box .red_box .company_box p {
  text-align: left;
  color: #FFFFFF;
  font-size: 18px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .company_box p {
    font-size: 14px;
  }
}
body main .content_flex .right_box .red_box .h_normal {
  text-align: center;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: bold;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .red_box .h_normal {
    font-size: 22px;
  }
}
body main .content_flex .right_box .red_box .g_iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
body main .content_flex .right_box .red_box .g_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body main .content_flex .right_box .beige_box {
  position: relative;
  background-color: #FCF7EA;
  padding: 50px 20px 20px;
  margin-top: 80px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .beige_box {
    padding: 40px 10px 20px;
    margin-top: 50px;
  }
}
body main .content_flex .right_box .beige_box .bc_ab {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 312px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .beige_box .bc_ab {
    width: 216px;
  }
}
body main .content_flex .right_box .beige_box .b_about {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  margin: 40px 0 10px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .beige_box .b_about {
    font-size: 22px;
    margin: 30px 0 10px;
  }
}
body main .content_flex .right_box .beige_box .b_about::before {
  content: "";
  position: absolute;
  left: 80px;
  width: 2px;
  height: 100%;
  transform: rotate(-30deg);
  background-color: #2D2D2D;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .beige_box .b_about::before {
    left: 40px;
  }
}
body main .content_flex .right_box .beige_box .b_about::after {
  content: "";
  position: absolute;
  right: 80px;
  width: 2px;
  height: 100%;
  transform: rotate(30deg);
  background-color: #2D2D2D;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .beige_box .b_about::after {
    right: 40px;
  }
}
body main .content_flex .right_box .beige_box .b_title {
  font-size: 32px;
  font-weight: bold;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .beige_box .b_title {
    font-size: 24px;
  }
}
body main .content_flex .right_box .beige_box .b_title > span {
  font-size: 46px;
  color: #DA2532;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .beige_box .b_title > span {
    font-size: 30px;
  }
}
body main .content_flex .right_box .beige_box .bc01_box {
  background-color: #FFFFFF;
  border: 4px solid #DA2532;
  border-radius: 20px;
  padding: 20px;
  margin-top: 20px;
}
body main .content_flex .right_box .beige_box .bc01_box .bc01_sub {
  border-bottom: 2px dotted #707070;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
body main .content_flex .right_box .beige_box .bc01_box .bc01_sub:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
body main .content_flex .right_box .beige_box .bc01_box .bc01_sub > h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
body main .content_flex .right_box .beige_box .bc01_box .bc01_sub > h3 > .num {
  font-size: 18px;
  padding: 7px 25px;
  display: inline-block;
  color: #FFFFFF;
  background-color: #DA2532;
  border-radius: 24px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .beige_box .bc01_box .bc01_sub > h3 > .num {
    font-size: 12px;
    padding: 5px 20px;
  }
}
body main .content_flex .right_box .beige_box .bc01_box .bc01_sub > h3 > .hline {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #DA2532;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .beige_box .bc01_box .bc01_sub > h3 > .hline {
    font-size: 20px;
  }
}
body main .content_flex .right_box .beige_box .bc01_box .bc01_sub > p {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .beige_box .bc01_box .bc01_sub > p {
    font-size: 14px;
  }
}
body main .content_flex .right_box .flow_box {
  position: relative;
  z-index: -2;
  /* background-color: #FCF7EA; */
  padding: 60px 30px 20px;
  border-radius: 20px;
  margin-top: 50px;
  background: linear-gradient(#fc6c20 0%, #da2332 100%);
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .flow_box {
    padding: 40px 10px 20px;
    margin-top: 30px;
  }
}
body main .content_flex .right_box .flow_box .flow_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 390px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px 0px;
  border: 3px solid #000000;
  border-radius: 10px;
  background-color: #FFFFFF;
  /* background: linear-gradient(#fc6c20 0%, #da2332 100%); */
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .flow_box .flow_title {
    font-size: 20px;
    padding: 10px 0px;
    width: 240px;
  }
}
body main .content_flex .right_box .flow_box .flow_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  /* border-color: #da2332 transparent transparent; */
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
body main .content_flex .right_box .flow_box .flow_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13.3px 6.6px 0 6.6px;
  /* border-color: #da2332 transparent transparent; */
  border-color: #FFFFFF transparent transparent;
  translate: -50% 100%;
}
body main .content_flex .right_box .flow_box .flow_beige {
  position: relative;
  padding: 80px 30px 20px;
  border-radius: 20px;
  background-color: #FCF7EA;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .flow_box .flow_beige {
    padding: 60px 20px 20px;
  }
}
body main .content_flex .right_box .flow_box .flow_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .flow_box .flow_flex {
    margin-bottom: 30px;
  }
}
body main .content_flex .right_box .flow_box .flow_flex .left {
  position: relative;
  z-index: 2;
  background-color: #DA2532;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 20px;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .flow_box .flow_flex .left {
    font-size: 12px;
    padding-top: 15px;
    width: 69px;
    height: 69px;
  }
}
body main .content_flex .right_box .flow_box .flow_flex .left > span {
  font-size: 40px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .flow_box .flow_flex .left > span {
    font-size: 28px;
  }
}
body main .content_flex .right_box .flow_box .flow_flex .left::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 3px;
  height: 200px;
  z-index: -1;
  background-color: #DA2532;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .flow_box .flow_flex .left::after {
    height: 150px;
  }
}
body main .content_flex .right_box .flow_box .flow_flex .right {
  position: relative;
  text-align: left;
  width: 75%;
  background-color: #FFFFFF;
  padding: 90px 20px 20px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .flow_box .flow_flex .right {
    padding: 60px 10px 10px;
  }
}
body main .content_flex .right_box .flow_box .flow_flex .right > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -20%);
  width: 220px;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .flow_box .flow_flex .right > img {
    width: 130px;
  }
}
body main .content_flex .right_box .flow_box .flow_flex .right > p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .flow_box .flow_flex .right > p {
    font-size: 14px;
  }
}
body main .content_flex .right_box .flow_box .flow_flex.b_none {
  margin-bottom: 0;
}
body main .content_flex .right_box .flow_box .flow_flex.b_none .left::after {
  width: 0;
  height: 0;
}
body main .content_flex .right_box .g_map {
  margin: 15px 0;
  position: relative;
}
body main .content_flex .right_box .g_map > div {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 92%;
  text-align: center;
}
body main .content_flex .right_box .g_map > div iframe {
  width: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
}
body main .content_flex .right_box .form_box {
  background-color: #FFFFFF;
  text-align: center;
  margin:  auto;
}
body main .content_flex .right_box .form_box h3 {
  position: relative;
  text-align: center;
  font-size: 24px;
  color: #2D2D2D;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .form_box h3 {
    font-size: 16px;
  }
}
body main .content_flex .right_box .form_box h3::before {
  content: "";
  position: absolute;
  left: 5%;
  width: 2px;
  height: 100%;
  transform: rotate(-20deg);
  background-color: #2D2D2D;
}
body main .content_flex .right_box .form_box h3::after {
  content: "";
  position: absolute;
  right: 5%;
  width: 2px;
  height: 100%;
  transform: rotate(20deg);
  background-color: #2D2D2D;
}
body main .content_flex .right_box .faq_box {
  text-align: center;
}
body main .content_flex .right_box .faq_box > .title {
  width: 50%;
  margin-bottom: 10px;
}
body main .content_flex .right_box .faq_box .qa_title {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding: 15px 45px;
  border: 3px solid #000000;
  border-radius: 10px;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .faq_box .qa_title {
    font-size: 20px;
    padding: 10px 26px;
  }
}
body main .content_flex .right_box .faq_box .qa_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
body main .content_flex .right_box .faq_box .qa_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13.3px 6.6px 0 6.6px;
  border-color: #FFFFFF transparent transparent;
  translate: -50% 100%;
}
body main .content_flex .right_box .faq_box .qa_square {
  background-color: #DA2532;
  border-radius: 10px;
  padding: 20px 5px 5px;
  margin-bottom: 15px;
  text-align: left;
}
body main .content_flex .right_box .faq_box .qa_square:last-of-type {
  margin-bottom: 0;
}
body main .content_flex .right_box .faq_box .qa_square .q_ques_list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 15px 15px;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .faq_box .qa_square .q_ques_list {
    margin: 0 10px 15px;
  }
}
body main .content_flex .right_box .faq_box .qa_square .q_ques_list li:first-child {
  width: 8%;
}
body main .content_flex .right_box .faq_box .qa_square .q_ques_list li:nth-child(2) {
  width: 82%;
}
body main .content_flex .right_box .faq_box .qa_square .q_ques_list li:nth-child(2) h5 {
  font-size: 24px;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .faq_box .qa_square .q_ques_list li:nth-child(2) h5 {
    font-size: 18px;
  }
}
body main .content_flex .right_box .faq_box .qa_square .q_ques_list li:last-child .toggle_answer {
  font-size: 20px;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .faq_box .qa_square .q_ques_list li:last-child .toggle_answer {
    font-size: 14px;
  }
}
body main .content_flex .right_box .faq_box .qa_square .q_ques_list li:last-child .toggle_answer.is_after {
  transform: rotate(180deg);
}
body main .content_flex .right_box .faq_box .qa_square .q_answ_list {
  display: flex;
  list-style: none;
  padding: 20px 15px;
  margin: 0;
  align-items: center;
  background-color: #FFFFFF;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
body main .content_flex .right_box .faq_box .qa_square .q_answ_list li:first-child {
  width: 8%;
}
body main .content_flex .right_box .faq_box .qa_square .q_answ_list li:last-child {
  width: 86%;
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (max-width: 992px) {
  body main .content_flex .right_box .faq_box .qa_square .q_answ_list li:last-child {
    font-size: 14px;
  }
}
body main .fix_top {
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 90;
}
@media print, screen and (max-width: 992px) {
  body main .fix_top {
    bottom: 10%;
    right: 10px;
  }
}
body main .fix_top a {
  transition: 0.5s;
  display: inline-block;
  width: 65px;
}
body main .fix_top a:hover {
  opacity: 0.7;
}
body main .fix_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body main .fix_btn a {
  width: 33.333%;
  transition: 0.5s;
}
body main .fix_btn a:hover {
  opacity: 0.9;
}
body {
  background-color: #f6f6f6;
  font-family: "Helvetica", "Arial", sans-serif;
  /* padding: 2rem; */
}

/* 特選車 */
body main #car_swiper{
  padding: 30px 5px;
}
body main #car_swiper h1{
  color: #FFFFFF;
  background-color: rgba(233, 69, 45, 1);
  font-size: 30px;
  font-weight: bold;
  padding: 15px 0;
  margin-bottom: 15px;
}
body main #car_swiper .swiper-button-prev,
body main #car_swiper .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body main #car_swiper .swiper-button-prev::after,
body main #car_swiper .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
/* 前への矢印カスタマイズ */
body main #car_swiper .swiper-button-prev {
  background-image: url(../images/icon_prev.webp);
}
/* 次への矢印カスタマイズ */
body main #car_swiper .swiper-button-next {
  background-image: url(../images/icon_next.webp);
}
/* 画像サイズ調整 */
body main #car_swiper .swiper-slide img {
  height: auto;
  width: 100%;
}
body main #car_swiper .car_swiper_01 a{
  display: block;
  transition: .5s;
}
body main #car_swiper .car_swiper_01 a:hover{
  opacity: 0.7;
}
body main #car_swiper .car_swiper_01 .more_btn{
  color: #FFFFFF;
  background-color: rgba(251, 0, 0, 1);
  border-radius: 10px;
  font-size: 30px;
  font-weight: bold;
  margin-top: 15px;
  padding: 20px 0;
}
@media print, screen and (max-width: 992px) {
  body main #car_swiper{
    padding: 30px 0px;
  }
  body main #car_swiper h1{
    background-color: rgba(251, 0, 0, 1);
  }
  body main #car_swiper .car_swiper_01 .more_btn{
    padding: 10px 0;
    font-size: 24px;
  }
}

form {
  background-color: #fff;
  border: 3px solid #D93025;
  padding: 2rem;
  border-radius: 10px;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 2rem;
}

.form-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #f96b3b, #d93025);
  border-radius: 0;
  padding: 1.2rem 1.5rem;
  margin: -2rem -2rem 2rem -2rem;
  color: white;
  font-weight: bold;
  font-size: 2.25rem;
  width: calc(100% + 4rem);
  text-align: center;
}

.label-free {
  background-color: white;
  color: #D93025;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 3px;
  margin-right: 1rem;
  flex-shrink: 0;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.3rem;
  color: #333;
  font-size: 0.9rem;
  text-align: left;
}

.required-label::before {
  content: "必須";
  background-color: #D93025;
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 6px;
  margin-right: 0.4em;
  border-radius: 3px;
}

.optional-label::before {
  content: "任意";
  background-color: #B0B0B0;
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 6px;
  margin-right: 0.4em;
  border-radius: 3px;
}

input[type="text"],
select {
  width: 100%;
  padding: 0.7rem;
  margin-bottom: 1.2rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #fff;
}

.radio-group {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

input[type="submit"] {
  background-color: #D93025;
  color: #fff;
  font-weight: bold;
  padding: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  font-size: 1.1rem;
  position: relative;
}

input[type="submit"]::after {
  content: "▶";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .form-header {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  body {
    /* padding: 1rem; */
  }

  form {
    padding: 1.5rem;
    margin: 0rem 1rem; 
  }

  .form-header {
    margin-right: -1.5rem;
    font-size: 1.3rem;
  }
}

.tagembed-carousel-arrow {
  display: none !important;
}

/* 
    body {
      background-color: #f6f6f6;
      font-family: "Helvetica", "Arial", sans-serif;
      padding: 2rem;
    }

    form {
      background-color: #fff;
      border: 3px solid #D93025;
      padding: 2rem;
      border-radius: 10px;
      max-width: 500px;
      margin: 0 auto;
      overflow: hidden;
      position: relative;
    }

    .form-header {
      display: flex;
      justify-content: center;
      align-items: center;
      background: linear-gradient(to right, #f96b3b, #d93025);
      border-radius: 0;
      padding: 1.2rem 1.5rem;
      margin: -2rem -2rem 2rem -2rem;
      color: white;
      font-weight: bold;
      font-size: 2.25rem;
      width: calc(100% + 4rem);
      text-align: center;
    }

    .label-free {
      background-color: white;
      color: #D93025;
      font-size: 1.2rem;
      font-weight: bold;
      padding: 4px 10px;
      border-radius: 3px;
      margin-right: 1rem;
      flex-shrink: 0;
    }

    label {
      display: block;
      font-weight: bold;
      margin-bottom: 0.3rem;
      color: #333;
      font-size: 0.9rem;
    }

    .required-label::before {
      content: "必須";
      background-color: #D93025;
      color: #fff;
      font-size: 0.7rem;
      padding: 2px 6px;
      margin-right: 0.4em;
      border-radius: 3px; 
    }
    

    .optional-label {
      text-align: left;
    }

    .optional-label::before {
      content: "任意";
      background-color: #B0B0B0;
      color: #fff;
      font-size: 0.7rem;
      padding: 2px 6px;
      margin-right: 0.4em;
      border-radius: 3px;
    }

    input[type="text"],
    select {
      width: 100%;
      padding: 0.7rem;
      margin-bottom: 1.2rem;
      font-size: 1rem;
      border: 1px solid #ccc;
      border-radius: 8px;
      box-sizing: border-box;
      background-color: #fff;
    }

    .radio-group {
      display: flex;
      gap: 1.5rem;
      margin-bottom: 1.5rem;
    }

    input[type="submit"] {
      background-color: #D93025;
      color: #fff;
      font-weight: bold;
      padding: 1rem;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      width: 100%;
      font-size: 1.1rem;
      position: relative;
    }

    input[type="submit"]::after {
      content: "▶";
      position: absolute;
      right: 1.2rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.2rem;
    }

    @media (max-width: 768px) {
      .form-header {
        font-size: 1.3rem;
      }
    }

    @media (max-width: 480px) {
      body {
        padding: 1rem;
      }

      form {
        padding: 1.5rem;
      }

      .form-header {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        font-size: 1.3rem;
      }
    } */