@charset "UTF-8";
/* カラー
*******************/
.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/material/mv.jpg");
}
.cm-mv-list {
  justify-content: center;
  margin: 3.5rem 0 3rem;
}
.cm-mv-list p {
  background-color: #ffffff;
  border: 1px solid #508ed9;
  border-radius: 3rem;
  color: #508ed9;
  padding: .3rem 1.5rem;
  margin-right: 3rem;
  min-width: 17rem;
  text-align: center;
}
.cm-mv-list p:last-child {
  margin-right: 0;
}
.cm-mv .ttl span {
  font-size: 6rem;
}

.cm-problem .cm-ribbon-ttl .box {
  background-color: #ffffff;
  border: 0.2rem dotted #508ed9;
  display: inline-block;
  margin: 0 .3rem;
  padding: 0.3rem 0.6rem;
}
.cm-problem .bottomBox {
  border: 0.4rem dotted #508ed9;
  background-color: #ffffff;
  border-radius: .6rem;
  padding: 3rem;
  text-align: center;
  max-width: 80rem;
  margin: 3rem auto 0;
}
.cm-problem .bottomBox p {
  font-size: 2.4rem;
}
.cm-problem .bottomBox p.c-red {
  font-weight: 500;
}
.cm-problem .bottomBox h3 {
  font-size: 2.6rem;
  margin: 1rem 0;
}
.cm-problem .bottomBox h3 .bg-red.c-white {
  display: inline-block;
  padding: 0.6rem 1rem;
  margin-right: 0.6rem;
}

.cm-advantages .cm-ribbon-ttl .catch {
  font-size: 3.2rem;
}
.cm-advantages .cm-ribbon-ttl .catch .large {
  font-size: 4rem;
}
.cm-advantages-circleWrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 6rem;
}
.cm-advantages-circleWrap .item {
  margin: 0 2.5rem;
}
.cm-advantages-circleWrap .item:first-child {
  margin-left: 0;
}
.cm-advantages-circleWrap .item:last-child {
  margin-right: 0;
}
.cm-advantages-circleWrap p {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.cm-advantages .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
  margin: 0 auto 1rem;
  background-color: #ffffff;
  border-radius: 100%;
}
.cm-advantages .circle-inner {
  font-size: 2.6rem !important;
  font-weight: 500;
  color: #508ed9;
}

.cm-products {
  padding: 8rem 0;
}
.cm-products .sub-ttl {
  margin-bottom: 5rem;
}
.cm-products .item {
  max-width: 50rem;
  margin: auto;
  background-color: #f5f5f5;
}
.cm-products .item .img a {
  display: block;
  transition: .3s;
}
.cm-products .item .img a:hover {
  opacity: .7;
}
.cm-products .item > .txt {
  padding: 2.5rem 3rem 3rem;
}
.cm-products .item > .txt .cm-btn {
  margin-top: 3rem;
}

@media (min-width: 769px) and (max-width: 1060px) {
  .cm-mv .ttl {
    font-size: 3rem;
  }
  .cm-mv .ttl span {
    font-size: 4.2rem;
  }
  .cm-mv > .txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cm-mv {
    padding-bottom: 10rem;
  }

  .cm-sitemap .flex.col-2 .item {
    width: 100%;
    margin-right: 0;
  }
  .cm-sitemap .sub-ttl {
    margin-top: 6rem;
  }
}
@media (max-width: 660px) {
  header .header .cv_btn_header.bg-red {
    font-size: 12px;
    padding: 2px 8px;
  }
}
@media screen and (max-width: 480px) {
  .cm-mv .ttl {
    font-size: 2rem;
  }
  .cm-mv .ttl span {
    font-size: 4rem;
  }
  .cm-mv > .txt {
    letter-spacing: -.02em;
  }
  .cm-mv-list p {
    font-size: 1.3rem;
    margin-right: 1rem;
    min-width: 14rem;
  }

  .cm-problem .bottomBox h3 {
    margin: 1.5rem 0;
    line-height: 1.35;
  }

  .cm-advantages-circleWrap .item {
    margin: 0 .75rem;
  }
  .cm-advantages .circle {
    width: 10rem;
    height: 10rem;
  }
  .cm-advantages .circle-inner {
    font-size: 2.2rem !important;
  }

  .cm-voice .un-item01 .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4rem;
  }
  .cm-voice .un-item01 .item:nth-child(2n) {
    margin-right: 0;
  }
  .cm-voice .un-item01 .item:nth-child(n + 3) {
    margin-bottom: 0;
  }
}
