@charset "UTF-8";
/* --共通------------------------ */

/* パンくず */
#pan {
  margin: 5px auto 30px;
  letter-spacing: -0.4em;
}
#pan li {
  display: inline-block;
  margin-right: 9px;
  font-size: 0.875em;
  position: relative;
  letter-spacing: normal;
}
#pan li:after {
  content: ">";
  margin-left: 12px;
}
#pan li:last-child:after {
  display: none;
}
#pan a {
  text-decoration: underline;
  color: #000;
}

/* タイトル類 */
.pageTtl {
  width: 100%;
  height: 200px;
  position: relative;
  background-color: var(--color-third-orange);
  color: rgb(49, 49, 49);
  background-size: 6px 6px;
}
.pageTtl img {
  width: 100%;
  height: 200px;
}
.pageTtl h1 {
  text-align: center;
  margin: 0 auto;
  height: 100%;
  font-weight: 700;
  padding: 2em 0;
  font-size: 1.875em;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pageTtl h1::after {
  display: block;
  content: attr(data-txt);
  font-size: 0.53em;
  color: rgb(235, 97, 0);
}

h2.ttl {
  font-size: 1.875em;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  margin: 0 auto 40px;
  position: relative;
  padding-bottom: 10px;
}
h2.ttl::before {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: var(--color-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

h2.subTtl {
  color: #fd5c2b;
  font-size: 1.625em;
  font-weight: 700;
  position: relative;
  margin: 0 0 40px;
  position: relative;
  line-height: 34px;
}

h4.ttl {
  color: #fd5c2b;
  font-size: 1.625em;
  font-weight: 700;
  position: relative;
  margin: 0 0 40px;
  position: relative;
  line-height: 34px;
}

.con_ttl {
  text-align: center;
  margin: 1em auto 2em;
}
.con_ttl h2 {
  color: #313131;
  font-weight: 700;
  font-size: 2.125em;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  border-bottom: 4px solid var(--color-primary);
}
/* .con_ttl h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: -4em;
  width: 3em;
  height: 2px;
  background: #313131;
}
.con_ttl h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  right: -4em;
  width: 3em;
  height: 2px;
  background: #313131;
} */

/* テーブル */

/* .tMenu {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
.tMenu th {
  width: 48%;
  padding: 8px 20px;
  text-align: left;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
}
.tMenu th.tTtl {
  width: 26%;
  margin: 0;
  padding: 0.5em 0;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  background: #ffebbc;
  border-top: solid 10px #e80303;
}
.tMenu td {
  width: 26%;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #ccc;
} */

.mark {
  font-size: 18px;
  font-weight: bold;
  color: #f62900;
}
td .btnLink {
  padding: 0 20px;
  font-size: 0.875em;
}

/* form --見積もり お問い合わせ-- */
.form-area {
  display: grid;
  margin: 2em auto;
  max-width: 940px;
  gap: 10px;
  grid-template-columns: minmax(25%, auto) 1fr;
}
@media screen and (max-width: 640px) {
  .form-area {
    display: block;
  }
}
.form-area dt,
.form-area dd {
  padding: 10px 1em;
}
.form-area dt {
  padding: 1em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  background-color: #023f99;
}
@media screen and (max-width: 640px) {
  .form-area dt {
    margin-top: 10px;
    padding: 10px;
    text-align: left;
  }
}
.form-area.confirm dd {
  padding: 1em;
}

.form-area dt.required::after {
  content: "※";
}
.form-area dd {
  border-bottom: 1px dotted #ccc;
  p {
    margin: 1em 0;
  }
  p:first-child {
    margin-top: 0;
  }
  p:last-child {
    margin-bottom: 0;
  }
}

.formbox table {
  border-collapse: separate;
  border-spacing: 10px;
  margin: -10px auto;
}
.formbox tr {
  padding-bottom: var(--spacing-md);
}
.formbox th {
  background-color: #023f99;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
}
.formbox td {
  display: grid;
  gap: var(--spacing-md);
  border-bottom: 1px dotted #ccc;
}
.formbox .file {
  font-size: var(--text-sm);
}
.pr_txt {
  text-align: center;
  margin: var(--spacing-xl) auto;
  padding: var(--spacing-xl);
  background-color: var(--color-third-orange);
}
.submit-center {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .formbox table {
    border-collapse: collapse;
    margin: 0 10px;
  }
  .formbox tr {
    display: flex;
    flex-direction: column;
  }
  .formbox th {
    width: 100%;
    padding: 10px;
    text-align: start;
  }
  .formbox td {
    width: 100%;
    margin: 0 auto;
  }
}
.formbox select {
  font-size: 1em;
}

input[name="zip1"],
input[name="zip2"] {
  width: auto;
}

.submit {
  margin: 30px auto 50px;
  max-width: 820px;
  gap: 1em 2em;
}
.submit input {
  margin: 0;
  padding: 0 50px;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  background: #f43c04;
  border-radius: 1.5em;
  box-shadow: 0 5px 0 #999;
}
.submit input[name="submit"] {
  order: 2;
}
.submit input[name="back"] {
  order: 1;
  background: #999;
  box-shadow: 0 5px 0 #ccc;
}

.txtBox {
  width: 100%;
  padding: 50px 0;
  background: #eee;
}
.txtBox .inner {
  width: auto;
  max-width: 96%;
  margin: 0 auto;
}
.txtBox > *:first-child {
  margin-top: 0;
}
.txtBox > *:last-child {
  margin-bottom: 0;
}
.txtBox.thanks {
  margin: 30px auto 60px;
}

.noticeBox {
  max-width: 640px;
  margin: 1em auto;
  padding: 0.5em 1.5em;
  background: #eee;
  border: 1px solid #444;
}

.scrollWrap > table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.125em;
  text-align: center;
}

label.error {
  color: #f62900;
  margin-left: 1em;
}

/* .link_btn_s------------------------ */
.link_btn_s ul > li {
  width: 48%;
  font-weight: 500;
  border: 2px solid #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.3);
}
.link_btn_s ul > li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-lg);
  padding: 27px 0 20px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.7em;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .link_btn_s ul > li a {
    gap: var(--spacing-md);
  }
}
.link_btn_s ul > li a span {
  font-size: 0.75em;
  display: block;
  line-height: 100%;
}
.link_btn_s ul > li img {
  width: 48px;
}
.link_btn_s .reserve_btn {
  background: var(--color-primary);
}
.link_btn_s .reserve_btn a::before {
  background-image: url(../img/reserve.svg);
}
.link_btn_s .estimate_btn {
  background: var(--color-sub);
}
.link_btn_s p {
  margin: 0;
}

