#koto-btn-link {
  text-align: center;
  margin: 0 auto 40px;
}

#koto-btn-link a {
  width: 100%;
  font-size: 14px;
}

#koto-btn-link a[target="_blank"]:after {
  right: 26px;
  position: absolute;
}

#koto-btn-link .block-page-block--contents a:hover {
  text-decoration: none;
}

#koto-feature .block-page-block--contents a:hover {
  text-decoration: none;
}


#koto-feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

#koto-feature .cat-btn {
  text-align: center;
  margin: 0 0 20px;
  width: 49%;
}

#koto-feature .cat-btn:nth-of-type(3) {
  width: 80%;
  margin: 0 auto 40px;
}

#koto-feature .cat-btn a:before {
  position: absolute;
  right: 12px;
  left: auto;
  top: calc(50% - 0.9rem);
  z-index: 1;
  display: block;
  content: '';
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  background: #DFDFDF;
  border: none;
}

#koto-feature .cat-btn a::after {
  position: absolute;
  right: 18px;
  top: 40%;
  z-index: 2;
  display: block;
  content: '';
  width: 0.7rem;
  height: 0.7rem;
  border-left: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  transform: rotate(-135deg);
  background: none;
}

#koto-feature .cat-btn a {
  background: #F5F5F5;
  border: none;
}

#koto-feature .cat-btn .koto-btn.common-btn__white {
  background: #F5F5F5;
  font-size: 13px;
  line-height: 17px;
  width: 100%;
  min-width: 100%;
  padding: 1rem 0;
}

.common-btn__white:hover {
  text-decoration: none;
}


#koto-feature .cat-btn a img {
  position: absolute;
  left: 24px;
  width: 16px;
  height: 16px;
}



.feature-border {
  border-bottom: solid 1px #000;
}

.koto-btn-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.koto-btn-area .koto-pet-top-btn {
  width: 48%;
  margin: 0 0 14px;
}

.koto-btn-area .koto-pet-top-btn a {
  min-width: 100%;
  font-size: 12px;
  padding: 0;
}