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

.sps-none {
  display: inline !important;
}

.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 17.6rem;
  height: 17.6rem;
  color: #ffffff;
  background-color: #81bd16;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 100%;
  margin-right: 2rem;
}

.cm-mv {
  background-image: url("../../images/new-buy/app/mv.jpg");
}
.cm-mv .ttl {
  font-weight: 600;
}
.cm-mv .ttl span {
  margin-top: 0;
}
.cm-mv-list {
  justify-content: center;
  margin: 3.5rem 0 3rem;
}
.cm-mv-list p {
  border: 1px solid #81bd16;
  background-color: #ffffff;
  border-radius: 3rem;
  color: #81bd16;
  padding: .3rem 1.5rem;
  margin-right: 3rem;
}
.cm-mv-list p:last-child {
  margin-right: 0;
}

.cm-listing-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1rem solid #81bd16;
  background-color: #ffffff;
  padding: 4rem 8rem 0;
  margin-top: 6rem;
}
.cm-listing-item .item {
  width: 48%;
}
.cm-listing-item .item:nth-child(1) {
  line-height: 0;
}
.cm-listing-item .item.flex {
  flex-wrap: wrap;
}
.cm-listing-item .item.flex .item {
  width: 50%;
  margin-bottom: 4%;
}
.cm-listing-item .item.flex .item:nth-child(n + 3) {
  margin-bottom: 0;
}
.cm-listing-item .item .circle {
  margin: auto;
}
.cm-listing-item .item .circle .material-symbols-outlined {
  font-size: 3.6rem;
}
.cm-listing-item .item .circle .icn {
  width: 4rem;
  display: block;
  margin: 0 auto .6rem;
}

.cm-appbnr {
  background-color: #81bd16;
  padding: 8rem 0;
}
.cm-appbnr .flex {
  justify-content: center;
  margin-top: 3rem;
}
.cm-appbnr .flex .item:nth-child(1) {
  margin-right: 6rem;
}
.cm-appbnr .flex .item p {
  text-align: center;
}
.cm-appbnr .flex .item p a {
  display: block;
  transition: .3s;
}
.cm-appbnr .flex .item p a:hover {
  opacity: .8;
}
.cm-appbnr .flex .item p.c-white {
  margin-bottom: 1rem;
}
.cm-appbnr .flex .item p .endsline::before, .cm-appbnr .flex .item p .endsline::after {
  background-color: #ffffff;
}

@media screen and (max-width: 1084px) {
  .cm-listing-item {
    padding: 4rem 7vw 0;
  }
  .cm-listing-item .item.flex {
    justify-content: space-between;
  }
  .cm-listing-item .item.flex .item {
    width: 48%;
  }
  .cm-listing-item .item .circle {
    width: 100%;
    height: 17.89vw;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .sps-none {
    display: inline !important;
  }

  .cm-mv-list p {
    margin-right: 1.5rem;
  }

  .cm-appbnr .flex {
    margin-top: 5rem;
  }
  .cm-appbnr .flex .item:nth-child(1) {
    margin-right: 3rem;
  }
  .cm-appbnr .flex .item p.c-white {
    font-size: 1.8rem;
  }

  .cm-listing-item {
    padding: 2rem 1.5rem 0;
    border-width: .6rem;
  }
  .cm-listing-item .item .circle {
    width: 100%;
    height: 14.384rem;
    font-size: 1.5rem;
  }
  .cm-listing-item .item .circle .material-symbols-outlined {
    font-size: 3.4rem;
  }
  .cm-listing-item .item .circle .icn {
    width: 3.4rem;
    margin: 0 auto .3rem;
  }
}
@media screen and (max-width: 480px) {
  .sps-none {
    display: none !important;
  }

  .cm-mv > .txt {
    letter-spacing: -.02em;
  }
  .cm-mv-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cm-mv-list p {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
    text-align: center;
  }
  .cm-mv-list p:nth-child(n + 3) {
    margin-bottom: 0;
  }

  .cm-appbnr .flex .item p.c-white {
    font-size: 1.2rem;
  }

  .cm-listing .cm-ribbon-ttl .txt {
    font-size: 2rem;
  }
  .cm-listing .cm-ribbon-ttl .catch {
    font-size: 2.8rem;
  }
  .cm-listing-item .item .circle {
    height: 9.17rem;
    font-size: 1rem;
  }
  .cm-listing-item .item .circle .material-symbols-outlined {
    font-size: 2.4rem;
  }
  .cm-listing-item .item .circle .icn {
    width: 2.6rem;
    margin: 0 auto;
  }
}
