@charset "UTF-8";
/*----------------------------------------------------------

setting

----------------------------------------------------------*/
/*----------------------------------------------------------

mixin

----------------------------------------------------------*/
.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/* common_label  */
.common_label {
  background-color: #EFEFEF;
  padding: 36px 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .common_label {
    padding: 27px 35px;
  }
}
.common_label_container {
  max-width: 710px;
  width: 100%;
  margin-inline: auto;
}
.common_label_btnLists {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .common_label_btnLists {
    flex-direction: column;
  }
}
.common_label_btnList {
  width: 280px;
  height: 46px;
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 768px) {
  .common_label_btnList {
    width: 360px;
    margin-inline: auto;
  }
}
.common_label_btnList:last-child {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .common_label_btnList:last-child {
    margin-top: 25px;
    margin-left: 0;
    margin-inline: auto;
  }
}
.common_label_btnLabel {
  width: 90px;
  max-width: 100%;
  margin-left: 25%;
  height: 100%;
  position: relative;
  z-index: 2;
  aspect-ratio: 90/28;
  transition: all 0.3s ease 0s;
}
.common_label_btnLabel img {
  height: auto;
}
.common_label_btnLink {
  color: #0E9352;
  font-weight: 700;
  margin-top: -18px;
  background-color: #FFF;
  padding: 10px;
  display: block;
  transition: all 0.3s ease 0s;
}
.common_label_btnLink:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.common_label_btnLink:hover + .common_label_btnLabel {
  transform: translateY(2px);
}
.common_label_btnLink::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  right: 23px;
  transform: rotate(135deg) translateY(-50%);
  transform-origin: top;
  top: 47%;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .common_label_btnLink::before {
    right: 18px;
  }
}
.common_label_btnLink::after {
  content: "";
  position: absolute;
  background: #0E9352;
  border-radius: 23px;
  width: 23px;
  height: 23px;
  right: 15px;
  transform: translateY(-50%);
  transform-origin: top;
  top: 50%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .common_label_btnLink::after {
    right: 10px;
  }
}

/*----------------------------------------------------------

車検整備

----------------------------------------------------------*/
html {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

.font-number {
  font-family: "Roboto", sans-serif;
}

.maintenance a {
  text-decoration: none;
}

.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

br.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.is-sp {
    display: block;
  }
}
br.is-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  br.is-pc {
    display: none;
  }
}

.maintenance_inner {
  width: min(100%, 1240px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .maintenance_inner {
    width: min(100%, 710px);
    padding-inline: 10px;
  }
}

.maintenance_inner-s {
  width: min(100%, 1120px);
  padding-inline: 20px;
  margin-inline: auto;
}

@media (max-width: 374px) {
  .maintenance .common_page_h1_ja {
    font-size: 22px;
  }
}

.maintenance_sectionTitle_en {
  font-family: "Roboto", sans-serif;
  color: #0e9352;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.3846153846;
}
@media only screen and (max-width: 768px) {
  .maintenance_sectionTitle_en {
    font-size: 11px;
    line-height: 1.3636363636;
  }
}

.maintenance_sectionTitle {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1.4375;
}
@media only screen and (max-width: 768px) {
  .maintenance_sectionTitle {
    font-size: 24px;
    line-height: 1.6;
  }
}
.maintenance_sectionTitle span {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  line-height: 1.3095238095;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  .maintenance_sectionTitle span {
    font-size: 30px;
    line-height: 1.28;
  }
}
.maintenance_sectionTitle .small {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.1636363636;
}
@media only screen and (max-width: 768px) {
  .maintenance_sectionTitle .small {
    font-size: 16px;
    line-height: 2.4;
  }
}
.maintenance_sectionTitle .large {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 0.6095238095;
}
@media only screen and (max-width: 768px) {
  .maintenance_sectionTitle .large {
    font-size: 30px;
    line-height: 1.28;
  }
}

/* =============================================
    KV
============================================= */
.inspection_factoryBoard {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background: url("/assets/img/inspection/inspection_factoryBoard_bar_pc.webp");
  padding: 52px 4.8333333333%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 12px;
  margin-bottom: 75px;
}
@media (max-width: 1023px) {
  .inspection_factoryBoard {
    padding: 32px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .inspection_factoryBoard {
    border-radius: 0;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 18px 25px 11px;
    background: url("/assets/img/inspection/inspection_factoryBoard_bar_sp.webp");
    background-size: 100% auto;
    width: 100%;
  }
}

.inspection_factoryBoard_txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.inspection_factoryBoard_txt_notice {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
  font-size: 24px;
  color: #0e9352;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .inspection_factoryBoard_txt_notice {
    width: 80px;
    height: 80px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .inspection_factoryBoard_txt_notice {
    width: 5.3rem;
    height: 5.3rem;
    font-size: 1.3rem;
  }
}
@media (max-width: 560px) {
  .inspection_factoryBoard_txt_notice {
    width: 53px;
    height: 53px;
    font-size: 13px;
  }
}

.inspection_factoryBoard_txt_lead {
  margin-left: 21px;
}
@media only screen and (max-width: 768px) {
  .inspection_factoryBoard_txt_lead {
    margin-left: 6px;
  }
}

.inspection_factoryBoard_txt_lead span {
  font-size: 20px;
  color: white;
  line-height: 1.2;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .inspection_factoryBoard_txt_lead span {
    font-size: 1.6rem;
  }
}
@media (max-width: 560px) {
  .inspection_factoryBoard_txt_lead span {
    font-size: 16px;
  }
}

.inspection_factoryBoard h2 {
  font-size: 25px;
  color: white;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .inspection_factoryBoard h2 {
    margin-top: 6px;
    font-size: 1.9rem;
    line-height: 1.25;
  }
}
@media (max-width: 560px) {
  .inspection_factoryBoard h2 {
    font-size: 24px;
  }
}
.inspection_factoryBoard h2 br.original {
  display: none;
}
@media (max-width: 560px) {
  .inspection_factoryBoard h2 br.original {
    display: block;
  }
}

.inspection_factoryBoard_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(70px, 8.3333333333%, 100px);
  width: 27.5%;
}
@media (max-width: 1023px) {
  .inspection_factoryBoard_img {
    right: 10px;
    width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .inspection_factoryBoard_img {
    width: clamp(100px, 40%, 200px);
    top: unset;
    bottom: -1.8rem;
    right: 0;
    transform: unset;
  }
}

.inspection_factoryBoard_img img {
  width: 100%;
}

/* =============================================
    About
============================================= */
.maintenanceAbout {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .maintenanceAbout {
    margin-top: 28px;
  }
}

.maintenanceAbout h2 {
  color: #0e9352;
  font-size: clamp(26px, 2.5714285714vw, 36px);
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.025em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maintenanceAbout h2 {
    font-size: 24px;
    line-height: 1.5833333333;
  }
}

.maintenanceAbout_text {
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5555555556;
  letter-spacing: 0.025em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maintenanceAbout_text {
    margin-top: 30px;
    padding-inline: 20px;
    font-size: 16px;
    line-height: 1.375;
    text-align: left;
  }
}
@media (max-width: 374px) {
  .maintenanceAbout_text {
    padding-inline: 0px;
  }
}

.maintenanceAbout_imageWrap {
  margin-top: 40px;
  padding-inline: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .maintenanceAbout_imageWrap {
    margin: 13px calc(50% - 50vw) 0;
    padding-inline: 0px;
    gap: 2px;
  }
}

.maintenanceAbout_image img {
  width: 100%;
}

/* =============================================
    OBD
============================================= */
.maintenanceOBD {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .maintenanceOBD {
    margin-top: 97px;
  }
}

.maintenanceOBD_text {
  margin-top: 40px;
  color: #0e9352;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .maintenanceOBD_text {
    margin-top: 30px;
    padding-inline: 18px;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
  }
}

.maintenanceOBD_box {
  margin: 40px auto 0;
  padding: 50px 10px;
  width: min(100%, 600px);
  background-color: #eff7f2;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .maintenanceOBD_box {
    margin: 30px auto 0;
    padding: 50px 10px 40px;
  }
}

