@charset "utf-8";

.active {
  border-left: solid 5px #b4b4b4;
  padding: 0 0.5em;
  font-family: sans-serif;
  text-align: left;
}

table a {
  display: inline-block;
  padding: 5px 7px;
  border: solid 3px currentColor;
  border-radius: 10px;
  background-color: #ff9b00;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}

p {
  line-height: 30px;
}

.R {
  color: #ff8000;
  color: #000;
}

.conB {
  max-width: 900px;
  margin: 0 auto;
}

.conC {
  max-width: 1000px;
  margin: 0 auto;
}

.conC .list p:first-child {
  background-color: #eee;
}

.conC .list {
  border-bottom: 1px solid #ddd;
}

.conC .list:first-child {
  display: block;
}

.conC .list:first-child p {
  border-bottom: none;
  background-color: #fff;
  text-align: center;
}

.conC .list p {
  padding: 10px;
}

.conC .photo {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .conC .list {
    display: flex;
    justify-content: space-between;
  }

  .conC .container2 {
    display: flex;
  }

  .conC .photo {
    flex: 2;
    padding: 10px;
    margin-top: 0px;
  }

  .conC .text {
    flex: 3;
    padding: 10px;
  }

  .conC .container p {
    flex: 3;
  }

  .conC .container2 p {
    flex: 3;
  }

  .conC .container2 .bx2 {
    flex: 7;
  }
}

.conD .container {
  max-width: 1000px;
  margin: 0 auto;
}

.conD .list:first-child p {
  border-bottom: none;
  background-color: #fff;
  text-align: center;
}

.slide .photo img {
  width: 100%;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
  display: inline-block;
  align-items: center;
  justify-content: center;
}

.slide .photo a {
  width: 100%;
  height: 200px;
}

.slide .text a {
  padding: 20px;
  border: 1px solid #000;
  transition: 0.5s;
}

.slide .text a:hover {
  padding: 30px;
}

@media (min-width: 768px) {
  .slide .topic {
    display: flex;
  }

  .slide .text {
    flex: 3;
  }

  .slide .photo {
    margin-top: 60px;
    flex: 2;
  }
}

.slider {
  max-width: 90%;
  margin: 0 auto;
}

.slider img {
  height: auto;
  width: 100%;
}

.slide p {
  margin: 0;
  /* デフォルトCSS打ち消し */
  position: relative;
  /* 位置調整 */
  font-weight: normal;
  /* 文字の太さ調整 */
  font-size: 24px;
  /* 文字サイズ指定 */
  background-color: #a6a4a6;
  /* 背景色指定 */
  color: #fff;
  /* 文字色指定 */
  padding: 10px 0 10px 30px;
  /* 余白指定 */
  margin-bottom: 20px;
  /* 周りの余白指定 */
  transition: 0.4s;
}

.slide p:hover {
  margin: 0;
  /* デフォルトCSS打ち消し */
  position: relative;
  /* 位置調整 */
  font-weight: normal;
  /* 文字の太さ調整 */
  font-size: 24px;
  /* 文字サイズ指定 */
  background-color: #fff;
  /* 背景色指定 */
  color: #000;
  /* 文字色指定 */
  padding: 10px 0 10px 30px;
  /* 余白指定 */
  margin-bottom: 20px;
  /* 周りの余白指定 */
}

.price_card .container {
  max-width: 1100px;
  margin: 0 auto;
}

.price_card .container article {
  background-color: #f6f7f8;
}

.price_card .container h1 {
  color: #0cb87e;
  border-bottom: 1px solid #ddd;
}

.price_card .container article p:first-of-type {
  font-size: 1.1rem;
  padding-top: 5px;
}

.price_card .container article p:last-child {
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.price_card .container article {
  margin: 10px;
  padding: 10px 20px;
}

@media (min-width: 1024px) {
  .price_card .container {
    display: flex;
    flex-wrap: wrap;
  }

  .price_card .container article {
    flex: 1 1 380px;
  }
}

.conC table {
  border-collapse: collapse;
  width: 100%;
}

.conC th,
.conC td {
  padding: 1rem 2rem;
  border-bottom: 1px solid #ddd;
}

.conC th {
  font-weight: normal;
  font-size: 1.5em;
  color: #000;
  background: #eee;
  position: sticky;
  top: 0;
}


@media (max-width: 768px) {
  .conC .heading {
    display: none;
  }

  .conC td {
    display: block;
  }

  .conC .heijitu td:nth-child(3) {
    display: none;
  }

  .conC .doniti td:nth-child(1) {
    display: none;
  }


  .conC .heijitu2 td:nth-child(2) {
    display: none;
    
  }

  .bule{
    background-color: #c3f7ff;
  }

  .conC .doniti td:nth-child(1) {
    display: none;
  }

  .conC td::before {
    content: attr(data-label);
    font-size: 1rem;
    color: #666;
    display: block;
    margin-bottom: 0.25rem;
  }

  .conC .car-name {
    background: #eee;
  }

}

.conD table {
  border-collapse: collapse;
  width: 100%;
}

.conD th,
.conD td {
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.conD th {
  font-weight: normal;
  font-size: 1.5em;
  color: #000;
  background: #eee;
  position: sticky;
  top: 0;
}

/* .conD img {
  width: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: .5rem;
} */

@media (max-width: 500px) {
  .conD .heading {
    display: none;
  }

  .conD td {
    display: block;
  }

  .conD .car-name {
    background: #eee;
  }
}
