@charset "UTF-8";
.wrap-pageTitle {
  background: url("../images/performance_main_sp.jpg") no-repeat center;
  background-size: cover;
}

.wrap-year {
  padding: 125rem 75rem 0;
}
.wrap-year select {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #2878c8;
  display: block;
  width: 100%;
  height: 88rem;
  color: #2878c8;
  padding: 20rem;
  outline: none;
  background: url("../images/select-arrow.png") no-repeat center right 20rem;
  background-size: 24rem;
}

table.jisseki th {
  border-right: 1px solid #c8c8c8;
  width: 108rem;
  text-align: right;
  padding-right: 40rem;
  vertical-align: top;
}
table.jisseki td {
  padding-left: 40rem;
}
table.jisseki .box-info {
  margin-bottom: 55rem;
}
table.jisseki .icon-red {
  background: #ae0029;
  color: #fff;
  font-size: 21rem;
  display: inline-block;
  line-height: 1;
  padding: 8rem 20rem;
  margin-bottom: 20rem;
}
table.jisseki .icon-blue {
  background: #2878c8;
  color: #fff;
  font-size: 21rem;
  display: inline-block;
  line-height: 1;
  padding: 8rem 20rem;
  margin-bottom: 20rem;
}
table.jisseki h2 {
  font-size: 31rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20rem;
}
table.jisseki dl {
  display: flex;
  justify-content: space-between;
}
table.jisseki dl dt {
  width: 5em;
  white-space: nowrap;
}
table.jisseki dl dt::after {
  content: "：";
}
table.jisseki dl dd {
  flex: 1;
}

section.p-lv1 {
  padding: 75rem 80rem 30rem;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 767px) {
  .wrap-pageTitle {
    background: url("../images/performance_main_pc.jpg") no-repeat center;
    background-size: cover;
  }
  .wrap-year {
    padding: 100px 0 0;
  }
  .wrap-year .btn-year {
    max-width: 1020px;
    padding: 0 40px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .wrap-year .btn-year div a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    border: 1px solid #2878c8;
    border-radius: 27px;
    color: #2878c8;
    font-weight: bold;
    font-size: 18px;
  }
  .wrap-year .btn-year div a.active {
    background: #2878c8;
    color: #fff;
  }
  .wrap-year .btn-year div a:hover {
    background: #2878c8;
    color: #fff;
  }
  table.jisseki th {
    border-right: 1px solid #c8c8c8;
    width: 108px;
    text-align: right;
    padding-right: 40px;
    vertical-align: top;
  }
  table.jisseki td {
    padding-left: 40px;
  }
  table.jisseki .box-info {
    margin-bottom: 45px;
  }
  table.jisseki .icon-red {
    font-size: 12px;
    padding: 4px 10px;
    margin-bottom: 10px;
  }
  table.jisseki .icon-blue {
    font-size: 12px;
    padding: 4px 10px;
    margin-bottom: 10px;
  }
  table.jisseki h2 {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 10px;
  }
  table.jisseki dl {
    display: flex;
    justify-content: space-between;
  }
  table.jisseki dl dt {
    width: 5.2em;
  }
  .wrap-per {
    display: flex;
  }
  section.p-lv1 {
    padding: 60px 0 0;
  }
  section.p-lv1 .box-left,
  section.p-lv1 .box-right {
    width: 52.380952381%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1320px) {
  section.p-lv1 {
    padding: 120px 40px 80px;
  }
}