/* --選ばれる理由------------------------ */
.reasons__wrapper {
  padding-block-start: var(--spacing-3xl);
  padding-block-end: var(--spacing-2xl);
}
@media screen and (max-width: 768px) {
  .reasons__wrapper {
    padding-block-start: var(--spacing-2xl);
    padding-block-end: var(--spacing-lg);
  }
}
.reasons__content {
  display: grid;
  gap: var(--spacing-2xl);
  margin-inline: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .reasons__content {
    gap: var(--spacing-lg);
  }
}
.reasons__list {
  display: grid;
  gap: var(--spacing-3xl);
}
@media screen and (max-width: 768px) {
  .reasons__list {
    gap: var(--spacing-2xl);
  }
}
.reasons__item {
  border: 1px solid #ccc;
  padding-block-start: var(--spacing-md);
  padding-block-end: var(--spacing-2xl);
}
@media screen and (max-width: 768px) {
  .reasons__item {
    padding-block-end: var(--spacing-lg);
  }
}
.reasons__text {
  display: grid;
  place-items: center;
  gap: var(--spacing-md);
}

.reasons__title {
  display: grid;
  font-size: var(--text-2xl);
  font-weight: bold;
  margin-top: -4rem;
  background-color: #fff;
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reasons__title {
    font-size: var(--text-md);
  }
}
.reasons__title::before {
  content: "01";
  display: block;
  width: 100px;
  background-color: var(--color-primary);
  margin: 0 auto var(--spacing-xs);
}
.reasons__subtitle {
  font-size: var(--text-md);
  font-weight: bold;
  margin-bottom: var(--spacing-xs);
  padding: 0.2em 0.8em;
  background-color: rgb(35, 35, 151);
  color: white;
  width: fit-content;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .reasons__subtitle {
    font-size: var(--text-sm);
  }
}
.reasons__description {
  font-size: var(--text-md);
  line-height: 1.7;
  width: 56%;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .reasons__description {
    width: 100%;
    font-size: var(--text-sm);
  }
}
.reasons__images {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, minmax(auto, 400px));
  gap: var(--spacing-sm);
}
.reasons__list {
  counter-reset: section; /* カウンターをリセット */
}
.reasons__item {
  counter-increment: section; /* 各アイテムでカウンターを増加 */
}
.reasons__title::before {
  content: counter(section, decimal-leading-zero); /* 2桁の数字として表示 */
  display: block;
  width: 100px;
  background-color: var(--color-primary);
  font-size: var(--text-xl);
}

/* --料金・割引------------------------ */

