#contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1100px;
  margin: 0 auto;
  padding: 63px 0;
  gap: 0 70px; }
  @media (max-width: 480px) {
    #contents {
      width: 100%;
      padding: 6.4102564103vw 0; } }

.info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  @media (max-width: 480px) {
    .info-block {
      padding: 0 3.8461538462vw;
      gap: 6.4102564103vw 0; } }
  .info-block .info-block-news {
    width: 650px;
    padding: 17px 40px 15px;
    border: 2px solid #25279f;
    border-radius: 10px; }
    @media (max-width: 480px) {
      .info-block .info-block-news {
        width: 100%;
        padding: 3.8461538462vw 5.1282051282vw;
        border-radius: 1.9230769231vw; } }
  .info-block .info-block-news__ttl {
    font-size: 1.8rem;
    font-weight: 500;
    color: #25279f;
    margin-bottom: 10px;
    text-align: center; }
    @media (max-width: 480px) {
      .info-block .info-block-news__ttl {
        font-size: 4.6153846154vw;
        margin-bottom: 2.5641025641vw; } }
  .info-block .info-block-news-list {
    height: 173px;
    overflow: auto;
    padding-right: 10px; }
    @media (max-width: 480px) {
      .info-block .info-block-news-list {
        height: 57.0512820513vw;
        margin-right: 0; } }
  .info-block .info-block-news-list__set {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.4rem;
    gap: 0 10px;
    padding: 10px 5px;
    z-index: 1;
    -webkit-transition: padding .2s;
    transition: padding .2s; }
    @media (max-width: 480px) {
      .info-block .info-block-news-list__set {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 3.5897435897vw;
        gap: 1.5384615385vw 2.5641025641vw;
        padding: 3.2051282051vw 0;
        line-height: 1; } }
    .info-block .info-block-news-list__set:not(:last-child) {
      border-bottom: 1px solid #bfbfbf; }
    .info-block .info-block-news-list__set::before {
      position: absolute;
      content: " ";
      width: 8px;
      height: 8px;
      background-color: #a8a9d9;
      -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
              clip-path: polygon(0 0, 0% 100%, 100% 50%);
      top: 50%;
      left: 0;
      opacity: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: opacity .2s, left .2s;
      transition: opacity .2s, left .2s; }
      @media (max-width: 480px) {
        .info-block .info-block-news-list__set::before {
          content: none; } }
    .info-block .info-block-news-list__set::after {
      position: absolute;
      content: " ";
      width: 50%;
      height: 100%;
      background-color: rgba(57, 90, 211, 0.1);
      opacity: 0;
      top: 0;
      left: 0;
      -webkit-transition: width 0s 0.6s, opacity .5s;
      transition: width 0s 0.6s, opacity .5s;
      z-index: -1; }
      @media (max-width: 480px) {
        .info-block .info-block-news-list__set::after {
          content: none; } }
    @media (min-width: 480px) {
      .info-block .info-block-news-list__set:hover {
        padding: 10px 5px 10px 20px;
        -webkit-transition: padding .5s;
        transition: padding .5s; }
        .info-block .info-block-news-list__set:hover::before {
          left: 7px;
          opacity: 1;
          -webkit-transition: opacity .2s .3s, left .2s .3s;
          transition: opacity .2s .3s, left .2s .3s; }
        .info-block .info-block-news-list__set:hover::after {
          width: 100%;
          opacity: 1;
          -webkit-transition: width .4s, opacity .4s;
          transition: width .4s, opacity .4s; } }
  .info-block .info-block-news-list__cat {
    width: 120px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #a8a9d9;
    padding: 4px 6px;
    border-radius: 3px;
    text-align: center;
    line-height: 1; }
    @media (max-width: 480px) {
      .info-block .info-block-news-list__cat {
        width: auto;
        max-width: 32.0512820513vw;
        min-width: 20.2564102564vw;
        font-size: 3.0769230769vw;
        padding: 0.7692307692vw 0.7692307692vw;
        border-radius: 0.3846153846vw; } }
  .info-block .info-block-close {
    width: 420px;
    padding: 21px 20px 25px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #889ce5), color-stop(99%, #bfb5e5));
    background: linear-gradient(to bottom, #889ce5 1%, #bfb5e5 99%);
    border-radius: 10px; }
    @media (max-width: 480px) {
      .info-block .info-block-close {
        width: 100%;
        padding: 3.8461538462vw 5.7692307692vw 5.1282051282vw 10.8974358974vw;
        border-radius: 1.2820512821vw; } }
  .info-block .info-block-close__ttl {
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      .info-block .info-block-close__ttl {
        font-size: 4.6153846154vw;
        margin-bottom: 2.5641025641vw; } }
  .info-block .info-block-close-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 480px) {
      .info-block .info-block-close-list {
        gap: 3.2051282051vw 0; } }
  .info-block .info-block-close-list__item {
    position: relative;
    font-size: 1.4rem;
    font-weight: 600;
    width: 183px;
    padding: 20px 15px 17px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    z-index: 1; }
    @media (max-width: 480px) {
      .info-block .info-block-close-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-size: 3.3333333333vw;
        width: 100%;
        padding: 2.5641025641vw 1.9230769231vw 2.5641025641vw 4.2307692308vw;
        border-radius: 1.2820512821vw; } }
  .info-block .info-block-close-list__ico {
    position: absolute;
    width: 57px;
    height: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 10px;
    background-color: #fff;
    border-radius: 50%;
    top: 7px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1; }
    @media (max-width: 480px) {
      .info-block .info-block-close-list__ico {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 10.7692307692vw;
        height: 10.7692307692vw;
        padding-top: 0;
        top: 50%;
        left: 0; } }
    .info-block .info-block-close-list__ico.hikari img {
      width: 28px; }
      @media (max-width: 480px) {
        .info-block .info-block-close-list__ico.hikari img {
          width: 7.1794871795vw; } }
    .info-block .info-block-close-list__ico.denki img {
      width: 23px; }
      @media (max-width: 480px) {
        .info-block .info-block-close-list__ico.denki img {
          width: 5.8974358974vw; } }
  .info-block .info-block-close-list__head {
    padding-bottom: 10px;
    border-bottom: 1px solid #9584d3;
    margin-bottom: 7px; }
    @media (max-width: 480px) {
      .info-block .info-block-close-list__head {
        position: relative;
        width: 31.5384615385vw;
        padding-bottom: 0;
        border: none;
        margin-bottom: 0;
        line-height: 1.4; } }
    @media (max-width: 480px) {
      .info-block .info-block-close-list__head::after {
        position: absolute;
        content: " ";
        width: 0.1282051282vw;
        height: 100%;
        background-color: #9584d3;
        top: 50%;
        right: -3.2051282051vw;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
  @media (max-width: 480px) {
    .info-block .info-block-close-list__date {
      font-size: 3.8461538462vw;
      letter-spacing: 0.2564102564vw; } }
  .info-block .info-block-close-list-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0 7px; }
    @media (max-width: 480px) {
      .info-block .info-block-close-list-main {
        width: 32.0512820513vw;
        gap: 0 1.2820512821vw; } }
  .info-block .info-block-close-list-main__txt01 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 1px; }
    @media (max-width: 480px) {
      .info-block .info-block-close-list-main__txt01 {
        -webkit-writing-mode: unset;
            -ms-writing-mode: unset;
                writing-mode: unset;
        letter-spacing: 0.1282051282vw; } }
  .info-block .info-block-close-list-main__day {
    font-size: 4.2rem;
    color: #25279f;
    line-height: 1; }
    @media (max-width: 480px) {
      .info-block .info-block-close-list-main__day {
        font-size: 10.2564102564vw; } }
  .info-block .info-block-close-list-main__txt02 {
    font-size: 1.8rem; }
    @media (max-width: 480px) {
      .info-block .info-block-close-list-main__txt02 {
        font-size: 3.3333333333vw; } }

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 15px;
  gap: 30px 3%; }
  @media (max-width: 480px) {
    .service-list {
      padding: 8.9743589744vw 3.8461538462vw;
      gap: 3.8461538462vw 4%; } }
  .service-list .service-list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 31.333%;
    height: 180px;
    text-align: center;
    -webkit-box-shadow: 0 0 12px rgba(30, 48, 113, 0.3);
            box-shadow: 0 0 12px rgba(30, 48, 113, 0.3);
    background: #fff;
    border-radius: 10px;
    line-height: 1;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    overflow: hidden; }
    @media (min-width: 480px) {
      .service-list .service-list-item:hover {
        -webkit-box-shadow: 0 0 2px rgba(30, 48, 113, 0.4);
                box-shadow: 0 0 2px rgba(30, 48, 113, 0.4); }
        .service-list .service-list-item:hover::after {
          opacity: 0.3; } }
    @media (max-width: 480px) {
      .service-list .service-list-item {
        width: 48%;
        height: 37.1794871795vw;
        padding: 0 1.9230769231vw;
        -webkit-box-shadow: 0 0 1.2820512821vw rgba(30, 48, 113, 0.3);
                box-shadow: 0 0 1.2820512821vw rgba(30, 48, 113, 0.3);
        border-radius: 1.2820512821vw; } }
    .service-list .service-list-item::after {
      position: absolute;
      content: " ";
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(220, 173, 233, 0.2)), color-stop(35%, rgba(149, 132, 211, 0.2)), color-stop(65%, rgba(119, 120, 234, 0.2)), to(rgba(57, 90, 211, 0.2)));
      background: linear-gradient(to right, rgba(220, 173, 233, 0.2) 0%, rgba(149, 132, 211, 0.2) 35%, rgba(119, 120, 234, 0.2) 65%, rgba(57, 90, 211, 0.2) 100%);
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      @media (max-width: 480px) {
        .service-list .service-list-item::after {
          content: none; } }
  .service-list .service-list-item__logo {
    height: 50px;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .service-list .service-list-item__logo {
        height: 7.4358974359vw;
        margin-bottom: 1.9230769231vw; } }
    .service-list .service-list-item__logo img {
      width: auto;
      height: 100%; }
  .service-list .service-list-item__ttl {
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .service-list .service-list-item__ttl {
        font-size: 3.9743589744vw;
        font-weight: 700;
        margin-bottom: 1.9230769231vw;
        line-height: 1.3; } }
  .service-list .service-list-item__txt {
    font-size: 1.3rem; }
    @media (max-width: 480px) {
      .service-list .service-list-item__txt {
        font-size: 2.8205128205vw;
        line-height: 1.4; } }

