/*================================================================================

media query mixin

================================================================================*/
/**/
.p-kenshu2025 .p-el01 {
  background-color: #DA6A78;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  line-height: 1.3;
  padding: 10px 5px 5px;
  position: absolute;
  width: 110px;
  height: 110px;
  top: 50%;
  left: 50%;
  font-size: 13px;
  font-weight: bold;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -50px;
  margin-left: 440px;
}
@media screen and (max-width: 980px) {
  .p-kenshu2025 .p-el01 {
    display: none;
  }
}
.p-kenshu2025 .p-el01 span {
  font-size: 16px;
  display: block;
}
.p-kenshu2025 .section-contents01 .list-01 {
  gap: 20px;
}
.p-kenshu2025 .section-contents01 .list-01 > li:nth-child(1) {
  text-align: center;
  font-weight: bold;
  background-color: #E9F5F4;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  color: #5B9895;
  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;
}
@media screen and (max-width: 980px) {
  .p-kenshu2025 .section-contents01 .list-01 > li:nth-child(1) {
    display: block;
  }
}
.p-kenshu2025 .section-contents01 .list-01 > li:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-kenshu2025 .section-contents03 .c-box.-column dd {
  border-top-left-radius: 6px;
}
.p-kenshu2025 .section-contents03 .list-02 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 60px;
}
@media screen and (max-width: 980px) {
  .p-kenshu2025 .section-contents03 .list-02 {
    gap: 20px;
  }
}
.p-kenshu2025 .section-contents03 .list-02 > li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 980px) {
  .p-kenshu2025 .section-contents03 .list-02 > li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-kenshu2025 .section-contents03 .list-02 > li:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}
@media screen and (max-width: 980px) {
  .p-kenshu2025 .section-contents03 .list-02 > li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/*# sourceMappingURL=kenshu.css.map */