﻿@charset "UTF-8";
.mv-01-ttl-sub{
  margin-top: .5em;
  font-size: 75%;
  display: block;
}
.mv-01-txt{
  width: 95%;
}
.mv-01-cta-figure{
  width: 40%;
  max-width: 380px;
  margin-bottom: 3em;
  aspect-ratio: 390 / 175;
}
.mv-01-cta-figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.func-detail{
  font-size: 16px;
}
@media (max-width:767px) {
  .func-detail{
    font-size: 14px;
  }
}
.sec-wrap{
}
.func-detail-main-ttl{
  font-size: min(calc(22 / 375 * 100vw), 32px);
  margin-bottom: .6em;
  text-align: center;
}
.func-checks .func-checks-row {
  display: flex;
  gap:45px;
  padding: 20px 30px 30px;
  border-bottom: 1px solid #dcdcdc;
}
.func-checks .func-checks-row:last-of-type{
  border-bottom:none;
}
.func-checks .func-checks-row:nth-of-type(1) {
  border-top: 1px solid #dcdcdc;
}
.func-checks .func-checks-row .heading {
  display: flex;
  align-items: center;
}
.func-checks .func-checks-row .heading > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-align: center;
  background-color: #c71749;
}
.func-checks .func-checks-row .heading > span.merit{
  font-size: min(calc(16 / 375 * 100vw), 20px);
}
.func-checks .func-checks-row ul {
  padding: 20px 0 0;
}
.func-checks .func-checks-row ul li {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.00em;
  line-height: 1.6;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
.func-checks .func-checks-row ul li:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 34px;
  height: 34px;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
}
.func-checks .func-checks-row ul li:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: calc(50% + -5px);
  transform: translateY(-50%);
  left: 8px;
  width: 24px;
  height: 26px;
  background: url("https://mercart.jp/cms/images/voice/icon_check.svg") no-repeat center center/contain;
}
@media (max-width: 767px) {
  .func-checks .func-checks-row {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0 10px;
    gap:0;
  }
  .func-checks .func-checks-row .heading {
    margin-left: 0;
    margin: 0;
  }
  .func-checks .func-checks-row .heading > span {
    width: 70px;
    height: 70px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .func-checks .func-checks-row ul {
    padding-top: 10px;
    margin: 0 auto 0 0;
  }
  .func-checks .func-checks-row ul li {
    font-size: 16px;
    padding-left: 35px;
    margin-bottom: 10px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    text-align: justify;
  }
  .func-checks .func-checks-row ul li:before {
    width: 20px;
    height: 20px;
  }
  .func-checks .func-checks-row ul li:after {
    width: 16px;
    height: 16px;
    top: calc(50% + -3px);
    left: 4px;
  }
}
.func-detail-cont{
  margin-bottom: min(calc(20 / 375 * 100vw), 40px);
}
.func-detail-ttl-style{
  background: #f0f0f0;
  font-size: min(calc(18 / 375 * 100vw), 22px);
  padding:10px;
  display: flex;
  flex-wrap:nowrap;
  gap:min(calc(10 / 375 * 100vw), 15px);
  margin-bottom: 1em;
}
.func-detail-ttl-style:before{
  content:"";
  display: block;
  background:#c71749;
  width: 12px;
  width: min(calc(6 / 375 * 100vw), 12px);
  height: auto;
  flex-grow:0;
  flex-shrink:0;
}
.func-detail-faq dl {
  margin: 0;
  padding: 0px 26px;
  background: #f0f0f0;
  line-height:1.8;
}
.func-detail-faq dl:last-of-type dt {
  border-bottom:none;
}
.func-detail-faq dl dt {
  position: relative;
  margin: 0 0 0;
  padding: 23px 48px 23px 56px;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
  transition: .3s;
}
.func-detail-faq dl dt:hover {
  opacity: .7
}
.func-detail-faq dl dt:before {
  content: "Q.";
  display: block;
  position: absolute;
  left: 0;
  width: 42px;
  height: 42px;
  line-height: 1;
  padding: 5px 0 0;
  border-radius: 100%;
  color: #C71749;
  font-size: 24px;
  font-family: "Jost";
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
}
.func-detail-faq dl dt i {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 26px;
  height: 26px;
}
.func-detail-faq dl dt i:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 3px;
  background: #C71749;
  transform: translate(-50%, -50%);
}
.func-detail-faq dl dt i:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 15px;
  background: #C71749;
  transform: translate(-50%, -50%);
  transition: .3s;
}
.func-detail-faq dl dt.is-open i:after {
  opacity: 0;
}
.func-detail-faq dl dd {
  display: none;
  position: relative;
  margin: 0 0 0;
  padding: 23px 48px 23px 56px;
  border-bottom: 1px solid #d9d9d9;
}
.func-detail-faq dl dd:last-child {
  margin: 0;
}
.func-detail-faq dl dd:before {
  content: "A.";
  position: absolute;
  color: #C71749;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  line-height: 1;
  font-size: 24px;
  font-family: "Jost";
  font-weight: 500;
}
@media (max-width:767px) {
  .func-detail-faq dl {
    padding: 0;
  }
  .func-detail-faq dl dt {
    margin: 0 0 0;
    padding: 18px 24px 18px 43px;
    font-size: 14px;
  }
  .func-detail-faq dl dt:before {
    top: 12px;
  }
  .func-detail-faq dl dt i {
    
  }
  .func-detail-faq dl dt i:before {
    width: 12px;
    height: 2px;
  }
  .func-detail-faq dl dt i:after {
    height: 12px;
    width: 2px;
  }
  .func-detail-faq dl dd {
    padding: 18px 0 18px 43px;
    font-size: 14px;
  }
  .func-detail-faq dl dd:before {
    top:15px;
    transform: translateY(0);
  }
}

.func-detail-cont:not(.func-detail-faq) dl{
  
}
.func-detail-cont:not(.func-detail-faq) dl dt{
  font-size: min(calc(18 / 375 * 100vw), 1.25em);
}
.func-detail-cont:not(.func-detail-faq) dl dd{
  margin-bottom: 1.125em;
}
.cont-3col{
  display: flex;
  flex-wrap:wrap;
  justify-content: flex-start;
  gap:30px;
}
.cont-col-item{
  background: #f0f0f0;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-basis: calc(33% - 17px); 
  padding: 40px;
  min-height: 300px;
  justify-content: center;
}
.cont-col-item h3{
  font-size:min(calc(18 / 375 * 100vw),1.25em);
  margin-bottom: .6em;;
}
@media (max-width:767px) {
  .cont-col-item{
    flex-basis: 100%;
  }
}
