@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 100%;
}
@media screen and (min-width: 890px) {
  html {
    font-size: 0.9039548023vw;
  }
}
@media (min-width: 1770px) {
  html {
    font-size: 100%;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1770px;
  padding-right: myrem(25);
  padding-left: myrem(25);
}
@media screen and (min-width: 890px) {
  .l-inner {
    padding-right: myrem(20);
    padding-left: myrem(20);
  }
}

.l-heat-regist-esl__top {
  padding-bottom: 7.3125rem;
}
.l-heat-regist-esl__top p {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}

.p-heat-regist-esl__about {
  text-align: center;
}
.p-heat-regist-esl__about-label {
  font-size: 1rem;
  line-height: 1;
  width: 15.625rem;
  height: 3.125rem;
  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;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  margin-inline: auto;
}
.p-heat-regist-esl__about-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1.25rem;
}
@media screen and (min-width: 890px) {
  .p-heat-regist-esl__about-title {
    font-size: 3rem;
  }
}
.p-heat-regist-esl__about-title span {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
  font-weight: 500;
}
.p-heat-regist-esl__about-content {
  margin-top: 2.9375rem;
  max-width: 62.5rem;
}
.p-heat-regist-esl__about-content .list {
  text-align: left;
}
.p-heat-regist-esl__about-content .txt {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1.875rem;
}
@media screen and (min-width: 890px) {
  .p-heat-regist-esl__about-content .txt {
    font-size: 2rem;
  }
}
.p-heat-regist-esl__about-content .txt span {
  border-bottom: 1px solid #cf000e;
  color: #cf000e;
}
.p-heat-regist-esl__about.ckp .wrap01 .list::before {
  display: none;
}
@media screen and (min-width: 890px) {
  .p-heat-regist-esl__about.ckp .wrap01 .list::before {
    display: block;
    width: 7.625rem;
    top: -1.875rem;
    bottom: 0;
    background-size: contain;
    overflow: hidden;
  }
}
.p-heat-regist-esl__about.ckp .txt {
  padding: 2vw 3vw;
}

.p-heat-regist-esl__content1 {
  background-color: #fff;
}
.p-heat-regist-esl__content1-inner {
  max-width: 82.5rem;
  margin-inline: auto;
  padding: 3.75rem 1.25rem 4.375rem;
  gap: rme(70);
}
@media screen and (min-width: 890px) {
  .p-heat-regist-esl__content1-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 7.5625rem 0 8.75rem;
  }
}
.p-heat-regist-esl__content1 .-left {
  width: 100%;
}
@media screen and (min-width: 890px) {
  .p-heat-regist-esl__content1 .-left {
    width: 28.125rem;
  }
}
.p-heat-regist-esl__content1 .-left h2 {
  font-size: 1.25rem;
  padding-left: 2.0625rem;
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 890px) {
  .p-heat-regist-esl__content1 .-left h2 {
    font-size: 2.3125rem;
  }
}
.p-heat-regist-esl__content1 .-left h2::before {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #cf000e;
  position: absolute;
  border-radius: 100px;
}
.p-heat-regist-esl__content1 .-left img {
  margin-top: 2.875rem;
}
.p-heat-regist-esl__content1 .-right {
  width: 100%;
}
@media screen and (min-width: 890px) {
  .p-heat-regist-esl__content1 .-right {
    width: 50rem;
  }
}

