/* =============================

overwrite

=============================== */
.l-main {
  padding-block: 0;
}
.m-page-ttl {
  margin-bottom: 0;
}

/* =================================== */
/*
  section
---------------------------*/
.record--bg {
  background: #e8f5fc;
}
.record__header {
  width: 100%;
  padding-block: 4.1666666667vw;
}
@media (any-hover: hover) {
  .record__header {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .record__header:hover {
    opacity: 0.7;
  }
}
.record__header.is-open .record__ttl::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.record__ttl {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .record__ttl {
    font-size: 1.25rem;
  }
}
.record__ttl::before, .record__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 12px;
  height: 2px;
  background: #404040;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .record__ttl::before, .record__ttl::after {
    width: 14px;
    height: 1px;
  }
}
.record__ttl::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.record__body {
  display: none;
  padding-bottom: 30px;
}
.record__box-ttl {
  color: #06c;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.77;
}
.record__box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.0833333333vw;
  padding-block: 10px;
  border-top: 1px solid #06c;
  border-bottom: 1px solid #06c;
}
@media screen and (max-width: 768px) {
  .record__box-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
.record__box-item {
  width: 50%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 768px) {
  .record__box-item {
    width: auto;
    font-size: 12px;
  }
}

/* =================================== */
/*
  section
---------------------------*/
.other {
  position: relative;
  padding-block: 6.9444444444vw;
}
.other .c-btn-secondary {
  max-width: 360px;
  margin: 26px auto 0;
}
/*# sourceMappingURL=track-record.css.map */