@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-buy/order/mv.jpg");
}
.cm-mv > .txt {
  margin: 3.5rem 0 0;
}
.cm-mv .img {
  margin: 1rem auto 2rem;
}

.cm-problem {
  padding: 8rem 0 10rem;
}

.cm-tab03-problem-flex ul {
  list-style: disc;
  padding-left: 2em;
}

.cm-tab03-problem-ttl img {
  width: 12rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 480px) {
  .cm-tab03-problem-ttl img {
    width: 8rem;
    margin-right: 0.5rem;
  }
}

.cm-listing .cm-ribbon-ttl {
  margin-bottom: 2rem;
}
@media (min-width: 769px) and (max-width: 1023px) {
  .cm-listing .cm-ribbon-ttl .catch {
    font-size: 4.2vw;
  }
}
.cm-listing .flex {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cm-listing .flex {
    width: 100rem;
  }
}
.cm-listing .flex .top-left {
  width: 28%;
}
.cm-listing .flex .top-center {
  width: 37%;
}
.cm-listing .flex .top-right {
  width: 28%;
}
.cm-listing .flex .bottom-left {
  width: 38%;
}
.cm-listing .flex .bottom-center {
  width: 17%;
}
.cm-listing .flex .bottom-right {
  width: 38%;
}
.cm-listing .flex.top {
  position: relative;
  z-index: 1;
}
.cm-listing .flex.top .item-inbox::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10%;
  height: 0;
  border-bottom: dotted 0.4rem;
  border-color: inherit;
  transform: translateY(-50%);
}
.cm-listing .flex.bottom .item-inbox::before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 100%;
  border-left: dotted 0.4rem;
  border-color: inherit;
}
.cm-listing .flex .circle {
  position: relative;
  background-color: #ffffff;
  border: solid 0.6rem;
  border-radius: 100%;
}
.cm-listing .flex .circle::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cm-listing .flex .circle > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.cm-listing .flex .circle h3 {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 9%;
}
@media screen and (max-width: 1280px) {
  .cm-listing .flex .circle h3 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  .cm-listing .flex .circle h3 {
    font-size: 2.5rem;
  }
}
.cm-listing .flex .circle h3 span {
  font-size: 1.3em;
}
.cm-listing .flex .circle img {
  width: 45%;
}
.cm-listing .flex .item-inbox {
  position: relative;
  display: flex;
  align-items: stretch;
  border: solid 2px;
  border-radius: 0.6rem;
}
.cm-listing .flex .item-inbox .arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  width: 10%;
  height: 0;
  transform: translateY(-50%);
}
.cm-listing .flex .item-inbox .arrow::before {
  content: "";
  width: 90%;
  height: 0;
  border-bottom: dotted 0.4rem;
  border-color: inherit;
}
.cm-listing .flex .item-inbox .arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.cm-listing .flex .item-inbox.no1 {
  margin-bottom: 2rem;
}
.cm-listing .flex .item-inbox.no1::before {
  right: 100%;
}
.cm-listing .flex .item-inbox.no1 .arrow {
  justify-content: flex-end;
  left: 100%;
}
.cm-listing .flex .item-inbox.no1 .arrow::before {
  border-color: #81bd16;
}
.cm-listing .flex .item-inbox.no1 .arrow::after {
  right: 0;
  border-width: 1rem 0 1rem 1rem;
  border-color: transparent transparent transparent #81bd16;
}
.cm-listing .flex .item-inbox.no2::before {
  left: 100%;
}
.cm-listing .flex .item-inbox.no2 .arrow {
  justify-content: flex-start;
  right: 100%;
}
.cm-listing .flex .item-inbox.no2 .arrow::before {
  border-color: #e60012;
}
.cm-listing .flex .item-inbox.no2 .arrow::after {
  left: 0;
  border-width: 1rem 1rem 1rem 0;
  border-color: transparent #e60012 transparent transparent;
}
.cm-listing .flex .item-inbox.no3::before {
  left: 35%;
}
.cm-listing .flex .item-inbox.no3 .arrow {
  width: 8%;
  justify-content: flex-start;
  left: 100%;
}
.cm-listing .flex .item-inbox.no3 .arrow::before {
  border-color: #81bd16;
}
.cm-listing .flex .item-inbox.no3 .arrow::after {
  right: 0;
  border-width: 1rem 0 1rem 1rem;
  border-color: transparent transparent transparent #81bd16;
}
.cm-listing .flex .item-inbox.no4::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: inherit;
  right: 100%;
  width: 10%;
  height: 0;
  border-bottom: dotted 0.4rem;
  border-color: inherit;
  transform: translateY(-50%);
}
.cm-listing .flex .item-inbox.no4 .arrow {
  width: 8%;
  justify-content: flex-end;
  top: -3rem;
  right: 33%;
  transform: translateY(-50%) rotate(90deg);
}
.cm-listing .flex .item-inbox.no4 .arrow::before {
  border-color: #e60012;
}
.cm-listing .flex .item-inbox.no4 .arrow::after {
  left: 0;
  border-width: 1rem 1rem 1rem 0;
  border-color: transparent #e60012 transparent transparent;
}
.cm-listing .flex .item-inbox > .num {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
.cm-listing .flex .item-inbox > .num p {
  font-size: 4rem;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .cm-listing .flex .item-inbox > .num p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .cm-listing .flex .item-inbox > .num p {
    font-size: 4rem;
  }
}
.cm-listing .flex .item-inbox .txt {
  display: flex;
  align-items: center;
  font-size: 2rem;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 1280px) {
  .cm-listing .flex .item-inbox .txt {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .cm-listing .flex .item-inbox .txt {
    font-size: 2rem;
  }
}
.cm-listing .flex .item-inbox .txt span {
  font-size: 1.5em;
  margin-right: 0.5rem;
}
.cm-listing .flex .item-inbox .txt h3 {
  font-size: 1em;
  line-height: 1.3;
}
.cm-listing .flex .item-inbox .txt p {
  font-size: 0.9em;
}
.cm-listing .flex .bottom-center {
  position: relative;
  z-index: 1;
}
.cm-listing .flex .bottom-center .circle {
  border: dashed 2px #333333;
}
.cm-listing .flex .bottom-center .circle > * {
  justify-content: center;
}
.cm-listing .flex .bottom-center .circle img {
  width: 80%;
}
.cm-listing .flex .bottom-center .circle h3 {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1280px) {
  .cm-listing .flex .bottom-center .circle h3 {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .cm-listing .flex .bottom-center .circle h3 {
    font-size: 0.8rem;
    white-space: nowrap;
  }
}

.un-list01 li {
  display: flex;
  align-items: flex-start;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .un-list01 li {
    font-size: 2.4rem;
  }
  .un-list01 li .material-symbols-outlined {
    font-size: 2.6rem;
    top: .5rem;
  }
}

.scroll-hint-icon {
  z-index: 10;
}

.cm-gooddeal {
  padding: 8rem 0;
}
.cm-gooddeal .cm-ribbon-ttl {
  margin-bottom: 3rem;
}
.cm-gooddeal .cm-ribbon-ttl .catch {
  font-size: 3.8rem;
}
.cm-gooddeal .subttl {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5rem;
}
.cm-gooddeal .flex .item:nth-child(1) {
  width: 50%;
}
.cm-gooddeal .flex .item:nth-child(2) {
  width: 50%;
  padding-left: 5rem;
}
.cm-gooddeal .bottom-ttl {
  position: relative;
  margin-left: 3.5rem;
  margin-top: 8rem;
}
.cm-gooddeal .bottom-ttl::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 2rem 0 2rem;
  border-color: #81bd16 transparent transparent transparent;
  position: absolute;
  top: -5.5rem;
  left: 15rem;
}
.cm-gooddeal .bottom-ttl p {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.cm-gooddeal .bottom-ttl p .large {
  font-size: 2.6rem;
  color: #81bd16;
  display: block;
  margin-top: 1rem;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .cm-gooddeal .flex .item:nth-child(1) {
    width: 46%;
  }
  .cm-gooddeal .flex .item:nth-child(2) {
    width: 54%;
  }
  .cm-gooddeal .bottom-ttl {
    margin-left: 0;
  }
  .cm-gooddeal .bottom-ttl p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .cm-gooddeal .flex {
    flex-wrap: wrap;
  }
  .cm-gooddeal .flex .item:nth-child(1) {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
  .cm-gooddeal .flex .item:nth-child(2) {
    width: 87%;
    padding-left: 0;
    margin: auto;
  }
  .cm-gooddeal .bottom-ttl {
    display: inline-block;
    margin-left: auto;
    text-align: center;
    width: 100%;
  }
  .cm-gooddeal .bottom-ttl::before {
    left: 50%;
    transform: translateY(0%) translateX(-50%);
  }
  .cm-gooddeal .bottom-ttl p .large {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .cm-gooddeal .flex .item:nth-child(1) {
    width: 60%;
    margin: 0 auto 3rem;
  }
  .cm-gooddeal .flex .item:nth-child(2) {
    width: 100%;
  }
  .cm-gooddeal .un-list01 li {
    font-size: 1.8rem;
  }
  .cm-gooddeal .un-list01 li .material-symbols-outlined {
    font-size: 1.8rem;
  }
  .cm-gooddeal .bottom-ttl p {
    font-size: 2rem;
  }
  .cm-gooddeal .bottom-ttl p .large {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
