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

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

/*豊富な機能※後でcommon.cssにマージ */
.cm-function {
  padding: 8rem 0;
  background-size: cover;
  background-position: center;
  /*ここだけユニーク*/
  background-image: url("../images/new-sell/bg_function.jpg");
  /*ここだけユニーク*/
}
.cm-function-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #ffffff;
  text-align: center;
  background-color: #e60012;
  padding: 1.5rem 0;
}
.cm-function-ttl .material-symbols-outlined {
  font-size: 3.5rem;
  margin-right: 1rem;
  vertical-align: text-bottom;
}
.cm-function .main-function {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url("../images/new-buy/icn-circle.png") no-repeat center top 50.8rem;
  background-size: auto;
  margin: 6rem auto 8rem;
}
.cm-function .main-function .box {
  margin-bottom: 8rem;
  width: 45.8%;
  background-color: #ffffff;
  position: relative;
}
.cm-function .main-function .box::after {
  content: "";
  display: block;
  width: 6.7rem;
  height: 1.9rem;
  background: url("../images/new-buy/icn-arrow.png") no-repeat center;
  background-size: 100%;
  position: absolute;
}
.cm-function .main-function .box:nth-child(1)::after {
  right: -7.5rem;
  top: 50%;
}
.cm-function .main-function .box:nth-child(2)::after {
  left: 50%;
  bottom: -8rem;
  transform: rotate(90deg) translateY(3.35rem) translateX(-50%);
}
.cm-function .main-function .box:nth-child(3)::after {
  left: 50%;
  top: -8rem;
  transform: rotate(-90deg) translateY(-3.35rem) translateX(-50%);
}
.cm-function .main-function .box:nth-child(4)::after {
  left: -7.5rem;
  top: 12.5rem;
  transform: rotate(180deg);
}
.cm-function .main-function .box:nth-child(n+3) {
  margin-bottom: 0;
}
.cm-function .main-function .detail {
  width: 47%;
  margin-top: 2rem;
}
.cm-function .main-function .detail-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0rem 3rem 2.5rem;
}
.cm-function .main-function .detail-txt {
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-align: center;
  margin: 1rem 0 1rem;
}
.cm-function .main-function .detail .cm-btn > span::before {
  right: 1.5rem;
}
.cm-function .other-function .detail {
  width: 15%;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
.cm-function .other-function .detail-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 0rem 3rem 2.5rem;
}
.cm-function .other-function .detail-wrap.col-4 .detail {
  width: 23.5%;
  margin-right: 2%;
}
.cm-function .other-function .detail-wrap.col-4 .detail:nth-child(4n) {
  margin-right: 0;
}
.cm-function .other-function .detail-wrap.col-4 .detail .img {
  line-height: 0;
}
.cm-function .other-function .detail-wrap.col-4 .detail .img img {
  width: 100%;
}
.cm-function .other-function .detail-wrap.col-5 {
  justify-content: flex-start;
}
.cm-function .other-function .detail-wrap.col-5 .detail {
  width: 18.4%;
  margin-right: 2%;
}
.cm-function .other-function .detail-wrap.col-5 .detail:nth-child(5n) {
  margin-right: 0;
}
.cm-function .other-function .detail-wrap.col-5 .detail .img {
  line-height: 0;
}
.cm-function .other-function .detail-wrap.col-5 .detail .img img {
  width: 100%;
}
.cm-function .other-function .detail-wrap.col-6 {
  justify-content: flex-start;
}
.cm-function .other-function .detail-wrap.col-6 .detail {
  margin-right: 2%;
}
.cm-function .other-function .detail-wrap.col-6 .detail:nth-child(6n) {
  margin-right: 0;
}
.cm-function .other-function .detail-wrap.col-7 .detail {
  width: 13.5%;
}
.cm-function .other-function .detail-wrap.col-7 .detail-txt {
  font-size: 1.4rem;
  min-height: 4.2rem;
}
.cm-function .other-function .detail-txt {
  letter-spacing: 0.06em;
  text-align: center;
  margin: 1rem 0 1rem;
  min-height: 4.8rem;
}
.cm-function .other-function .detail .cm-btn > span::before {
  right: 1.5rem;
}

/* 活用ガイド
******************/
.cm-flow {
  padding: 8rem 0;
}
.cm-flow .cm-ribbon-ttl .catch img {
  width: 13rem;
  margin-right: 1.5rem;
}
.cm-flow .main-txt {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: center;
  margin-top: 6rem;
}
.cm-flow .sub-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #e60012;
  margin-top: 6rem;
  display: flex;
  align-items: center;
}
.cm-flow .sub-ttl::before, .cm-flow .sub-ttl::after {
  content: "";
  flex-grow: 1;
  height: 0.3rem;
  background: #e60012;
}
.cm-flow .sub-ttl::before {
  margin-right: 2rem;
}
.cm-flow .sub-ttl::after {
  margin-left: 2rem;
}
.cm-flow .sub-txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 2rem;
}
.cm-flow .cm-tab03 {
  margin-top: 5rem;
}

