@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : record.css
Description : 記録ページ
===================================================================== */
.record .ttl_wrap::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: calc(47 / 750 * 100%) auto 0 auto;
  background: url(../images/record/bg_ttl_sp.png) no-repeat center/contain;
  width: calc(574 / 750 * 100%);
  padding-top: calc(209 / 750 * 100%);
}
.record .inner {
  padding-top: calc(100 / 750 * 100%);
  padding-bottom: calc(120 / 750 * 100%);
}
.record .btn_list {
  margin-bottom: calc(100 / 670 * 100%);
}
.record .link_arrow {
  font-size: 2.6rem;
  margin-bottom: 3.5em;
}
.record .tab {
  margin-bottom: 3em;
}

@media screen and (min-width: 768px) {
  .record .ttl_wrap::before {
    margin: calc(44 / 1200 * 100%) auto 0 auto;
    background-image: url(../images/record/bg_ttl_pc.png);
    width: calc(689 / 1200 * 100%);
    padding-top: calc(96 / 1200 * 100%);
    max-width: 689px;
  }
  .record .inner {
    padding-top: calc(80 / 1200 * 100%);
    padding-bottom: calc(120 / 1200 * 100%);
  }
  .record .btn_list {
    margin-bottom: calc(70 / 1000 * 100%);
  }
  .record .link_arrow {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(230 / 1200 * 100vw);
    max-height: 230px;
    margin-bottom: calc(70 / 1000 * 100%);
  }
  .record .link_arrow li {
    width: 50%;
  }
  .record .tab {
    margin: 0 auto 2em 0;
  }
}
@media screen and (min-width: 1200px) {
  .record .ttl_wrap::before {
    margin: 44px auto 0 auto;
    padding-top: 96px;
  }
  .record .inner {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
/* ========================================================
    記録一覧
=========================================================*/
.recordList .inner {
  padding-top: calc(94 / 750 * 100%);
  padding-bottom: calc(122 / 750 * 100%);
}
.recordList h2 small {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
.recordList table {
  font-size: 1.6rem;
  table-layout: fixed;
}
.recordList table tr > * {
  vertical-align: middle;
  border: 0.15em solid #fff;
}
.recordList table tr th,
.recordList table tr td.month {
  text-align: center;
  background-color: #1d2138;
  color: #fff;
  font-size: 112%;
}
.recordList table tr th {
  line-height: 1.333;
  padding: 0.5em 0;
}
.recordList table tr th:nth-child(3) {
  width: calc(280 / 1000 * 100%);
}
.recordList table tr th:nth-child(4) {
  width: calc(180 / 1000 * 100%);
}
.recordList table tr td {
  padding: 0.8em;
  background-color: #f2f4fa;
  line-height: 1.5;
}
.recordList table tr td.month {
  width: calc(60 / 1000 * 100%);
  padding: 0.8em 0;
}
.recordList table tr td.day {
  text-align: center;
  background-color: #e0e4ee;
  width: calc(46 / 1000 * 100%);
  padding: 0.8em 0;
}
.recordList table tr td.result {
  text-align: center;
}
.recordList table tr td a {
  display: inline-block;
  color: #ff0000;
  text-decoration: underline;
}
.recordList table tr td a:hover {
  color: #1d2138;
}

@media screen and (min-width: 768px) {
  .recordList .inner {
    padding-top: calc(94 / 1200 * 100%);
    padding-bottom: calc(122 / 1200 * 100%);
  }
  .recordList h2 small {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .recordList .inner {
    padding-top: 94px;
    padding-bottom: 122px;
  }
}
/*# sourceMappingURL=record.css.map */