@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* Base style
-----------------------------------------------------------*/
/*----- reset -----*/
/*----- default -----*/
/* Layout style
-----------------------------------------------------------*/
/*----- header -----*/
/*----- footer -----*/
/* Mmodule style
-----------------------------------------------------------*/
/*----- XXX -----*/
.mainCont {
  background-color: #ffffff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}

.content-block {
  margin: 80px auto 0;
  max-width: 1020px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .content-block {
    margin-top: 40px;
  }
}

.content-block:last-child {
  margin-bottom: 80px;
}

.content-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
}

.breadcrumbs {
  margin: 0 auto;
  max-width: 1020px;
  padding-left: 10px;
  padding-right: 10px;
}

.breadcrumbs > li {
  display: inline;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .breadcrumbs > li {
    font-size: 1.2rem;
  }
}

.breadcrumbs > li > a {
  color: #118226;
  text-decoration: underline;
}

.breadcrumbs > li > a:hover {
  text-decoration: none;
}

.breadcrumbs > li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin: 0 5px;
}

.content-mainvisual {
  -ms-flex-align: end;
  -ms-flex-pack: center;
  -webkit-box-align: end;
  -webkit-box-pack: center;
  align-items: flex-end;
  background-image: url("/member/contribution/img/mainvisual_bg.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  min-height: 140px;
}

@media screen and (max-width: 767px) {
  .content-mainvisual {
    background-image: url("/member/contribution/img/mainvisual_bg_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100px;
  }
}

.content-mainvisual .mainvisual-wrap {
  margin: 0 auto;
  max-width: 1020px;
  padding: 30px 0 50px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content-mainvisual .mainvisual-wrap {
    padding-bottom: 40px;
  }
}

.content-mainvisual .mainvisual-wrap .box-heading {
  margin-bottom: 0;
}

.contents-mainvisual {
  position: relative;
}

.contents-mainvisual .mainvisual-img {
  height: 400px;
}

@media screen and (max-width: 767px) {
  .contents-mainvisual .mainvisual-img {
    height: 200px;
  }
}

.contents-mainvisual .mainvisual-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contents-mainvisual .mainvisual-title {
  bottom: 24px;
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  left: 0;
  line-height: 1.65;
  position: absolute;
  right: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents-mainvisual .mainvisual-title {
    bottom: 12px;
    font-size: 1.8rem;
  }
}

.contents-mainvisual .mainvisual-title span {
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 3px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .contents-mainvisual .mainvisual-title span {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*====================
 Slider 
 ====================*/
.slider-container {
  margin-bottom: 94px;
}

.slider-list {
  padding-left: 80px;
  padding-right: 80px;
}

.slider-list a {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.slider-list a:hover {
  opacity: 0.8;
}

.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  margin-left: 8px;
  margin-right: 8px;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow {
  background-color: #008934;
  border-radius: 48px;
  bottom: 0;
  display: block;
  font-size: 0;
  height: 48px;
  line-height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 48px;
}

.slick-arrow::before {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
}

.slick-prev {
  left: 16px;
}

.slick-prev::before {
  -webkit-transform: rotate(135deg);
  left: 6px;
  transform: rotate(135deg);
}

.slick-next {
  right: 16px;
}

.slick-next::before {
  -webkit-transform: rotate(-45deg);
  right: 6px;
  transform: rotate(-45deg);
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  line-height: 0;
  text-align: center;
  z-index: 10;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 16px;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 16px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 16px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  border: 1px solid #008934;
  border-radius: 50%;
  content: '';
  height: 16px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 16px;
}

.slick-dots li.slick-active button:before {
  background: #008934;
}

.slick-dots-container {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 10px;
}

.stop-btn {
  border-left: 4px solid #008934;
  border-right: 4px solid #008934;
  height: 12px;
  text-indent: -9999px;
  width: 12px;
}

.start-btn {
  border-bottom: 8px solid transparent;
  border-left: 12px solid #008934;
  border-top: 8px solid transparent;
  height: 0;
  text-indent: -9999px;
  width: 0;
}

.box-heading {
  margin-bottom: 30px;
}

.heading-txt {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .heading-txt {
    padding-top: 15px;
  }
}

.heading-main {
  line-height: 1.33333;
  position: relative;
  text-align: center;
}

.heading-main .txt {
  font-size: 4.0rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-main .txt {
    font-size: 1.8rem;
  }
}

.heading-lv1 {
  line-height: 1.33333;
  padding-bottom: 15px;
  padding-left: 5px;
  position: relative;
}

.heading-lv1::before, .heading-lv1::after {
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
}

.heading-lv1::before {
  background-color: #A8A8A8;
  right: 0;
}

.heading-lv1::after {
  background-color: #118226;
  width: 180px;
}

@media screen and (max-width: 767px) {
  .heading-lv1::after {
    width: 130px;
  }
}

.heading-lv1 .txt {
  font-size: 3.0rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-lv1 .txt {
    font-size: 2.4rem;
  }
}

.heading-lv2 {
  border-left: 4px solid #94C509;
  line-height: 1.33333;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-left: 16px;
  padding-top: 10px;
}

.heading-lv2 .txt {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .heading-lv2 .txt {
    font-size: 1.8rem;
  }
}

.heading-lv2-center {
  text-align: center;
}

.heading-lv2-center .txt {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  gap: 32px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .heading-lv2-center .txt {
    font-size: 1.8rem;
    gap: 20px;
  }
}

.heading-lv2-center .txt::before, .heading-lv2-center .txt::after {
  background-color: #94C509;
  content: "";
  height: 2px;
  margin-top: 5px;
  width: 72px;
}

@media screen and (max-width: 767px) {
  .heading-lv2-center .txt::before, .heading-lv2-center .txt::after {
    width: 48px;
  }
}

.box-anchor {
  background-color: #ffffff;
  padding-bottom: 40px;
  padding-top: 40px;
}

.box-anchor .content-block {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .box-anchor .link {
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}

.box-anchor .link .txt.-link > a {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33333;
}

@media screen and (max-width: 767px) {
  .box-anchor .link .txt.-link > a {
    font-size: 1.4rem;
  }
}

.box-anchor .link .txt.-link:not(.-head) {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .box-anchor .link .txt.-link:not(.-head) {
    max-width: 250px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .box-anchor .link .txt.-link:not(.-head) {
    padding: 5px 15px;
  }
}

@media screen and (min-width: 768px) {
  .box-anchor .link .txt.-link.-head {
    margin-bottom: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .box-anchor .link .txt.-link.-head {
    margin-bottom: 5px;
  }
}

.box-anchor .link .txt.-link.-head > a {
  font-size: 2.4rem;
  padding-left: 45px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .box-anchor .link .txt.-link.-head > a {
    font-size: 1.6rem;
    padding-left: 22px;
  }
}

.box-anchor .link .txt.-link.-head > a::before, .box-anchor .link .txt.-link.-head > a::after {
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 6px;
}

@media screen and (max-width: 767px) {
  .box-anchor .link .txt.-link.-head > a::before, .box-anchor .link .txt.-link.-head > a::after {
    top: 3px;
  }
}

.box-anchor .link .txt.-link.-head > a::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #ffffff;
  height: 8px;
  left: 8px;
  margin: auto;
  top: 14px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .box-anchor .link .txt.-link.-head > a::before {
    left: 5px;
    top: 11px;
  }
}

.box-anchor .link .txt.-link.-head > a::after {
  background-color: #118226;
  border-radius: 24px;
  height: 24px;
  margin: auto;
  width: 24px;
}

@media screen and (max-width: 767px) {
  .box-anchor .link .txt.-link.-head > a::after {
    height: 18px;
    width: 18px;
  }
}

.box-anchor .link.-around {
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}

.box-anchor .link.-around .txt.-link.-head {
  max-width: none;
  width: auto;
}

.box-txt:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .box-txt.-img-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .box-txt.-img-right .box-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
    max-width: 350px;
  }
}

.box-txt .img.-auto img {
  width: auto;
}

.box-txt.-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-txt.-right {
  text-align: right;
}

.box-txt.-center {
  text-align: center;
}

.ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33333;
  margin-bottom: 5px;
}

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

.txt.-small {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .txt.-small {
    font-size: 1.2rem;
  }
}

.txt.-link > a, .txt.-link > span.link-txt {
  color: #118226;
  text-decoration: underline;
}

.txt.-link > a:hover, .txt.-link > span.link-txt:hover {
  text-decoration: none;
}

.txt.-link > a[target="_blank"], .txt.-link > a.-blank, .txt.-link > span.link-txt[target="_blank"], .txt.-link > span.link-txt.-blank {
  position: relative;
}

.txt.-link > a[target="_blank"]::after, .txt.-link > a.-blank::after, .txt.-link > span.link-txt[target="_blank"]::after, .txt.-link > span.link-txt.-blank::after {
  background: url("/member/contribution/img/icon-blank.svg") right center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin-bottom: 2px;
  margin-left: 15px;
  vertical-align: middle;
  width: 15px;
}

@media screen and (max-width: 767px) {
  .txt.-link > a[target="_blank"]::after, .txt.-link > a.-blank::after, .txt.-link > span.link-txt[target="_blank"]::after, .txt.-link > span.link-txt.-blank::after {
    height: 12px;
    width: 12px;
  }
}

.txt.-link > a[href$=".pdf"], .txt.-link > a.-pdf, .txt.-link > span.link-txt[href$=".pdf"], .txt.-link > span.link-txt.-pdf {
  position: relative;
}

.txt.-link > a[href$=".pdf"]::after, .txt.-link > a.-pdf::after, .txt.-link > span.link-txt[href$=".pdf"]::after, .txt.-link > span.link-txt.-pdf::after {
  background: url("/member/contribution/img/icon_pdf.svg") right center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin-bottom: 2px;
  margin-left: 15px;
  vertical-align: middle;
  width: 14px;
}

@media screen and (max-width: 767px) {
  .txt.-link > a[href$=".pdf"]::after, .txt.-link > a.-pdf::after, .txt.-link > span.link-txt[href$=".pdf"]::after, .txt.-link > span.link-txt.-pdf::after {
    height: 12px;
    width: 12px;
  }
}

.txt.-link > span.link-icon {
  display: inline-block;
  line-height: 1;
  margin-left: 4px;
}

@media screen and (min-width: 768px) {
  .txt.-link > span.link-icon img {
    margin-top: 2px;
  }
}

.txt.-link.-arrow > a::before {
  border-bottom: 6px solid transparent;
  border-left: 8px solid #94C509;
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 5px;
  vertical-align: middle;
}

.txt.-link.-arrow.-anchor > a::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #94C509;
  margin-bottom: 0;
  margin-top: 4px;
}

.txt.-link.-arrow.-back > a::before {
  border-bottom: 6px solid transparent;
  border-left: none;
  border-right: 8px solid #94C509;
  border-top: 6px solid transparent;
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 4px;
}

.list > li.txt {
  padding-left: 1em;
  text-indent: -1em;
}

.list:not(.-compact) > li:not(:last-child) {
  margin-bottom: 30px;
}

.box-border {
  background-color: #ffffff;
  border: 1px solid #A8A8A8;
  border-radius: 4px;
  padding: 32px;
}

@media screen and (max-width: 767px) {
  .box-border {
    padding: 20px 15px;
  }
}

.link-button {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: grid;
  gap: 96px;
  grid-auto-columns: 290px;
  grid-auto-flow: column;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .link-button {
    gap: 15px;
    grid-auto-columns: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}

.link-button .button > a {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border: 2px solid #008934;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #008934;
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 19px 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .link-button .button > a {
    font-size: 1.8rem;
    line-height: 1.25;
    padding: 19px 30px;
  }
}

.link-button .button > a:hover {
  background-color: #008934;
  color: #fff;
}

.link-button .button.is-active > a {
  background-color: #008934;
  color: #fff;
  position: relative;
}

.link-button .button.is-active > a::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: 8px;
  content: "";
  display: inline-block;
  height: 16px;
  margin: auto;
  position: absolute;
  right: 24px;
  top: 0;
  transform: rotate(45deg);
  width: 16px;
}

@media screen and (max-width: 767px) {
  .link-button .button.is-active > a::after {
    bottom: 6px;
    height: 12px;
    right: 12px;
    width: 12px;
  }
}

.link-list > li {
  border-bottom: 1px solid #E2E2E2;
}

.link-list > li > a {
  display: block;
  padding: 15px 5px;
}

.link-list > li > a:hover {
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .box-table .table.-sp-scroll {
    display: block;
    overflow-x: scroll;
  }
}

.box-table table.table {
  border-spacing: 0;
  width: 100%;
}

.box-table table.table > tbody > tr > th {
  background-color: #EDEDED;
  border-bottom: 2px solid #C4C4C4;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}

.box-table table.table > tbody > tr > td {
  border-bottom: 1px solid #C4C4C4;
  padding: 15px;
  vertical-align: middle;
}

.box-table table.table > tbody > tr > td.-center {
  text-align: center;
}

.box-table div.table > .tbody .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-table div.table > .tbody .row .cell {
  background-color: #ffffff;
}

.box-table div.table > .tbody .row > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .box-table div.table > .tbody .row > a:hover .cell, .box-table div.table > .tbody .row > a:focus-visible .cell {
    background-color: #F3FDE0;
  }
  .box-table div.table > .tbody .row > a:hover .link-txt, .box-table div.table > .tbody .row > a:focus-visible .link-txt {
    text-decoration: none;
  }
}

.box-table div.table > .tbody .row.-head .cell {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #F0F0F0;
  border-bottom: 2px solid #C4C4C4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.33333;
  padding: 5px;
  text-align: center;
}

.box-table div.table > .tbody .row.-head .cell.-row, .box-table div.table > .tbody .row.-head .cell.-col {
  padding: 0;
}

.box-table div.table > .tbody .row.-head .cell.-row > .cell, .box-table div.table > .tbody .row.-head .cell.-col > .cell {
  border-bottom: none;
  padding: 0;
}

.box-table div.table > .tbody .row.-head .cell.-row > .cell.-head, .box-table div.table > .tbody .row.-head .cell.-col > .cell.-head {
  padding: 12px;
}

.box-table div.table > .tbody .row.-head .cell.-row > .cell.-col, .box-table div.table > .tbody .row.-head .cell.-col > .cell.-col {
  border-top: 1px solid #C4C4C4;
}

.box-table div.table > .tbody .row.-head .cell.-row > .cell.-col .cell, .box-table div.table > .tbody .row.-head .cell.-col > .cell.-col .cell {
  font-size: 1.4rem;
  height: 100%;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .box-table div.table > .tbody .row.-head .cell.-row > .cell.-col .cell, .box-table div.table > .tbody .row.-head .cell.-col > .cell.-col .cell {
    font-size: 1.2rem;
  }
}

.box-table div.table > .tbody .row.-head .cell.-row {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.box-table div.table > .tbody .row.-head .cell.-row > .cell {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.box-table div.table > .tbody .row .cell {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .box-table div.table > .tbody .row .cell {
    font-size: 1.4rem;
  }
}

.box-table div.table > .tbody .row .cell:not(.-border-non) {
  border-bottom: 1px solid #C4C4C4;
}

.table-contribution {
  margin-top: 64px;
}

.table-contribution .table {
  border-left: 1px solid #C4C4C4;
  border-right: 1px solid #C4C4C4;
  border-top: 1px solid #C4C4C4;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .table-contribution .table {
    max-height: 70vh;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .table-contribution .table {
    -ms-scroll-chaining: none;
    -ms-touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
    max-height: 70vh;
    overflow-x: scroll;
    overscroll-behavior: none;
    scroll-behavior: smooth;
    touch-action: pan-x pan-y;
  }
}

.table-contribution .table > .tbody {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.table-contribution .table > .tbody .row.-head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .table-contribution .table > .tbody .row.-head {
    font-size: 1.4rem;
  }
}

.table-contribution .table > .tbody .row.-head .cell.cel-3 {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .table-contribution .table > .tbody .row.-head .cell.cel-3 {
    font-size: 1.2rem;
  }
}

.table-contribution .table > .tbody .row.bg .cell {
  background-color: #FAFAFA;
}

.table-contribution .table > .tbody .row .cell {
  -ms-flex-negative: 0;
  border-right: 1px solid #C4C4C4;
  flex-shrink: 0;
}

.table-contribution .table > .tbody .row .cell:last-child {
  border-right: none;
}

.table-contribution .table > .tbody .row .cell.cel-1 {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  padding: 14px 10px;
  position: -webkit-sticky;
  position: sticky;
  width: 149px;
  z-index: 2;
}

.table-contribution .table > .tbody .row .cell.cel-2 {
  -ms-flex-align: start;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 10px;
  width: 252px;
}

.table-contribution .table > .tbody .row .cell.cel-3 {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  gap: 10px;
  justify-content: center;
  line-height: 1.2;
  padding: 10px 5px;
  text-align: center;
  width: 62px;
}

.table-contribution .table > .tbody .row .cell.cel-3 img {
  height: 24px;
  margin-bottom: 5px;
  width: 24px;
}

.table-contribution .table > .tbody .row .cell.cel-3 .icon {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.table-contribution .table > .tbody .row .cell.-row {
  width: 535px;
}

.table-contribution .table > .tbody .row .cell.-row .-head {
  border-right: none;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .table-contribution .table > .tbody .row .cell.-row .-head {
    font-size: 1.2rem;
  }
}

.table-contribution .table > .tbody .row .cell.cel-4, .table-contribution .table > .tbody .row .cell.cel-5, .table-contribution .table > .tbody .row .cell.cel-6, .table-contribution .table > .tbody .row .cell.cel-7, .table-contribution .table > .tbody .row .cell.cel-8, .table-contribution .table > .tbody .row .cell.cel-9, .table-contribution .table > .tbody .row .cell.cel-10, .table-contribution .table > .tbody .row .cell.cel-11 {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.table-contribution .table > .tbody .row .cell.cel-4 .txt.-small, .table-contribution .table > .tbody .row .cell.cel-5 .txt.-small, .table-contribution .table > .tbody .row .cell.cel-6 .txt.-small, .table-contribution .table > .tbody .row .cell.cel-7 .txt.-small, .table-contribution .table > .tbody .row .cell.cel-8 .txt.-small, .table-contribution .table > .tbody .row .cell.cel-9 .txt.-small, .table-contribution .table > .tbody .row .cell.cel-10 .txt.-small, .table-contribution .table > .tbody .row .cell.cel-11 .txt.-small {
  line-height: 1.33333;
}

.table-contribution .table > .tbody .row .cell.cel-4, .table-contribution .table > .tbody .row .cell.cel-5, .table-contribution .table > .tbody .row .cell.cel-6, .table-contribution .table > .tbody .row .cell.cel-8 {
  width: 62px;
}

.table-contribution .table > .tbody .row .cell.cel-7 {
  width: 72px;
}

.table-contribution .table > .tbody .row .cell.cel-9, .table-contribution .table > .tbody .row .cell.cel-10 {
  width: 76px;
}

.table-contribution .table > .tbody .row .cell.cel-11 {
  width: 63px;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexbox.-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.flexbox.-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexbox.-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flexbox.-ai_center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.flexbox.-ai_bottom {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.flexbox.-ai_top {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flexbox.-sp-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .flexbox.-sp-ai_top {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .flexbox.-sp-block {
    display: block;
  }
}

.flexbox .-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flexbox.-column {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
  height: 100%;
}

.flexbox.-column .-bottom {
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .flexbox.-basic {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-basic > .flex-col {
    margin-top: 10px;
  }
  .flexbox.-basic > .flex-col:not(:last-child) {
    margin-right: 10px;
  }
  .flexbox.-col_2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_2 > .flex-col {
    width: 48%;
  }
  .flexbox.-col_2 > .flex-col:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .flexbox.-col_3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_3 > .flex-col {
    width: 30%;
  }
  .flexbox.-col_3 > .flex-col:not(:nth-child(3n)) {
    margin-right: 5%;
  }
  .flexbox.-col_4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_4 > .flex-col {
    width: 23.5%;
  }
  .flexbox.-col_4 > .flex-col:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  .flexbox.-col_5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_5 > .flex-col {
    width: 17.8%;
  }
  .flexbox.-col_5 > .flex-col:not(:nth-child(5n)) {
    margin-right: 2.75%;
  }
}

@media screen and (max-width: 767px) {
  .flexbox.-col_sp_1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_sp_1 > .flex-col {
    width: 100%;
  }
  .flexbox.-col_sp_1 > .flex-col:not(:last-child) {
    margin-bottom: 15px;
  }
  .flexbox.-col_sp_2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_sp_2 > .flex-col {
    width: 48%;
  }
  .flexbox.-col_sp_2 > .flex-col:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .flexbox.-col_sp_3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_sp_3 > .flex-col {
    width: 32%;
  }
  .flexbox.-col_sp_3 > .flex-col:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media screen and (min-width: 768px) {
  .flex-col {
    width: 100%;
  }
}

.flex-col .inner {
  height: 100%;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .flex-col .inner.-sp-spread {
    padding: 0;
  }
}

.flex-col_12 {
  max-width: 100%;
  width: 100%;
}

.flex-col_12 .flex-col:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .flex-col_12.-col_sp_1 .flex-col {
    max-width: 100%;
    width: 100%;
  }
  .flex-col_12.-col_sp_1 .flex-col:not(:last-child) {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.flex-col_01 {
  max-width: 90px;
  width: calc(100% / 12);
}

.flex-col_02 {
  max-width: 190px;
  width: calc(100% / 6);
}

.flex-col_03 {
  max-width: 290px;
  width: calc(100% / 4);
}

.flex-col_04 {
  max-width: 390px;
  width: calc(100% / 3);
}

.flex-col_05 {
  max-width: 490px;
  width: calc(100% / 12 * 5);
}

.flex-col_06 {
  max-width: 590px;
  width: calc(100% / 2);
}

.flex-col_07 {
  max-width: 690px;
  width: calc(100% / 12 * 7);
}

.flex-col_08 {
  max-width: 790px;
  width: calc(100% / 3 * 2);
}

.flex-col_09 {
  max-width: 890px;
  width: calc(100% / 12 * 9);
}

.flex-col_10 {
  max-width: 990px;
  width: calc(100% / 12 * 10);
}

.flex-col_11 {
  max-width: 1090px;
  width: calc(100% / 12 * 11);
}

.keyword-search {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  justify-content: center;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  max-width: 797px;
  padding: 32px 40px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .keyword-search {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
    max-width: 100%;
    padding: 20px 16px;
  }
}

.keyword-search__label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
}

.keyword-search__field {
  background: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 548px;
  overflow: hidden;
  width: 100%;
}

.keyword-search__input {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  border: none;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  border-right: none;
  flex: 1;
  font-size: 1.6rem;
  outline: none;
  padding: 14px 12px;
}

.keyword-search__input::-webkit-input-placeholder {
  color: #aaa;
}

.keyword-search__input::-moz-placeholder {
  color: #aaa;
}

.keyword-search__input:-ms-input-placeholder {
  color: #aaa;
}

.keyword-search__input::-ms-input-placeholder {
  color: #aaa;
}

.keyword-search__input::placeholder {
  color: #aaa;
}

@media screen and (max-width: 767px) {
  .keyword-search__input {
    font-size: 1.6rem;
    width: 80%;
  }
}

.keyword-search__button {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: background 0.15s ease-in-out;
  align-items: center;
  background: #F3AF0B;
  border: none;
  color: #222222;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 400;
  gap: 13px;
  justify-content: center;
  padding: 0 16px;
  transition: background 0.15s ease-in-out;
}

@media screen and (max-width: 767px) {
  .keyword-search__button {
    font-size: 1.6rem;
    gap: 4px;
  }
}

@media screen and (min-width: 768px) {
  .keyword-search__button:hover {
    background: rgba(243, 175, 11, 0.8);
  }
}

.keyword-search__button:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: -2px;
}

.keyword-search__button-image {
  line-height: 0;
  margin-top: 2px;
}

.clear-button {
  margin-bottom: 32px;
}

.clear-button .button-sort__all {
  -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  color: #000000;
  cursor: pointer;
  line-height: 1.25;
  padding: 16px 31px;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

@media screen and (max-width: 767px) {
  .clear-button .button-sort__all {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .clear-button .button-sort__all:hover {
    background-color: #118226;
    color: #ffffff;
  }
}

.clear-button .button-sort__all:focus-visible {
  border-color: #118226;
}

.clear-button.is-active .button-sort__all {
  background-color: #118226;
  color: #ffffff;
}

.sort-button {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  align-items: center;
  aspect-ratio: 154 / 123;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  gap: 10px;
  height: 100%;
  justify-content: center;
  line-height: 1.25;
  padding: 12px 0;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sort-button {
    aspect-ratio: auto;
    padding: 16px 0;
  }
}

@media screen and (min-width: 768px) {
  .sort-button:hover {
    background-color: #118226;
  }
  .sort-button:hover .sort-txt {
    color: #ffffff;
  }
}

.is-active .sort-button {
  background-color: #118226;
}

.is-active .sort-button .sort-txt {
  color: #ffffff;
}

.sort-button:focus-visible {
  border-color: #118226;
}

.sort-img {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #D9EBE0;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 64px;
}

@media screen and (max-width: 767px) {
  .sort-img {
    display: none;
  }
}

.sort-txt {
  -webkit-transition: font-weight 0.15s ease-in-out, color 0.15s ease-in-out;
  color: #000000;
  transition: font-weight 0.15s ease-in-out, color 0.15s ease-in-out;
}

@media screen and (max-width: 767px) {
  .sort-txt {
    font-size: 1.4rem;
  }
}

.sort-theme__list {
  display: grid;
  gap: 40px 32px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 58px;
}

@media screen and (max-width: 767px) {
  .sort-theme__list {
    gap: 16px 12px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.sort-activity__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .sort-activity__list {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.sort-activity__list .sort-button {
  aspect-ratio: auto;
  padding: 16px 12px;
}

@media screen and (max-width: 767px) {
  .sort-activity__list .sort-button {
    padding: 16px 8px;
  }
}

.sort-activity__list .sort-txt {
  font-weight: 400;
}

/* XXX style
-----------------------------------------------------------*/