/* 活用ガイド ここまで
*****************/
@keyframes fadeIn-right {
  0% {
    opacity: 0;
    right: -3rem;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
/* 共通タブ
*****************/
.cm-tab03 {
  max-width: 94.5rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.cm-tab03-ttl_wrap {
  width: 32rem;
  background-color: #e60012;
  border-radius: 0.5rem;
  padding: 3.5rem 0;
}
.cm-tab03-ttl_ttl {
  text-align: center;
  width: 14.5rem;
  height: 14.5rem;
  background-color: #aa0001;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: auto;
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 3rem;
}
.cm-tab03-ttl_ttl::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 1rem 0 1rem;
  border-color: #aa0001 transparent transparent transparent;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}
.cm-tab03-ttl_ttl .circle {
  display: inline-block;
}
.cm-tab03-ttl_ttl .circle span {
  display: block;
  margin-bottom: 1rem;
  font-size: 3.2rem;
}
.cm-tab03-ttl_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.cm-tab03-ttl_item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cm-tab03-ttl_item.active {
  position: relative;
}
.cm-tab03-ttl_item.active::after {
  content: "";
  display: block;
  width: 4.4rem;
  height: 1px;
  border-bottom: 1px dotted #e60012;
  position: absolute;
  right: -4.4rem;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  z-index: 0;
}
.cm-tab03-ttl_item.active a {
  background-color: #aa0001;
}
.cm-tab03-ttl_item a {
  display: flex;
  align-items: center;
  background-color: #ec404d;
  padding: 1.2rem 1.5rem;
  pointer-events: none;
}
.cm-tab03-ttl_item .case {
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  font-size: 2.5rem;
  line-height: 1.2;
}
.cm-tab03-ttl_item .case .small {
  display: block;
  font-size: 1rem;
}
.cm-tab03-ttl_item .ttl {
  font-size: 1.2rem;
  color: #ffffff;
  width: calc(100% - 10.6rem);
}
.cm-tab03-ttl_item .ico-circle {
  width: 2.1rem;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100%;
  margin-left: 1rem;
}
.cm-tab03-ttl_item .ico-circle .material-symbols-outlined {
  font-size: 1.2rem;
}
.cm-tab03-main {
  width: 58rem;
  border: 0.4rem solid #ee646f;
  background: url("https://foodsinfomart.com/wp-content/themes/foodsinfomart/images/sell/practical/bg01.png") repeat;
  background-size: auto;
  border-radius: 0.5rem;
  padding: 2.5rem;
  overflow: hidden;
}
.cm-tab03-main_wrap {
  display: none;
}
.cm-tab03-main_wrap_inner {
  position: relative;
  opacity: 0;
}
.cm-tab03-main_wrap.active {
  display: block;
}
.cm-tab03-main_wrap.active .cm-tab03-main_wrap_inner {
  animation-name: fadeIn-right;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.cm-tab03-problem-txt {
  background-color: #ffffff;
  border: 0.2rem solid #f07d86;
  border-radius: 0.5rem;
  padding: 1.5rem 2.5rem 2.5rem;
  margin-bottom: 5rem;
  position: relative;
}
.cm-tab03-problem-txt::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 2rem 0 2rem;
  border-color: #e60012 transparent transparent transparent;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}
.cm-tab03-problem-txt h4, .cm-tab03-problem-txt h3 {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: 0.2rem solid #dddddd;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.cm-tab03-problem-txt h4 > span, .cm-tab03-problem-txt h3 > span {
  width: calc(100% - 7rem);
}
.cm-tab03-problem-txt .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 100%;
  margin-right: 2rem;
}
.cm-tab03-problem-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cm-tab03-problem-flex p {
  width: calc(100% - 20rem);
}
.cm-tab03-problem-flex .img {
  width: 18rem;
}
.cm-tab03-problem-ttl {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 0.2rem solid #dddddd;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.cm-tab03-problem-ttl > span {
  width: calc(100% - 7rem);
}
.cm-tab03-problem-ttl .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 100%;
  margin-right: 2rem;
}
.cm-tab03-solution {
  background-color: #ffffff;
  border: 0.4rem dotted #ff9020;
  border-radius: 0.5rem;
  padding: 1.5rem 2.5rem 2.5rem;
  position: relative;
}
.cm-tab03-solution .absolute {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
  position: absolute;
  top: -1.7rem;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  text-shadow: 0.5rem 0.5rem 0.3rem #ffffff, -0.5rem -0.5rem 0.3rem #ffffff, -0.5rem 0.5rem 0.3rem #ffffff, 0.5rem -0.5rem 0.3rem #ffffff, 0px 0.5rem 0.3rem #ffffff, 0 -0.5rem 0.3rem #ffffff, -0.5rem 0 0.3rem #ffffff, 0.5rem 0 0.3rem #ffffff;
  background: #ffffff;
}
.cm-tab03-solution-link {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.cm-tab03-solution-link .item {
  margin-right: 2rem;
  max-width: 14rem;
}
.cm-tab03-solution-link .item:nth-child(3n) {
  margin-right: 0;
}
.cm-tab03-solution-link .item:last-child {
  margin-right: 0;
}
.cm-tab03-solution-link .item > a {
  line-height: 0;
}
.cm-tab03-solution-link .item .cm-btn > span::before {
  right: 1.5rem;
}
.cm-tab03-solution-link-item {
  margin-bottom: 1rem;
}
.cm-tab03-solution-link-item .ttl {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  background-color: #ff9020;
  padding: 0.5rem 0;
  text-align: center;
  color: #ffffff;
}
.cm-tab03-solution-link-item img {
  width: 100%;
}
.cm-tab03-solution .cm-btn {
  margin-top: 1.5rem;
}

.cm-tab04-tab {
  display: flex;
  border-bottom: 0.4rem solid #e60012;
}
.cm-tab04-tab .ttl {
  width: 100%;
  text-align: center;
  font-size: 2.3rem;
  background-color: #ffffff;
  border-radius: 0.5rem 0.5rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 9rem;
  transition: 0.3s;
}
.cm-tab04-tab .ttl.active {
  background-color: #e60012;
  color: #ffffff;
}
.cm-tab04-tab .ttl.active .circle {
  background-color: #ffffff;
  color: #e60012;
}
.cm-tab04-tab .ttl.active .circle .material-symbols-outlined {
  transform: rotate(90deg);
}
.cm-tab04-tab .ttl .circle {
  background-color: #e60012;
  color: #ffffff;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
  transition: 0.3s;
}
.cm-tab04-tab .ttl .material-symbols-outlined {
  font-size: 1.4rem;
  transition: 0.3s;
}
.cm-tab04-box {
  background-color: #ffffff;
  padding: 4rem;
}
.cm-tab04-area {
  display: none;
}
.cm-tab04-area.active {
  display: block;
}

/* 共通タブ ここまで
*****************/
/* 業務別コスト比較
******************/
.cm-cost {
  padding: 8rem 0;
}
.cm-cost .cm-ribbon-ttl {
  margin-bottom: 5rem;
}
.cm-cost .cm-ribbon-ttl .catch img {
  width: 13rem;
  margin-right: 1.5rem;
}
.cm-cost .btmtxt {
  font-size: 1.4rem;
}
.cm-cost .btmtxt2 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.cm-cost .cm-tab04 {
  padding-bottom: 5rem;
}
.cm-cost .cm-tab03-problem-flex p .small {
  font-size: 1.4rem;
}
.cm-cost-detail .cm-tab03-main_wrap {
  background: url("../images/sell/practical/bg01.png") repeat;
  background-size: auto;
  padding: 5rem 3rem;
  border: 3px solid #e60012;
  border-radius: 0.5rem;
}
.cm-cost-detail .cm-tab03-main_wrap_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cm-cost-detail .cm-tab03-problem {
  width: 45%;
  background-color: #ffffff;
  border: 0.2rem solid #e60012;
  border-radius: 0.5rem;
  position: relative;
}
.cm-cost-detail .cm-tab03-problem::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 0 2rem 3rem;
  border-color: transparent transparent transparent #e60012;
  position: absolute;
  right: -16%;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
}
.cm-cost-detail .cm-tab03-problem-txt {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 2.5rem;
  margin-bottom: 0;
}
.cm-cost-detail .cm-tab03-problem-txt::after {
  content: none;
}
.cm-cost-detail .cm-tab03-problem-flex p {
  width: calc(100% - 18rem);
}
.cm-cost-detail .cm-tab03-problem-flex .img {
  width: 16rem;
}
.cm-cost-detail .cm-tab03-solution {
  width: 45%;
  padding: 2rem 2.5rem 2.5rem;
}
.cm-cost-detail .cm-costNum::after {
  width: 34%;
}
.cm-cost-detail .cm-costNum-flex:nth-of-type(1) .item:nth-child(2) p {
  padding: 0.5rem 0;
}
.cm-cost-detail .cm-costNum-flex:nth-of-type(1) .item:nth-child(3) p {
  font-size: 2.4rem;
  padding: 1.2rem 0;
}
.cm-cost-detail .cm-costNum-flex .item p {
  font-size: 2rem;
}
.cm-cost-detail .cm-costNum-flex .item p .small {
  font-size: 1.4rem;
}
.cm-cost-detail .cm-costNum-flex .item:nth-child(3) p {
  font-size: 2.8rem;
}
.cm-cost-detail .cm-costNum-flex .item:nth-child(3) p .small {
  font-size: 1.6rem;
}
.cm-cost-detail .cm-costNum-bg-sp {
  width: 100%;
}
.cm-cost-detail .cm-costNum-bg-wrap {
  max-width: 70rem;
  margin: auto;
}
.cm-cost-detail .cm-costNum-bottom .ttl {
  font-size: 2.4rem;
}
.cm-cost-detail .cm-costNum-bottom .ttl .material-symbols-outlined {
  font-size: 2.4rem;
}
.cm-cost-detail .cm-costNum-bottom .num {
  font-size: 3.6rem;
}
.cm-cost-detail .cm-costNum-bottom .num .small {
  font-size: 2.2rem;
}

/* 業務別コスト比較 ここまで
******************/
/* 業務別コスト比較 表
******************/
.cm-costNum {
  position: relative;
}
.cm-costNum::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33.35%;
  height: 90%;
  border: 0.4rem solid #ff9020;
  border-top: none;
}
.cm-costNum-bg {
  margin-top: 1.5rem;
}
.cm-costNum-bg-sp {
  margin-top: 3rem;
}
.cm-costNum-bg-wrap .cm-ribbon-ttl {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cm-costNum-bg-wrap .cm-ribbon-ttl .intro {
  margin-bottom: 0;
}
.cm-costNum-bg-wrap .cm-ribbon-ttl::before {
  content: none;
}
.cm-costNum-flex {
  display: flex;
  border-bottom: 0.2rem dashed #d1d1d1;
}
.cm-costNum-flex:nth-of-type(1) {
  border-bottom: none;
  align-items: flex-end;
}
.cm-costNum-flex:nth-of-type(1) .item {
  background-color: transparent;
  min-height: inherit;
}
.cm-costNum-flex:nth-of-type(1) .item:nth-child(1) {
  background-color: transparent;
}
.cm-costNum-flex:nth-of-type(1) .item:nth-child(2) p {
  background-color: #e60012;
  color: #ffffff;
  padding: 0.2rem 0;
  border-radius: 0.5rem 0.5rem 0 0;
}
.cm-costNum-flex:nth-of-type(1) .item:nth-child(3) p {
  font-size: 2rem;
  background-color: #ff9020;
  color: #ffffff;
  padding: 0.5rem 0;
  border-radius: 0.5rem 0.5rem 0 0;
}
.cm-costNum-flex .item {
  width: 30%;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.2rem;
}
.cm-costNum-flex .item:nth-child(1) {
  background-color: #e5e5e5;
}
.cm-costNum-flex .item:nth-child(2) {
  width: 35%;
}
.cm-costNum-flex .item:nth-child(3) {
  width: 35%;
}
.cm-costNum-flex .item:nth-child(3) p {
  font-size: 2.1rem;
  color: #ff9020;
}
.cm-costNum-flex .item:nth-child(3) p .small {
  font-size: 1.8rem;
}
.cm-costNum-flex .item:nth-child(3) p .small2 {
  position: relative;
  top: -0.6rem;
}
.cm-costNum-flex .item p {
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 600;
  padding: 1rem 0;
  width: 100%;
}
.cm-costNum-flex .item p .small {
  font-size: 1.2rem;
}
.cm-costNum-flex .item p .small2 {
  font-size: 1.2rem;
}
.cm-costNum-bottom {
  display: flex;
  align-items: center;
  background-color: #ff9020;
  border: 0.2rem solid #ff9020;
  margin-top: 2.5rem;
}
.cm-costNum-bottom .ttl {
  color: #ffffff;
  font-size: 2.2rem;
}
.cm-costNum-bottom .ttl .material-symbols-outlined {
  font-size: 2.2rem;
  font-weight: bold;
  margin-right: 0.5rem;
  line-height: 1;
}
.cm-costNum-bottom .num {
  font-size: 2.9rem;
  font-weight: 600;
  color: #ff9020;
}
.cm-costNum-bottom .num .small {
  font-size: 2.1rem;
}
.cm-costNum-bottom .item {
  width: 40%;
  text-align: center;
}
.cm-costNum-bottom .item:nth-child(2) {
  width: 60%;
  background-color: #ffffff;
}

/* 業務別コスト比較表 ここまで
******************/
/* こんな商品が掲載
******************/
.cm-listing {
  padding: 8rem 0;
}
.cm-listing .ttl-sideline {
  margin-bottom: 3rem;
}
.cm-listing .flex.col-2 {
  justify-content: center;
}
.cm-listing .flex.col-2 .item {
  background-color: #f5f5f5;
  margin-right: 0;
}
.cm-listing .flex.col-2 .item .img a {
  display: block;
  line-height: 0;
  transition: 0.3s;
}
.cm-listing .flex.col-2 .item .img a:hover {
  opacity: 0.8;
}
.cm-listing .flex.col-2 .item .img img {
  width: 100%;
}
.cm-listing .flex.col-2 .item > .txt {
  padding: 2.5rem 3rem 3rem;
}
.cm-listing .flex.col-2 .item > .txt p:nth-of-type(1) {
  min-height: 7rem;
}
.cm-listing .flex.col-2 .item > .txt .cm-btn {
  margin-top: 2.5rem;
}

/* こんな商品が掲載 ここまで
******************/
.cm-casestudy {
  border-bottom: 1px rgba(255, 144, 32, 0.2) solid;
}
.cm-casestudy .ttl-bottomline {
  font-size: 4.6rem;
  margin-top: 3rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cm-casestudy .ttl-bottomline .c-blue {
  color: #508ed9;
}
.cm-casestudy-top {
  border-top: 2px solid #81bd16;
  margin-top: 2rem;
}
.cm-casestudy-top .lwrap {
  position: relative;
}
.cm-casestudy-top .un-list01 {
  margin: 0 1.5rem;
}
.cm-casestudy-bottom {
  background-color: #508ed9;
  padding: 3.5rem 0;
}
.cm-casestudy-bottom .cm-casestudy-txt {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cm-casestudy-bottom .ttl {
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 3rem;
}
.cm-casestudy-bottom .ttl .large {
  font-size: 2.6rem;
}
.cm-casestudy-bottom .left {
  width: 50%;
}
.cm-casestudy-bottom .right {
  width: 46%;
}
.cm-casestudy-img {
  justify-content: center;
  align-items: center;
}
.cm-casestudy.material {
  background: url("../images/new-buy/bg_induction.jpg") no-repeat center;
  background-size: cover;
}
.cm-casestudy-txt {
  width: 100%;
  margin: auto;
  position: relative;
}
.cm-casestudy-txt .ttl-bottomline .small {
  font-size: 2.2rem;
}
.cm-casestudy-txt .ttl {
  font-weight: 600;
  text-align: center;
}
.cm-casestudy-ico {
  background: url("../images/new-sell/bg_induction_r_ico.png") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 13rem;
  height: 13rem;
  right: 22rem;
  top: 10rem;
}
.cm-casestudy-ico-inner {
  color: #ffffff;
  text-align: center;
}
.cm-casestudy-ico-inner p {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
}
.cm-casestudy-ico-inner .material-symbols-outlined {
  font-size: 4.5rem;
  margin-top: 0.5rem;
}

/* こんなご要望
******************/
.cm-induction {
  /* 画像右 ここから
  ******************/
  /* 備品 ここから
  ******************/
  /* 備品 ここまで
  ******************/
  /* 送料 ここから
  ******************/
  /* 送料 ここまで
  ******************/
}
.cm-induction-top {
  background: url("../images/new-buy/bg_induction.jpg") no-repeat center;
  background-size: cover;
  padding: 6rem 0 4.5rem;
}
.cm-induction-top .lwrap {
  position: relative;
}
.cm-induction-top .un-list01 {
  margin: 0 1.5rem;
}
.cm-induction-bottom {
  background-color: #da6b60;
  padding: 3rem 0;
}
.cm-induction-bottom .ttl {
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cm-induction-bottom .ttl .large {
  font-size: 2.6rem;
}
.cm-induction-txt {
  max-width: 60rem;
  width: 100%;
}
.cm-induction-ico {
  background: url("../images/new-sell/bg_induction_ico.png") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 18rem;
  position: absolute;
  left: 0;
  top: 1rem;
}
.cm-induction-ico-inner {
  color: #ffffff;
  text-align: center;
}
.cm-induction-ico-inner p {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
}
.cm-induction-ico-inner .material-symbols-outlined {
  font-size: 4.5rem;
  margin-top: 0.5rem;
}
.cm-induction-map {
  position: absolute;
  left: 0;
  top: 2rem;
}
.cm-induction.imgRight .fl-r {
  float: none;
}
.cm-induction.imgRight .cm-induction-map {
  left: inherit;
  right: 0;
}
.cm-induction.imgRight .cm-induction-ico {
  left: inherit;
  right: 20rem;
}
.cm-induction_equipment .ttl-bottomline {
  font-size: 2.3rem;
  line-height: 1.35;
  text-shadow: 0.3rem 0.3rem 0.6rem #ffffff, -0.3rem 0.3rem 0.6rem #ffffff, 0.3rem -0.3rem 0.6rem #ffffff, -0.3rem -0.3rem 0.6rem #ffffff;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.cm-induction_equipment .ttl-bottomline .small {
  font-size: 2rem;
}
.cm-induction_equipment .ttl-bottomline .large {
  font-size: 3.25rem;
}
.cm-induction_equipment .ttl-bottomline .large2 {
  font-size: 3.2rem;
}
.cm-induction_equipment .ttl-bottomline .large3 {
  font-size: 5rem;
}
.cm-induction_equipment .cm-induction-top {
  background-image: url("../images/new-sell/bg_induction.jpg");
}
.cm-induction_equipment .cm-induction-bottom {
  background-color: #508ed9;
}
.cm-induction_equipment .cm-induction-bottom .ttl {
  font-size: 2.5rem;
}
.cm-induction_equipment .cm-induction-txt {
  margin-left: 17rem;
  max-width: 50rem;
}
.cm-induction_equipment .cm-induction-map {
  left: inherit;
  right: 0;
}
.cm-induction_equipment .cm-induction-ico {
  top: -3rem;
}
.cm-induction_souryou .cm-induction-top {
  background-image: url("../images/new-buy/bg_induction3.jpg");
  padding-bottom: 0;
}
.cm-induction_souryou .cm-induction-top .flex {
  justify-content: space-between;
  align-items: flex-end;
}
.cm-induction_souryou .cm-induction-ico {
  top: -8rem;
  background-image: url("../images/new-buy/bg_induction3_ico.png");
}
.cm-induction_souryou .cm-induction-ico-inner p {
  font-size: 1.4rem;
}
.cm-induction_souryou .cm-induction-ico-inner p .large {
  font-size: 2.5rem;
}
.cm-induction_souryou .cm-induction-img {
  position: relative;
  text-align: right;
  width: 42%;
  margin-bottom: 1rem;
}
.cm-induction_souryou .cm-induction-txt {
  max-width: inherit;
  width: 54%;
  margin-bottom: 2.5rem;
}
.cm-induction_souryou .cm-induction-bottom {
  background-color: #81bd16;
  padding: 1.5rem 0 2rem;
}
.cm-induction_souryou .cm-induction-bottom .cm-induction-txt {
  width: 100%;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
}
.cm-induction_souryou .cm-induction-bottom .btn-anime-2.bc-green {
  border-color: #6fae00;
}
.cm-induction_souryou .cm-induction-bottom .btn-anime-2.bc-green .bg {
  background-color: #6fae00;
}
.cm-induction_souryou .cm-induction-bottom .left {
  width: 50%;
}
.cm-induction_souryou .cm-induction-bottom .right {
  width: 46%;
}
.cm-induction_souryou .cm-induction-bottom .ttl {
  text-align: left;
  font-size: 2.6rem;
  margin-bottom: 0;
}
.cm-induction_souryou .cm-induction-bottom .ttl > .bg-white {
  display: inline-block;
  width: 14rem;
  line-height: 1;
  padding: 0.6rem 0.66rem 0.5rem;
  margin: 0 0.6rem 1.5rem 1.5rem;
  position: relative;
  top: 0.3rem;
}
.cm-induction_souryou .cm-induction-bottom .ttl .large {
  font-size: 3.38rem;
}
.cm-induction_souryou .ttl-bottomline {
  line-height: 1.5;
}
.cm-induction .square {
  display: inline-block;
  background-color: #ff9020;
  text-align: center;
  padding: 0.3rem 0.6rem;
  margin: 0 0.5rem;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.3;
}
.cm-induction_onepress .cm-induction-txt {
  margin: auto;
  max-width: 60rem;
  position: relative;
}
.cm-induction_onepress .cm-induction-txt .ttl-bottomline {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  text-shadow: 0.3rem 0.3rem 0.6rem #ffffff, -0.3rem 0.3rem 0.6rem #ffffff, 0.3rem -0.3rem 0.6rem #ffffff, -0.3rem -0.3rem 0.6rem #ffffff;
  font-size: 4.6rem;
}
.cm-induction_onepress .cm-induction-txt .ttl-bottomline .small {
  font-size: 2.2rem;
}
.cm-induction_onepress .cm-induction-txt .ttl-bottomline .c-green {
  line-height: 1.3;
}
.cm-induction_onepress .cm-induction-top {
  background-image: url("../images/new-buy/bg_induction2.jpg");
  padding: 8rem 0;
}
.cm-induction_onepress .cm-induction-ico {
  background-image: url("../images/new-buy/bg_induction4_ico.png");
  width: 13rem;
  height: 13rem;
  left: -3rem;
  top: -11rem;
}
.cm-induction_onepress .cm-induction-ico-inner .material-symbols-outlined {
  font-size: 3.4rem;
  margin-top: 0;
}
.cm-induction_onepress .cm-induction-bottom {
  background-color: #e60012;
  padding: 3.5rem 0;
}
.cm-induction_onepress .cm-induction-bottom .ttl {
  margin-bottom: 3rem;
}

/* こんなご要望 ここまで
******************/
/* こんな課題をかかえていませんか？
******************/
.cm-benefits {
  padding: 8rem 0;
}
.cm-benefits .cm-ribbon-ttl {
  margin-bottom: 6rem;
}
.cm-benefits-ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.35;
  padding: 7rem 0 6rem;
}
.cm-benefits-listbox {
  background: url("../images/new-sell/bg-note.jpg") repeat center;
  background-size: auto;
  border: 3px solid #e60012;
  border-radius: 1rem;
  max-width: 80rem;
  margin: auto;
  padding: 4.5rem;
  position: relative;
}
.cm-benefits-listbox::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6.1rem;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4rem 4rem 0 4rem;
  border-color: #e60012 transparent transparent transparent;
}
.cm-benefits-listbox .un-list01 li {
  font-size: 2.9rem;
  border-bottom: 3px dotted #e60012;
  padding-bottom: 1.5rem;
}
.cm-benefits-listbox .un-list01 li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cm-benefits-listbox .un-list01 li .material-symbols-outlined {
  font-size: 2.9rem;
  margin-right: 2rem;
  top: 0.3rem;
}

/* こんな課題をかかえていませんか？　ここまで
******************/
/* 利用企業様からの声
******************/
.cm-voice {
  padding: 8rem 0;
  background: url("../images/new-buy/bg_voice.jpg") no-repeat center top;
  background-size: cover;
}
.cm-voice .cm-ribbon-ttl {
  margin-bottom: 6rem;
}
.cm-voice .un-item01 .item {
  margin-bottom: 6rem;
}
.cm-voice .un-item01 .item:nth-child(n+3) {
  margin-bottom: 0;
}

.un-item01 .item {
  background-color: #ffffff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.03);
  border-radius: 0.5rem;
  position: relative;
}
.un-item01 .item > .absolute {
  position: absolute;
  left: 3rem;
  top: -2rem;
  border: 2px solid #e60012;
  border-radius: 0.5rem;
  width: 9rem;
}
.un-item01 .item > .absolute .ico {
  background-color: #ffffff;
  text-align: center;
  padding: 0.5rem 0 0;
  border-radius: 0.4rem 0.4rem 0 0;
  line-height: 0;
}
.un-item01 .item > .absolute .txt {
  background-color: #e60012;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
}
.un-item01 .item > .absolute .txt p {
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
}
.un-item01 .item > .img img {
  width: 100%;
}
.un-item01 .item > .txt {
  padding: 2rem 3rem;
}
.un-item01 .item > .txt .ttl {
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.35;
  color: #e60012;
  margin-bottom: 2rem;
}
.un-item01 .item > .txt p {
  line-height: 1.75;
}
.un-item01.col-3 .item:nth-child(n+3) {
  margin-bottom: 6rem;
}
.un-item01.blue .item > .absolute {
  border-color: #508ed9;
}
.un-item01.blue .item > .absolute .txt {
  background-color: #508ed9;
}
.un-item01.blue .item > .txt .ttl {
  color: #508ed9;
}

/* 利用企業様からの声 ここまで
******************/
/* よくある質問
******************/
.cm-faq {
  padding: 8rem 0;
  background-color: #e9e9e9;
}
.cm-faq .cm-ribbon-ttl {
  margin-bottom: 6rem;
}
.cm-faq-box {
  background-color: #ffffff;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  padding: 2rem 2rem 0;
}
.cm-faq-box:last-of-type {
  margin-bottom: 0;
}
.cm-faq-q {
  padding-bottom: 2rem;
}
.cm-faq-q p {
  font-size: 2rem;
  font-weight: 600;
  padding: 0.6rem 4rem 0 6rem;
  min-height: 4.2rem;
  cursor: pointer;
  position: relative;
}
.cm-faq-q p::before {
  content: "Q";
  text-align: center;
  display: block;
  background-color: #e60012;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 600;
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cm-faq-q p::after {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  margin-top: -0.3rem;
  transform: rotate(45deg);
  border-bottom: solid 0.2rem #e60012;
  border-right: solid 0.2rem #e60012;
  z-index: 1;
  transition: 0.3s;
}
.cm-faq-q.active p::after {
  transform: rotate(-135deg);
  top: 2.2rem;
}
.cm-faq-a {
  border-top: 1px dotted #e60012;
  padding-bottom: 3rem;
}
.cm-faq-a p {
  margin-top: 2rem;
  padding: 1rem 0 0 6rem;
  position: relative;
}
.cm-faq-a p::before {
  content: "A";
  text-align: center;
  display: block;
  border: 2px solid #e60012;
  color: #e60012;
  font-size: 2.5rem;
  font-weight: 600;
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  position: absolute;
  left: 0;
  top: 0.3rem;
}
.cm-faq-a a {
  color: #e60012;
}
.cm-faq-a strong {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}

/* よくある質問 ここまで
******************/
/* ご利用開始・審査の流れ
******************/
.cm-stflow {
  background-color: #f5f5f5;
  padding: 8rem 0;
}
.cm-stflow .cm-ribbon-ttl {
  margin-bottom: 6rem;
}
.cm-stflow-box {
  background-color: #ffffff;
  position: relative;
  display: flex;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.03);
  margin-bottom: 3rem;
}
.cm-stflow-box:last-of-type {
  margin-bottom: 0;
}
.cm-stflow-ico {
  background-color: #e60012;
  border-radius: 100%;
  width: 12rem;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: -6rem;
  transform: translateY(-50%) translateX(0%);
}
.cm-stflow-ico p {
  font-size: 4.8rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: 1.1;
}
.cm-stflow-ico p .small {
  font-size: 1.5rem;
  display: block;
}
.cm-stflow-img {
  width: 30rem;
  line-height: 0;
}
.cm-stflow-txt {
  width: calc(100% - 30rem);
  padding: 3rem 3.5rem;
}
.cm-stflow-txt .ttl {
  font-size: 2.8rem;
  color: #e60012;
  margin-bottom: 2rem;
}
.cm-stflow-txt p {
  font-size: 1.4rem;
}
.cm-stflow-txt p strong {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1rem;
}

/* ご利用開始・審査の流れ ここまで
******************/
/* サービスプラン・利用料金
******************/
.un-charge {
  background-color: #fff5f6;
  padding: 8rem 0;
}
.un-charge .cm-ribbon-ttl {
  margin-bottom: 6rem;
}
.un-charge .cm-tab02-detail .target {
  background-color: #ffffff;
  padding: 4rem 3.5rem;
}
.un-charge .cm-tab02-detail .box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
}
.un-charge .cm-tab02-area .box {
  margin-bottom: 0;
}
.un-charge .cm-tab02-tab .ttl.green {
  border-color: #81bd16;
}
.un-charge .cm-tab02-box {
  padding: 4rem 3rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
}
.un-charge .option .ttl {
  margin-right: 3rem;
}
.un-charge .option .cm-btn {
  width: 35rem;
}
.un-charge .option .cm-btn a::before {
  right: 1.5rem;
}
.un-charge .flex.col-2 {
  justify-content: center;
  margin-top: 5rem;
}
.un-charge .flex.col-2 .item {
  width: auto;
  min-width: 40rem;
  text-align: center;
}
.un-charge .flex.col-2 .item p:nth-of-type(1) {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.un-charge .flex.col-2 .item .cm-btn a {
  width: 100%;
}

/* サービスプラン・利用料金 ここまで
******************/
/* コラム
******************/
.cm-column {
  padding: 8rem 0;
  background-color: #f5f5f5;
}
.cm-column .cm-ribbon-ttl {
  margin-bottom: 6rem;
}
.cm-column-box {
  margin-bottom: 3rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
}
.cm-column-box:nth-of-type(n + 4) {
  margin-bottom: 0;
}
.cm-column-box a {
  display: block;
  color: #333333;
  height: 100%;
  transition: 0.3s;
}
.cm-column-box a:hover {
  opacity: 0.8;
}
.cm-column-box .img {
  line-height: 0;
  overflow: hidden;
}
.cm-column-box .img img {
  width: 100%;
  height: 16rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.cm-column-box .txt {
  padding: 1.5rem 2rem 2rem;
}
.cm-column-box .ttl {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #e60012;
}
.cm-column-box .time {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0.6rem 0;
}
.cm-column-box .category span {
  font-size: 1.2rem;
  display: inline-block;
  background-color: #eeeeee;
  padding: 0.3rem 0.5rem;
  border-radius: 0.3rem;
  margin: 0 0.5rem 0.5rem 0;
}
.cm-column .cm-btn {
  margin-top: 5rem;
}
.cm-column .cm-btn a::before {
  right: 1.5rem;
}
.cm-column.green .ttl {
  color: #81bd16;
}

/* コラム ここまで
******************/
.cm-mv {
  padding: 13rem 0 3rem;
}
.sell_body {
  /*MV*/
  /*MOVIE*/
  /*仕入れ強化に繋がる4つの強み*/
}
.sell_body .cm-mv {
  padding: 20rem 0 14rem;
  background-image: url("../images/new-sell/mv.jpg");
}
.sell_body .un-movie {
  padding: 8rem 0;
  background-color: #e60012;
}
.sell_body .un-movie .lwrap .movie {
  max-width: 82rem;
  margin: 6rem auto 0;
}
.sell_body .un-movie .lwrap .movie iframe {
  width: 100%;
  height: 46rem;
}
.sell_body .un-strengths {
  padding: 8rem 0;
}
.sell_body .un-strengths-nav {
  display: flex;
  justify-content: space-between;
  max-width: 92rem;
  width: 100%;
  margin: 6rem auto 0;
}
.sell_body .un-strengths-nav .txt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.39;
  text-align: center;
  margin-top: 2rem;
}
.sell_body .un-strengths-nav li {
  list-style: none;
}
.sell_body .un-strengths-circlettl {
  border: 0.3rem solid #e60012;
  color: #ffffff;
  display: block;
  border-radius: 50rem;
  position: relative;
  width: 20rem;
  height: 20rem;
  margin: auto;
}
.sell_body .un-strengths-circlettl.c-green .icn {
  color: #e60012;
}
.sell_body .un-strengths-circlettl.c-green .ttl {
  color: #e60012;
  margin-top: 0;
}
.sell_body .un-strengths-circlettl .num {
  font-size: 2.7rem;
  font-weight: 700;
  color: #e60012;
  background-color: #ffffff;
  border: 0.3rem solid #e60012;
  display: inline-block;
  border-radius: 50rem;
  position: absolute;
  top: 0;
  left: -1rem;
  width: 6rem;
  height: 6rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sell_body .un-strengths-circlettl .num::before {
  content: "";
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  border: solid 0.2rem #ffffff;
  border-radius: 50rem;
  box-sizing: border-box;
}
.sell_body .un-strengths-circlettl .icn {
  text-align: center;
  color: #ffffff;
  padding-top: 2rem;
  line-height: 1;
}
.sell_body .un-strengths-circlettl .icn .material-symbols-outlined {
  font-size: 4.8rem;
}
.sell_body .un-strengths-circlettl .ttl {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-indent: 0.24em;
  line-height: 1.35;
  text-align: center;
  margin-top: 0.5rem;
  color: #ffffff;
}
.sell_body .un-strengths-circlettl .ttl .small {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 1.5rem;
}
.sell_body .un-strengths-circlettl .arrow {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  margin: auto;
  border-radius: 50rem;
}
.sell_body .un-strengths-circlettl .arrow::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: solid 0.2rem #e60012;
  border-right: solid 0.2rem #e60012;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
  z-index: 1;
}
.sell_body .un-strengths-main {
  margin: 10rem 0 0;
  border-top: 0.2rem solid #dddddd;
}
.sell_body .un-strengths-main-item {
  list-style: none;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.2rem solid #dddddd;
  padding: 5rem 0;
}
.sell_body .un-strengths-main-item .left {
  position: relative;
  width: 20rem;
  height: 20rem;
}
.sell_body .un-strengths-main-item .left .ttl {
  color: #e60012;
}
.sell_body .un-strengths-main-item .left .icn {
  color: #e60012;
}
.sell_body .un-strengths-main-item .right {
  width: calc(100% - 25rem);
}
.sell_body .un-strengths-main-item .right .ttl {
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  line-height: 1.32;
}
.sell_body .un-strengths-main-item .right .box {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.sell_body .un-strengths-main-item .right .box .txt {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
  width: 53%;
}
.sell_body .un-strengths-main-item .right .box .txt span.c-green {
  font-weight: 700;
}
.sell_body .un-strengths-main-item .right .box .img {
  width: 45%;
}
.sell_body a.un-strengths-circlettl {
  position: relative;
  top: 0;
  transition: 0.3s;
}
.sell_body a.un-strengths-circlettl:hover {
  top: -0.3rem;
  box-shadow: 0 0 1rem #333333;
}
.sell_body .cm-cost {
  background-color: #f5f5f5;
}
.sell_body .cm-listing .loopslide {
  margin: 3.5rem 0;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  text-align: center;
  transition: 1s;
}

.popup.active {
  transition: inherit;
}

.popup.off {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.popup .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.popup .inner .bnr {
  max-width: 600px;
  width: 100%;
  position: relative;
}
.popup .inner .bnr-inner-bg {
  background: #ffffff;
  border-radius: 1rem;
  padding: 3rem 0 0;
  overflow: hidden;
}
.popup .inner .bnr-inner-ttl {
  background-color: #e60012;
  border-radius: 1rem;
  font-size: 3.6rem;
  font-weight: 600;
  padding: 0.8rem 0;
  text-align: center;
  line-height: 1.35;
  position: relative;
  margin: 0 3rem 3.5rem;
}
.popup .inner .bnr-inner-ttl .small {
  font-size: 2.7rem;
  margin-left: 1rem;
}
.popup .inner .bnr-inner-ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 0.85rem 0 0.85rem;
  border-color: #e60012 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  transform: translateY(0%) translateX(-50%);
}
.popup .inner .bnr-inner-subttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: normal;
  margin: 0 3rem 2rem;
}
.popup .inner .bnr-inner-subttl .bg-green {
  padding: 0.6rem;
  line-height: 1.35;
  display: inline-block;
}
.popup .inner .bnr-inner-subttl .c-red.border {
  font-size: 4.5rem;
  display: inline-block;
  border-bottom: 4px dotted #e60012;
}
.popup .inner .bnr-inner .flex {
  margin: 0 3rem;
}
.popup .inner .bnr-inner .flex .item:nth-child(1) {
  width: 30%;
}
.popup .inner .bnr-inner .flex .item:nth-child(2) {
  width: 70%;
}
.popup .inner .bnr-inner .flex .item .ico {
  background: url("../images/new-sell/img_popup-ico.png") no-repeat center;
  background-size: cover;
  width: 10.5rem;
  height: 10.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
  font-weight: 600;
}
.popup .inner .bnr-inner-bottom {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.3rem 0 1rem;
}
.popup .inner .bnr-inner-bottom .large {
  font-size: 2.6rem;
}

.popup .inner .bnr a {
  transition: 0.3s;
  display: block;
}

.popup .inner .bnr a .cm-btn {
  opacity: 1;
  transition: 0.3s;
}

.popup .inner .bnr a:hover .cm-btn {
  opacity: 0.8;
}

.popup .inner .closeBtn {
  position: absolute;
  right: -2rem;
  top: -2rem;
  border: 1px solid #333;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  z-index: 1;
}

.popup .inner .closeBtn:hover {
  cursor: pointer;
}

.popup .inner .closeBtn span {
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #333;
  position: absolute;
  left: 10px;
  top: 25px;
}

.popup .inner .closeBtn span:nth-child(1) {
  transform: rotate(45deg);
}

.popup .inner .closeBtn span:nth-child(2) {
  transform: rotate(-45deg);
}

.floatBnr {
  display: none;
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 9;
}

.floatBnr p {
  width: 100px;
  overflow: hidden;
  transition: 1s;
}

.floatBnr p:hover {
  width: 360px;
}

.floatBnr a {
  display: block;
  width: 360px;
}

.floatBnr .sp {
  display: none;
}

@media screen and (max-width: 1160px) {
  .cm-stflow-box {
    margin-left: 3rem;
  }
  .cm-stflow-ico {
    width: 10rem;
    height: 10rem;
    left: -5rem;
  }
  .cm-stflow-ico p {
    font-size: 3.2rem;
  }
  .cm-stflow-ico p .small {
    font-size: 1.2rem;
  }
  .cm-stflow-img {
    width: 28vw;
  }
  .cm-stflow-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cm-stflow-txt {
    width: calc(100% - 28vw);
  }
  .cm-stflow-txt .ttl {
    font-size: 2.4rem;
  }
}
.cm-promotion {
  padding: 0 0 8rem;
}
.cm-promotion .cm-balloon-ttl {
  margin-bottom: 5rem;
}
.cm-promotion .cm-balloon-ttl .balloon::before {
  background-color: #f5f5f5;
}
.cm-promotion .cm-balloon-ttl .txt {
  font-size: 3.6rem;
}
.cm-promotion .flex.col-4.jus-center {
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.cm-promotion .flex.col-4.jus-center .item {
  margin-right: 0;
}
.cm-promotion .flex.col-4 .item {
  width: 22%;
  margin-right: 4%;
}
.cm-promotion .flex.col-4 .item:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .endsline::before, .endsline::after {
    height: 2rem;
  }
  .ttl-bottomline {
    font-size: 2.8rem;
  }
  .ttl-bottomline .small {
    font-size: 1.8rem;
  }
  .un-list01 li {
    font-size: 1.4rem;
  }
  .un-list01 li .material-symbols-outlined {
    font-size: 2rem;
    margin-right: 0.6rem;
    top: 0.5rem;
  }
  .un-item01 .item > .txt {
    padding: 2rem 1.5rem;
  }
  .un-item01 .item > .txt .ttl {
    font-size: 1.8rem;
  }
  .un-item01 .item > .txt p {
    font-size: 1.4rem;
  }
  .cm-induction-ico {
    width: 14rem;
    height: 14rem;
    top: 5rem;
  }
  .cm-induction-ico-inner p {
    font-size: 1.4rem;
  }
  .cm-induction-ico-inner .material-symbols-outlined {
    font-size: 3rem;
  }
  .cm-induction-map {
    width: 30rem;
    top: 7rem;
  }
  .cm-induction_equipment .cm-induction-txt {
    margin-left: 12rem;
  }
  .cm-induction_souryou .cm-induction-ico {
    top: -5rem;
  }
  .cm-induction_souryou .cm-induction-ico-inner p .large {
    font-size: 2rem;
  }
  .cm-induction_souryou .cm-induction-bottom .cm-induction-txt {
    justify-content: space-between;
  }
  .cm-induction_souryou .cm-induction-bottom .cm-induction-txt .left {
    width: 54%;
  }
  .cm-induction_souryou .cm-induction-bottom .cm-induction-txt .right {
    width: 46%;
  }
  .cm-mv {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sell_body .cm-mv .ttl {
    font-size: 3rem;
  }
  .sell_body .cm-mv .ttl span {
    font-size: 5rem;
  }
  .sell_body .cm-mv > .txt {
    font-size: 1.6rem;
  }
  .sell_body .cm-mv-btn a {
    font-size: 2rem;
    min-width: 32rem;
    min-height: 6rem;
  }
  .sell_body .cm-mv-btn a::before {
    right: 1.5rem;
  }
  .sell_body .un-strengths-main-item .right {
    width: calc(100% - 23rem);
  }
  .sell_body .un-strengths-main-item .right .ttl {
    font-size: 3rem;
  }
  .sell_body .un-strengths-main-item .right .box .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1084px) {
  .cm-function .main-function {
    background-position: center top 46.7vw;
  }
  .cm-function .main-function .detail-txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .cm-function-ttl {
    font-size: 2.2rem;
  }
  .cm-function-ttl .material-symbols-outlined {
    font-size: 3rem;
  }
  .cm-function .main-function {
    background-position: center top 47.4vw;
  }
  .cm-function .other-function .detail-txt {
    font-size: 1.1rem;
    font-weight: 500;
    min-height: 3.8rem;
  }
  .cm-function .other-function .detail-wrap {
    padding: 0 1rem 2.5rem;
  }
  .cm-function .other-function .detail-wrap.col-7 {
    justify-content: flex-start;
  }
  .cm-function .other-function .detail-wrap.col-7 .detail {
    width: 18.4%;
    margin-right: 2%;
    text-align: center;
  }
  .cm-function .other-function .detail-wrap.col-7 .detail:nth-child(5n) {
    margin-right: 0;
  }
  .cm-column-box .ttl {
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .cm-tab03 {
    flex-wrap: wrap;
  }
  .cm-tab03-main {
    width: 100%;
    border-radius: 0 0 0.5rem 0.5rem;
    border-top: 0;
    padding: 2rem;
  }
  .cm-tab03-ttl {
    display: flex;
    flex-wrap: wrap;
  }
  .cm-tab03-ttl_wrap {
    width: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 2rem 0 0;
  }
  .cm-tab03-ttl_ttl {
    width: 12rem;
    height: 12rem;
    font-size: 2rem;
  }
  .cm-tab03-ttl_ttl .circle {
    margin-top: -0.6rem;
  }
  .cm-tab03-ttl_ttl .circle span {
    font-size: 2.6rem;
  }
  .cm-tab03-ttl_item {
    width: 50%;
  }
  .cm-tab03-ttl_item.active::after {
    content: none;
  }
  .cm-tab03-ttl_item a {
    height: 100%;
  }
  .cm-tab03-ttl_item .case {
    font-size: 1.6rem;
    width: 5rem;
    height: 5rem;
    margin-right: 1rem;
  }
  .cm-tab03-ttl_item .case .small {
    font-size: 0.8rem;
  }
  .cm-tab03-ttl_item .ttl {
    width: calc(100% - 6rem);
    font-size: 1.4rem;
  }
  .cm-tab03-ttl_item .ico-circle {
    display: none;
  }
  .cm-tab03-solution {
    padding: 2rem 2rem 2rem;
  }
  .cm-cost-detail .cm-tab03-problem-ttl {
    font-size: 1.6rem;
  }
  .cm-cost-detail .cm-tab03-problem-ttl .circle {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }
  .cm-cost-detail .cm-tab03-problem-ttl > span {
    width: calc(100% - 5rem);
  }
  .cm-cost-detail .cm-tab03-problem-flex {
    flex-wrap: wrap;
  }
  .cm-cost-detail .cm-tab03-problem-flex p {
    width: 100%;
    font-size: 1.4rem;
  }
  .cm-cost-detail .cm-tab03-problem-flex .img {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .cm-cost-detail .cm-tab03-problem-txt h4, .cm-cost-detail .cm-tab03-problem-txt h3 {
    font-size: 1.6rem;
  }
  .cm-cost-detail .cm-tab03-problem-txt h4 .circle, .cm-cost-detail .cm-tab03-problem-txt h3 .circle {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }
  .cm-cost-detail .cm-tab03-problem-txt h4 > span, .cm-cost-detail .cm-tab03-problem-txt h3 > span {
    width: calc(100% - 5rem);
  }
  .cm-cost-detail .cm-tab03-solution {
    padding: 2rem 1.5rem 2.5rem;
  }
  .cm-cost-detail .cm-tab03-solution .absolute {
    font-size: 1.5rem;
  }
  .cm-costNum::after {
    width: 34%;
  }
  .cm-tab04-tab .ttl {
    font-size: 1.8rem;
    height: 7rem;
  }
  .cm-tab04-tab .ttl .circle {
    margin-right: 1rem;
  }
  .cm-tab04-box {
    padding: 2rem;
  }
  .un-charge .option .cm-btn {
    margin: auto;
  }
  .sell_body .ttl-sideline {
    text-align: center;
  }
  .sell_body .un-strengths-circlettl {
    width: 16rem;
    height: 16rem;
  }
  .sell_body .un-strengths-circlettl .num {
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
    left: 0;
  }
  .sell_body .un-strengths-circlettl .num::before {
    width: 4.2rem;
    height: 4.2rem;
    top: -0.4rem;
    left: -0.4rem;
  }
  .sell_body .un-strengths-circlettl .icn {
    padding-top: 1.5rem;
  }
  .sell_body .un-strengths-circlettl .icn .material-symbols-outlined {
    font-size: 3.6rem;
  }
  .sell_body .un-strengths-circlettl .ttl {
    font-size: 3rem;
  }
  .sell_body .un-strengths-circlettl .arrow {
    width: 2rem;
    height: 2rem;
  }
  .sell_body .un-strengths-circlettl .arrow::before {
    width: 0.5rem;
    height: 0.5rem;
  }
  .sell_body .un-strengths-nav .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 980px) {
  .cm-function .main-function {
    background-position: center top 49vw;
  }
  .cm-induction_souryou .ttl-bottomline {
    font-size: 3vw;
  }
  .cm-induction_souryou .cm-induction-ico {
    top: -6rem;
    left: -1.5rem;
  }
  .cm-induction_souryou .cm-induction-bottom .ttl {
    font-size: 2.2rem;
  }
  .cm-induction_souryou .cm-induction-bottom .ttl > .bg-white {
    width: 12rem;
  }
  .cm-induction_souryou .cm-induction-bottom .ttl .large {
    font-size: 3rem;
  }
  .cm-induction_souryou .cm-induction-bottom .cm-induction-txt .left {
    width: 44.3rem;
  }
  .cm-induction_souryou .cm-induction-bottom .cm-induction-txt .right {
    width: calc(100% - 44.3rem);
  }
}
@media screen and (max-width: 960px) {
  .cm-induction-map {
    display: none;
  }
  .cm-induction-ico {
    top: -7rem;
  }
  .cm-induction-txt {
    float: none;
    max-width: initial;
  }
  .cm-induction-top {
    text-align: center;
  }
  .cm-induction-top .un-list01 {
    display: inline-block;
    text-align: left;
  }
  .cm-induction.imgRight .cm-induction-ico {
    right: inherit;
    left: -1rem;
  }
}
@media screen and (max-width: 920px) {
  .cm-function .main-function {
    background-position: center top 50vw;
  }
}
@media screen and (max-width: 900px) {
  .un-charge .flex.col-2 .item {
    min-width: 100%;
    margin-right: 0;
  }
  .un-charge .flex.col-2 .item:nth-child(1) {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 890px) {
  .cm-costNum::after {
    width: 33.9%;
  }
  .cm-function .main-function {
    background-position: center top 50.5vw;
  }
}
@media screen and (max-width: 870px) {
  .cm-function .main-function {
    background-position: center top 51vw;
  }
}
@media screen and (max-width: 850px) {
  .cm-costNum::after {
    width: 33.8%;
  }
  .cm-induction_souryou .cm-induction-ico {
    top: -9rem;
  }
}
@media screen and (max-width: 846px) {
  .cm-function .main-function {
    background-position: center top 53.5vw;
  }
}
@media screen and (max-width: 820px) {
  .cm-function .main-function {
    background-position: center top 54.5vw;
  }
}
@media screen and (max-width: 800px) {
  .cm-costNum::after {
    width: 33.7%;
  }
  .cm-function .main-function {
    background-position: center top 55.5vw;
  }
}
@media screen and (max-width: 780px) {
  .cm-costNum::after {
    width: 33.6%;
  }
  .cm-function .main-function {
    background-position: center top 56vw;
  }
}
@media (min-width: 1001px) and (max-width: 1100px) {
  .cm-promotion .flex.col-4.jus-center {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .cm-promotion .flex.col-4 .item {
    width: 23.5%;
    margin-right: 2%;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .cm-cost-detail .cm-tab03-problem::after {
    right: -17%;
  }
  .cm-promotion .flex.col-4.jus-center {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .cm-promotion .flex.col-4 .item {
    width: 23.5%;
    margin-right: 2%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .sell_body {
    /*MV*/
  }
  .sell_body .mv {
    padding: 22rem 0 14rem;
  }
  .sell_body .mv .ttl {
    font-size: 6rem;
  }
  .sell_body .mv .ttl span {
    font-size: 10.5rem;
    margin-top: 4.5rem;
  }
  .sell_body .mv .img {
    margin: 6rem 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .floatBnr {
    bottom: 14rem;
  }
  .floatBnr p {
    width: 100%;
  }
  .floatBnr p:hover {
    width: 100%;
  }
  .floatBnr a {
    width: 94%;
    margin: auto;
  }
  .floatBnr .pc {
    display: none;
  }
  .floatBnr .sp {
    display: block;
  }
  .floatBnr.hide {
    display: none !important;
  }
  .floatBnr-close {
    position: absolute;
    right: 0.5rem;
    top: -2rem;
    border: 1px solid #333;
    border-radius: 100%;
    width: 4rem !important;
    height: 4rem;
    background-color: #fff;
    z-index: 1;
  }
  .floatBnr-close:hover {
    cursor: pointer;
  }
  .floatBnr-close span {
    display: inline-block;
    width: 2.5rem;
    height: 0.3rem;
    background-color: #333;
    position: absolute;
    left: 0.7rem;
    top: 1.8rem;
  }
  .floatBnr-close span:nth-child(1) {
    transform: rotate(45deg);
  }
  .floatBnr-close span:nth-child(2) {
    transform: rotate(-45deg);
  }
  .popup .inner {
    margin: 0 6rem;
  }
  .popup .inner .closeBtn {
    right: -3rem;
    top: -3rem;
    width: 6rem;
    height: 6rem;
  }
  .popup .inner .closeBtn span {
    width: 3.5rem;
    height: 0.4rem;
    left: 1.15rem;
    top: 2.6rem;
  }
  .popup .inner .bnr-inner-subttl {
    font-size: 3.2rem;
    margin: 0 3rem 3rem;
  }
  .popup .inner .bnr-inner-subttl .c-red.border {
    font-size: 4.2rem;
  }
  .popup .inner .cm-btn {
    margin-top: 3rem !important;
  }
  .popup .inner .cm-btn > span {
    font-size: 2.4rem;
    max-width: 50rem;
    min-height: 6rem;
  }
  .sp-overwrap {
    overflow: scroll;
  }
  .cm-column .cm-btn {
    margin-top: 0;
  }
  .cm-column .flex.col-3 .item {
    width: 48%;
    margin-right: 4%;
  }
  .cm-column .flex.col-3 .item:nth-child(3n) {
    margin-right: 4%;
  }
  .cm-column .flex.col-3 .item:nth-child(2n) {
    margin-right: 0;
  }
  .cm-column-box:nth-of-type(n + 4) {
    margin-bottom: 3rem;
  }
  .cm-column-box .txt {
    padding: 1rem;
  }
  .cm-column-box .ttl {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .cm-column-box .time {
    font-size: 1.4rem;
  }
  .cm-function-ttl {
    padding: 1rem 0;
  }
  .cm-function .main-function {
    background-position: center top 44.8rem;
    background-size: 5rem;
    margin: 6rem auto 4rem;
  }
  .cm-function .main-function .box {
    margin-bottom: 4rem;
    width: 46%;
  }
  .cm-function .main-function .box::after {
    width: 3rem;
    height: 1rem;
  }
  .cm-function .main-function .box:nth-child(1)::after {
    right: -3.2rem;
  }
  .cm-function .main-function .box:nth-child(2)::after {
    bottom: -3.7rem;
    transform: rotate(90deg) translateY(1.45rem) translateX(-50%);
  }
  .cm-function .main-function .box:nth-child(2) .detail-txt {
    min-height: 4rem;
  }
  .cm-function .main-function .box:nth-child(3)::after {
    top: -3.7rem;
    transform: rotate(-90deg) translateY(-1.45rem) translateX(-50%);
  }
  .cm-function .main-function .box:nth-child(4)::after {
    left: -3.2rem;
    top: 11.5rem;
  }
  .cm-function .main-function .detail-wrap {
    padding: 0rem 1rem 2rem;
  }
  .cm-function .main-function .detail-txt {
    font-size: 1.4rem;
  }
  .cm-function .main-function .detail .img {
    line-height: 1;
  }
  .cm-function .main-function .detail .cm-btn > span {
    font-size: 1.1rem;
  }
  .cm-function .main-function .detail .cm-btn > span::before {
    right: 0.5rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .cm-function .other-function .detail {
    width: 30%;
  }
  .cm-function .other-function .detail-wrap {
    flex-wrap: wrap;
    padding: 0 1rem 2rem;
  }
  .cm-function .other-function .detail-wrap.col-5 {
    justify-content: space-between;
  }
  .cm-function .other-function .detail-wrap.col-5 .detail {
    width: 32%;
    margin-right: 0;
  }
  .cm-function .other-function .detail-wrap.col-5 .detail:nth-child(5n) {
    margin-right: 0;
  }
  .cm-function .other-function .detail-wrap.col-6 .detail {
    width: 23.5%;
  }
  .cm-function .other-function .detail-wrap.col-6 .detail:nth-child(6n) {
    margin-right: 2%;
  }
  .cm-function .other-function .detail-wrap.col-6 .detail:nth-child(4n) {
    margin-right: 0;
  }
  .cm-function .other-function .detail-wrap.col-7 .detail {
    width: 23.5%;
  }
  .cm-function .other-function .detail-wrap.col-7 .detail:nth-child(5n) {
    margin-right: 2%;
  }
  .cm-function .other-function .detail-wrap.col-7 .detail:nth-child(4n) {
    margin-right: 0;
  }
  .cm-function .other-function .detail-txt {
    font-size: 1.4rem;
    min-height: 4.2rem;
  }
  .cm-function .other-function .detail .img {
    text-align: center;
  }
  .cm-function .other-function .detail .cm-btn > span::before {
    right: 1rem;
  }
  .cm-flow .main-txt {
    margin-top: 3rem;
  }
  .cm-flow .sub-ttl {
    line-height: 1.35;
    text-align: center;
    margin-top: 3rem;
  }
  .cm-flow .cm-tab03 {
    margin-top: 6rem;
  }
  .cm-flow .cm-tab03-solution-link-item .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cm-flow .cm-tab03-main_wrap:nth-child(2) .cm-tab03-solution-link-item .ttl {
    min-height: 4.617rem;
  }
  .ttl-sideline {
    font-size: 2rem;
  }
  .cm-benefits-ttl {
    font-size: 3rem;
  }
  .cm-benefits-listbox .un-list01 li {
    font-size: 2rem;
    border-width: 2px;
  }
  .cm-benefits-listbox .un-list01 li .material-symbols-outlined {
    font-size: 2rem;
    margin-right: 1.5rem;
    top: 0.3rem;
  }
  .cm-benefits .cm-btn.fs-24 a {
    font-size: 2rem;
  }
  .cm-casestudy-img {
    width: auto;
    position: static;
  }
  .cm-casestudy-img img {
    display: none;
  }
  .cm-casestudy-bottom {
    margin: 3rem 0 0;
  }
  .cm-casestudy .ttl-bottomline {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .cm-casestudy-ico, .cm-induction-ico {
    top: -9rem;
    left: -1rem;
  }
  .cm-casestudy-top .un-list01, .cm-induction-top .un-list01 {
    margin: 0 3rem;
  }
  .cm-casestudy_equipment .ttl-bottomline, .cm-induction_equipment .ttl-bottomline {
    font-size: 2.2rem;
  }
  .cm-casestudy_equipment .ttl-bottomline .large, .cm-induction_equipment .ttl-bottomline .large {
    font-size: 3rem;
  }
  .cm-casestudy_equipment .ttl-bottomline .large3, .cm-induction_equipment .ttl-bottomline .large3 {
    font-size: 4rem;
  }
  .cm-casestudy_equipment .cm-induction-top, .cm-induction_equipment .cm-induction-top {
    padding: 9rem 0 3rem;
  }
  .cm-casestudy_equipment .cm-induction-bottom .ttl, .cm-induction_equipment .cm-induction-bottom .ttl {
    font-size: 2.8rem;
    line-height: 1.65;
  }
  .cm-casestudy_equipment .cm-induction-txt, .cm-induction_equipment .cm-induction-txt {
    margin: auto;
    width: auto;
    max-width: inherit;
  }
  .cm-casestudy_equipment .cm-induction-ico, .cm-induction_equipment .cm-induction-ico {
    top: -6rem;
    left: auto;
    background: none;
    background-color: #ff9020;
    width: 100%;
    height: auto;
  }
  .cm-casestudy_equipment .cm-induction-ico-inner p, .cm-induction_equipment .cm-induction-ico-inner p {
    font-size: 2rem;
  }
  .cm-casestudy_equipment .cm-induction-ico-inner p br, .cm-induction_equipment .cm-induction-ico-inner p br {
    display: none !important;
  }
  .cm-casestudy_equipment .cm-induction-ico-inner .material-symbols-outlined, .cm-induction_equipment .cm-induction-ico-inner .material-symbols-outlined {
    display: none;
  }
  .cm-casestudy_souryou .ttl-bottomline, .cm-induction_souryou .ttl-bottomline {
    font-size: 3.2rem;
  }
  .cm-casestudy_souryou .cm-induction-img, .cm-induction_souryou .cm-induction-img {
    width: auto;
    position: static;
  }
  .cm-casestudy_souryou .cm-induction-img img, .cm-induction_souryou .cm-induction-img img {
    display: none;
  }
  .cm-casestudy_souryou .cm-induction-txt, .cm-induction_souryou .cm-induction-txt {
    width: 100%;
  }
  .cm-casestudy_souryou .cm-induction-ico, .cm-induction_souryou .cm-induction-ico {
    left: -1rem;
    top: -10rem;
  }
  .cm-casestudy_souryou .cm-induction-bottom, .cm-induction_souryou .cm-induction-bottom {
    padding: 3rem 0;
  }
  .cm-casestudy_souryou .cm-induction-bottom .ttl, .cm-induction_souryou .cm-induction-bottom .ttl {
    text-align: center;
    font-size: 2.6rem;
  }
  .cm-casestudy_souryou .cm-induction-bottom .ttl .large, .cm-induction_souryou .cm-induction-bottom .ttl .large {
    font-size: 3.8rem;
  }
  .cm-casestudy_souryou .cm-induction-bottom .ttl > .bg-white, .cm-induction_souryou .cm-induction-bottom .ttl > .bg-white {
    margin: 0 0.6rem 2rem 0;
  }
  .cm-casestudy_souryou .cm-induction-bottom .cm-induction-txt, .cm-induction_souryou .cm-induction-bottom .cm-induction-txt {
    flex-wrap: wrap;
  }
  .cm-casestudy_souryou .cm-induction-bottom .cm-induction-txt .left, .cm-induction_souryou .cm-induction-bottom .cm-induction-txt .left {
    width: 100%;
    margin-bottom: 3rem;
  }
  .cm-casestudy_souryou .cm-induction-bottom .cm-induction-txt .right, .cm-induction_souryou .cm-induction-bottom .cm-induction-txt .right {
    width: 100%;
  }
  .cm-casestudy .square, .cm-induction .square {
    font-size: 2.8rem;
  }
  .un-list01 li {
    display: flex;
    align-items: baseline;
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .un-list01 li:last-child {
    margin-bottom: 0;
  }
  .un-list01 li .material-symbols-outlined {
    top: 0;
  }
  .un-item01 .item > .absolute {
    left: 0.5rem;
    top: -2rem;
    width: 7rem;
  }
  .un-item01 .item > .absolute .ico {
    overflow: hidden;
  }
  .un-item01 .item > .absolute .ico img {
    height: 5rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .un-item01 .item > .absolute .txt {
    height: 5rem;
  }
  .un-item01 .item > .absolute .txt p {
    font-size: 1.2rem;
  }
  .un-charge .cm-tab02-detail .cm-tab02-tab .ttl {
    font-size: 2.2rem;
  }
  .un-charge .cm-tab02-area:nth-child(2) .option .cm-btn a {
    font-size: 1.3rem;
  }
  .un-charge .option {
    padding: 3rem 1.5rem;
  }
  .un-charge .option .ttl {
    margin-right: 0;
  }
  .un-charge .flex.col-2 .item {
    margin-right: 0;
  }
  .un-charge .flex.col-2 .item:nth-child(1) {
    margin-bottom: 5rem;
  }
  .un-charge .flex.col-2 .item p:nth-of-type(1) {
    font-size: 2rem;
  }
  .cm-costNum::after {
    width: 19.75rem;
  }
  .cm-cost .cm-tab04 {
    padding-bottom: 0;
  }
  .cm-cost .cm-tab04-tab {
    width: 82rem;
  }
  .cm-cost-detail .cm-costNum::after {
    width: 20.5rem;
  }
  .cm-cost-detail .cm-tab03-problem::after {
    right: -5rem;
  }
  .cm-mv {
    padding: 14rem 3rem 3rem;
  }
  .sell_body .cm-mv {
    padding: 14rem 3rem 9rem;
  }
  .sell_body .cm-mv .ttl {
    font-size: 2.8rem;
  }
  .sell_body .cm-mv .ttl span {
    font-size: 3rem;
    line-height: 1.5;
  }
  .sell_body .cm-mv > .txt {
    font-size: 2.2rem;
    letter-spacing: normal;
    margin: 3rem 0 0;
  }
  .sell_body .cm-mv .img {
    margin: 3rem 0;
  }
  .sell_body .cm-mv .img img {
    width: 100%;
  }
  .sell_body .cm-mv-btn:nth-child(1) a {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .sell_body .cm-mv-btn a {
    min-width: inherit;
  }
  .sell_body .cm-mv-btn-wrap {
    margin: 0;
  }
  .sell_body .un-movie .lwrap .movie iframe {
    height: 38rem;
  }
  .sell_body .un-strengths .cm-ribbon-ttl .txt {
    margin-bottom: 2rem;
  }
  .sell_body .un-strengths .cm-ribbon-ttl .catch {
    line-height: 1.2;
  }
  .sell_body .un-strengths-nav {
    flex-wrap: wrap;
  }
  .sell_body .un-strengths-nav li {
    width: 23.5%;
    margin-right: 2%;
  }
  .sell_body .un-strengths-nav li:last-child {
    margin-right: 0;
  }
  .sell_body .un-strengths-nav .txt {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .sell_body .un-strengths-nav .txt .tb {
    display: none;
  }
  .sell_body .un-strengths-circlettl {
    width: 16rem;
    height: 16rem;
  }
  .sell_body .un-strengths-main {
    margin: 6rem 0 0;
  }
  .sell_body .un-strengths-main-item {
    flex-wrap: wrap;
    position: relative;
  }
  .sell_body .un-strengths-main-item:nth-child(4) .right .box {
    margin-top: 3rem;
  }
  .sell_body .un-strengths-main-item .left {
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    top: 1.5rem;
  }
  .sell_body .un-strengths-main-item .right {
    width: 100%;
  }
  .sell_body .un-strengths-main-item .right .ttl {
    font-size: 2.8rem;
  }
  .sell_body .un-strengths-main-item .right .box {
    margin-top: 2rem;
    flex-wrap: wrap;
  }
  .sell_body .un-strengths-main-item .right .box .txt {
    width: 100%;
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .sell_body .un-strengths-main-item .right .box .img {
    width: 100%;
  }
  .sell_body .un-strengths-main-item .right .box .img img {
    width: 100%;
  }
  .sell_body .un-strengths-main-item .un-strengths-circlettl {
    width: 10rem;
    height: 10rem;
  }
  .sell_body .un-strengths-main-item .un-strengths-circlettl .num {
    left: -2rem;
  }
  .sell_body .un-strengths-main-item .un-strengths-circlettl .icn {
    padding-top: 1rem;
  }
  .sell_body .un-strengths-main-item .un-strengths-circlettl .icn .material-symbols-outlined {
    font-size: 2.2rem;
  }
  .sell_body .un-strengths-main-item .un-strengths-circlettl .ttl {
    font-size: 2rem;
  }
  .sell_body .un-strengths-main-item .un-strengths-circlettl .ttl .small {
    font-size: 1rem;
    margin-top: 0.5rem;
    letter-spacing: 0;
  }
  .cm-promotion .cm-balloon-ttl .txt {
    font-size: 3rem;
  }
  .cm-promotion .flex.col-4.jus-center {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .cm-promotion .flex.col-4.sp-jus-left {
    justify-content: flex-start !important;
  }
  .cm-promotion .flex.col-4 .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .cm-promotion .flex.col-4 .item:nth-child(2n) {
    margin-right: 0;
  }
  .cm-promotion .flex.col-4 .item:nth-child(n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .floatBnr {
    bottom: 10rem;
  }
  .popup .inner {
    margin: 0 3.5rem;
  }
  .popup .inner .closeBtn {
    width: 5rem;
    height: 5rem;
  }
  .popup .inner .closeBtn span {
    left: 1rem;
    top: 2.3rem;
    width: 2.8rem;
  }
  .popup .inner .bnr-inner-ttl {
    font-size: 3rem;
    margin: 0 1.5rem 3.5rem;
  }
  .popup .inner .bnr-inner-ttl .small {
    font-size: 2.4rem;
  }
  .popup .inner .bnr-inner-subttl {
    font-size: 2.2rem;
    margin: 0 1.5rem 3rem;
  }
  .popup .inner .bnr-inner-subttl .c-red.border {
    font-size: 2.8rem;
  }
  .popup .inner .bnr-inner .flex {
    margin: 0 1.5rem 1.5rem;
  }
  .popup .inner .bnr-inner .flex .item .ico {
    width: 8.5rem;
    height: 8.4rem;
    font-size: 2.6rem;
  }
  .popup .inner .cm-btn {
    margin-top: 1.5rem !important;
  }
  .popup .inner .cm-btn > span {
    font-size: 2rem;
    min-height: 5rem;
  }
  .cm-function .main-function {
    background-position: center top 38.4rem;
  }
  .cm-function .main-function .box:nth-child(2) .detail-txt {
    min-height: 3.7rem;
  }
  .cm-function .cm-ribbon-ttl .catch {
    font-size: 3.2rem;
  }
  .cm-function .other-function .detail .img {
    line-height: 1;
  }
  .cm-function .other-function .detail-wrap.col-4 .detail-txt {
    font-size: 1.1rem;
    min-height: 3.2rem;
  }
  .cm-function .other-function .detail-wrap.col-7 .detail-txt {
    font-size: 1.1rem;
    min-height: 3.2rem;
  }
  .cm-function .other-function .detail-wrap.col-6 .detail-txt {
    font-size: 1.1rem;
    min-height: 3.2rem;
  }
  .cm-function .other-function .cm-btn-wrap .cm-btn > span {
    font-size: 1.2rem;
  }
  .cm-costNum::after {
    width: 11.5rem;
  }
  .cm-costNum-bottom {
    margin-top: 2rem;
  }
  .cm-costNum-bottom .ttl {
    font-size: 1.6rem;
  }
  .cm-costNum-bottom .ttl .material-symbols-outlined {
    font-size: 1.6rem;
  }
  .cm-costNum-bottom .num {
    font-size: 2.4rem;
  }
  .cm-costNum-bottom .num .small {
    font-size: 1.6rem;
  }
  .cm-cost-detail .cm-tab03-main_wrap {
    padding: 2rem;
  }
  .cm-cost-detail .cm-tab03-problem {
    width: 100%;
    margin-bottom: 7.5rem;
  }
  .cm-cost-detail .cm-tab03-problem::after {
    border-width: 3rem 2.5rem 0 2.5rem;
    border-color: #e60012 transparent transparent transparent;
    right: 50%;
    top: inherit;
    bottom: -5rem;
    transform: translateY(0%) translateX(50%);
  }
  .cm-cost-detail .cm-tab03-problem-ttl {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
  }
  .cm-cost-detail .cm-tab03-problem-ttl .circle {
    width: 5rem;
    height: 5rem;
    font-size: 1.2rem;
    margin-right: 1.5rem;
  }
  .cm-cost-detail .cm-tab03-problem-ttl > span {
    width: calc(100% - 6.5rem);
  }
  .cm-cost-detail .cm-tab03-problem-txt {
    padding: 2rem;
  }
  .cm-cost-detail .cm-tab03-problem-txt h4, .cm-cost-detail .cm-tab03-problem-txt h3 {
    font-size: 2.2rem;
    padding-bottom: 1.5rem;
  }
  .cm-cost-detail .cm-tab03-problem-txt h4 .circle, .cm-cost-detail .cm-tab03-problem-txt h3 .circle {
    width: 5rem;
    height: 5rem;
    font-size: 1.2rem;
    margin-right: 1.5rem;
  }
  .cm-cost-detail .cm-tab03-problem-txt h4 > span, .cm-cost-detail .cm-tab03-problem-txt h3 > span {
    width: calc(100% - 6.5rem);
  }
  .cm-cost-detail .cm-tab03-problem-flex p {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
  .cm-cost-detail .cm-tab03-problem-flex p .small {
    font-size: 1.6rem;
  }
  .cm-cost-detail .cm-tab03-problem-flex .img {
    margin-top: 1.5rem;
  }
  .cm-cost-detail .cm-tab03-solution {
    width: 100%;
    padding: 2.5rem 2rem 2rem;
  }
  .cm-cost-detail .cm-tab03-solution .absolute {
    font-size: 1.8rem;
    top: -2rem;
  }
  .cm-cost-detail .cm-costNum::after {
    width: 13rem;
  }
  .cm-cost-detail .cm-costNum-flex:nth-of-type(1) .item:nth-child(3) p {
    font-size: 2rem;
    padding: 1rem 0;
  }
  .cm-cost-detail .cm-costNum-flex .item p {
    font-size: 1.8rem;
  }
  .cm-cost-detail .cm-costNum-flex .item p .small {
    font-size: 1.2rem;
  }
  .cm-cost-detail .cm-costNum-flex .item:nth-child(3) p {
    font-size: 2.4rem;
  }
  .cm-cost-detail .cm-costNum-flex .item:nth-child(3) p .small {
    font-size: 1.4rem;
  }
  .cm-cost-detail .cm-costNum-bottom .ttl {
    font-size: 2rem;
  }
  .cm-cost-detail .cm-costNum-bottom .ttl .material-symbols-outlined {
    font-size: 2rem;
    position: relative;
    top: 0.2rem;
  }
  .cm-cost-detail .cm-costNum-bottom .num {
    font-size: 2.6rem;
  }
  .cm-cost-detail .cm-costNum-bottom .num .small {
    font-size: 2rem;
  }
  .cm-tab03 {
    flex-wrap: wrap;
  }
  .cm-tab03-problem-txt h4, .cm-tab03-problem-txt h3 {
    font-size: 2rem;
  }
  .cm-tab03-problem-txt .circle {
    margin-right: 1rem;
  }
  .cm-tab03-problem-ttl {
    font-size: 2rem;
  }
  .cm-tab03-problem-flex {
    flex-wrap: wrap;
  }
  .cm-tab03-problem-flex p {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cm-tab03-problem-flex .img {
    width: 100%;
  }
  .cm-tab03-problem-flex .img img {
    width: 100%;
  }
  .cm-tab03-main {
    width: 100%;
    border-radius: 0 0 0.5rem 0.5rem;
    border-top: 0;
    padding: 2rem;
  }
  .cm-tab03-ttl {
    display: flex;
    flex-wrap: wrap;
  }
  .cm-tab03-ttl_wrap {
    width: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 2rem 0 0;
  }
  .cm-tab03-ttl_ttl {
    width: 12rem;
    height: 12rem;
    font-size: 2rem;
  }
  .cm-tab03-ttl_ttl .circle {
    margin-top: -0.6rem;
  }
  .cm-tab03-ttl_ttl .circle span {
    font-size: 2.6rem;
  }
  .cm-tab03-ttl_item {
    width: 50%;
  }
  .cm-tab03-ttl_item.active::after {
    content: none;
  }
  .cm-tab03-ttl_item a {
    height: 100%;
    pointer-events: auto;
  }
  .cm-tab03-ttl_item .case {
    font-size: 1.6rem;
    width: 5rem;
    height: 5rem;
    margin-right: 1rem;
  }
  .cm-tab03-ttl_item .case .small {
    font-size: 0.8rem;
  }
  .cm-tab03-ttl_item .ttl {
    width: calc(100% - 6rem);
  }
  .cm-tab03-ttl_item .ico-circle {
    display: none;
  }
  .cm-tab03-solution {
    padding: 2rem 2rem 2rem;
  }
  .cm-tab03-solution-link .item {
    max-width: inherit;
    width: 50%;
    margin-right: 2%;
  }
  .cm-tab03-solution-link .item:nth-child(3n) {
    margin-right: 0;
  }
  .cm-tab03-solution-link .item:last-child {
    margin-right: 0;
  }
  .cm-tab03-solution-link .item .cm-btn > span::before {
    right: 1rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .cm-listing .flex.col-2 .item {
    width: 100%;
  }
  .cm-listing .flex.col-2 .item > .txt {
    padding: 2rem;
  }
  .cm-listing .flex.col-2 .item > .txt p:nth-of-type(1) {
    min-height: inherit;
  }
  .cm-listing .flex.col-2 .item > .txt .cm-btn a {
    font-size: 1.6rem;
    min-height: 4rem;
  }
  .cm-listing .flex.col-2 .item > .txt .cm-btn a::before {
    right: 1.5rem;
  }
  .cm-casestudy-txt .ttl-bottomline {
    font-size: 3rem;
  }
  .cm-casestudy-txt .cm-btn a {
    max-width: 40rem;
    font-size: 2rem;
  }
  .cm-casestudy-ico {
    top: 24rem;
    right: 1rem;
    width: 10rem;
    height: 10rem;
  }
  .cm-casestudy-ico-inner p {
    font-size: 1.1rem;
  }
  .cm-casestudy-top {
    padding: 0;
  }
  .cm-casestudy-top .un-list01 {
    margin: 0;
  }
  .cm-casestudy-bottom {
    padding: 3.5rem 0 5rem;
  }
  .cm-casestudy-bottom .cm-casestudy-txt {
    flex-wrap: wrap;
  }
  .cm-casestudy-bottom .cm-casestudy-txt .ttl .large {
    font-size: 2.2rem;
  }
  .cm-induction-ico {
    top: -10rem;
    left: -1rem;
    width: 10rem;
    height: 10rem;
  }
  .cm-induction-ico-inner p {
    font-size: 1.1rem;
  }
  .cm-induction-ico-inner .material-symbols-outlined {
    font-size: 2.4rem;
  }
  .cm-induction-top {
    padding: 6rem 0 3rem;
  }
  .cm-induction-top .un-list01 {
    margin: 0;
  }
  .cm-induction-bottom .ttl {
    font-size: 2.2rem;
    line-height: 1.35;
    margin-bottom: 2rem;
  }
  .cm-induction_equipment .ttl-bottomline {
    font-size: 2.2rem;
  }
  .cm-induction_equipment .ttl-bottomline .large {
    font-size: 3rem;
  }
  .cm-induction_equipment .ttl-bottomline .large3 {
    font-size: 4rem;
  }
  .cm-induction_equipment .cm-induction-top {
    padding: 9rem 0 3rem;
  }
  .cm-induction_equipment .cm-induction-bottom .ttl {
    font-size: 2.8rem;
    line-height: 1.65;
  }
  .cm-induction_equipment .cm-induction-txt {
    margin: auto;
    width: auto;
    max-width: inherit;
  }
  .cm-induction_equipment .cm-induction-ico {
    top: -6rem;
    left: auto;
    background: none;
    background-color: #ff9020;
    width: 100%;
    height: auto;
  }
  .cm-induction_equipment .cm-induction-ico-inner p {
    font-size: 2rem;
  }
  .cm-induction_equipment .cm-induction-ico-inner p br {
    display: none !important;
  }
  .cm-induction_equipment .cm-induction-ico-inner .material-symbols-outlined {
    display: none;
  }
  .cm-induction_souryou .ttl-bottomline {
    font-size: 2.6rem;
    letter-spacing: -0.02em;
  }
  .cm-induction_souryou .cm-induction-ico {
    width: 10rem;
    height: 10rem;
    top: -8rem;
  }
  .cm-induction_souryou .cm-induction-ico-inner p {
    font-size: 1.2rem;
  }
  .cm-induction_souryou .cm-induction-ico-inner p .large {
    font-size: 1.5rem;
  }
  .cm-induction_souryou .cm-induction-bottom .ttl {
    font-size: 2.2rem;
  }
  .cm-induction_souryou .cm-induction-bottom .ttl > .bg-white {
    width: 11rem;
  }
  .cm-induction_souryou .cm-induction-bottom .ttl .large {
    font-size: 3rem;
  }
  .cm-induction .square {
    font-size: 2.8rem;
  }
  .cm-induction_onepress .cm-induction-txt .ttl-bottomline {
    font-size: 3rem;
  }
  .cm-induction_onepress .cm-induction-txt .cm-btn a {
    max-width: 40rem;
    font-size: 2rem;
  }
  .cm-induction_onepress .cm-induction-ico {
    width: 9rem;
    height: 9rem;
    left: -1rem;
    top: -9rem;
  }
  .cm-induction_onepress .cm-induction-top {
    padding: 6rem 0;
  }
  .cm-induction_onepress .cm-induction-bottom {
    padding: 3.5rem 0 5rem;
  }
  .cm-induction_onepress .cm-induction-bottom .ttl {
    margin-bottom: 2rem;
  }
  .cm-induction_onepress .cm-induction-bottom .ttl .large {
    font-size: 2.2rem;
  }
  .cm-stflow-box {
    margin-left: auto;
    flex-wrap: wrap;
  }
  .cm-stflow-ico {
    left: 1rem;
    top: 24.5rem;
  }
  .cm-stflow-img {
    width: 100%;
  }
  .cm-stflow-txt {
    width: 100%;
    padding: 2rem;
  }
  .cm-stflow-txt p {
    font-size: 2rem;
  }
  .cm-stflow-txt p strong {
    font-size: 2rem;
  }
  .un-charge .cm-tab02-tab .ttl span {
    margin-bottom: 1rem;
  }
  .un-charge .cm-tab02-detail .cm-tab02-tab .ttl {
    font-size: 1.5rem;
  }
  .un-charge .cm-tab02-detail .target {
    padding: 3rem 2rem;
  }
  .un-charge .cm-tab02-area:nth-child(2) .option .cm-btn a {
    font-size: 1.5rem;
  }
  .un-charge .cm-tab02-area .btnwrap .item p:nth-of-type(1) {
    min-height: 6.8rem;
  }
  .un-charge .option {
    padding: 3rem 1.5rem;
  }
  .un-charge .option .ttl {
    margin-right: 0;
  }
  .un-charge .option .cm-btn {
    width: 32rem;
  }
  .un-charge .option .cm-btn a {
    font-size: 1.5rem;
  }
  .un-charge .option .cm-btn a::before {
    right: 1rem;
  }
  .un-charge .flex.col-2 .item p:nth-of-type(1) {
    font-size: 1.8rem;
  }
  .sell_body .un-movie .lwrap .movie iframe {
    height: 25rem;
  }
  .sell_body .un-strengths-nav li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3rem;
  }
  .sell_body .un-strengths-nav li:nth-child(2n) {
    margin-right: 0;
  }
  .sell_body .un-strengths-nav li:nth-child(n+3) {
    margin-bottom: 0;
  }
  .sell_body .un-strengths-nav .txt {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .sell_body .un-strengths-main-item:nth-child(3) .right .ttl br {
    display: none;
  }
  .sell_body .un-strengths-main-item:nth-child(4) .right .box {
    margin-top: 4rem;
  }
  .sell_body .un-strengths-main-item .right .ttl {
    padding-right: 10rem;
  }
  .cm-benefits-ttl {
    font-size: 2.6rem;
  }
  .cm-benefits-listbox {
    padding: 3rem;
  }
  .cm-benefits .cm-btn.fs-24 a {
    font-size: 1.8rem;
  }
}