.page-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 650px; }
  @media (max-width: 480px) {
    .page-contents {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.side-contents {
  width: 380px; }
  @media (max-width: 480px) {
    .side-contents {
      width: 100%;
      padding: 0 3.8461538462vw;
      margin-bottom: 7.6923076923vw;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.menu-block {
  max-width: 650px;
  width: 100%; }
  @media (max-width: 480px) {
    .menu-block {
      width: 100%;
      padding: 0 3.8461538462vw; } }
  .menu-block:not(:last-child) {
    margin-bottom: 50px; }
    @media (max-width: 480px) {
      .menu-block:not(:last-child) {
        margin-bottom: 6.4102564103vw; } }
  .menu-block .menu-block__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #25279f; }
    @media (max-width: 480px) {
      .menu-block .menu-block__head {
        padding-bottom: 3.8461538462vw;
        margin-bottom: 1.2820512821vw;
        border-width: 0.2564102564vw; } }
    .menu-block .menu-block__head .menu-block__headico {
      position: absolute;
      content: " ";
      width: 25px;
      top: calc(50% + 1px);
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 480px) {
        .menu-block .menu-block__head .menu-block__headico {
          width: 4.8717948718vw;
          top: calc(50% - 0.1282051282vw); } }
  .menu-block .menu-block__ttl {
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    color: #25279f;
    padding-left: 35px;
    line-height: 1; }
    @media (max-width: 480px) {
      .menu-block .menu-block__ttl {
        font-size: 5.1282051282vw;
        padding-left: 7.0512820513vw; } }
  .menu-block .menu-block-list__item:not(:last-child) {
    border-bottom: 1px solid #bfbfbf;
    border-width: 0.1282051282vw; }
  .menu-block .menu-block-list__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.4rem;
    padding: 20px 30px 20px 10px;
    gap: 0 15px;
    line-height: 1.4;
    z-index: 1; }
    @media (max-width: 480px) {
      .menu-block .menu-block-list__link {
        font-size: 3.5897435897vw;
        gap: 0.641025641vw 20px;
        padding: 2.5641025641vw 3.2051282051vw 2.5641025641vw 1.2820512821vw; } }
    .menu-block .menu-block-list__link::before {
      position: absolute;
      content: " ";
      width: 5px;
      height: 5px;
      border: 1px solid #25279f;
      -webkit-transform: rotate(45deg) translateY(-50%);
              transform: rotate(45deg) translateY(-50%);
      border-bottom: none;
      border-left: none;
      top: 50%;
      right: 10px; }
      @media (max-width: 480px) {
        .menu-block .menu-block-list__link::before {
          width: 1.2820512821vw;
          height: 1.2820512821vw;
          border-width: 0.1282051282vw;
          right: 2.5641025641vw; } }
    .menu-block .menu-block-list__link::after {
      position: absolute;
      content: " ";
      width: 50%;
      height: 100%;
      background-color: rgba(57, 90, 211, 0.05);
      opacity: 0;
      top: 0;
      left: 0;
      -webkit-transition: width 0s 0.6s, opacity .5s;
      transition: width 0s 0.6s, opacity .5s;
      z-index: -1; }
      @media (max-width: 480px) {
        .menu-block .menu-block-list__link::after {
          content: none; } }
    @media (min-width: 480px) {
      .menu-block .menu-block-list__link:hover::after {
        width: 100%;
        opacity: 1;
        -webkit-transition: width .4s, opacity .4s;
        transition: width .4s, opacity .4s; } }
  @media (max-width: 480px) {
    .menu-block .menu-block-list__date {
      width: 100%; } }

.ranking-block {
  margin-bottom: 19px; }
  @media (max-width: 480px) {
    .ranking-block {
      margin-bottom: 3.2051282051vw; } }
  .ranking-block .ranking-block__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 63px;
    color: #7c7dc5;
    border: 1px solid #7c7dc5;
    border-radius: 7px;
    padding-left: 50px;
    gap: 0 10px;
    -webkit-transition: background-color .3s, border-color .3s, color .3s;
    transition: background-color .3s, border-color .3s, color .3s; }
    @media (max-width: 480px) {
      .ranking-block .ranking-block__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 15.3846153846vw;
        border-width: 0.2564102564vw;
        border-radius: 0.8974358974vw;
        padding-left: 15.3846153846vw;
        gap: 0; } }
    @media (min-width: 480px) {
      .ranking-block .ranking-block__link:hover {
        color: #fff;
        background-color: #9584d3;
        border-color: #9584d3; }
        .ranking-block .ranking-block__link:hover::after {
          background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
          background-image: linear-gradient(to right, #fff 0%, #fff 100%); } }
    .ranking-block .ranking-block__link::after {
      position: absolute;
      content: " ";
      width: 21px;
      height: 18px;
      -webkit-mask-image: url(../img/ico/clown.svg);
              mask-image: url(../img/ico/clown.svg);
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-position: center;
              mask-position: center;
      background-color: transparent;
      background-image: -webkit-gradient(linear, left top, right top, from(#9584d3), to(#395ad3));
      background-image: linear-gradient(to right, #9584d3 0%, #395ad3 100%);
      left: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: background-image .3s;
      transition: background-image .3s; }
      @media (max-width: 480px) {
        .ranking-block .ranking-block__link::after {
          width: 5.1282051282vw;
          height: 4.8717948718vw;
          left: 6.4102564103vw; } }

@media (max-width: 480px) {
  .adjust-link .link-btn02 {
    padding: 3.8461538462vw 2.5641025641vw;
    letter-spacing: 0.2em; } }

.adjust-block .adjust-block-years-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 1em; }
  .adjust-block .adjust-block-years-list .adjust-block-years-list__item {
    width: calc(33.333% - 1em * 2 /3); }
    .adjust-block .adjust-block-years-list .adjust-block-years-list__item > button {
      width: 100%;
      text-align: center;
      font-size: 1em;
      padding: 0.2em 1em;
      color: #333;
      border: 1px solid #25279f;
      position: relative;
      z-index: 1;
      -webkit-transition: color .3s;
      transition: color .3s; }
      .adjust-block .adjust-block-years-list .adjust-block-years-list__item > button::before {
        position: absolute;
        content: " ";
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#9584d3), to(#7778ea));
        background: linear-gradient(to right, #9584d3 0%, #7778ea 100%);
        top: 0;
        left: 0;
        opacity: 0;
        z-index: -1;
        -webkit-transition: opacity .3s;
        transition: opacity .3s; }
      .adjust-block .adjust-block-years-list .adjust-block-years-list__item > button.active, .adjust-block .adjust-block-years-list .adjust-block-years-list__item > button:hover {
        color: #fff;
        border-color: transparent; }
        .adjust-block .adjust-block-years-list .adjust-block-years-list__item > button.active::before, .adjust-block .adjust-block-years-list .adjust-block-years-list__item > button:hover::before {
          opacity: 1; }
.adjust-block .adjust-block-month .adjust-block-month-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em; }
  .adjust-block .adjust-block-month .adjust-block-month-list .adjust-block-month-list__item {
    width: calc(25% - 1em * 3/4); }
    .adjust-block .adjust-block-month .adjust-block-month-list .adjust-block-month-list__item > a {
      letter-spacing: 0;
      border-bottom: 1px solid #ccc;
      font-size: 0.95em;
      -webkit-transition: color 0.3s, border-color 0.3s;
      transition: color 0.3s, border-color 0.3s;
      position: relative; }
      .adjust-block .adjust-block-month .adjust-block-month-list .adjust-block-month-list__item > a::after {
        content: "";
        width: 0.3em;
        height: 0.3em;
        border: 1px solid #25279f;
        -webkit-transform: rotate(45deg) translateY(-50%);
                transform: rotate(45deg) translateY(-50%);
        border-bottom: none;
        border-left: none;
        position: absolute;
        top: 50%;
        right: .2em; }
      @media (min-width: 480px) {
        .adjust-block .adjust-block-month .adjust-block-month-list .adjust-block-month-list__item > a:hover {
          color: #25279f;
          border-color: #25279f; } }

.close-block {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#9584d3), to(#395ad3));
  background: linear-gradient(to right, #9584d3 0%, #395ad3 100%);
  border-radius: 7px;
  padding: 7px 15px 17px;
  margin-bottom: 19px;
  z-index: 1; }
  @media (max-width: 480px) {
    .close-block {
      border-radius: 0.8974358974vw;
      padding: 1.2820512821vw 5.1282051282vw 4.4871794872vw;
      margin-bottom: 3.2051282051vw; } }
  .close-block::before {
    position: absolute;
    content: " ";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    border-radius: 6px;
    top: 1px;
    left: 1px;
    z-index: -1; }
    @media (max-width: 480px) {
      .close-block::before {
        width: calc(100% - 0.5128205128vw);
        height: calc(100% - 0.5128205128vw);
        border-radius: 0.7692307692vw;
        top: 0.2564102564vw;
        left: 0.2564102564vw; } }
  .close-block .close-block__ttl {
    position: relative;
    width: 90px;
    font-size: 1.1rem;
    color: #fff;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#9584d3), to(#395ad3));
    background: linear-gradient(to right, #9584d3 0%, #395ad3 100%);
    padding-bottom: 1px;
    text-align: center;
    top: 7px; }
    @media (max-width: 480px) {
      .close-block .close-block__ttl {
        width: 26.9230769231vw;
        font-size: 3.5897435897vw;
        border-radius: 0.3846153846vw;
        padding-bottom: 0.1282051282vw;
        top: 2.5641025641vw; } }
  .close-block .close-block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0 30px;
    font-size: 1.7rem;
    line-height: 1; }
    @media (max-width: 480px) {
      .close-block .close-block__body {
        gap: 0 7.6923076923vw;
        font-size: 4.1025641026vw; } }
  .close-block .close-block__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0 5px;
    font-weight: 700;
    color: #d70051;
    line-height: 1; }
    @media (max-width: 480px) {
      .close-block .close-block__main {
        gap: 0 1.2820512821vw; } }
  .close-block .close-block__maintxt {
    font-size: 1.2rem; }
    @media (max-width: 480px) {
      .close-block .close-block__maintxt {
        font-size: 3.5897435897vw; } }
  .close-block .close-block__maintxt02 {
    font-size: 4rem;
    line-height: 0.85em; }
    @media (max-width: 480px) {
      .close-block .close-block__maintxt02 {
        font-size: 10.2564102564vw; } }

.deadline-block {
  text-align: center;
  padding: 12px 13px 17px;
  border: 1px solid #7c7dc5;
  border-radius: 7px;
  overflow: hidden; }
  @media (max-width: 480px) {
    .deadline-block {
      padding: 1.9230769231vw 1.9230769231vw 2.5641025641vw;
      border-width: 0.2564102564vw;
      border-radius: 0.8974358974vw; } }
  .deadline-block .deadline-block__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-size: 1.4rem;
    color: #fff;
    padding: 5px 0;
    background-color: #7c7dc5;
    border-radius: 4px;
    margin-bottom: 8px;
    line-height: 1; }
    @media (max-width: 480px) {
      .deadline-block .deadline-block__ttl {
        font-size: 3.5897435897vw;
        padding: 1.2820512821vw;
        border-radius: 1.0256410256vw;
        margin-bottom: 1.9230769231vw; } }
    .deadline-block .deadline-block__ttl::before {
      position: relative;
      content: " ";
      display: inline-block;
      width: 19px;
      height: 18px;
      -webkit-mask-image: url(../img/ico/calendar.svg);
              mask-image: url(../img/ico/calendar.svg);
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-position: center;
              mask-position: center;
      background-color: #fff;
      left: -10px; }
      @media (max-width: 480px) {
        .deadline-block .deadline-block__ttl::before {
          width: 4.1025641026vw;
          height: 4.8717948718vw;
          left: -3.2051282051vw; } }
  .deadline-block .deadline-block__body {
    font-size: 1.8rem; }
    @media (max-width: 480px) {
      .deadline-block .deadline-block__body {
        font-size: 3.5897435897vw; } }
    .deadline-block .deadline-block__body .font-b {
      font-size: 130%;
      font-weight: bold;
      padding: 0 5px; }
      @media (max-width: 480px) {
        .deadline-block .deadline-block__body .font-b {
          padding: 0 1.2820512821vw; } }

.staff-box {
  width: 1000px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .staff-box {
      width: 100%;
      padding: 0 17px; } }
  .staff-box .staff-box__item {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 480px) {
      .staff-box .staff-box__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 15px 0; } }
    .staff-box .staff-box__item:not(:last-child) {
      margin-bottom: 28px; }
    .staff-box .staff-box__item:nth-child(1)::before {
      position: absolute;
      content: " ";
      width: 29px;
      height: 40px;
      background-image: url(../img/staff/ki.svg);
      background-repeat: no-repeat;
      background-position: center;
      top: -10px;
      left: 20px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .staff-box .staff-box__img {
    width: 280px;
    height: 180px;
    border: 2px solid #67a379;
    border-radius: 15px;
    overflow: hidden; }
    @media (max-width: 480px) {
      .staff-box .staff-box__img {
        width: 100%;
        border-radius: 7px;
        height: auto; } }
  .staff-box .staff-box__main {
    position: relative;
    width: 670px;
    padding: 0 48px 45px;
    background-color: #f7faf8;
    border-radius: 30px; }
    @media (max-width: 480px) {
      .staff-box .staff-box__main {
        width: 100%;
        padding: 25px 20px 40px;
        border-radius: 15px; } }
    .staff-box .staff-box__main::before {
      position: absolute;
      content: " ";
      width: 16px;
      height: 23px;
      -webkit-mask-image: url(../img/staff/arrow.svg);
              mask-image: url(../img/staff/arrow.svg);
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-position: center;
              mask-position: center;
      background-color: #67a379;
      top: 96px;
      left: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (max-width: 480px) {
        .staff-box .staff-box__main::before {
          width: 4.1025641026vw;
          height: 4.8717948718vw;
          top: 0;
          left: 50%;
          -webkit-transform: rotate(90deg) translateX(-50%);
                  transform: rotate(90deg) translateX(-50%); } }
  .staff-box .staff-box-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 70px;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .staff-box .staff-box-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px 0; } }
  @media (max-width: 480px) {
    .staff-box .staff-box-head__item {
      position: relative; } }
  .staff-box .staff-box__cat {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 154px;
    color: #fff;
    padding: 8px 0;
    background-color: #67a379;
    border-radius: 0 0 10px 10px;
    margin-bottom: 25px;
    line-height: 1; }
    @media (max-width: 480px) {
      .staff-box .staff-box__cat {
        border-radius: 0 10px 10px 0;
        margin-left: -20px;
        margin-bottom: 15px; } }
  .staff-box .staff-box__name {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1; }
    @media (max-width: 480px) {
      .staff-box .staff-box__name {
        font-size: 2.4rem; } }

.sec-news {
  width: 100%; }
  .sec-news .news-box01 {
    margin-bottom: 60px; }
  .sec-news .news-box01__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #25279f; }
    .sec-news .news-box01__label .date {
      font-size: 70%; }
  .sec-news .news-btn {
    max-width: 350px;
    margin: 0 auto; }

.faq-block {
  width: 100%; }
  @media (max-width: 480px) {
    .faq-block {
      padding: 0 2.5641025641vw; } }
  .faq-block .faq-block__item {
    font-size: 1.6rem;
    padding-bottom: 15px;
    border-bottom: 1px solid #bfbfbf; }
    @media (max-width: 480px) {
      .faq-block .faq-block__item {
        font-size: 3.5897435897vw;
        border-width: 0.1282051282vw; } }
    .faq-block .faq-block__item:not(:last-child) {
      margin-bottom: 35px; }
      @media (max-width: 480px) {
        .faq-block .faq-block__item:not(:last-child) {
          margin-bottom: 5.1282051282vw; } }
  .faq-block .faq-block__head {
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px; }
    @media (max-width: 480px) {
      .faq-block .faq-block__head {
        padding-left: 5.1282051282vw;
        margin-bottom: 3.2051282051vw; } }
  .faq-block .faq-qico,
  .faq-block .faq-aico {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1; }
  .faq-block .faq-qico {
    font-size: 1.8rem;
    color: #25279f; }
    @media (max-width: 480px) {
      .faq-block .faq-qico {
        font-size: 3.5897435897vw;
        top: 0.641025641vw; } }
  .faq-block .faq-aico {
    font-size: 1.4rem;
    color: #7c7dc5;
    top: 5px; }
    @media (max-width: 480px) {
      .faq-block .faq-aico {
        font-size: 3.0769230769vw;
        top: 1.2820512821vw;
        left: 0.5128205128vw; } }
  .faq-block .faq-block__body {
    position: relative;
    padding-left: 20px; }
    @media (max-width: 480px) {
      .faq-block .faq-block__body {
        padding-left: 5.1282051282vw; } }

.ranking-year {
  width: 240px; }
  @media (max-width: 480px) {
    .ranking-year {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 1.2820512821vw 2.6666%;
      width: 100%; } }
  .ranking-year .ranking-year-set {
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .ranking-year .ranking-year-set {
        width: 23%;
        margin-bottom: 1.9230769231vw; } }
  .ranking-year .ranking-year__link {
    font-size: 1.6rem;
    color: #7c7dc5;
    padding: 8px 10px;
    border: 1px solid #25279f;
    border-radius: 5px;
    text-align: center; }
    @media (max-width: 480px) {
      .ranking-year .ranking-year__link {
        font-size: 3.5897435897vw;
        padding: 2.1794871795vw 0;
        border-width: 0.2564102564vw;
        border-radius: 1.2820512821vw; } }
    @media (min-width: 480px) {
      .ranking-year .ranking-year__link:hover {
        color: #fff;
        background-color: #7c7dc5;
        border-color: #7c7dc5; } }

.ranking-month-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0.53%;
  margin-bottom: 40px; }
  @media (max-width: 480px) {
    .ranking-month-buttons {
      margin-bottom: 6.4102564103vw;
      gap: 1.2820512821vw 1.5%; } }
  .ranking-month-buttons .ranking-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 7.2%;
    height: 30px;
    color: #9c9c9c;
    font-weight: 500;
    border: 1px solid #949494;
    border-radius: 3px; }
    @media (max-width: 480px) {
      .ranking-month-buttons .ranking-btn {
        width: 13%;
        height: 8.3333333333vw;
        border-width: 0.2564102564vw;
        border-radius: 0.7692307692vw; } }
    .ranking-month-buttons .ranking-btn.active {
      color: #fff;
      background: #4667d0;
      border: none; }

.ranking-main {
  display: none;
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    .ranking-main {
      margin-bottom: 3.2051282051vw; } }
  .ranking-main.saishin {
    display: block; }

.ranking-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 4%;
  margin-bottom: 60px; }
  @media (max-width: 480px) {
    .ranking-box01 {
      gap: 3.8461538462vw 0;
      margin-bottom: 10.2564102564vw; } }
  .ranking-box01 .ranking-box01-set {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 48%;
    min-height: 122px;
    font-weight: bold;
    color: #4b4643;
    padding: 30px 60px;
    border: 3px solid #bfbfbf;
    background-image: url(../img/ranking/1_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1; }
    @media (max-width: 480px) {
      .ranking-box01 .ranking-box01-set {
        width: 100%;
        min-height: 21.7948717949vw;
        padding: 3.8461538462vw 2.5641025641vw 3.2051282051vw 7.6923076923vw; } }
    .ranking-box01 .ranking-box01-set::before {
      position: absolute;
      content: " ";
      width: calc(100% - 12px);
      height: calc(100% - 12px);
      border: 1px solid #b58e4e;
      top: 5px;
      left: 5px;
      z-index: -1; }
      @media (max-width: 480px) {
        .ranking-box01 .ranking-box01-set::before {
          width: calc(100% - 1.4102564103vw);
          height: calc(100% - 1.4102564103vw);
          top: 0.4487179487vw;
          left: 0.4487179487vw; } }
    .ranking-box01 .ranking-box01-set.ranking-no1 {
      width: 100%;
      border-color: #b58e4e;
      padding: 40px 30px 25px 60px; }
      @media (max-width: 480px) {
        .ranking-box01 .ranking-box01-set.ranking-no1 {
          min-height: 34.6153846154vw;
          padding: 3.8461538462vw 2.5641025641vw 3.8461538462vw 3.8461538462vw; } }
      .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__img {
        background-image: url(../img/ranking/ranking_no1.svg); }
        @media (max-width: 480px) {
          .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__img {
            left: 4.7435897436vw; } }
      .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__ttl {
        font-size: 2.5rem;
        padding-left: 110px;
        margin-bottom: 15px; }
        @media (max-width: 480px) {
          .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__ttl {
            font-size: 5.1282051282vw;
            padding-left: 25vw;
            margin-bottom: 1.9230769231vw; } }
      @media (max-width: 480px) {
        .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__top {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          min-height: 16.6666666667vw; } }
      .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__bottom {
        padding-left: 110px; }
        @media (max-width: 480px) {
          .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__bottom {
            padding-left: 0; } }
      .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__diff, .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__num {
        border-color: #b58e4e; }
        .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__diff .ttl, .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__num .ttl {
          font-size: 1.55rem;
          font-weight: 500;
          padding: 10px 6px 10px 40px;
          background-color: #b58e4e;
          background-size: auto 20px;
          background-position: left 12px center; }
          @media (max-width: 480px) {
            .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__diff .ttl, .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__num .ttl {
              font-size: 3.3333333333vw;
              padding: 1.9230769231vw 1.2820512821vw 1.9230769231vw 5.7692307692vw;
              background-size: auto 3.5897435897vw;
              background-position: left 1.9230769231vw center; } }
          .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__diff .ttl::after, .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__num .ttl::after {
            border-color: transparent transparent transparent #b58e4e;
            border-width: 37px 0px 0px 12px; }
            @media (max-width: 480px) {
              .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__diff .ttl::after, .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__num .ttl::after {
                border-width: 7.6923076923vw 0vw 0vw 2.3076923077vw; } }
        .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__diff .num_no, .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__num .num_no {
          font-size: 2.6rem;
          font-weight: 500;
          padding: 0 10px 0 20px; }
          @media (max-width: 480px) {
            .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__diff .num_no, .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__num .num_no {
              font-size: 5.1282051282vw;
              padding: 0 1.2820512821vw 1.2820512821vw 3.8461538462vw; } }
      .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__diff .ttl {
        padding-left: 43px; }
        @media (max-width: 480px) {
          .ranking-box01 .ranking-box01-set.ranking-no1 .ranking-box01-set__diff .ttl {
            padding-left: 7.6923076923vw; } }
    .ranking-box01 .ranking-box01-set.ranking-no2, .ranking-box01 .ranking-box01-set.ranking-no3 {
      padding: 24px 17px 16px;
      border-width: 1px; }
      @media (max-width: 480px) {
        .ranking-box01 .ranking-box01-set.ranking-no2, .ranking-box01 .ranking-box01-set.ranking-no3 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: unset;
          -webkit-box-direction: unset;
              -ms-flex-direction: unset;
                  flex-direction: unset;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 3.2051282051vw 2.5641025641vw; } }
      .ranking-box01 .ranking-box01-set.ranking-no2::before, .ranking-box01 .ranking-box01-set.ranking-no3::before {
        content: none; }
      .ranking-box01 .ranking-box01-set.ranking-no2 .ranking-box01-set__img, .ranking-box01 .ranking-box01-set.ranking-no3 .ranking-box01-set__img {
        position: absolute;
        width: 70px;
        height: 53px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        top: 15px;
        left: 18px; }
        @media (max-width: 480px) {
          .ranking-box01 .ranking-box01-set.ranking-no2 .ranking-box01-set__img, .ranking-box01 .ranking-box01-set.ranking-no3 .ranking-box01-set__img {
            width: 15.3846153846vw;
            height: 10.641025641vw;
            top: 50%;
            left: 2.5641025641vw;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); } }
      @media (max-width: 480px) {
        .ranking-box01 .ranking-box01-set.ranking-no2 .ranking-box01-set__top, .ranking-box01 .ranking-box01-set.ranking-no3 .ranking-box01-set__top {
          width: 60%; } }
      @media (max-width: 480px) {
        .ranking-box01 .ranking-box01-set.ranking-no2 .ranking-box01-set__bottom, .ranking-box01 .ranking-box01-set.ranking-no3 .ranking-box01-set__bottom {
          width: 40%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          gap: 2.5641025641vw 0; } }
      @media (max-width: 480px) {
        .ranking-box01 .ranking-box01-set.ranking-no2 .ranking-box01-set__diff, .ranking-box01 .ranking-box01-set.ranking-no2 .ranking-box01-set__num, .ranking-box01 .ranking-box01-set.ranking-no3 .ranking-box01-set__diff, .ranking-box01 .ranking-box01-set.ranking-no3 .ranking-box01-set__num {
          width: 100%; } }
    .ranking-box01 .ranking-box01-set.ranking-no2 {
      border-color: #828282;
      background-image: url(../img/ranking/2_bg.jpg); }
      .ranking-box01 .ranking-box01-set.ranking-no2::before {
        border-color: #828282; }
      .ranking-box01 .ranking-box01-set.ranking-no2 .ranking-box01-set__img {
        background-image: url(../img/ranking/ranking_no2.svg); }
      .ranking-box01 .ranking-box01-set.ranking-no2 .ranking-box01-set__no {
        width: 60px; }
      .ranking-box01 .ranking-box01-set.ranking-no2 .ranking-box01-set__diff, .ranking-box01 .ranking-box01-set.ranking-no2 .ranking-box01-set__num {
        border-color: #828282; }
        .ranking-box01 .ranking-box01-set.ranking-no2 .ranking-box01-set__diff .ttl, .ranking-box01 .ranking-box01-set.ranking-no2 .ranking-box01-set__num .ttl {
          background-color: #828282; }
          .ranking-box01 .ranking-box01-set.ranking-no2 .ranking-box01-set__diff .ttl::after, .ranking-box01 .ranking-box01-set.ranking-no2 .ranking-box01-set__num .ttl::after {
            border-color: transparent transparent transparent #828282; }
    .ranking-box01 .ranking-box01-set.ranking-no3 {
      background-image: url(../img/ranking/3_bg.jpg);
      border-color: #935524; }
      .ranking-box01 .ranking-box01-set.ranking-no3::before {
        border-color: #935524; }
      .ranking-box01 .ranking-box01-set.ranking-no3 .ranking-box01-set__img {
        background-image: url(../img/ranking/ranking_no3.svg); }
      .ranking-box01 .ranking-box01-set.ranking-no3 .ranking-box01-set__no {
        width: 60px; }
      .ranking-box01 .ranking-box01-set.ranking-no3 .ranking-box01-set__diff, .ranking-box01 .ranking-box01-set.ranking-no3 .ranking-box01-set__num {
        border-color: #935524; }
        .ranking-box01 .ranking-box01-set.ranking-no3 .ranking-box01-set__diff .ttl, .ranking-box01 .ranking-box01-set.ranking-no3 .ranking-box01-set__num .ttl {
          background-color: #935524; }
          .ranking-box01 .ranking-box01-set.ranking-no3 .ranking-box01-set__diff .ttl::after, .ranking-box01 .ranking-box01-set.ranking-no3 .ranking-box01-set__num .ttl::after {
            border-color: transparent transparent transparent #935524; }
  .ranking-box01 .ranking-box01-set__img {
    position: absolute;
    width: 130px;
    height: 99px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 30px;
    left: 20px; }
    @media (max-width: 480px) {
      .ranking-box01 .ranking-box01-set__img {
        width: 21.7948717949vw;
        height: 16.6666666667vw;
        top: 3.8461538462vw;
        left: 2.5641025641vw; } }
  .ranking-box01 .ranking-box01-set__top {
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .ranking-box01 .ranking-box01-set__top {
        margin-bottom: 0; } }
  .ranking-box01 .ranking-box01-set__no {
    font-size: 2.3rem;
    font-weight: 700;
    text-align: right; }
  .ranking-box01 .ranking-box01-set__ttl {
    font-size: 2.1rem;
    padding-left: 85px;
    line-height: 1.2; }
    @media (max-width: 480px) {
      .ranking-box01 .ranking-box01-set__ttl {
        font-size: 4.358974359vw;
        padding-left: 17.9487179487vw; } }
  .ranking-box01 .ranking-box01-set__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .ranking-box01 .ranking-box01-set__num, .ranking-box01 .ranking-box01-set__diff {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #b58e4e;
    border-radius: 2px 0 0 2px;
    overflow: hidden;
    line-height: 1; }
    @media (max-width: 480px) {
      .ranking-box01 .ranking-box01-set__num, .ranking-box01 .ranking-box01-set__diff {
        border-width: 0.2564102564vw;
        border-radius: 0.5128205128vw 0vw 0 0.5128205128vw;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .ranking-box01 .ranking-box01-set__num .ttl, .ranking-box01 .ranking-box01-set__diff .ttl {
      position: relative;
      display: inline-block;
      background: url(../img/ranking/icon01.svg) no-repeat left 8px center/auto 15px;
      font-size: 1rem;
      font-weight: 300;
      color: #fff;
      padding: 6px 5px 6px 24px;
      background-color: #b58e4e; }
      @media (max-width: 480px) {
        .ranking-box01 .ranking-box01-set__num .ttl, .ranking-box01 .ranking-box01-set__diff .ttl {
          font-size: 2.5641025641vw;
          padding: 1.9230769231vw 1.2820512821vw 1.9230769231vw 5.1282051282vw;
          background-size: auto 2.8205128205vw;
          background-position: left 1.9230769231vw center;
          letter-spacing: 0; } }
      .ranking-box01 .ranking-box01-set__num .ttl::after, .ranking-box01 .ranking-box01-set__diff .ttl::after {
        position: absolute;
        content: " ";
        width: 100%;
        height: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent transparent #b58e4e;
        border-width: 22px 0px 0px 10px;
        top: 0;
        right: 0;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        z-index: 1; }
        @media (max-width: 480px) {
          .ranking-box01 .ranking-box01-set__num .ttl::after, .ranking-box01 .ranking-box01-set__diff .ttl::after {
            border-width: 6.4102564103vw 0vw 0vw 1.5384615385vw;
            right: 0.0128205128vw; } }
    .ranking-box01 .ranking-box01-set__num .num_no, .ranking-box01 .ranking-box01-set__diff .num_no {
      min-width: 55px;
      display: inline-block;
      font-size: 1.4rem;
      font-weight: 700;
      padding: 0 5px 0 12px; }
      @media (max-width: 480px) {
        .ranking-box01 .ranking-box01-set__num .num_no, .ranking-box01 .ranking-box01-set__diff .num_no {
          font-size: 4.1025641026vw;
          font-weight: 500;
          min-width: 11.5384615385vw;
          padding: 0 1.2820512821vw 0.641025641vw 3.2051282051vw;
          letter-spacing: 0; } }
      .ranking-box01 .ranking-box01-set__num .num_no .detail, .ranking-box01 .ranking-box01-set__diff .num_no .detail {
        font-size: 60%; }
  .ranking-box01 .ranking-box01-set__num .ttl {
    background: url(../img/ranking/icon01.svg) no-repeat left 7px center/auto 12px; }
    @media (max-width: 480px) {
      .ranking-box01 .ranking-box01-set__num .ttl {
        background-size: auto 3.2051282051vw;
        background-position: left 1.5384615385vw center; } }
  .ranking-box01 .ranking-box01-set__diff .ttl {
    background: url(../img/ranking/icon02.svg) no-repeat left 9px center/auto 9px;
    padding-left: 26px; }
    @media (max-width: 480px) {
      .ranking-box01 .ranking-box01-set__diff .ttl {
        background-size: auto 2.5641025641vw;
        background-position: left 1.9230769231vw center;
        padding-left: 5.1282051282vw; } }

@media (max-width: 480px) {
  .ranking-table-box {
    width: calc(100% + 3.8461538462vw);
    overflow: scroll; } }

.ranking-table {
  width: 100%;
  overflow-x: auto;
  min-width: 600px;
  border-collapse: collapse;
  text-align: center; }
  @media (max-width: 480px) {
    .ranking-table {
      min-width: 150%; } }
  .ranking-table caption {
    display: none; }
  .ranking-table thead th {
    padding: 5px 0;
    background-color: #f0f0f0;
    text-align: center; }
    @media (max-width: 480px) {
      .ranking-table thead th {
        font-size: 3.2051282051vw;
        padding: 1.2820512821vw 0; } }
  .ranking-table tbody tr.top1 th {
    font-weight: bold;
    color: #b58e4e; }
    @media (max-width: 480px) {
      .ranking-table tbody tr.top1 th {
        font-size: 4.358974359vw; } }
  .ranking-table tbody tr.top2 th {
    font-weight: bold;
    color: #828282; }
    @media (max-width: 480px) {
      .ranking-table tbody tr.top2 th {
        font-size: 4.358974359vw; } }
  .ranking-table tbody tr.top3 th {
    font-weight: bold;
    color: #935524; }
    @media (max-width: 480px) {
      .ranking-table tbody tr.top3 th {
        font-size: 4.358974359vw; } }
  .ranking-table tbody th {
    width: 10%; }
  .ranking-table tbody td:nth-child(2) {
    width: 40%; }
  .ranking-table tbody td:nth-child(3) {
    width: 9%; }
  .ranking-table tbody td:nth-child(4) {
    width: 9%; }
  .ranking-table tbody td:nth-child(5) {
    width: 9%; }
  .ranking-table tbody td:nth-child(6) {
    width: 12%; }
  .ranking-table tbody td:nth-child(7) {
    width: 11%; }
  .ranking-table tbody td .detail {
    font-size: 80%;
    display: block; }
  .ranking-table th,
  .ranking-table td {
    padding: 10px 5px;
    font-size: 1.4rem;
    text-align: center; }
    @media (max-width: 480px) {
      .ranking-table th,
      .ranking-table td {
        font-size: 3.5897435897vw;
        padding: 1.9230769231vw 0.641025641vw; } }
  .ranking-table th {
    font-weight: 600; }
  .ranking-table tbody tr:nth-child(odd) {
    background-color: #fafafa; }