.price__wrapper {
  display: grid;
  gap: var(--spacing-2xl);
  padding-block: var(--spacing-2xl);
}
@media screen and (max-width: 768px) {
  .price__wrapper {
    gap: var(--spacing-lg);
  }
}
.price__section-contents {
  padding-block: var(--spacing-2xl) 0;
}
@media screen and (max-width: 768px) {
  .price__section-contents {
    padding-block: var(--spacing-lg) 0;
  }
}
.price__discounts-title {
  font-size: var(--text-xl);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price__discounts-title {
    font-size: var(--text-md);
  }
}
.price__discounts {
  display: grid;
  gap: var(--spacing-md);
  text-align: center;
}
.price__discounts-detail {
  width: 100%;
  padding: var(--spacing-2xl);
  border: 3px solid #c60111;
  border-radius: 8px;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .price__discounts-detail {
    padding: var(--spacing-lg);
  }
}
.price__discounts-detail p {
  font-size: var(--text-xl);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price__discounts-detail p {
    font-size: var(--text-lg);
  }
}
.price__discounts-amount {
  font-size: var(--text-2xl);
  font-weight: bold;
  color: #c60111;
  padding-inline: var(--spacing-xs);
}
@media screen and (max-width: 768px) {
  .price__discounts-amount {
    font-size: var(--text-xl);
  }
}
.price__discounts-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .price__discounts-items {
    grid-template-columns: 1fr;
  }
}
.price__discounts-item {
  padding: var(--spacing-md);
  border: 3px solid #c60111;
  border-radius: 8px;
}
.price__discount-label {
  font-size: var(--text-md);
  font-weight: bold;
  color: #c60111;
}
@media screen and (max-width: 768px) {
  .price__discount-label {
    font-size: var(--text-sm);
  }
}
.price__discounts-item-title {
  font-size: var(--text-xl);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price__discounts-item-title {
    font-size: var(--text-lg);
  }
}
.price__discount-item-text {
  font-size: var(--text-xl);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price__discount-item-text {
    font-size: var(--text-lg);
  }
}
.price__discounts-item-amount {
  font-size: var(--text-2xl);
  font-weight: bold;
  color: #c60111;
  padding-inline: var(--spacing-xs);
}
@media screen and (max-width: 768px) {
  .price__discounts-item-amount {
    font-size: var(--text-xl);
  }
}
.price__discount-description {
  font-size: var(--text-sm);
}

.price__buttons {
  display: grid;
  gap: var(--spacing-md);
  justify-content: center;
  grid-template-columns: auto auto;
}
@media screen and (max-width: 768px) {
  .price__buttons {
    grid-template-columns: 1fr;
  }
}
.price__credit {
  display: grid;
  gap: var(--spacing-md);
  justify-content: center;
  padding: var(--spacing-xl);
}
.price__credit-title {
  font-size: var(--text-lg);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price__credit-title {
    font-size: var(--text-md);
  }
}
.price__credit-text {
  font-size: var(--text-md);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price__credit-text {
    font-size: var(--text-sm);
  }
}
.price__credit-images {
  display: grid;
  gap: var(--spacing-md);
  place-items: center;
  grid-template-columns: auto auto auto;
}
.accordion__section-title {
  text-align: center;
  color: #019ac6;
  font-size: var(--text-2xl);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .accordion__section-title {
    font-size: var(--text-md);
  }
}

.accordion-toggle {
  display: none;
}
.accordion-table {
  display: grid;
  gap: var(--spacing-md);
  justify-content: center;
}

#additional_fee table:first-of-type {
  margin-bottom: 2em;
}

#additional_fee tbody tr th {
  background-color: #f2f2f2;
  color: #333;
  text-align: start;
  padding-left: 2em;
}

#additional_fee tbody tr:nth-of-type(odd) th {
  background-color: #f9f9f9;
}


#additional_fee .btn_fee {
  padding-block: .7em;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  background-color: #019ac6;
  border-radius: 5px;
  cursor: pointer;
}

#additional_fee .btn_fee > p {
  width: fit-content;
  margin: .7em auto .3em;
  padding: .15em 1.2em .15em 1.5em;
  font-weight: 600;
  font-size: .7em;
  color: #019ac6;
  letter-spacing: .1em;
  background-color: #fff;
  border-radius: 9999px;
}

#additional_fee .btn_fee > p > span {
  position: relative;
  padding-right: 1em;
}

#additional_fee .btn_fee p > span::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  right: 0;
  bottom: calc(50% - 4.5px);
  border-top: 2px solid #019ac6;
  border-right: 2px solid #019ac6;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

#additional_fee.accordion-table {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .accordion-table th,
  .accordion-table td {
    font-size: var(--text-sm);
  }
  #additional_fee .btn_fee {
    font-size: 1em;
  }
  #additional_fee .inner {
    padding-inline: 0;
  }
  #additional_fee tbody tr th {
  padding-left: 15px;
  }
  #additional_fee .btn_fee > p {
    padding: .2em 1.2em .2em 1.5em;
    font-size: .8em;
  }
  #additional_fee .btn_fee p > span::after {
    width: 7px;
    height: 7px;
    bottom: calc(50% - 3.5px);
  }

}
.accordion-label {
  padding: 1em;
  display: grid;
  align-items: center;
  grid-template-columns: 4fr 5fr 1fr;
  color: #019ac6;
  background: #fff;
  border: #019ac6 2px solid;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .accordion-label {
    grid-template-columns: 1fr;
  }
}
.accordion-label p {
  font-size: var(--text-xl);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .accordion-label p {
    font-size: var(--text-sm);
  }
}
.accordion-label img {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin-inline: auto;
}
.accordion__small-text {
  font-size: var(--text-sm);
}
@media screen and (max-width: 768px) {
  .accordion__small-text {
    font-size: var(--text-xs);
  }
}
.accordion-label::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #e01010;
  border-right: 3px solid #e01010;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
}
.accordion-label,
.accordion-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.accordion-content {
  height: 0;
  margin-bottom: 10px;
  overflow: hidden;
  margin-inline: auto;
}
.accordion-toggle:checked + .accordion-label + .accordion-content {
  height: auto;
  transition: all 0.3s;
}
.accordion-toggle:checked + .accordion-label::before {
  transform: rotate(-45deg) !important;
}

