@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media screen and (max-device-width: 768px) {
  .pc_d {
    display: none;
  }
}

@media screen and (min-device-width: 769px) {
  .sp_d {
    display: none;
  }
}

.hide {
  display: none;
}





.mb0 {
  margin-bottom: 0;
}

.ledm {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #444444;
  line-height: 1.4;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "游ゴシック", Yu Gothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Helvetica, Verdana, sans-serif;
}
.fs-c-heading.fs-c-heading--page{
  display: none;
}
.ledm a{
  text-decoration: none;
  color: #000000;
}
.ledm a{
  text-decoration: none;
  color: #333333;
}

.ledm__pagetitle {
  text-align: center;
  border: 2px solid;
  line-height: 2;
  background: #000000;
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 1px;
}

.ledm__text {
  text-align: center;
  font-weight: bold;
}

.ledm__text br {
  display: block;
}

.ledm__maker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}

.ledm__maker__item {
  width: calc(33.3% - 8px);
  margin-bottom: 8px;
}

.ledm__maker__item a {
  display: block;
  border: 2px solid;
  font-size: 16px;
  line-height: 3;
  text-align: center;
  font-weight: 700;
}

.ledm__maker__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  padding-left: 8px;
  border-bottom: 2px solid #444444;
  width: calc(100% - 8px);
  margin: auto auto 20px;
  letter-spacing: 1.4px;
}

.ledm__maker__label .jp {
  font-size: 70%;
  padding-left: 10px;
}

.ledm__table {
  border: 2px solid #222222;
  width: calc(100% - 4px);
  margin: 0 auto 30px;
  border-collapse: collapse;
}

.ledm__table th,
.ledm__table td {
  border: 2px solid #222222;
  font-size: 10px;
  font-weight: bold;
}

.ledm__table tr:nth-child(even) {
  background-color: #dddddd;
}

.ledm__table tr:hover {
  background: #ffa8a8;
}

.ledm__table th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #222222;
  color: #FFFFFF;
  border-top: 2px solid #222222;
}

.ledm__table td {
  line-height: 2.4;
  padding-left: 2px;
}

.ledm__table__nolink, .ledm__table__link {
  text-align: center;
}

.ledm__table__nolink a, .ledm__table__link a {
  display: block;
}

.ledm__table__type {
  width: 20%;
}

.ledm__table__model {
  width: 15%;
}

.ledm__table__year {
  width: 15%;
}

.ledm__table__front {
  width: 12.5%;
}

.ledm__table__frontset {
  width: 12.5%;
}

.ledm__table__back-a {
  width: 12.5%;
}

.ledm__table__back-b {
  width: 12.5%;
}

/* PC */
@media screen and (min-width: 769px) {
  .content-main {
    width: 100%;
    padding-top: 60px;
  }
  .ledm {
    /* メーカーリスト */
    /* table */
  }
  .ledm__pagetitle {
    font-size: 32px;
    letter-spacing: 1.8px;
  }
  .ledm__text {
    text-align: center;
    font-weight: bold;
  }
  .ledm__text br {
    display: none;
  }
  .ledm__maker {
    margin-bottom: 60px;
  }
  .ledm__maker__item {
    width: calc(25% - 16px);
    margin-bottom: 16px;
  }
  .ledm__maker__label {
    font-size: 28px;
    padding-left: 10px;
  }
  .ledm__table {
    margin-bottom: 60px;
  }
  .ledm__table th,
  .ledm__table td {
    font-size: 12px;
    font-weight: 600;
  }
  .ledm__table td {
    padding-left: 2px;
  }
}
/*# sourceMappingURL=style.css.map */