.maintenanceOBD_boxIcon {
  margin-inline: auto;
  display: block;
  width: 116px;
  height: 89px;
}
@media only screen and (max-width: 768px) {
  .maintenanceOBD_boxIcon {
    width: 96px;
    height: 74px;
  }
}

.maintenanceOBD_boxTitle {
  margin-top: 17px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1.6;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .maintenanceOBD_boxTitle {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.92;
  }
}

.maintenanceOBD_boxText {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .maintenanceOBD_boxText {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
}

/* =============================================
    法定点検
============================================= */
.maintenanceInspection {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .maintenanceInspection {
    margin-top: 80px;
  }
}

.maintenaceInspection_checkLists {
  margin-top: 40px;
  padding: 80px 5%;
  background-color: #eff7f2;
}
@media only screen and (max-width: 768px) {
  .maintenaceInspection_checkLists {
    margin: 30px calc(50% - 50vw);
    padding: 60px 5.3333333333%;
  }
}

.maintenaceInspection_priceLegal:not(:first-of-type)::before {
  content: "";
  display: block;
  width: 35px;
  aspect-ratio: 1;
  background: url("/assets/img/inspection/icon-plus.svg") no-repeat center center/contain;
  margin-inline: auto;
  margin-block: 50px;
}

.maintenaceInspection_priceLegalTitle {
  align-content: center;
  min-height: 54px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.1666666667;
  text-align: center;
  color: #0e9352;
  background-color: #fff;
  border-radius: 100vh;
}
@media only screen and (max-width: 768px) {
  .maintenaceInspection_priceLegalTitle {
    padding: 8px 10px;
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 374px) {
  .maintenaceInspection_priceLegalTitle {
    font-size: 16px;
  }
}
.maintenaceInspection_priceLegalTitle .large {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 0.9333333333;
}
@media only screen and (max-width: 768px) {
  .maintenaceInspection_priceLegalTitle .large {
    font-size: 24px;
    line-height: 1.4;
  }
}
.maintenaceInspection_priceLegalTitle .is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .maintenaceInspection_priceLegalTitle .is-sp {
    display: block;
  }
}
.maintenaceInspection_priceLegalTitle .is-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .maintenaceInspection_priceLegalTitle .is-pc {
    display: none;
  }
}