.accordion-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  color: #333;
  background: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
}

.accordion-table th,
.accordion-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
.accordion-table td {
  max-width: 300px;
}
.accordion-table th {
  background-color: #4973ff;
  color: white;
}

.accordion-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.accordion-table tr:hover {
  background-color: #ddd;
}
.emphasis {
  color: red;
  font-weight: bold;
}
.bg-emphasis {
  background-color: #f08452;
}
.price__info {
  padding: 20px;
  background-color: #f0f0f0;
}
.price__info-text {
  line-height: 1.7;
}
.large {
  font-size: var(--text-lg);
}
.x-large {
  font-size: var(--text-xl);
}
@media screen and (max-width: 768px) {
  .large {
    font-size: var(--text-md) !important;
  }
  .x-large {
    font-size: var(--text-lg) !important;
  }
}

/* --車検の流れ------------------------ */
.flow__wrapper {
  display: grid;
  gap: var(--spacing-xl);
  padding-block: var(--spacing-2xl);
}
@media screen and (max-width: 768px) {
  .flow__wrapper {
    padding-block-start: var(--spacing-lg);
    padding-block-end: var(--spacing-lg);
    gap: var(--spacing-lg);
  }
}
.flow__header {
  display: grid;
  gap: var(--spacing-xl);
}
@media screen and (max-width: 768px) {
  .flow__header {
    gap: var(--spacing-md);
  }
}
.flow__requirements {
  display: grid;
  gap: var(--spacing-xs);
  text-align: center;
}
.flow__title {
  font-size: var(--text-2xl);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow__title {
    font-size: var(--text-md);
  }
}

.flow__section-contents {
  padding: var(--spacing-2xl);
}
@media screen and (max-width: 768px) {
  .flow__section-contents {
    padding: var(--spacing-lg);
  }
}

.flow__requirements-list {
  display: grid;
  gap: var(--spacing-xs);
  grid-template-columns: repeat(2, minmax(200px, 1fr));
}
@media screen and (max-width: 768px) {
  .flow__requirements-list {
    grid-template-columns: 1fr;
  }
}
.flow__requirements-item {
  display: grid;
  height: 2.5lh;
  align-items: center;
  padding: 0.2em 0.4em;
  background-color: #ffead8;
  font-size: var(--text-sm);
  font-weight: bold;
}
.flow__requirements-note {
  font-size: var(--text-sm);
}
.flow__process {
  display: grid;
}
.flow__process-title {
  text-align: center;
  font-size: var(--text-lg);
}
.flow__process-description {
  text-align: center;
  font-size: var(--text-sm);
  font-weight: bold;
  margin-bottom: var(--spacing-lg);
}
.flow__process-list {
  display: grid;
  gap: var(--spacing-lg);
  place-items: center;
  grid-template-columns: 1fr;
}
.flow__process-item {
  width: 200px;
  padding: 0.4em 0.8em;
  border-radius: 4px;
  background-color: #4596ff;
  color: white;
  text-align: center;
  font-weight: bold;
}
.flow__contents {
  display: grid;
  gap: var(--spacing-xl);
}
@media screen and (max-width: 768px) {
  .flow__contents {
    gap: var(--spacing-md);
  }
}
.flow__steps {
  display: grid;
  gap: var(--spacing-2xl);
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .flow__steps {
    gap: var(--spacing-lg);
  }
}
.flow__step {
  display: grid;
  gap: var(--spacing-xs);
  border: 4px solid #4596ff;
  padding: var(--spacing-md);
  border-radius: 8px;
}
.flow__step-title {
  font-size: var(--text-xl);
  font-weight: bold;
  color: #2a68b9;
  margin-bottom: var(--spacing-md);
}

@media screen and (max-width: 768px) {
  .flow__step-title {
    font-size: var(--text-md);
    text-align: center;
    display: grid;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-sm);
  }
  .flow__step-title span {
    display: block;
    width: fit-content;
    margin-inline: auto;
    padding: var(--spacing-sm);
    font-size: var(--text-md);
  }
}
.flow__step-contents {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: var(--spacing-md);
}

