.koneta-box {
  margin: 70px 0 20px;
}
.koneta-box .boxwrap {
  width: calc((100% - 80px)/4);
  position: relative;
}
.koneta-title {
  margin: 0 150px;
  position: relative;
}
.koneta-title:after {
  position: absolute;
  content: "";
  right: -150px;
  top: 12.5px;
  background: url("/common_top/images/logo_koneta.png") no-repeat;
  background-size: cover;
  width: 114px;
  height: 35px;
}
.koneta-box .boxwrap:before {
  position: absolute;
  content: "";
  top: -36px;
  left: 50%;
  margin-left: -23px;
  width: 46px;
  height: 56px;
}
.koneta-box .boxwrap:nth-of-type(n+4):before {
  position: absolute;
  content: "";
  top: -36px;
  left: 50%;
  margin-left: -23px;
  width: 46px;
  height: 46px;
}
.koneta-box .boxwrap:first-of-type:before {
  background: url("/common_top/images/icon-rank_01.svg") no-repeat;
  background-size: contain;
}
.koneta-box .boxwrap:nth-of-type(2):before {
  background: url("/common_top/images/icon-rank_02.svg") no-repeat;
  background-size: contain;
}
.koneta-box .boxwrap:nth-of-type(3):before {
  background: url("/common_top/images/icon-rank_03.svg") no-repeat;
  background-size: contain;
}
.koneta-box .boxwrap:nth-of-type(4):before {
  background: url("/common_top/images/icon-rank_04.svg") no-repeat;
  background-size: contain;
}
.koneta-box .boxwrap a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
}
.koneta-box .boxwrap a:hover {
  opacity: 0.7;
}
.koneta-link {
  text-align: right;
}
.koneta-link li {
  display: inline-block;
}
.koneta-link a {
  text-decoration: none;
  color: #333;
}
.koneta-area .icon-textlink {
  background-position: right 1px center;
}
@media screen and (max-width: 767px) {
  .koneta-title {
    margin: 0;
  }
  .koneta-title:after {
    right: 50%;
    margin-right: -49px;
    top: 30px;
    width: 98px;
    height: 30px;
  }
  .koneta-area .ttl-band:before, .koneta-area .ttl-band:after {
    height: 160%;
  }
  .koneta-box {
    margin: 90px 0 20px;
  }
  .koneta-box .boxwrap:before {
    top: 0;
    left: 0;
    margin-left: 0;
    width: 26px;
    height: 36px;
  }
  .koneta-box .boxwrap:nth-of-type(n+4):before {
    top: 0;
    left: 0;
    margin-left: 0;
    width: 26px;
    height: 26px;
  }
  .koneta-box .boxwrap {
    width: 100%;
  }
  .koneta-box .boxwrap .box > a {
    display: flex;
    font-size: 14px;
  }
  .koneta-box .boxwrap + .boxwrap {
    margin-top: 25px;
  }
  .koneta-box .boxwrap .box img {
    width: 100%;
    max-width: 120px;
    max-height: 80px;
  }
  .koneta-box .boxwrap .box p {
    padding-left: 10px;
  }
}