#record .mainvisual {
  height: 220px;
  margin-top: 100px;
  background: url(../img/mv.jpg) no-repeat center/cover;
}

@media screen and (max-width: 1199px) {
  #record .mainvisual {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  #record .mainvisual {
    height: 180px;
    margin-top: 60px;
  }
}

#record .mainvisual .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#record .mainvisual .inner__box__ttl {
  color: #fff;
  letter-spacing: 0.04rem;
  font-weight: 500;
  font-size: 3.6rem;
  font-family: industry, sans-serif;
  margin-top: calc(80px - (((3.6rem * 1.6) - 3.6rem) / 2));
}

@media screen and (max-width: 767px) {
  #record .mainvisual .inner__box__ttl {
    font-size: 2.6rem;
    margin-top: 60px;
  }
}

#record .mainvisual .inner__box__sub {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #record .mainvisual .inner__box__sub {
    font-size: 1.3rem;
  }
}

#record .breadcrumb {
  background: #f2f2f2;
  padding: 15px 0;
}

#record .breadcrumb__txt__link {
  color: #333;
  text-decoration: none;
}

#record .record__ttl {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #record .record__ttl {
    font-size: 2.2rem;
  }
}

#record .record .support {
  margin-top: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #record .record .support {
    margin-top: 60px;
  }
}

#record .record .support__copy {
  margin-top: 40px;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #004098;
  text-align: center;
  border-bottom: solid 2px #004098;
}

@media screen and (max-width: 767px) {
  #record .record .support__copy {
    margin-top: 30px;
    font-size: 1.7rem;
    border: none;
  }
}

#record .record .support__copy br {
  display: none;
}

@media screen and (max-width: 767px) {
  #record .record .support__copy br {
    display: block;
  }
}

#record .record .support__graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 920px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  #record .record .support__graph {
    margin-top: 30px;
  }
}

#record .record .support__graph__img {
  width: 44%;
}

@media screen and (max-width: 767px) {
  #record .record .support__graph__img {
    width: 48%;
  }
}

#record .record .support__note {
  width: 80%;
  margin: 40px auto 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #record .record .support__note {
    width: 100%;
  }
}

#record .record .support__note span {
  font-size: 2.2rem;
  font-weight: 600;
  color: #004098;
}

@media screen and (max-width: 767px) {
  #record .record .support__note span {
    font-size: 2rem;
  }
}

#record .record .list {
  margin-top: 80px;
  padding: 80px 0;
  background: url(./../img/record_bg.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  #record .record .list {
    margin-top: 60px;
    padding: 60px 0;
  }
}

#record .record .list .record__ttl {
  color: #fff;
}

#record .record .list__txt {
  margin-top: 40px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #record .record .list__txt {
    margin-top: 30px;
  }
}

#record .record .list__box {
  width: 100%;
  max-width: 780px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#record .record .list__box__item {
  width: 46%;
}

@media screen and (max-width: 767px) {
  #record .record .list__box__item {
    width: 48%;
  }
}

#record .record .list__box__item__ttl {
  border-top: solid 2px #c0daff;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #record .record .list__box__item__ttl {
    font-size: 1.6rem;
  }
}

#record .record .list__box__item__data {
  background: #c0daff;
  border-radius: 5px;
  padding: 8px 8px 8px 28px;
  position: relative;
}

#record .record .list__box__item__data::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #333;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#record .record .list__box__item__data:not(:nth-child(1)) {
  margin-top: 5px;
}
/*# sourceMappingURL=style.css.map */