.m-btn {
  color: #c8102e !important;
}

.m-btn-strong {
  color: #ffffff !important;
  background-color: #c8102e !important;
}

.text-pc-break {
  display: inline;
}

@media screen and (min-width: 961px) {
  .text-pc-break {
    display: block;
  }
}

.text-sp-break {
  display: block;
}

@media screen and (min-width: 961px) {
  .text-sp-break {
    display: inline;
  }
}

.c-filter-opacity {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}

.img-pc-w460 {
  width: 100%;
}

@media screen and (min-width: 961px) {
  .img-pc-w460 {
    width: 460px;
  }
}

.ecm-text-lead {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}

@media screen and (min-width: 961px) {
  .ecm-text-lead {
    font-size: 18px;
    text-align: center;
    line-height: 2;
  }
}

.ecm-text-lead2 {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 961px) {
  .ecm-text-lead2 {
    font-size: 18px;
    text-align: center;
    line-height: 2;
  }
}

.ecm-text-stl {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}

@media screen and (min-width: 961px) {
  .ecm-text-stl {
    font-size: 18px;
  }
}

.icon-text-anchor {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-bottom: 1px solid #f2432c;
  border-right: 1px solid #f2432c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.step-page-link {
  width: 100%;
}

@media screen and (min-width: 961px) {
  .step-page-link {
    width: 50%;
    margin: 0 auto;
  }
}

.step-page-link__link {
  padding: 0 8px;
  border-bottom: 2px solid #999999;
  color: #999999 !important;
  position: relative;
  height: 26px;
}

.step-page-link__link:hover {
  border-color: #ca232d;
  color: #000000 !important;
}

.step-page-link__link:hover::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ca232d;
}

.step-page-link__active {
  cursor: pointer;
  border-bottom: 2px solid #ca232d;
  position: relative;
  padding: 0 8px 8px;
}

.step-page-link__active::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ca232d;
}

.ecm-heading2--4step {
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (min-width: 961px) {
  .ecm-heading2--4step {
    font-size: 18px;
  }
}

.ecm-heading3--4step {
  font-size: 17px !important;
  font-weight: bold !important;
  line-height: 1.5 !important;
  color: #ca232d !important;
}

@media screen and (min-width: 961px) {
  .ecm-heading3--4step {
    font-size: 20px !important;
  }
}

.m-box-pt {
  padding: 20px;
}

@media screen and (min-width: 961px) {
  .m-box-pt {
    padding-top: 40px !important;
  }
}

.m-box-stl-m {
  margin-bottom: 20px !important;
}

@media screen and (min-width: 961px) {
  .m-box-stl-m {
    margin-bottom: 40px !important;
  }
}

.ecm-product-list-item__catgory {
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 961px) {
  .ecm-product-list-item__catgory {
    font-size: 14px;
  }
}

.ecm-main .ecm-product-list-item__image {
  top: 18px;
}

.ecm-main .ecm-product-list-item__image img {
  position: absolute;
  width: 100%;
  max-width: calc(100% - 20px * 2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-product-list-item__image img {
    max-width: calc(100% - 30px * 2);
  }
}

.ecm-main .ecm-bootstrap .m-product-detail-box {
  text-align: center;
  padding-top: 12px;
  font-size: 12px;
}

.ecm-main .ecm-bootstrap .m-product-detail-box .m-description-slash {
  margin: 0 6px;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-bootstrap .m-product-detail-box .m-description-slash {
    margin: 0 15px;
  }
}

.ecm-main .ecm-product-list-item__contents__button {
  padding-top: 10px;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-product-list-item__contents__button {
    padding-top: 0;
  }
}

.ecm-cp-4step-icon--arrow-bottom {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #f2432c;
  border-right: 1px solid #f2432c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 961px) {
  .ecm-cp-4step-icon--arrow-bottom {
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #f2432c;
    border-right: 1px solid #f2432c;
  }
}

.ecm-cp-4step-icon--arrow-white-bottom {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #f2432c;
  border-right: 1px solid #f2432c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 961px) {
  .ecm-cp-4step-icon--arrow-white-bottom {
    width: 28px;
    height: 28px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
}

.ecm-cp-4step-icon--arrow-white-up-pc {
  display: none;
}

@media screen and (min-width: 961px) {
  .ecm-cp-4step-icon--arrow-white-up-pc {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.ecm-cp-4step-icon--arrow-white-up-sp {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #f2432c;
  border-left: 1px solid #f2432c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 961px) {
  .ecm-cp-4step-icon--arrow-white-up-sp {
    display: none;
  }
}

.ecm-cp-4step-navi {
  border-bottom: 1px solid #dadada;
}

@media screen and (min-width: 961px) {
  .ecm-cp-4step-navi {
    border-bottom: none;
  }
}

.ecm-cp-4step-navi__image {
  width: 80px;
}

@media screen and (min-width: 961px) {
  .ecm-cp-4step-navi__image {
    width: 130px;
  }
}

.ecm-cp-4step-navi:first-child {
  border-top: 1px solid #dadada;
}

@media screen and (min-width: 961px) {
  .ecm-cp-4step-navi:first-child {
    border-top: none;
  }
}





@media screen and (min-width: 961px) {
.ecm-main .ecm-bootstrap .m-product-detail-box .m-description-icon-morning::before {
  width: 18px;
}
.ecm-main .ecm-bootstrap .m-product-detail-box .m-description-icon-night::before {
  width: 14px;
}
.chushiyaku{
  padding-top: 70px;
}
.ecm-block .ecm-bootstrap .mw-100, .ecm-main .ecm-bootstrap .mw-100 {
  max-width: 70% !important;
}
}
@media screen and (max-width: 960px) {
 .ecm-main .ecm-bootstrap .m-product-detail-box .m-description-iconbox {
  font-size:12px;
 }
.ecm-main .ecm-bootstrap .m-product-detail-box .m-description-icon-morning::before {
  width: 18px;
}
.ecm-main .ecm-bootstrap .m-product-detail-box .m-description-icon-night::before {
  width: 14px;
}
.ecm-main .ecm-product-list-item__contents__title {
  font-size: 12px;
}
.ecm-block .ecm-bootstrap .justify-content-between, .ecm-main .ecm-bootstrap .justify-content-between {
  font-size: 12px;
}
.chushiyaku{
  padding-top: 50px;
}
.ecm-block .ecm-bootstrap .mw-100, .ecm-main .ecm-bootstrap .mw-100 {
  max-width: 70% !important;
}
}