@charset "UTF-8";
/* CSS Document */
/* カラー
*******************/
.c-white {
  color: #ffffff !important;
}
.c-black {
  color: #333333 !important;
}
.c-blue {
  color: #508ed9 !important;
}
.c-yellow {
  color: #fff582 !important;
}
.c-red {
  color: #e60012 !important;
}
.c-green {
  color: #81bd16 !important;
}
.c-green2 {
  color: #00B0AE !important;
}
.c-orange {
  color: #ff9020 !important;
}
.c-gray {
  color: #f5f5f5 !important;
}
.c-gray2 {
  color: #e9e9e9 !important;
}
.c-pink {
  color: #f88072 !important;
}
.c-cream {
  color: #fffde5 !important;
}

/* bgカラー
*******************/
.bg-white {
  background-color: #ffffff !important;
}
.bg-black {
  background-color: #333333 !important;
}
.bg-blue {
  background-color: #508ed9 !important;
}
.bg-yellow {
  background-color: #fff582 !important;
}
.bg-red {
  background-color: #e60012 !important;
}
.bg-green {
  background-color: #81bd16 !important;
}
.bg-orange {
  background-color: #ff9020 !important;
}
.bg-gray {
  background-color: #f5f5f5 !important;
}
.bg-gray2 {
  background-color: #e9e9e9 !important;
}
.bg-pink {
  background-color: #f88072 !important;
}
.bg-cream {
  background-color: #fffde5 !important;
}

/* border color
*******************/
.bc-white {
  border-color: #ffffff !important;
}
.bc-black {
  border-color: #333333 !important;
}
.bc-blue {
  border-color: #508ed9 !important;
}
.bc-yellow {
  border-color: #fff582 !important;
}
.bc-red {
  border-color: #e60012 !important;
}
.bc-green {
  border-color: #81bd16 !important;
}
.bc-orange {
  border-color: #ff9020 !important;
}
.bc-gray {
  border-color: #f5f5f5 !important;
}
.bc-gray2 {
  border-color: #e9e9e9 !important;
}
.bc-pink {
  border-color: #f88072 !important;
}
.bc-cream {
  border-color: #fffde5 !important;
}

.cm-mv {
  background-image: url("../../images/new-sell/search/mv.jpg");
}
.cm-mv .ttl span {
  margin-top: 0;
}

.cm-strengths {
  padding: 8rem 0;
  background-color: #fffde5;
}
.cm-strengths .cm-ribbon-ttl {
  margin-bottom: 5rem;
}
.cm-strengths .flex .item {
  background-color: #ffffff;
  border: 1px solid #e60012;
  border-radius: .5rem;
  overflow: hidden;
}
.cm-strengths .flex .item .img img {
  width: 100%;
}
.cm-strengths .flex .item .txt {
  position: relative;
  padding: 2rem 2rem 3rem;
}
.cm-strengths .flex .item .txt h3 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #e60012;
  border-bottom: 2px dotted #e60012;
  padding: 0 1rem 1.5rem;
  margin-bottom: 1.5rem;
}
.cm-strengths .flex .item .txt .num {
  line-height: 1;
  font-size: 11rem;
  font-weight: 500;
  color: #e60012;
  position: absolute;
  top: -7rem;
  right: 1rem;
  text-shadow: 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff;
}
.cm-strengths .flex .item .txt .cont {
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: justify;
  padding: 0 1rem;
}

@media (min-width: 769px) and (max-width: 1000px) {
  .cm-strengths .flex .item .txt h3 {
    font-size: 2.8rem;
  }
  .cm-strengths .flex .item .txt .num {
    font-size: 7rem;
    top: -4rem;
  }
}
@media screen and (max-width: 768px) {
  .cm-strengths .flex .item .txt {
    padding: 1.5rem 1.5rem 2rem;
  }
  .cm-strengths .flex .item .txt h3 {
    font-size: 2.2rem;
    border-bottom: 0.2rem dotted #81bd16;
    padding: 0 .5rem 1.5rem;
  }
  .cm-strengths .flex .item .txt .num {
    font-size: 4rem;
    top: -2.5rem;
    right: 0.5rem;
  }
  .cm-strengths .flex .item .txt .cont {
    font-size: 1.4rem;
    padding: 0 .5rem;
  }
}
@media screen and (max-width: 480px) {
  .cm-mv .ttl span {
    font-size: 3.6rem;
  }
}