.maintenaceInspection_priceLegalList {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
}
@media (max-width: 1023px) {
  .maintenaceInspection_priceLegalList {
    gap: 30px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .maintenaceInspection_priceLegalList {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.maintenaceInspection_priceLegalList.is-sp {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .maintenaceInspection_priceLegalList.is-sp {
    display: grid;
    visibility: visible;
  }
}
.maintenaceInspection_priceLegalList.is-pc {
  display: grid;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .maintenaceInspection_priceLegalList.is-pc {
    display: none;
    visibility: hidden;
  }
}

.maintenaceInspection_priceLegalItem.is-font {
  align-content: center;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.28;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .maintenaceInspection_priceLegalItem.is-font {
    text-align: center;
  }
}

.maintenaceInspection_priceLegalItems_inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.maintenaceInspection_priceLegalItem_summary {
  position: relative;
  padding: 17px;
  background-color: #0e9352;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.6;
  text-align: center;
  list-style: none;
}
.maintenaceInspection_priceLegalItem_summary::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  left: auto;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url("/assets/img/inspection/icon-btn-arrow-bottom.svg");
  transform: translate(0, -50%);
}

.maintenaceInspection_priceLegalItem_details[open] .maintenaceInspection_priceLegalItem_summary {
  display: none;
  visibility: hidden;
}

.maintenaceInspection_priceLegalItem_image {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .maintenaceInspection_priceLegalItem_image {
    gap: 20px;
  }
}
.maintenaceInspection_priceLegalItem_image img {
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  .maintenaceInspection_priceLegalItem_image img {
    width: 60px;
    height: 60px;
  }
}

.maintenaceInspection_priceLegalItem_caption {
  flex: 1;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media (max-width: 374px) {
  .maintenaceInspection_priceLegalItem_caption {
    font-size: 14px;
  }
}
.maintenaceInspection_priceLegalItem_caption .small {
  display: block;
  font-size: 13px;
}

/* =============================================
    料金
============================================= */
.maintenancePrice {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .maintenancePrice {
    margin-top: 80px;
  }
}

.maintenancePrice_tabContent {
  display: none;
  opacity: 0;
  background-color: #ffffff;
  padding: 50px 5%;
}
@media only screen and (max-width: 768px) {
  .maintenancePrice_tabContent {
    padding: 30px 10px;
  }
}
.maintenancePrice_tabContent.is-active {
  display: block;
  opacity: 1;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
}

.maintenancePrice_box {
  margin-top: 40px;
  padding-block: 70px 140px;
  background-color: #eff7f2;
}
@media only screen and (max-width: 768px) {
  .maintenancePrice_box {
    margin-top: 30px;
    padding-block: 34px 80px;
  }
}

.maintenancePrice_title {
  padding: 7px 10px;
  background-color: #0e9352;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.1666666667;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maintenancePrice_title {
    padding: 12px 15px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 1.4444444444;
    text-align: left;
  }
}

.maintenancePrice_subTitle {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.0666666667;
}
@media only screen and (max-width: 768px) {
  .maintenancePrice_subTitle {
    font-size: 20px;
    line-height: 1.6;
  }
}

.maintenancePrice_tab {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 9px;
}
@media only screen and (max-width: 768px) {
  .maintenancePrice_tab {
    grid-template-columns: repeat(1, 1fr);
    position: relative;
    gap: 6px;
  }
  .maintenancePrice_tab::before {
    content: "";
    width: 10px;
    height: 100%;
    background-color: #0e9352;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.maintenancePriceTab_list {
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 12px 12px 0 0;
  color: #0e9352;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTab_list {
    margin-top: 0;
    border-radius: 0px 12px 12px 0;
    width: 90.1408450704%;
  }
}
.maintenancePriceTab_list.active {
  margin-top: 0;
  background-color: #0e9352;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTab_list.active {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .maintenancePriceTab_list:last-of-type {
    margin-bottom: 6px;
  }
}

.maintenancePriceTab_link {
  padding: 30px 5px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTab_link {
    padding: 5px 10px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 15px;
  }
}

.maintenancePriceTab_linkTitle {
  min-height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.3333333333;
}
@media (max-width: 1023px) {
  .maintenancePriceTab_linkTitle {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTab_linkTitle {
    flex-direction: row;
    font-size: 16px;
    line-height: 1.5;
  }
}
.maintenancePriceTab_linkTitle .small {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1023px) {
  .maintenancePriceTab_linkTitle .small {
    font-size: 11px;
    line-height: 2.1818181818;
  }
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTab_linkTitle .small {
    font-size: 13px;
    line-height: 1.8461538462;
  }
}

.maintenancePriceTab_linkImage {
  width: 69.512195122%;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTab_linkImage {
    width: min(18.9333333333vw, 100px);
  }
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTab_linkImage img {
    width: auto;
    max-height: 60px;
  }
}

.maintenancePrice_tab_bar {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .maintenancePrice_tab_bar {
    display: none;
  }
}

.maintenancePriceTabContent_item + .maintenancePriceTabContent_item {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTabContent_item + .maintenancePriceTabContent_item {
    margin-top: 60px;
  }
}

.maintenancePriceTabContent_itemText {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTabContent_itemText {
    margin-top: 20px;
    padding-inline: 15px;
  }
}

.maintenancePriceTabContent_tableWrap {
  overflow-x: scroll;
}

.maintenancePriceTabContent_table {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTabContent_table {
    width: 600px;
  }
}

.maintenancePriceTabContent_table th,
.maintenancePriceTabContent_table td {
  vertical-align: middle;
  border: 1px solid #ccc;
  font-family: "Roboto", sans-serif;
}

.maintenancePriceTabContent_tableCategory {
  padding: 30px;
  width: 220px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
  text-align: center;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTabContent_tableCategory {
    padding: 20px 19px;
    width: 106px;
  }
}

.maintenancePriceTabContent_tableExpenseCategory {
  width: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.25;
  text-align: center;
  background-color: #0e9352;
}

.maintenancePriceTabContent_table .text-vertical {
  writing-mode: vertical-rl;
  min-height: 120px;
  line-height: 1.5625;
  letter-spacing: 0.2em;
  vertical-align: middle;
}

.maintenancePriceTabContent_tableExpenseDetail {
  padding: 20px 34px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
  background-color: #eff7f2;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTabContent_tableExpenseDetail {
    width: 220px;
    padding: 13px 22px;
  }
}

.maintenancePriceTabContent_tablePrice {
  width: clamp(120px, 13.0208333333vw, 200px);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
  text-align: center;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTabContent_tablePrice {
    width: clamp(115px, 30.6666666667vw, 200px);
  }
}

.maintenancePriceTabContent_tablePrice .unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
}