@media screen and (max-width: 768px) {
  .flow__step-contents {
    grid-template-columns: 1fr;
    row-gap: var(--spacing-md);
  }
}
.flow__step-requirements a {
  margin-inline: auto;
  max-width: 300px;
}
.flow__step-requirements {
  display: grid;
  gap: var(--spacing-md);
}
.flow__step-requirements-title {
  margin-block-end: var(--spacing-sm);
  font-size: var(--text-lg);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow__step-requirements-title {
    font-size: var(--text-md);
  }
}
.flow__step-requirements-list {
  display: grid;
  gap: var(--spacing-xs);
  padding: var(--spacing-md);
  background-color: #ffead8;
}
.flow__step-requirements-img {
  max-width: 300px;
}
.flow__step-description {
  display: grid;
  gap: var(--spacing-md);
}
.flow__step-description-title {
  font-size: var(--text-lg);
  font-weight: bold;
  line-height: 1;
}
.flow__step-figure {
  display: grid;
  gap: var(--spacing-xs);
}
.flow__step-list-items {
  display: grid;
  gap: var(--spacing-md);
  padding-left: 0;
}
.flow__step-list-item {
  display: grid;
  gap: var(--spacing-xs);
  grid-template-columns: 3fr 2fr;
}
@media screen and (max-width: 768px) {
  .flow__step-list-item {
    grid-template-columns: 1fr;
    row-gap: var(--spacing-md);
  }
}
.flow__step-list-item-emphasis {
  display: block;
  font-weight: bold;
  font-size: var(--text-md);
  margin-block-end: var(--spacing-sm);
}

.flow__pdf-button {
  max-width: 300px;
}

/* --車検Q＆A------------------------ */

.faq__section-title {
  display: flex;
  align-items: center;
  font-size: var(--text-2xl);
  font-weight: bold;
  margin-block: var(--spacing-sm);
  letter-spacing: 0.07em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .faq__section-title {
    text-align: center;
    font-size: var(--text-md);
  }
}

.faq__wrapper {
  padding-block: var(--spacing-2xl);
}
@media screen and (max-width: 768px) {
  .faq__wrapper {
    padding-block: var(--spacing-lg);
  }
}

@media screen and (max-width: 768px) {
  .faq__item .center strong {
    font-size: var(--text-sm);
    text-align: left;
  }
}

.faq__section {
}

.faq__list {
  display: grid;
  gap: var(--spacing-2xl);
  padding-block: var(--spacing-lg);
}
@media screen and (max-width: 768px) {
  .faq__list {
    gap: var(--spacing-lg);
    padding-block: var(--spacing-md);
  }
}

.faq__item {
  display: grid;
  gap: var(--spacing-md);
}

.faq__question {
  display: grid;
  grid-template-columns: 20px 1fr;
  column-gap: var(--spacing-lg);
  font-size: var(--text-lg);
}
.faq__question::before {
  font-size: var(--text-2xl);
  content: "Q.";
  line-height: 1;
  font-weight: bold;
}

.faq__answer {
  display: grid;
  grid-template-columns: 20px 1fr;
  column-gap: var(--spacing-lg);
  font-size: var(--text-md);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .faq__question {
    font-size: var(--text-md);
  }
  .faq__answer {
    font-size: var(--text-sm);
  }
}
.faq__answer::before {
  font-size: var(--text-2xl);
  content: "A.";
  line-height: 1;
  font-weight: bold;
  color: rgb(236, 101, 101);
}
@media screen and (max-width: 768px) {
  .faq__question::before {
    font-size: var(--text-lg);
  }
  .faq__answer::before {
    font-size: var(--text-lg);
  }
}

.faq__section-title::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #d1d1d1;
}
.faq__section-title::before {
  margin-right: var(--spacing-md);
}
.faq__section-title::after {
  margin-left: var(--spacing-md);
}
/* --車検メニュー------------------------ */
.menu__wrapper {
  display: grid;
  gap: var(--spacing-2xl);
  padding-block: var(--spacing-2xl);
}
@media screen and (max-width: 768px) {
  .menu__wrapper {
    gap: var(--spacing-lg);
    padding-block: var(--spacing-lg);
  }
}
.menu__title {
  font-size: var(--text-md);
  font-weight: bold;
}

.menu_section-title {
  font-size: var(--text-xl);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .menu_section-title {
    font-size: 15px;
  }
}
.menu__contents {
  display: grid;
  gap: var(--spacing-2xl);
  padding-block: var(--spacing-lg);
}
@media screen and (max-width: 768px) {
  .menu__contents {
    gap: var(--spacing-lg);
    padding-block: var(--spacing-lg);
  }
}
.menu__contents p {
  line-height: 1.7;
}
.menu__list {
  display: grid;
  gap: var(--spacing-md);
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .menu__list {
    grid-template-columns: 1fr;
  }
}
.menu__list li {
  display: grid;
  font-size: var(--text-md);
  padding: 0.4em 0.8em;
  background-color: #ffead8;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .menu__list li {
    font-size: var(--text-sm);
  }
}
.menu__second-list {
  display: grid;
  padding: var(--spacing-md);
  background-color: rgb(235, 242, 255);
  font-size: var(--text-md);
}
@media screen and (max-width: 768px) {
  .menu__second-list {
    font-size: var(--text-xs);
  }
}
.menu__second-list li + li {
  border-top: 1px solid #6c8dd4;
  margin-top: var(--spacing-md);
  padding-top: var(--spacing-md);
}
/* --会社紹介------------------------ */

