main section.kiyaku__top:last-of-type {
  margin: 0 0 60px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(19, 33, 106, 0.1);
}
.kiyaku__top {
  padding-bottom: 15px;
}
.kiyaku__top--title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #DE8BBB;
}
.anchor__link {
  margin: 32px 0 0 0;
  font-size: 12px;
  gap: 12px;
  color: #DE8BBB;
  display: flex;
  flex-wrap: wrap;
}
.anchor__link li a {
  font-size: 12px;
  font-weight: 700;
  padding: 6px 21px 6px 12px;
  border-radius: 4px;
  border: 1px solid #DE8BBB;
  color: #DE8BBB;
  display: block;
  text-decoration: none;
  line-height: 1;
  box-sizing: border-box;
  background: url(../img/guide/anchor.png) right 10px center no-repeat;
}
.anchor__link li a:hover {
  opacity: 0.8;
}
main h3 {
  border: none;
  padding-left: 0;
}
.guide__item {
  margin-top: 40px;
}
.guide__item a {
  color: #13216A;
}
.guide__item table {
  margin: 20px 0 0 0;
}
.guide__item table th,
.guide__item table td {
  border-right: 1px solid #DEDEDE;
}
.guide__item table.hidden-sb {
  display: block;
}
.guide__item table.hidden-fb {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .kiyaku__top--title {
    font-size: 14px;
    margin-bottom: 16px;
  }
  main section.kiyaku__top:last-of-type {
    margin: 0 0 40px;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(19, 33, 106, 0.1);
  }
  .anchor__link {
    margin: 20px 0 0 0;
    gap: 10px;
  }
  main h2 {
    margin-bottom: 40px;
  }
  .guide__item {
    margin-top: 40px;
  }
  main h3 {
    margin-bottom: 16px;
  }
  .guide__item table.hidden-sb {
    display: none;
  }
  .guide__item table.hidden-fb {
    display: block;
  }
  .guide__item table {
    border-bottom: none;
  }
  .guide__item table th, .guide__item table td {
    border-right: 0;
    border-bottom: 1px solid #DEDEDE;
  }
}