.maintenancePriceTabContent_tableTotal {
  width: clamp(120px, 13.0208333333vw, 200px);
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.025em;
  line-height: 1.35;
  text-align: center;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTabContent_tableTotal {
    width: clamp(115px, 30.6666666667vw, 200px);
  }
}
.maintenancePriceTabContent_tableTotal .unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.maintenancePriceTabContent_tableAmount {
  padding: 27px 5.5555555556% 30px;
  background-color: #eff7f2;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.4222222222;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTabContent_tableAmount {
    padding: 20px 35px;
  }
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTabContent_tableAmount .maintenancePriceTabContent_tableAmountBox {
    width: min(100%, 265px);
  }
}
.maintenancePriceTabContent_tableAmount .number {
  font-family: "Roboto", sans-serif;
  color: #2b1c0d;
  font-size: 32px;
  letter-spacing: 0.025em;
  line-height: 0.84375;
}
.maintenancePriceTabContent_tableAmount .tax {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
.maintenancePriceTabContent_tableAmount .tax-number {
  font-family: "Roboto", sans-serif;
  color: #2b1c0d;
  font-size: 20px;
  letter-spacing: 0.025em;
  line-height: 1.35;
}

.maintenancePriceTabContent_table .border-top--double {
  border-top: 3px double #ccc;
}

.maintenancePriceTabContent_note {
  margin-top: 15px;
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTabContent_note {
    padding-inline: 15px;
  }
}

.maintenancePrice_content {
  margin-top: 80px;
  padding: 60px 5% 100px;
  background-color: #ffffff;
  border: 2px solid #0e9352;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .maintenancePrice_content {
    margin-top: 58px;
    padding: 60px 10px;
  }
}

/* =============================================
    重量税
============================================= */
.maintenancePriceTax_titleNote {
  margin-bottom: 30px;
  color: #0e9352;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTax_titleNote {
    padding-inline: 0 18px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 1.4;
    text-align: left;
  }
}

.maintenancePriceTax_track {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTax_track {
    margin-top: 20px;
  }
}

.maintenancePriceTax_track + .maintenancePriceTax_track {
  margin-top: 60px;
}

.maintenancePriceTax_tableWrap {
  margin-top: 20px;
}

.maintenancePriceTax_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 1023px) {
  .maintenancePriceTax_table {
    width: 1040px;
  }
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTax_table {
    width: 1040px;
  }
}
.maintenancePriceTax_table tr > td:first-child {
  background: #eff7f2;
}

.maintenancePriceTax_table .unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.8461538462;
}

.maintenancePriceTax_table .small {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.8461538462;
}
@media (max-width: 1200px) {
  .maintenancePriceTax_table .small {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTax_table .small {
    font-size: 13px;
  }
}

.maintenancePriceTax_table th {
  width: 80px;
  height: 50px;
  background: #f0f0f0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 0 2px;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.6;
}
@media (max-width: 1200px) {
  .maintenancePriceTax_table th {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTax_table th {
    font-size: 16px;
  }
}

.maintenancePriceTax_table tr:first-child th {
  background: #eff7f2;
  border-top: 1px solid #ccc;
  font-weight: bold;
}

.maintenancePriceTax_table tr:first-child th:first-child {
  background: #0e9352;
  color: #ffffff;
  border-left: 1px solid #ccc;
  font-weight: bold;
}

.maintenancePriceTax_table td {
  height: 60px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  line-height: 1.8;
}
@media (max-width: 1200px) {
  .maintenancePriceTax_table td {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .maintenancePriceTax_table td {
    font-size: 16px;
  }
}

.maintenancePriceTax_table td:first-child {
  border-left: 1px solid #ccc;
}

/* =============================================
    保険料
============================================= */
.maintenacePrice__insurance {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .maintenacePrice__insurance {
    margin-top: 60px;
  }
}

.maintenacePrice__insurance .maintenancePrice_subTitle {
  margin-top: 30px;
}

.maintenacePriceInsurance__tableWrap {
  margin-top: 20px;
}

.maintenacePriceInsurance__tableWrap:not(:first-of-type) {
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .maintenacePriceInsurance__tableWrap:not(:first-of-type) {
    margin-top: 20px;
  }
}

.maintenacePriceInsurance__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .maintenacePriceInsurance__table {
    width: 600px;
  }
}

.maintenacePriceInsurance__table th,
.maintenacePriceInsurance__table td {
  padding: 20px 25px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .maintenacePriceInsurance__table th,
  .maintenacePriceInsurance__table td {
    padding: 13px 19px;
  }
}

.maintenacePriceInsurance__table tr th:first-of-type {
  width: 220px;
  background-color: #f0f0f0;
  text-align: center;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .maintenacePriceInsurance__table tr th:first-of-type {
    width: 90px;
  }
}

.maintenacePriceInsurance__table tr td:last-of-type {
  background-color: #ffffff;
  text-align: center;
}

.maintenacePriceInsurance__table .bg-green--light {
  background-color: #eff7f2;
}

.maintenacePriceInsurance__table .pd-85 {
  padding-inline: 85px;
}
@media only screen and (max-width: 768px) {
  .maintenacePriceInsurance__table .pd-85 {
    padding-inline: 80px;
  }
}

.maintenacePriceInsurance__table .category {
  padding: 0;
  width: 60px;
  background-color: #0e9352;
  color: white;
  text-align: center;
}

.maintenacePriceInsurance__table .text-vertical {
  writing-mode: vertical-rl;
  min-height: 120px;
  line-height: 1.5625;
  letter-spacing: 0.2em;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .maintenacePriceInsurance__table .text-vertical {
    min-height: 100px;
  }
}

.maintenacePriceInsurance__table .subtotal {
  text-align: left;
  background-color: #f0f0f0;
  font-weight: bold;
}

.maintenacePriceInsurance__table .unit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
}

/* =============================================
    印紙代
============================================= */
.maintenancePrice_paper {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .maintenancePrice_paper {
    margin-top: 60px;
  }
}

.maintenacePricePaper_tableWrap {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .maintenacePricePaper_tableWrap {
    margin-top: 25px;
  }
}

.maintenacePricePaper_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
}

