img.sp-only {
  display: none;
}

@media screen and (max-width: 768.9px) {
  img.pc-tab-only {
    display: none;
  }
  img.sp-only {
    display: inline;
  }
}

span.member_icon {
  border: solid 1px #a49226 !important;
  background-color: #a49226 !important;
  color: #ffffff !important;
  background-image: url(../../img/keyicon.svg);
  background-repeat: no-repeat;
  background-position: 7px;
  background-size: 13px;
  font-weight: normal;
  padding-left: 25px !important;
}

#container-main .box-cate li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sp-only.past_news {
  display: none;
}

@media screen and (max-width: 768.9px) {
  .sp-only.past_news {
    display: block;
    margin-top: 30px;
  }
  .sp-only.past_news li {
    border: #1e256a 1px solid;
    border-bottom: none;
  }
  .sp-only.past_news li a {
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    display: block;
    padding: 13px 9px;
    padding-right: 27px;
    font-size: 1.6rem;
    line-height: 1.25;
    color: #FFF;
    color: #1e256a;
    text-align: center;
    background: #cedceb;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #FFF;
    border: none;
    text-align: left;
    padding: 15px 13px;
    padding-right: 20px;
    border-bottom: none !important;
  }
  .sp-only.past_news li:last-child {
    border-bottom: #1e256a 1px solid;
  }
}

.go_to_ichiran {
  font-size: 16px;
  margin-left: 15px;
}

.go_to_ichiran a {
  padding: 5px 14px;
  margin-left: 10px;
  font-size: 1.2rem;
  display: inline-block;
  border-radius: 50px;
  background: #1e256a;
  color: #fff;
}