.company__wrapper {
  display: grid;
  gap: var(--spacing-2xl);
  padding-block: var(--spacing-2xl);
}
@media screen and (max-width: 768px) {
  .company__wrapper {
    gap: var(--spacing-xl);
    padding-block: var(--spacing-lg);
  }
}
.company__section-contents {
  padding-block: var(--spacing-2xl);
}
@media screen and (max-width: 768px) {
  .company__section-contents {
    padding-block: var(--spacing-xl);
  }
}
.company__title {
  font-size: var(--text-2xl);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .company__title {
    font-size: var(--text-md);
  }
}
.company__detail-items {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(auto, 960px));
  gap: var(--spacing-xl);
}
.company__detail-item {
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: var(--spacing-md);
}
.company__greeting {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(auto, 960px));

  gap: var(--spacing-md);
}
.company__greeting p {
  line-height: 1.9;
}
.company__representative-name {
  display: block;
  text-align: end;
}
.company__greeting-img {
  width: 100%;
}
iframe {
  width: 100%;
  height: 400px;
}

.company__detail-item dt {
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #000;
}
.company__detail-item dd {
  border-bottom: 1px solid #000;
}
.company__detail-item dd,
.company__detail-item dt {
  padding-bottom: var(--spacing-md);
}
.company__title {
  display: flex;
  align-items: center;

  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .company__title {
    text-align: center;
  }
}

.company__title::before,
.company__title::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #d1d1d1;
}
.company__title::before {
  margin-right: var(--spacing-md);
}
.company__title::after {
  margin-left: var(--spacing-md);
}
.company__representative-name span {
  font-size: var(--text-lg);
}
.access__contents {
  display: grid;
  grid-template-columns: 2fr 5fr;
  gap: var(--spacing-xl);
}
@media screen and (max-width: 768px) {
  .access__contents {
    grid-template-columns: 1fr;
  }
}
.access-list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.access-item {
  display: grid;
  gap: var(--spacing-md);
}
.access-title {
  font-weight: bold;
  font-size: var(--text-lg);
}
@media screen and (max-width: 768px) {
  .access-title {
    font-size: var(--text-md);
  }
}
.access__place {
  font-weight: bold;
  font-size: var(--text-md);
}

/* 予約ページ */
.reserve__btn-items {
  display: flex;
  justify-content: center;
  gap: var(--spacing-sm);
  margin-block: var(--spacing-2xl);
}

.reserve__link-btn {
  max-width: 340px;
  font-size: var(--text-sm);
}

/* サイトマップ ----------*/
.sitemap_wrapper {
  display: flex;
  gap: 80px;
}
.sitemap li {
  padding: 10px 0 7px;
  border-bottom: 1px dashed #dfd4d0;
}
.sitemap a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}
.sitemap > li > a {
  padding: 0 20px;
}
.sitemap > li > a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--color-sub);
  border-radius: 50%;
}
.sitemap ul {
  margin: 6px 0 0 26px;
}
@media screen and (max-width: 640px) {
  .sitemap_wrapper {
    flex-direction: column;
    gap: 0px;
  }
}

/* contents.css ---------- */
#csr .subTtl {
  margin: 1em 0;
}
#csr .exp > h3 {
  margin-bottom: 0.3em;
}
#csr .exp > p {
  margin-top: 0;
}