.maintenacePricePaper_table th,
.maintenacePricePaper_table td {
  border: 1px solid #ccc;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .maintenacePricePaper_table th,
  .maintenacePricePaper_table td {
    width: 50%;
  }
}

.maintenacePricePaper_table th {
  padding: 20px;
  width: 220px;
  max-width: 220px;
  background-color: #f0f0f0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .maintenacePricePaper_table th {
    padding: 13px;
    width: 50%;
  }
}

.maintenacePricePaper_table td {
  padding: 20px 12.2093023256%;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .maintenacePricePaper_table td {
    padding: 13px;
    text-align: center;
  }
}
.maintenacePricePaper_table td .unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}

/* =============================================
    注意事項
============================================= */
.maintenancePrice_note {
  margin: 74px auto 0;
  padding: 66px 5.5555555556% 57px;
  position: relative;
  width: min(100%, 1080px);
  background-color: #ffffff;
  border: 1px solid #333333;
  border-top: none;
}
@media only screen and (max-width: 768px) {
  .maintenancePrice_note {
    margin: 62px auto 0;
    padding: 27px 27px 30px;
    border: none;
    border-radius: 12px;
  }
}
.maintenancePrice_note::before {
  position: absolute;
  content: "";
  background-color: #333;
  width: calc(50% - 90px);
  height: 1px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .maintenancePrice_note::before {
    display: none;
  }
}
.maintenancePrice_note::after {
  position: absolute;
  content: "";
  background-color: #333;
  width: calc(50% - 90px);
  height: 1px;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .maintenancePrice_note::after {
    display: none;
  }
}

.maintenancePriceNote_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceNote_title {
    position: unset;
    transform: translate(0);
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 1.7777777778;
  }
}

@media only screen and (max-width: 768px) {
  .maintenancePriceNote_textList {
    margin-top: 15px;
  }
}

.maintenancePriceNote_textItem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceNote_textItem {
    gap: 18px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.6;
  }
}
.maintenancePriceNote_textItem .dod {
  margin-top: 10px;
  width: 8px;
  height: 8px;
  background-color: #0e9352;
  border-radius: 50%;
}

.maintenancePriceNote_textItem-text {
  flex: 1;
}