.p-head-regist-esl__point {
  position: relative;
  background-color: #fff;
  padding: 0 1.25rem;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__point {
    padding: 0 0 7rem 0;
  }
}
.p-head-regist-esl__point-title {
  width: 90%;
  position: absolute;
  top: -1.125rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__point-title {
    width: 51.4375rem;
    top: -1.875rem;
  }
}
.p-head-regist-esl__point-bg {
  width: 100%;
  height: 18.75rem;
}
.p-head-regist-esl__point-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-head-regist-esl__point-items {
  max-width: 72.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.625rem;
  margin-top: -5.3125rem;
  position: relative;
}
.p-head-regist-esl__point-item {
  background-color: #fff;
  -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, .1);
          box-shadow: 1px 4px 10px rgba(0, 0, 0, .1);
  position: relative;
  font-size: 1rem;
  padding: 3.75rem 1.25rem;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__point-item {
    padding: 3.75rem 3.75rem;
  }
}
.p-head-regist-esl__point-item h4 {
  font-size: 1.25rem;
  color: #cf000e;
}
.p-head-regist-esl__point-item .-label {
  width: 5rem;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-head-regist-esl__point-item .-center-top {
  width: 100%;
  margin-left: auto;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__point-item .-center-top {
    width: 50.625rem;
    margin-bottom: 0;
  }
}
.p-head-regist-esl__point-item .-center-top ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.125rem;
  text-align: center;
  margin-top: 1.375rem;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__point-item .-center-top ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-head-regist-esl__point-item .-center-top ul li {
  border: 1px solid #000;
  padding: 1.5625rem 1.25rem;
}
.p-head-regist-esl__point-item .-center-top ul li .-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  font-weight: bold;
  gap: 0.3125rem;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-head-regist-esl__point-item .-center-top ul li .-top p:nth-child(1) {
  font-size: 1rem;
}
.p-head-regist-esl__point-item .-center-top ul li .-top p:nth-child(2) {
  font-size: 1.375rem;
}
.p-head-regist-esl__point-item .-center-top ul li .-top span {
  display: block;
  font-size: 0.875rem;
}
.p-head-regist-esl__point-item .-checklist {
  width: 100%;
  margin-left: auto;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__point-item .-checklist {
    width: 50.625rem;
    margin-bottom: 0;
  }
}
.p-head-regist-esl__point-item .-checklist .-wrap {
  margin-top: 1.25rem;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__point-item .-checklist .-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
    margin-top: 1.25rem;
  }
}
.p-head-regist-esl__point-item .-checklist ul {
  gap: 5rem;
}
.p-head-regist-esl__point-item .-checklist ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.p-head-regist-esl__point-item .-checklist ul li span {
  width: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-head-regist-esl__point-item .-bottom {
  width: 100%;
  margin-left: auto;
  padding: 1.5625rem;
  background-color: #f5f7f9;
  margin-top: 1.875rem;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__point-item .-bottom {
    width: 50.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-head-regist-esl__point-item .-bottom .-textarea {
  width: 100%;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__point-item .-bottom .-textarea {
    width: 28.9375rem;
  }
}
.p-head-regist-esl__point-item .-bottom .-textarea h5 {
  font-size: 1rem;
}
.p-head-regist-esl__point-item .-bottom .-textarea h5 span {
  color: #cf000e;
}
.p-head-regist-esl__point-item .-bottom .-textarea p {
  font-size: 1rem;
  line-height: 1.5;
}
.p-head-regist-esl__point-item .-bottom .-image {
  width: 15.625rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__point-item .-bottom .-image {
    width: 15.625rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__point-item .-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.125rem;
  }
}
.p-head-regist-esl__point-item .-wrap .-left {
  font-size: 1.125rem;
  text-align: center;
}
.p-head-regist-esl__point-item .-wrap .-left-icon {
  margin-inline: auto;
  margin-bottom: 1.25rem;
}
.p-head-regist-esl__point-item .-wrap .-center {
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__point-item .-wrap .-center {
    width: 35rem;
    margin-top: 0;
  }
}
.p-head-regist-esl__point-item .-wrap .-center p {
  font-size: 1rem;
  line-height: 1.875;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-top: 0rem;
}
.p-head-regist-esl__point-item .-wrap .-center .-center-wrap {
  background-color: #f5f7f9;
  padding: 1rem 1.875rem;
  margin-top: 1.25rem;
}
.p-head-regist-esl__point-item .-wrap .-center .-center-wrap h5 span {
  color: #cf000e;
}
.p-head-regist-esl__point-item .-wrap .-center .-center-wrap ul {
  margin-top: 0.625rem;
}
.p-head-regist-esl__point-item .-wrap .-right {
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__point-item .-wrap .-right {
    width: 12.5rem;
    margin-top: 0;
  }
}
.p-head-regist-esl__point-item.-item1 .-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-head-regist-esl__point-item.-item1 .-left {
  -webkit-transform: translateX(-20);
          transform: translateX(-20);
  white-space: nowrap;
}
.p-head-regist-esl__point-item.-item1 .-left-icon {
  width: 4.25rem;
}
.p-head-regist-esl__point-item.-item2 .-left-icon {
  width: 3rem;
}
.p-head-regist-esl__point-item.-item2 .-center {
  margin-top: 1.875rem;
}
.p-head-regist-esl__point-item.-item2 .-right {
  margin-top: 2rem;
}
.p-head-regist-esl__point-item.-item3 .-left-icon {
  width: 3.75rem;
}

.p-head-regist-esl__content2 {
  background-color: #f5f7f9;
}
.p-head-regist-esl__content2-inner {
  max-width: 82.5rem;
  margin-inline: auto;
  padding: 3.75rem 1.25rem 4.375rem;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__content2-inner {
    padding: 7.5rem 0 8.5625rem;
  }
}
.p-head-regist-esl__content2 h2 {
  font-size: 1.625rem;
  padding-left: 1.6875rem;
  position: relative;
  font-weight: 500;
}
.p-head-regist-esl__content2 h2::before {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #cf000e;
  position: absolute;
  border-radius: 100px;
}

.p-head-regist-esl__merit ul {
  margin-top: 1.25rem;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__merit ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
  }
}
.p-head-regist-esl__merit ul li {
  line-height: aspect-ratio(1/1);
  width: 15rem;
  margin-inline: auto;
  border: 1px solid #cf000e;
  background-color: #fff;
  text-align: center;
  padding: 2.1875rem 0;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__merit ul li {
    width: 15rem;
  }
}
.p-head-regist-esl__merit ul li .-number {
  width: 3.75rem;
  margin-inline: auto;
}
.p-head-regist-esl__merit ul li .-txt h3 {
  color: #cf000e;
  font-size: 1.25rem;
  margin-top: 2.125rem;
  line-height: 1;
}
.p-head-regist-esl__merit ul li .-txt p {
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 0.9375rem;
}

.p-head-regist-esl__spec {
  margin-top: 5rem;
}
.p-head-regist-esl__spec-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__spec-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-head-regist-esl__spec table th,
.p-head-regist-esl__spec table td {
  border-bottom: 1px solid #e6e6e6;
  height: 3.75rem;
  vertical-align: middle;
  text-align: center;
  font-size: 1rem;
}
.p-head-regist-esl__spec table th {
  background-color: #c5c5c5;
  width: 12.5rem;
  font-weight: bold;
}
.p-head-regist-esl__spec table td {
  background-color: #fff;
  width: 13.75rem;
  font-weight: 500;
}

.p-head-regist-esl__price {
  margin-top: 5.625rem;
}
.p-head-regist-esl__price-wrap {
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1.25rem;
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem 0;
  }
}
.p-head-regist-esl__price-wrap h3 {
  padding: 0 3.125rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-head-regist-esl__price-wrap .-center {
  padding: 1.5625rem 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__price-wrap .-center {
    border-left: 1px solid #c8c8c8;
    padding: 1.5625rem 2.1875rem;
  }
}
.p-head-regist-esl__price-wrap .-center h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #cf000e;
}
.p-head-regist-esl__price-wrap .-center ul {
  font-size: 1rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__price-wrap .-center ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
}
.p-head-regist-esl__price-wrap .-center ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
.p-head-regist-esl__price-wrap .-center ul li span {
  width: 1.0625rem;
  margin-top: 0;
}
.p-head-regist-esl__price-wrap .-center span {
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
.p-head-regist-esl__price-wrap .-btn {
  color: #fff;
  padding-right: 2.1875rem;
  margin-left: auto;
}
.p-head-regist-esl__price-wrap .-btn a {
  width: 20.625rem;
  position: relative;
}

.p-head-regist-esl__faq {
  margin-top: 5.625rem;
}
.p-head-regist-esl__faq-wrap {
  margin-top: 1.875rem;
}
.p-head-regist-esl__faq-wrap ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__faq-wrap ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 3.75rem;
  }
}
.p-head-regist-esl__faq-wrap ul .p-faq__accordion-title {
  padding: 0.9375rem 3.125rem 0.9375rem 0.3125rem;
  gap: 1.25rem;
}
.p-head-regist-esl__faq-wrap ul .p-faq__accordion-title span {
  width: 1.25rem;
  height: auto;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__faq-wrap ul .p-faq__accordion-title span {
    width: 1.25rem;
  }
}
.p-head-regist-esl__faq-wrap ul .p-faq__accordion-title span img {
  width: 100%;
  height: auto;
}
.p-head-regist-esl__faq-wrap ul .p-faq__accordion-title h3 {
  font-size: 1rem;
}
.p-head-regist-esl__faq-wrap ul .p-faq__accordion-content {
  padding: 0.9375rem 0.3125rem;
  gap: 1.25rem;
  font-size: 1rem;
}
.p-head-regist-esl__faq-wrap ul .p-faq__accordion-content span {
  width: 1.25rem;
  height: auto;
}
@media screen and (min-width: 890px) {
  .p-head-regist-esl__faq-wrap ul .p-faq__accordion-content span {
    width: 1.25rem;
  }
}

