
.l-gnav__categoryHead.is-active > span,
.l-gnav__categoryHead.is-current > span {
  color: #333!important;
  font-weight: 400!important;
}

.button {
  margin-top: 20px;
  text-align: center;
}
.button p {
  font-weight: bold;
  color: red;
}
.button a {
  display: inline-block;
  margin-top: 15px;
}
@media screen and (max-width: 640px){
  .button {
    margin-top: 15px;
  }
  .button p {
    font-size: 13px;
  }
  .button a {
    display: inline-block;
    width: 238px;
    margin-top: 10px;
  }
  .button a img {
    height: auto;
  }
}

.lists__block {
  max-width: 800px;
  margin: 40px auto 0;
  border: 2px solid #00939d;
  border-radius: 10px;
  overflow: hidden;
}
.lists__block h2 {
  background: #00939d;
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
.lists__block ul {
  padding: 0 70px;
}
.lists__block li {
  padding: 20px 0 20px 80px;
  display: flex;
  gap: 35px;
}
.lists__block li:not(:first-child) {
  border-top: 1px dotted #ccc;
}
.lists__block li:nth-child(1) img {
  width: 43px;
}
.lists__block li:nth-child(2) img {
  width: 31px;
}
.lists__block li:nth-child(3) img {
  width: 35px;
}
.lists__block li span {
  display: block;
  width: 43px;
  text-align: center;
}
@media screen and (max-width: 640px){
  .lists__block {
    margin: 30px auto 0;
  }
  .lists__block h2 {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
  }
  .lists__block ul {
    padding: 0 20px;
  }
  .lists__block li {
    padding: 20px 0 20px 15px;
    display: flex;
    align-items: center;
    gap:15px;
  }
  .lists__block li span {
    flex: 0 0 38px;
    display: block;
    width: 38px;
    text-align: center;
    }
  .lists__block li p {
    font-size: 12px;
  }
  .lists__block li:not(:first-child) {
    border-top: 1px dotted #ccc;
  }
  .lists__block li:nth-child(1) img { width: 43px; }
  .lists__block li:nth-child(2) img { width: 31px; }
  .lists__block li:nth-child(3) img { width: 35px; }
}

.rclinkBtnL {
  -webkit-box-shadow: 0 4px #d9d9d9;
  display: block;
  margin: 10px auto;
  border-radius: 50px;
  background-color: #eb5505;
  box-shadow: 0 4px #d9d9d9;
  line-height: 2rem;
  text-align: center;
}
.rclinkBtnL a {
  display: block;
  position: relative;
  color: #fff;
}
.rclinkBtnL a span {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.rclinkBtnL a::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  background-color: transparent;
  content: "";
}
@media (min-width: 641px) {
  .rclinkBtnL {
    width: 45%;
  }
  .rclinkBtnL a {
    padding: 18px;
  }
}
@media (max-width: 640px) {
  .rclinkBtnL a::after {
    right: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}

.contents .c-link[data-icon=arrow]::before {
  top: .16em;
}

.txtDescription {
  counter-reset: number;
}

.txtDescription sup {
  font-size: 10px;
  vertical-align: top;
}

.txtDescription .c-list[data-type=kome-number] {
  counter-reset: none;
}