@charset "UTF-8";
.mod-goods1-footer {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}
.mod-specIcon2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    color: #ffffff !important;
    width: 49%;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    background-color: #757575;
    padding: 3px 0;
    border: 1px solid #949494 !important;
}
.mod-specIcon2-text1 {
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
}
.mod-specIcon2-text2 {
    font-size: 14px;
    font-size: 1.4rem;
}

.c-link-block__item__title.c-block_mod{
    order: 1;
    margin-top: 0;
    margin-bottom: 12px;
}
.c-link-block__item__title.c-block_mod span::after{
    margin-left: 0.88em;
}

@media screen and (max-width: 519px) {
    .mod-specIcon2 {
        min-width: 48%;
        margin-right: 0;
    }
    .mod-specIcon2-text2 {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.popup_note {
  font-size: 13px;
  order: 2;
  margin-top: 15px;
}

@media screen and (max-width: 519px) {
  .popup_note {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-link-block__item__link[target="_blank"] .c-link-block__item__title span::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.88em;
  vertical-align: middle;
  background: url(../../img/icon_link-ext.svg) no-repeat 0 0;
  background-size: contain;
}

@media screen and (max-width: 519px) {
  .c-link-block__item__link[target="_blank"] .c-link-block__item__title span::after {
    margin-left: 0.4em;
  }
}

@media screen and (min-width: 520px) {
  .mod-productSpec-inner.col-6 .mod-productSpec-item {
    margin-right: 0.25%;
    margin-bottom: 0.25%;
    font-size: 14px;
    font-size: 1.4rem;
    width: 16.415%;
  }

  .mod-productSpec-inner.col-6 .mod-productSpec-item:nth-child(6n) {
    margin-right: 0;
  }

  .mod-productSpec-inner.col-6 .mod-productSpec-item:nth-child(7n) {
    margin-right: 0.25%;
  }
}