@charset "UTF-8";
@media all and (min-width: 751px) {
  body.achievement #title:before {
    background-image: url(../images/achievement/title-bg.jpg);
  }
  .c_year-box {
    text-align: center;
    margin-bottom: 100px;
  }
  .c_year-box .year-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;
  }
  .c_year-box .year-list > li .inner {
    width: 150px;
    box-sizing: border-box;
    border: 1px solid #83033e;
    font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-weight: bold;
    display: inline-block;
    line-height: 1.55;
    color: #83033e;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
  }
  .c_year-box .year-list > li .inner:hover {
    color: #fff;
    background-color: #83033e;
  }
  .c_year-box .year-list > li.on .inner {
    color: #fff;
    background-color: #83033e;
  }
  .ajax-box .loading-box {
    min-height: 300px;
    background-image: url(../css/ajax-loader.gif);
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* archive-index */
  .achievement-list li {
    padding: 25px 15px;
    border-bottom: 1px solid #83033e;
  }
  .achievement-list li:first-of-type {
    border-top: 1px solid #83033e;
  }
}
@media only screen and (max-width: 750px) {
  body.achievement #title:before {
    background-image: url(../images/achievement/title-bg_sp.jpg);
  }
  .c_year-box {
    margin-bottom: 70px;
  }
  .c_year-box .year-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 10px;
    margin: 0;
  }
  .c_year-box .year-list > li .inner {
    width: 100%;
    box-sizing: border-box;
    color: #83033e;
    border: 1px solid #83033e;
    font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-weight: bold;
    display: inline-block;
    line-height: 1.55;
    text-align: center;
    padding: 10px 10px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
  }
  .c_year-box .year-list > li .inner:hover {
    color: #fff;
    background-color: #83033e;
  }
  .c_year-box .year-list > li.on .inner {
    color: #fff;
    background-color: #83033e;
  }
  .ajax-box .loading-box {
    min-height: 200px;
    background-image: url(../css/ajax-loader.gif);
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* archive-index */
  .achievement-list li {
    padding: 22px 10px;
    border-bottom: 1px solid #83033e;
  }
  .achievement-list li:first-of-type {
    border-top: 1px solid #83033e;
  }
}

/*# sourceMappingURL=page-achievement.css.map */
