@charset "utf-8";

.naviTop a {
  opacity: 0.6;
}

.spNaviTop a {
  background-color: #EEE;
}

/****************************************
トップ
****************************************/
/**********インフォメーション**********/
.infoTableWrap {
  height: 180px;
  overflow-y: scroll;
  margin-bottom: 50px;
}

.infoTableWrap tr {
  border-bottom: 1px dotted #CCC;
}

.infoTableWrap th,
.infoTableWrap td {
  padding: 15px 10px;
  font-weight: 500;
  vertical-align: top;
}

.infoTableWrap th {
  text-align: left;
  width: 10px;
  white-space: nowrap;
  color: #b81726;
}

.infoTableWrap td {
  padding-left: 15px;
}

.infoTableWrap td a {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .infoTableWrap {
    margin-bottom: 30px;
  }

  .infoTableWrap th,
  .infoTableWrap td {
    padding: 0;
    display: block;
  }

  .infoTableWrap th {
    width: 100%;
    padding-top: 10px;
  }

  .infoTableWrap td {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 0;
  }
}

/**********ピックアップ**********/
.pickupList {
  display: flex;
  flex-wrap: wrap;
}

.pickupList a {
  display: block;
  width: 20.5%;
  text-decoration: none;
  margin-top: 15px;
}

.pickupList a li:not(:nth-child(3n)) {
  margin-right: 6%;
}

.pickupCts dd p {
  margin-top: 5px;
  line-height: 1.4;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .pickupList {
    justify-content: space-between;
  }

  .pickupList a {
    width: 48%;
  }

  .pickupList a li:not(:nth-child(3n)) {
    margin-right: 0%;
  }
}
