
.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;
  p {
    font-weight: bold;
    color: red;
  }
  a {
    display: inline-block;
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px){
  .button {
    margin-top: 15px;
    p {
      font-size: 13px;
    }
    a {
      display: inline-block;
      width: 238px;
      margin-top: 10px;
      img {
        height: auto;
      }
    }
  }
}

.lists__block {
  max-width: 800px;
  margin: 40px auto 0;
  border: 2px solid #00939d;
  border-radius: 10px;
  overflow: hidden;
  h2 {
    background: #00939d;
    color: white;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
  }
  ul {
    padding: 0 70px;
  }
  li {
    padding: 20px 0 20px 80px;
    display: flex;
    gap: 35px;
    span {
      display: block;
      width: 43px;
      text-align: center;
    }
    img {
    }
    p {

    }
  }
  li:not(:first-child) {
    border-top: 1px dotted #ccc;
  }
  li:nth-child(1) img { width: 43px; }
  li:nth-child(2) img { width: 31px; }
  li:nth-child(3) img { width: 35px; }
}
@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; }
}

@media (min-width: 641px) {
  .rclinkBtnL {
      width: 45%;
  }
}
.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;
}
@media (min-width: 641px) {
    .rclinkBtnL a {
        padding: 18px;
    }
}
.rclinkBtnL a {
    display: block;
    position: relative;
    color: #fff;
}
.rclinkBtnL a span {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}
@media (max-width: 640px) {
    .rclinkBtnL a::after {
        right: 10px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
    }
}
.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: "";
}