@media screen and (min-width: 890px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (min-width: 890px) {
  .u-mobile {
    display: block;
  }
}

.p-product-main__content-image {
  margin-top: 80px;
  margin-top: 5rem;
  display: block;
}
.p-product-main__content-image img {
  width: 100%;
  height: auto;
}

.p-product-table {
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
  margin-top: 6.25rem;
}
.p-product-table__items {
  width: inherit;
  overflow: scroll;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media screen and (min-width: 890px) {
  .p-product-table__items {
    gap: 0;
    display: block;
  }
}
.p-product-table__items li.-head {
  display: none;
}
@media screen and (min-width: 890px) {
  .p-product-table__items li.-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-product-table__items li {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-product-table__items li .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.p-product-table__items li .item p {
  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;
  height: 100%;
}
.p-product-table__items li .group {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-product-table__items li .group p {
  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;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
}
.p-product-table__items li .group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 59%;
  border-top: 1px solid #000;
}
.p-product-table__items li .group ul li {
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
  min-width: 88px;
  min-width: 5.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
.p-product-table__items li .group ul li:not(:first-child) {
  border-left: 1px solid #000;
}
.p-product-table__items li.-head .item,
.p-product-table__items li.-head .group {
  background-color: #ccc;
  display: none;
}
@media screen and (min-width: 890px) {
  .p-product-table__items li.-head .item,
.p-product-table__items li.-head .group {
    display: block;
  }
}
.p-product-table__items li.-head div {
  width: 120px;
  width: 7.5rem;
}
.p-product-table__items li.-head div:nth-child(1) {
  width: 250px;
  width: 15.625rem;
}
.p-product-table__items li.-head div:nth-child(5) {
  width: 267px;
  width: 16.6875rem;
}
.p-product-table__items li.-head div:nth-child(6) {
  width: 178px;
  width: 11.125rem;
}
.p-product-table__items li.-head div:nth-child(13) {
  width: 415px;
  width: 25.9375rem;
}
.p-product-table__items li.-head div:nth-child(13) ul li:nth-child(1) {
  width: 185px;
  width: 11.5625rem;
}
.p-product-table__items li.-head div:nth-child(13) ul li:nth-child(2) {
  width: 89px;
  width: 5.5625rem;
}
.p-product-table__items li.-head div:nth-child(13) ul li:nth-child(3) {
  width: 140px;
  width: 8.75rem;
}
.p-product-table__items li.-item {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 890px) {
  .p-product-table__items li.-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-product-table__items li.-item a {
  width: 100%;
}
@media screen and (min-width: 890px) {
  .p-product-table__items li.-item a {
    width: inherit;
  }
}
.p-product-table__items li.-item a ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.p-product-table__items li.-item a ul li {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #000;
  text-align: center;
  width: 120px;
  width: 7.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 890px) {
  .p-product-table__items li.-item a ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-product-table__items li.-item a ul li:nth-child(5), .p-product-table__items li.-item a ul li:nth-child(6), .p-product-table__items li.-item a ul li:nth-child(7), .p-product-table__items li.-item a ul li:nth-child(8), .p-product-table__items li.-item a ul li:nth-child(9) {
  width: 89px;
  width: 5.5625rem;
}
.p-product-table__items li.-item a ul li:nth-child(16) {
  width: 186px;
  width: 11.625rem;
}
.p-product-table__items li.-item a ul li:nth-child(17) {
  width: 89px;
  width: 5.5625rem;
}
.p-product-table__items li.-item a ul li:nth-child(18) {
  width: 140px;
  width: 8.75rem;
}
.p-product-table__items li.-item li.-image {
  width: 100%;
  padding: 40px 0 20px;
  padding: 2.5rem 0 1.25rem;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 890px) {
  .p-product-table__items li.-item li.-image {
    width: 15.625rem;
    padding: 1.25rem 0;
  }
}
.p-product-table__items li.-item li.-image .-image-label {
  display: block;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  padding: 0.3125rem 0;
}
@media screen and (min-width: 890px) {
  .p-product-table__items li.-item li.-image .-image-label {
    display: none;
  }
}
.p-product-table__items li.-item li.-image img {
  width: 65%;
  height: auto;
}
@media screen and (min-width: 890px) {
  .p-product-table__items li.-item li.-image img {
    width: 85%;
  }
}
.p-product-table__items li.-item .-title {
  width: 120px;
  width: 7.5rem;
}

/*# sourceMappingURL=styles.css.map */
