@charset "utf-8";

/* ------------------------------------
 * urine-leakage共通
 * --------------------------------- */
.product_type-heading {
  margin-bottom: 18px;
}

.product_type-heading>* {
  font-size: 24px;
  font-weight: bold;
  color: #262626;
}

.product_type-block.l-container_pro_detail {
  width: 100%;
  max-width: 1184px;
  padding-inline: 40px;
}

.product_type-block.l-container_pro_detail .c-detail_lineupmore_container {
  width: 100%;
  max-width: 1104px;
  padding-top: 55px !important;
}

.bnr-list-block {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  max-width: 1104px;
  margin-top: 40px;
}

.bnr-list-block.type img {
  width: 90px;
}

.prod-type a {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: center;
  width: 330px;
  padding: 11px 25px 11px 11px;
  font-weight: bold;
  color: #1E2766;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%);
}

.prod-type a::after {
  position: absolute;
  right: 17px;
  width: 8px;
  height: 8px;
  content: '';
  border-top: 1px solid #1E2766;
  border-right: 1px solid #1E2766;
  rotate: 45deg;
}

.prod-type a .uc-put-text {
  order: 2;
}

.prod-type a .uc-put-media {
  order: 1;
}

.prod-type a .uc-put-text .uc-put-lead p {
  font-size: 17px;
}

.two-lines a .uc-put-text .uc-put-lead p:nth-of-type(1) {
  font-size: 14px;
}

.prod-bnr-block {
  padding: 45px 10px;
}

.product_type-button {
  text-align: center;
}

.product_type-button a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 348px;
  padding: 18px 33px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #E4007F;
  border-radius: 100px;
}

.product_type-button a::after {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 10px;
  height: 10px;
  content: '';
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
}

@media screen and (max-width: 821px) {
  .prod-block {
    margin-top: 20px;
  }

  .bnr-list-block {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }

  .bnr-list-block.type {
    flex-flow: row wrap;
    gap: 15px;
    margin-top: 2px;
  }

  .bnr-list-block div.CMP-CM11-image-and-text {
    text-align: center;
  }

  .prod-bnr-block {
    padding: 10px;
  }

  .type .prod-type a {
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
    width: 155px;
    height: 155px;
    padding: 0;
  }

  .type .prod-type a::after {
    right: 9px;
  }

  .two-lines a .uc-put-text .uc-put-lead p:nth-of-type(1) {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .product_type-block.l-container_pro_detail {
    padding-inline: 0;
  }

  .product_type-block.l-container_pro_detail .c-detail_lineupmore_container {
    width: 92%;
    max-width: fit-content;
    padding-inline: 10px !important;
  }

}