.maintenancePriceNote_tables {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.882168926%;
}
@media (max-width: 1200px) {
  .maintenancePriceNote_tables {
    gap: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .maintenancePriceNote_tables {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.maintenancePriceNote_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
}

.maintenancePriceNote_table th,
.maintenancePriceNote_table td {
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceNote_table th,
  .maintenancePriceNote_table td {
    width: 100%;
  }
}

.maintenancePriceNote_table th {
  width: 160px;
  background-color: #f0f0f0;
}
@media (max-width: 1023px) {
  .maintenancePriceNote_table th {
    width: unset;
  }
}

.maintenancePriceNote_table .category {
  width: 110px;
  background-color: #eff7f2;
}
@media only screen and (max-width: 768px) {
  .maintenancePriceNote_table .category {
    width: 122px;
    min-width: 122px;
  }
}

.maintenancePriceNote_table tr td:last-of-type {
  padding: 20px 40px;
}
@media (max-width: 1023px) {
  .maintenancePriceNote_table tr td:last-of-type {
    padding: 20px 10px;
  }
}

.maintenancePriceNote_table .unit {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
}

.maintenancePriceNote_table tbody,
.maintenancePriceNote_table tr {
  width: 100%;
}

/* =============================================
    バナー
============================================= */
.maintenaceCta {
  margin-block: 140px;
}
@media only screen and (max-width: 768px) {
  .maintenaceCta {
    margin-block: 60px;
  }
}

.maintenaceCta .container {
  text-align: center;
}

.cta_typeA_note {
  margin: 0 auto 30px;
  position: relative;
  display: inline-block;
  color: #0e9352;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .cta_typeA_note {
    display: block;
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 1.4;
  }
}
.cta_typeA_note::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #0e9352;
  top: 50%;
  left: -10px;
  transform: translate(-100%, -50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .cta_typeA_note::before {
    width: 30px;
    left: 20px;
    transform: translate(0%, -50%) rotate(60deg);
  }
}
.cta_typeA_note::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #0e9352;
  top: 50%;
  right: -10px;
  transform: translate(100%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .cta_typeA_note::after {
    width: 30px;
    right: 20px;
    transform: translate(0%, -50%) rotate(-60deg);
  }
}

/*----------------------------------------------------------

 CTA

----------------------------------------------------------*/
.cta_btn {
  position: relative;
  border: none;
}
@media only screen and (max-width: 768px) {
  .cta_btn {
    width: 100%;
    border: 2px solid #0E9352;
    border-radius: 6px;
    box-shadow: 0 4px 0 #0A6D3D;
    background-color: #FFF;
    text-align: right;
  }
}
.cta_btn_tel {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .cta_btn_tel {
    padding: 10px 18% 4px 7.5%;
  }
}
.cta_btn_telCopy {
  font-size: clamp(10px, 1.25vw, 16px);
  letter-spacing: 0.426em;
  line-height: 24px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .cta_btn_telCopy {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.26em;
  }
}
.cta_btn_telNo {
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .cta_btn_telNo {
    margin-bottom: 0;
  }
}
.cta_btn_telNoIcon {
  width: clamp(22px, 2.65vw, 34px);
  aspect-ratio: auto 34/44;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .cta_btn_telNoIcon {
    width: clamp(18px, 4.8vw, 34px);
  }
}
.cta_btn_telNoText {
  font-family: "Roboto", sans-serif;
  font-size: clamp(32px, 4.4vw, 60px);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .cta_btn_telNoText {
    font-size: clamp(32px, 8.5vw, 60px);
  }
}
.cta_btn_telNoHour {
  width: 100%;
}
.cta_btn_telFree {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 8%;
  border-radius: 15px;
  padding: 0 1em;
  font-size: clamp(10px, 1.25vw, 16px);
  line-height: 1.875;
  letter-spacing: 0.15em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cta_btn_telFree {
    top: -6px;
    left: 15%;
    font-size: 10px;
  }
}
.cta_btn_telFree::after {
  display: block;
  position: absolute;
  top: 80%;
  left: 10px;
  width: 9px;
  height: 17px;
  background-color: #0E9352;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  transform: rotate(-30deg);
  content: "";
}
.cta_btn_tel .btn_arrow {
  position: absolute;
  right: 5%;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
}

.cta_typeA {
  position: relative;
  width: 100%;
  border: 6px solid #0E9352;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .cta_typeA {
    border-width: 4px;
  }
}
.cta_typeA_head {
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 70px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cta_typeA_head {
    padding-left: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 56px;
    text-align: left;
  }
}
.cta_typeA_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 45px 5% 25px 20%;
  border-radius: 0 0 6px 6px;
  background-color: #EEF7F2;
}
@media only screen and (max-width: 768px) {
  .cta_typeA_body {
    flex-wrap: wrap;
    row-gap: 15px;
    padding: 20px 20px 26px 20px;
  }
}
.cta_typeA_tel {
  flex-basis: 48%;
}
@media only screen and (max-width: 768px) {
  .cta_typeA_tel {
    flex-basis: 100%;
  }
}
.cta_typeA_btn {
  flex-basis: 48%;
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0 4px 0 #0A6D3D;
  border: 1px solid #0e9352;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .cta_typeA_btn {
    width: 100%;
  }
}
.cta_typeA_btn.btn_white {
  background-color: #FFFFFF;
  color: #0e9352;
}
.cta_typeA_btn.btn_green {
  background-color: #0e9352;
  color: #FFFFFF;
}
.cta_typeA_btn.btn_grey {
  background-color: #CCC;
  border-color: #CCC;
  box-shadow: 0 3px 0 #AAA;
  color: #FFFFFF;
}
.cta_typeA_btn.btn_no_shadow {
  box-shadow: none;
}
.cta_typeA_btn_link {
  line-height: 76px;
  letter-spacing: 0.025em;
  font-size: clamp(20px, 1.87vw, 24px);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .cta_typeA_btn_link {
    line-height: 76px;
    font-size: 20px;
  }
}
.cta_typeA_btn_link .btn_icon,
.cta_typeA_btn_link .btn_text {
  vertical-align: middle;
}
.cta_typeA_btn_link .btn_icon {
  aspect-ratio: auto 1/1;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.cta_typeA_btn_links {
  line-height: 76px;
  font-size: clamp(20px, 1.87vw, 24px);
  font-weight: 700;
}
@media (max-width: 1300px) {
  .cta_typeA_btn_links {
    line-height: 1.5;
    padding-block: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .cta_typeA_btn_links {
    font-size: 20px;
  }
}
.cta_typeA_btn .btn_arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.cta_typeA_btn:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.cta_typeA_btn.btn_grey:hover {
  box-shadow: 0 2px 0 #AAA;
}
@media only screen and (max-width: 768px) {
  .cta_typeA_btn {
    flex-basis: 100%;
    margin-bottom: 0;
  }
}
.cta_typeA_btn .btn_arrow {
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 768px) {
  .cta_typeA_btn .btn_arrow {
    width: 22px;
    height: 22px;
  }
}
.cta_typeA_img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 2.9%;
  width: 16.3%;
}
@media only screen and (max-width: 768px) {
  .cta_typeA_img {
    top: -97px;
    bottom: unset;
    left: unset;
    right: 1%;
    width: 31%;
  }
}

.cta_typeB {
  position: relative;
  width: 100%;
  border: 6px solid #0E9352;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .cta_typeB {
    border-width: 4px;
  }
}
.cta_typeB_head {
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cta_typeB_head {
    padding-left: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 56px;
    text-align: left;
  }
}
.cta_typeB_body {
  position: relative;
  padding: 23px 5% 25px 36%;
  border-radius: 0 0 6px 6px;
  background-color: #EEF7F2;
}
@media only screen and (max-width: 768px) {
  .cta_typeB_body {
    flex-wrap: wrap;
    row-gap: 15px;
    padding: 20px 20px 26px 20px;
  }
}
.cta_typeB_body .cta_btn_tel {
  padding-top: 24px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .cta_typeB_body .cta_btn_tel {
    text-align: left;
  }
}
.cta_typeB_body .cta_btn_telNo, .cta_typeB_body .cta_btn_telNoText {
  position: relative;
}
.cta_typeB_body .cta_btn_telNoText {
  font-size: clamp(34px, 4.4vw, 54px);
}
@media only screen and (max-width: 768px) {
  .cta_typeB_body .cta_btn_telNoText {
    font-size: clamp(32px, 8.5vw, 60px);
  }
}
.cta_typeB_body .cta_btn_telCopy {
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: clamp(10px, 1.1vw, 14px);
  letter-spacing: 0.52em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .cta_typeB_body .cta_btn_telCopy {
    font-size: 10px;
    letter-spacing: 0.26em;
  }
}
.cta_typeB_body .cta_btn_telFree {
  top: -30px;
  left: 0;
}
.cta_typeB_body .cta_btn_telHour {
  width: 83.3%;
}
@media only screen and (max-width: 768px) {
  .cta_typeB_body .cta_btn_telHour {
    width: 100%;
  }
}
.cta_typeB_body .cta_typeB_img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 8%;
  width: 16.7%;
  min-width: 130px;
}
@media only screen and (max-width: 768px) {
  .cta_typeB_body .cta_typeB_img {
    top: -97px;
    bottom: unset;
    left: unset;
    right: 1%;
    width: 31%;
    min-width: unset;
  }
}

