@charset "UTF-8";

.common.fv-area .fv-contents .fv-character {
  top: 70px;
}

.fv-character.sp {
  margin-top: -160px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .common.contents-area {
    padding-top: 200px;
  }
}

.outbox {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 835px) {
  .outbox {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.yearly-area {
  margin-bottom: 56px;
}

.yearly-area.pc .yearly-list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}

.yearly-area.pc .yearly-list .yearly-list-item {
  display: block;
  flex: 0 0 161px;
  max-width: 161px;
  padding: 8px;
}

.yearly-area.sp .yearly-list {
  color: #000;
  display: block;
  background: #ffc000;
  width: 100%;
  height: 50px;
  padding-right: 32px;
  padding-left: 32px;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 25px;
}

.yearly-area.pc .yearly-list .yearly-list-item button {
  color: #fff;
  display: block;
  background: none;
  width: 100%;
  height: 50px;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 25px;
  transition: 0.5s ease all;
}

.yearly-area.pc .yearly-list .yearly-list-item button:hover,
.yearly-area.pc .yearly-list .yearly-list-item button.is-active {
  color: #000;
  background: #ffc000;
}

.table-works thead tr th,
.table-works tbody tr td {
  font-weight: 400;
  color: #fff;
  background: none;
  padding: 0;
}

.table-works tbody tr td.image .image-area {
  display: flex;
  justify-content: center;
  margin-right: -6px;
  margin-left: -6px;
}

.table-works tbody tr td.image .image-area .item {
  width: 37px;
  padding-right: 6px;
  padding-left: 6px;
}

@media screen and (max-width: 834px) {
  .table-works tbody tr:first-child {
    border-top: 1px solid #fff;
  }

  .table-works tbody tr {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #fff;
  }

  .table-works thead tr th,
  .table-works tbody tr td {
    display: block;
    border-bottom: none;
  }

  .table-works tbody tr td {
    margin-bottom: 16px;
  }

  .table-works tbody tr td:last-child {
    margin-bottom: 0;
  }

  .table-works tbody tr td span.title {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 835px) {
  .table-works thead tr th {
    padding-bottom: 32px;
    border-bottom: 1px solid #fff;
  }

  .table-works tbody tr td {
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #fff;
  }
}
