@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-buy/business-meeting/mv.jpg");
}
.cm-mv > .txt {
  color: #333333;
}
.cm-mv .ttl span {
  margin-top: 0;
}

.cm-ribbon-ttl .txt {
  line-height: 1.5;
}

.cm-stflow-txt p {
  line-height: 1.714;
}
.cm-stflow-figure {
  margin-bottom: 1.5rem;
}
.cm-stflow-figure p {
  min-width: 10rem;
  text-align: center;
  background-color: #999999;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .6rem 0;
}
.cm-stflow-figure p:nth-child(2) {
  min-width: 13rem;
}
.cm-stflow-figure p:last-child {
  margin-right: 0;
}
.cm-stflow-figure p .material-symbols-outlined {
  font-size: 1.6rem;
  margin-right: .6rem;
}
.cm-stflow-figure span img {
  width: 1.2rem;
  margin-right: .6rem;
}
.cm-stflow .alignCenter.bottom {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 3rem;
}

.cm-voice .un-item01 .item {
  margin-bottom: 0;
}
.cm-voice .un-item01 .item > .absolute .txt p {
  font-size: 1.2rem;
}

.cm-benefits {
  background-color: #f5fee3;
}

.cm-balloon-ttl .balloon::before {
  background-color: #f5fee3;
}
@media screen and (max-width: 480px) {
  .cm-balloon-ttl .txt {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .cm-stflow .cm-ribbon-ttl .txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .cm-stflow-figure {
    margin-bottom: 2rem;
  }
  .cm-stflow-figure p {
    min-width: 12rem;
    font-size: 1.5rem;
  }
  .cm-stflow-figure p:nth-child(2) {
    min-width: 14rem;
  }
  .cm-stflow-figure p .material-symbols-outlined {
    font-size: 1.7rem;
  }
  .cm-stflow .alignCenter.bottom {
    font-size: 1.6rem;
  }

  .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;
  }
}