/*----------------------------------------------------
タブレット
-----------------------------------------------------*/
@media screen and (max-width: 896px) {
  #pan {
    margin: 0 auto 20px;
  }

  /* タイトル類 */
  .pageTtl {
    height: 150px;
  }
  .pageTtl img {
    height: 150px;
  }

  h2.ttl {
    margin: 0 auto 30px;
  }

  h2.subTtl {
    margin: 0 0 20px;
  }

  h4 {
    margin: 0 0 20px;
  }

  /* --お見積もり------------------------ */
  #es_reason ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  #es_reason ul li h2 {
    height: auto;
    font-size: 1.5em;
  }
  #es_reason ul li h2 .small {
    font-size: 1.125em;
  }

  /* --料金・割引------------------------ */

  .tokuten-box {
    width: 95%;
  }
  .tokuten-box .orange {
    font-size: 2em;
  }

  #otoku .tokuten-list li {
    width: 95%;
    padding: 20px 10px;
    margin: 0 auto 20px;
    border: 4px solid var(--color-primary);
    border-radius: 7px;
  }
  #otoku .tokuten-list li > figure.wide {
    margin-left: 0px;
    margin-right: 0px;
  }
  #otoku .tokuten-list li h4 {
    margin-top: 0;
    font-size: 1.5em;
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
  }
  #otoku .tokuten-list li h4 span {
    position: absolute;
    top: -15px;
    left: 0;
    dispaly: block;
    float: left;
    font-size: 1em !important;
    margin-top: 0;
    width: 70px;
    height: 70px;
    font-size: 0.8em;
    padding: 20px 10px;
  }
  #otoku .tokuten-list li h4::after {
    content: "";
    display: block;
    clear: both;
  }

  #benefits li {
    border: 5px solid #fd5c2b;
    align-items: stretch;
    margin-bottom: 20px;
    min-height: 170px;
    background: #fd5c2b;
  }
  #benefits .ttl_txt {
    display: block;
    width: 100%;
  }
  #benefits h4 {
    display: inline;
    text-align: center;
  }
  #benefits li .tokuten_txt {
    display: block;
    padding: 10px;
    width: 100%;
  }

  #aboutprice p {
    margin-bottom: 30px;
  }

  /* --車検メニュー------------------------ */
  /* #menu section {
    margin-bottom: 40px;
  } */
  #menulist .inner {
    max-width: 1000px;
  }
  #menulist ul {
    width: 96%;
    margin: 0 auto;
  }
  #menulist div ul:nth-child(2) {
    margin-bottom: 40px;
  }

  .pricebox {
    margin-bottom: 20px;
  }
  .pricebox > li {
    padding: 20px 20px;
  }
  .pricebox > li + li {
    margin-top: 20px;
  }

  .pricebox .question {
    padding: 0 20px;
    margin-bottom: 0;
  }
  .price_ttl {
    padding-top: 30px;
    width: 100%;
  }
  .price_image {
    width: 80%;
    margin: 0 auto;
  }

  .link_btn_s ul li {
    width: 49.5%;
  }

  .access li {
    width: 100%;
  }
  .shopinfo .info {
    width: 100%;
  }

  .form th {
    border-left: 1px solid #ccc;
  }
  .form tr:not(:first-child) th,
  .form td {
    border-top: none;
  }

  .scrollWrap {
    width: 100%;
    padding-top: 20px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .scrollWrap > .scroll {
    margin-bottom: 20px;
    position: relative;
  }
  .scrollWrap > .scroll:before {
    content: "横にスクロールできます→";
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 0.812em;
  }

  /* --車検の流れ------------------------ */

  #flowlist ul.list > li .flex .image {
    width: 100%;
  }
  #flowlist ul.list > li .flex .txt {
    width: 100%;
  }

  ul.info {
    width: 80%;
    margin: 0 auto;
  }
  ul.info li {
    margin-bottom: 10px;
  }

  .tenken div {
    display: block;
  }
  .tenken dt {
    width: 100%;
  }
  .tenken dd {
    width: 100%;
  }

  /* --店舗紹介------------------------ */

  .shop_image {
    margin: 0 auto 30px;
  }
  .shop_image img {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .pageTtl {
    height: 100px;
  }
  .pageTtl h1 {
    padding: 1em 0 0;
  }
  .con_ttl h2 {
    font-size: 1.6em;
  }

  .tokuten-box .back_red {
    font-size: 1.5em;
  }
  .tokuten-box .tokuten-wrap {
    padding: 2em 1em;
  }
  .tokuten-box .tokuten-wrap .orange {
    font-size: 1.8em;
  }
  .tokuten-box .tokuten-wrap ul {
    font-size: 0.9em;
  }

  #otoku .tokuten-list li {
    padding-top: 30px;
  }
  #otoku .tokuten-list li h4 {
    margin-top: 0;
    font-size: 1.5em;
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
  }
  #otoku .tokuten-list li h4 span {
    position: absolute;
    top: -15px;
    left: 0;
    dispaly: block;
    float: left;
    font-size: 1em !important;
    margin-top: 0;
    width: 70px;
    height: 70px;
    font-size: 0.8em;
    padding: 20px 10px;
  }
  #otoku .tokuten-list li h4::after {
    content: "";
    display: block;
    clear: both;
  }

  .pricebox > li + li {
    margin-top: 10px;
  }
  .pricebox .question {
    padding-bottom: 30px;
  }
  .pricebox .question::after {
    left: 43%;
  }
  .link_btn_s ul li {
    margin: 0 auto 12px;
    width: 100%;
  }
  .link_btn_s ul li:last-child {
    margin-bottom: 0;
  }
  .link_btn_s ul > li a {
    font-size: 1.5em;
  }
  .link_btn_s ul > li img {
    width: 40px;
  }
  .priceList table {
    margin-bottom: 20px;
  }
  .notesList {
    padding: 0 15px;
  }

  .shopinfo .gmap {
    margin-top: 30px;
  }
  .access {
    margin: 0 auto;
  }
}