.cta_typeC {
  position: relative;
  width: 100%;
  border: 6px solid #0E9352;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .cta_typeC {
    border-width: 4px;
  }
}
.cta_typeC_head {
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cta_typeC_head {
    padding-left: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
.cta_typeC_body {
  position: relative;
  padding: 40px 0 40px;
  border-radius: 0 0 6px 6px;
  background-color: #EEF7F2;
}
@media only screen and (max-width: 768px) {
  .cta_typeC_body {
    padding: 17px 0 25px;
  }
}
.cta_typeC_btn {
  position: relative;
  display: block;
  width: 45%;
  box-shadow: 0 4px 0 #0A6D3D;
  border: 1px solid #0e9352;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  max-width: 420px;
  min-width: 320px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .cta_typeC_btn {
    width: 90%;
  }
}
.cta_typeC_btn.btn_white {
  background-color: #FFFFFF;
  color: #0e9352;
}
.cta_typeC_btn.btn_green {
  background-color: #0e9352;
  color: #FFFFFF;
}
.cta_typeC_btn.btn_grey {
  background-color: #CCC;
  border-color: #CCC;
  box-shadow: 0 3px 0 #AAA;
  color: #FFFFFF;
}
.cta_typeC_btn.btn_no_shadow {
  box-shadow: none;
}
.cta_typeC_btn_link {
  line-height: 76px;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 1.87vw, 24px);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .cta_typeC_btn_link {
    line-height: 76px;
    font-size: 20px;
  }
}
.cta_typeC_btn_link .btn_icon,
.cta_typeC_btn_link .btn_text {
  vertical-align: middle;
}
.cta_typeC_btn_link .btn_icon {
  aspect-ratio: auto 1/1;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.cta_typeC_btn_links {
  line-height: 76px;
  font-size: clamp(20px, 1.87vw, 24px);
  font-weight: 700;
}
@media (max-width: 1300px) {
  .cta_typeC_btn_links {
    line-height: 1.5;
    padding-block: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .cta_typeC_btn_links {
    font-size: 20px;
  }
}
.cta_typeC_btn .btn_arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.cta_typeC_btn:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.cta_typeC_btn.btn_grey:hover {
  box-shadow: 0 2px 0 #AAA;
}
@media only screen and (max-width: 768px) {
  .cta_typeC_btn {
    min-width: 315px;
    transform: none;
  }
}
.cta_typeC_btn .btn_arrow {
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 768px) {
  .cta_typeC_btn .btn_arrow {
    width: 22px;
    height: 22px;
  }
}
.cta_typeC_img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 8%;
  width: 17%;
  min-width: 134px;
}
@media only screen and (max-width: 768px) {
  .cta_typeC_img {
    top: -97px;
    bottom: unset;
    left: unset;
    right: 1%;
    width: 32%;
    min-width: unset;
  }
}

.cta_detail {
  margin-bottom: 30px;
  border: 3px solid #EEF7F2;
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
  .cta_detail {
    margin-top: 40px;
    border-color: #0E9352;
  }
}
.cta_detail_head {
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 70px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cta_detail_head {
    padding-left: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 56px;
    text-align: left;
  }
}
.cta_detail_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  position: relative;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .cta_detail_body {
    flex-wrap: wrap;
    row-gap: 15px;
    padding: 20px 20px 26px 20px;
    background-color: #EEF7F2;
    border-radius: 0 0 10px 10px;
  }
}
.cta_detail_tel {
  flex-basis: 47%;
  min-width: 240px;
}
@media only screen and (max-width: 768px) {
  .cta_detail_tel {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .cta_detail_telBtn .cta_btn_telNoText {
    font-size: 34px;
  }
}
.cta_detail_telBtn .cta_btn_telNoIcon {
  width: 19px;
}
@media only screen and (min-width: 769px) {
  .cta_detail_telBtn .cta_btn_telFree {
    left: 9px;
    font-size: 10px;
  }
  .cta_detail_telBtn .cta_btn_telFree::after {
    width: 6px;
    height: 12px;
  }
}
.cta_detail_telBtn .cta_btn_telCopy {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.3em;
}
.cta_detail_btn {
  flex-basis: 51%;
  min-width: 260px;
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0 4px 0 #0A6D3D;
  border: 1px solid #0e9352;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cta_detail_btn {
    width: 100%;
  }
}
.cta_detail_btn.btn_white {
  background-color: #FFFFFF;
  color: #0e9352;
}
.cta_detail_btn.btn_green {
  background-color: #0e9352;
  color: #FFFFFF;
}
.cta_detail_btn.btn_grey {
  background-color: #CCC;
  border-color: #CCC;
  box-shadow: 0 3px 0 #AAA;
  color: #FFFFFF;
}
.cta_detail_btn.btn_no_shadow {
  box-shadow: none;
}
.cta_detail_btn_link {
  line-height: 60px;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .cta_detail_btn_link {
    line-height: 60px;
    font-size: 20px;
  }
}
.cta_detail_btn_link .btn_icon,
.cta_detail_btn_link .btn_text {
  vertical-align: middle;
}
.cta_detail_btn_link .btn_icon {
  aspect-ratio: auto 1/1;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.cta_detail_btn_links {
  line-height: 60px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1300px) {
  .cta_detail_btn_links {
    line-height: 1.5;
    padding-block: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .cta_detail_btn_links {
    font-size: 20px;
  }
}
.cta_detail_btn .btn_arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.cta_detail_btn:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.cta_detail_btn.btn_grey:hover {
  box-shadow: 0 2px 0 #AAA;
}
@media only screen and (max-width: 768px) {
  .cta_detail_btn {
    flex-basis: 100%;
  }
}
.cta_detail_btn .btn_arrow {
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 768px) {
  .cta_detail_btn .btn_arrow {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (min-width: 769px) {
  .cta_detail_btn.btn_line {
    display: none;
  }
}
.cta_detail_btnBalloon {
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 70px;
  background-color: #FFF;
  border: 2px solid #0E9352;
  border-radius: 12px;
  color: #0E9352;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 20px;
  text-align: center;
}
.cta_detail_btnBalloon::after {
  display: block;
  position: absolute;
  top: 80%;
  left: 10px;
  width: 6px;
  height: 12px;
  background-color: #FFF;
  -webkit-clip-path: polygon(0 0, 100% 0, 10% 100%);
          clip-path: polygon(0 0, 100% 0, 10% 100%);
  transform: rotate(-30deg);
  content: "";
}
.cta_detail_btnBalloon.balloon_1day {
  width: 90px;
  background-color: #f6e929;
}
.cta_detail_btnBalloon.balloon_1day::after {
  background-color: #f6e929;
}
.cta_detail_img {
  position: absolute;
  bottom: 0;
  left: 2.9%;
  width: 16.3%;
}
@media only screen and (max-width: 768px) {
  .cta_detail_img {
    top: -97px;
    bottom: unset;
    left: unset;
    right: 1%;
    width: 31%;
  }
}
.cta_detail_img {
  position: absolute;
  bottom: 0;
  left: 2.9%;
  width: 16.3%;
}
@media only screen and (max-width: 768px) {
  .cta_detail_img {
    top: -97px;
    bottom: unset;
    left: unset;
    right: 1%;
    width: 31%;
  }
}

.cta_detail_soldout {
  margin-bottom: 0;
}
.cta_detail_soldout .cta_detail_body {
  padding: 40px 20px;
}
.cta_detail_soldout .cta_detail_tel {
  flex-basis: 40%;
}
@media only screen and (max-width: 768px) {
  .cta_detail_soldout .cta_detail_tel {
    flex-basis: 100%;
  }
}
.cta_detail_soldout .cta_btn_telCopy, .cta_detail_soldout .cta_btn_telNo {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .cta_detail_soldout .cta_btn_telCopy, .cta_detail_soldout .cta_btn_telNo {
    width: 100%;
  }
}
.cta_detail_soldout .cta_detail_btn {
  min-width: 300px;
}
.cta_detail_soldout .cta_detail_btn_link {
  font-size: clamp(20px, 2vw, 24px);
}
@media only screen and (max-width: 768px) {
  .cta_detail_soldout .cta_detail_btn_link {
    font-size: 20px;
  }
}/*# sourceMappingURL=inspection.css.map */