/* 新着情報 */
.top-news {
  width: 100%;
}

.top-news__wrapper {
  display: grid;
  background-color: #fff;
  border-radius: 8px;
  padding: var(--spacing-xl);
}

.top-news__wrapper .scrollBox {
  max-height: 220px;
  padding: 10px;
  overflow-y: auto;
}
.top-news__wrapper .scrollBox p {
  padding: 15px;
  border-bottom: 1px solid #e8e8e8;
}

@media screen and (max-width: 768px) {
  .top-news__wrapper {
    padding: var(--spacing-lg);
  }
}

.top-news__title {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: var(--spacing-sm);
  padding-bottom: var(--spacing-sm);
  border-bottom: 4px solid #023f99;
}
.top-news__title img {
  width: 40px;
}
.top-news__title h2 {
  font-size: var(--text-xl);
  font-weight: bold;
  color: #023f99;
}

@charset "UTF-8";
/* --共通------------------------ */

/* テーブル */
.form {
  border-collapse: collapse;
  /* max-width: 820px; */
  width: 100%;
  margin: 50px auto;
}
/* テーブル */

@media screen and (max-width: 640px) {
  .form th,
  .form td {
    display: block;
    width: 100%;
  }
}
.form th {
  width: 35%;
  padding: 15px;
  text-align: left;
  background-color: #f7f7f7;
  border-bottom: 1px dotted #5c2702;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .form th {
    width: 50%;
  }
}
.form td {
  border-bottom: 1px dotted #5c2702;
  padding: 10px;
}
.form .dashedBox {
  padding: 15px 25px;
}

/* .tMenu {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
.tMenu th {
  width: 48%;
  padding: 8px 20px;
  text-align: left;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
}
.tMenu th.tTtl {
  width: 26%;
  margin: 0;
  padding: 0.5em 0;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  background: #ffebbc;
  border-top: solid 10px #e80303;
}
.tMenu td {
  width: 26%;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #ccc;
} */

.mark {
  font-size: 18px;
  font-weight: bold;
  color: #f62900;
}
td .btnLink {
  padding: 0 20px;
  font-size: 0.875em;
}

/* form --見積もり お問い合わせ

.formbox table {
  border-collapse: separate;
  border-spacing: 10px;
  margin: -10px auto;
}
.formbox tr {
  padding-bottom: var(--spacing-md);
}
.formbox th {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: bold;
  border-radius: 8px;
}
.formbox td {
  border-bottom: 1px dotted #ccc;
}
.pr_txt {
  text-align: center;
  margin: var(--spacing-xl) auto;
  padding: var(--spacing-xl);
  background-color: var(--color-third-orange);
}

@media screen and (max-width: 640px) {
  .formbox table {
    border-collapse: collapse;
  }
  .formbox tr {
    display: flex;
    flex-direction: column;
  }
  .formbox th {
    width: 100%;
    padding: 10px;
  }
  .formbox td {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
}

input[name="zip1"],
input[name="zip2"] {
  width: auto;
}

.submit {
  margin: 30px auto 50px;
  max-width: 820px;
}
.submit input {
  display: inline-block;
  margin: 0 20px;
  padding: 0 50px;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  background: #f43c04;
  border-radius: 1.5em;
  box-shadow: 0 5px 0 #999;
}
.submit input[name="submit"] {
  order: 2;
}
.submit input[name="back"] {
  order: 1;
  background: #999;
  box-shadow: 0 5px 0 #ccc;
}

.txtBox {
  width: 100%;
  padding: 50px 0;
  background: #eee;
}
.txtBox .inner {
  width: auto;
  max-width: 96%;
  margin: 0 auto;
}
.txtBox > *:first-child {
  margin-top: 0;
}
.txtBox > *:last-child {
  margin-bottom: 0;
}
.txtBox.thanks {
  margin: 30px auto 60px;
}

.noticeBox {
  max-width: 640px;
  margin: 1em auto;
  padding: 0.5em 1.5em;
  background: #eee;
  border: 1px solid #444;
}

.scrollWrap > table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.125em;
  text-align: center;
}

label.error {
  color: #f62900;
  margin-left: 1em;
}
-- */

/* .link_btn_s------------------------ */
.link_btn_s ul > li {
  width: 48%;
  font-weight: 500;
  border: 2px solid #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.3);
}
.link_btn_s ul > li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-lg);
  padding: 27px 0 20px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.7em;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .link_btn_s ul > li a {
    gap: var(--spacing-md);
  }
}
.link_btn_s ul > li a span {
  font-size: 0.75em;
  display: block;
  line-height: 100%;
}
.link_btn_s ul > li img {
  width: 48px;
}
.link_btn_s .reserve_btn {
  background: var(--color-primary);
}
.link_btn_s .reserve_btn a::before {
  background-image: url(../img/reserve.svg);
}
.link_btn_s .estimate_btn {
  background: var(--color-sub);
}
.link_btn_s p {
  margin: 0;
}
