/*
font-family: $font-gothic;
300 400 600 700
*/
/*
font-family: $font-yugothic;
300 400 600 700
*/
/*
font-family: $font-en;
400 500 600 700
*/
/* font-family: $font-en; */
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.subTitle {
  color: #3143cf;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.dlAtt {
  padding: 0 0 46px;
  text-align: center;
}

.supportIndex01 {
  margin: 55px auto 90px;
  padding: 0;
  width: calc(100% - 80px);
  max-width: 1200px;
}
.supportIndex01 > ul {
  display: flex;
  justify-content: space-between;
}
.supportIndex01 > ul > li {
  background-color: #FFF;
  border-radius: 7px;
  width: 46.5%;
}
.supportIndex01 > ul > li h3 {
  color: #3143cf;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 30px 15px;
  text-align: center;
}
.supportIndex01 > ul > li .indList {
  padding: 30px 20px 40px 50px;
}
.supportIndex01 > ul > li .data {
  padding: 30px 20px 40px 40px;
}

.supportIndex02 {
  background-color: #FFF;
  padding: 80px 40px 90px;
  width: calc(100% - 80px);
  max-width: 1200px;
}
.supportIndex02 h2 {
  color: #3143cf;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  text-align: center;
}
.supportIndex02 .copy {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
}
.supportIndex02 .flowArea {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
.supportIndex02 .flowArea ol li {
  border-top: 1px solid #EEE;
  display: flex;
  align-items: center;
  padding: 21px 25px;
  width: 100%;
}
.supportIndex02 .flowArea ol li > p {
  width: 115px;
}
.supportIndex02 .flowArea ol li > p img {
  max-width: 46px;
}
.supportIndex02 .flowArea ol li dl {
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
}
.supportIndex02 .flowArea ol li dl dt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  width: 370px;
}
.supportIndex02 .flowArea ol li dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.supportIndex02 .flowArea ol li.blue {
  background-color: #3143cf;
  color: #FFF;
}
.supportIndex02 .flowArea .arrow {
  position: absolute;
  bottom: 18px;
  right: 25px;
}
.supportIndex02 .btn {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 60px;
  text-align: center;
}
.supportIndex02 .btn a {
  background-color: #EED84A;
  border-radius: 50px;
  color: #333;
  display: inline-block;
  padding: 25px;
  min-width: 270px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
.supportIndex02 .btn a:hover {
  background-color: #3143cf;
  color: #ccc;
}

.categoryLinkList {
  margin: 0 auto;
  max-width: 1080px;
}
.categoryLinkList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.categoryLinkList ul li {
  margin-bottom: 30px;
  text-align: center;
  width: 48.5%;
}
.categoryLinkList ul li a {
  border: 2px solid #3143cf;
  border-radius: 50px;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 35px 20px;
  text-decoration: none;
  transition: 0.2s;
}
.categoryLinkList ul li a:hover {
  background-color: #FFF;
}

.faqSec + .faqSec {
  margin-top: 70px;
}
.faqSec.last {
  margin-bottom: 40px;
}
.faqSec h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 50px;
  color: #3143cf;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  text-align: center;
}
.faqSec h2 img {
  width: 185px;
  margin-right: 10px;
}
.faqSec h2 .only-sp {
  display: none;
}
.faqSec .faqArea {
  background-color: #FFF;
  padding: 55px 80px 60px;
  width: calc(100% - 80px);
  max-width: 1080px;
  margin: 0 auto;
}
.faqSec .faqArea dl {
  border: 6px solid #F0F2F4;
  margin-bottom: 30px;
  padding: 10px 35px 0;
}
.faqSec .faqArea dl dt {
  border-bottom: 1px solid #EEE;
  cursor: pointer;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 30px 80px 40px 90px;
  position: relative;
  transition: 0.2s;
}
.faqSec .faqArea dl dt:hover {
  opacity: 0.7;
}
.faqSec .faqArea dl dt:before {
  content: "Q";
  color: #3143cf;
  font-family: "BuenosAires", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 20px;
  left: 5px;
}
.faqSec .faqArea dl dt:after {
  background: url("/frauddetection/assets/img/common/icon_arrow.png") center center no-repeat;
  background-size: 20px auto;
  content: "";
  display: block;
  width: 21px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}
.faqSec .faqArea dl dt.open:after {
  transform: rotate(180deg);
}
.faqSec .faqArea dl dd {
  border-bottom: 1px solid #EEE;
  display: none;
  padding: 30px 0px 40px 90px;
  position: relative;
}
.faqSec .faqArea dl dd:before {
  content: "A";
  color: #3143cf;
  font-family: "BuenosAires", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 30px;
  left: 8px;
}
.faqSec .faqArea dl dd > p {
  margin-top: 20px;
}
.faqSec .faqArea dl dd > p:first-child {
  margin-top: 0px;
}

.faqContact {
  background-color: #FFF;
  padding: 70px 80px 65px;
  width: calc(100% - 80px);
  max-width: 1080px;
  margin: 0 auto 80px;
  text-align: center;
}
.faqContact .btn {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 30px;
  text-align: center;
}
.faqContact .btn a {
  background-color: #EED84A;
  border-radius: 50px;
  color: #333;
  display: inline-block;
  padding: 22px;
  min-width: 270px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
.faqContact .btn a:hover {
  background-color: #3143cf;
  color: #fff;
}

.priceSec {
  margin-bottom: 70px;
  padding: 60px 40px 0;
}
.priceSec ul {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
.priceSec ul li {
  border-top: 4px solid #3143cf;
  border-radius: 0 0 10px 10px;
  background-color: #FFF;
  padding: 30px 30px 70px;
  text-align: center;
  width: 47%;
}
.priceSec ul li h3 {
  color: #3143cf;
  font-family: "BuenosAires", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
.priceSec ul li h3 span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 100;
}
.priceSec ul li h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}
.priceSec ul li .price {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 75%;
}
.priceSec ul li .price dl {
  text-align: left;
  width: 45%;
}
.priceSec ul li .price dl dt {
  margin-bottom: 20px;
}
.priceSec ul li .price dl dd img {
  height: 50px;
  margin-right: 10px;
}
.priceSec .cmnBtn {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 60px;
  text-align: center;
}
.priceSec .cmnBtn a {
  background-color: #EED84A;
  border-radius: 50px;
  color: #333;
  display: inline-block;
  padding: 22px;
  min-width: 270px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
.priceSec .cmnBtn a:hover {
  background-color: #3143cf;
  color: #fff;
}
.priceSec .priceBox {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 634px;
  min-height: 195px;
  margin: 0 auto;
  padding: 43px 0 50px;
  background: #fff;
  border-top: 4px solid #3143cf;
  border-radius: 0 0 10px 10px;
}
.priceSec .priceBox .price {
  display: flex;
  justify-content: space-between;
  width: 40.0630914826%;
}
.priceSec .priceBox .price dl {
  text-align: left;
  width: calc(50% - 20px);
}
.priceSec .priceBox .price dl dt {
  margin-bottom: 20px;
}
.priceSec .priceBox .price dl dd img {
  height: 50px;
  margin-right: 10px;
}
.priceSec .ctaFuseichecker {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 634px;
  min-height: 336px;
  margin: 60px auto 0;
  padding: 43px 0 55px;
  background: #fff;
  border-radius: 10px;
}
.priceSec .ctaFuseichecker .text {
  max-width: 308px;
}
.priceSec .ctaFuseichecker h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.priceSec .ctaFuseichecker .logo {
  margin-top: 17px;
}
.priceSec .ctaFuseichecker .logo img {
  width: 100%;
}
.priceSec .ctaFuseichecker .cmnBtn {
  padding-top: 40px;
}
.priceSec .ctaFuseichecker .cmnBtn a {
  background-color: #3143cf;
  color: #fff;
}
.priceSec .ctaFuseichecker .cmnBtn a:hover {
  background-color: #EED84A;
  color: #333;
}

.partnersSec01 {
  background-color: #FFF;
  padding: 55px 80px;
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 55px auto 40px;
  text-align: center;
}
.partnersSec01 h2 {
  color: #3143cf;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.partnersSec01 .btn {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 30px;
  text-align: center;
}
.partnersSec01 .btn a {
  background-color: #EED84A;
  border-radius: 50px;
  color: #333;
  display: inline-block;
  padding: 22px;
  min-width: 270px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
.partnersSec01 .btn a:hover {
  background-color: #3143cf;
  color: #fff;
}

.partnersSec02 {
  padding: 50px 0 0;
}
.partnersSec02 .inr {
  background-color: #FFF;
  padding: 70px 80px;
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 55px auto 35px;
  text-align: center;
}
.partnersSec02 .inr h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.partnersSec02 .inr .sec02Read {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.partnersSec02 .inr ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 26px auto 0;
  max-width: 960px;
}
.partnersSec02 .inr ul li {
  line-height: 1;
}
.partnersSec02 .inr ul.ec01 li:nth-child(1) img {
  max-width: 133px;
}
.partnersSec02 .inr ul.ec01 li:nth-child(2) img {
  max-width: 74px;
}
.partnersSec02 .inr ul.ec01 li:nth-child(3) img {
  max-width: 117px;
}
.partnersSec02 .inr ul.ec01 li:nth-child(4) img {
  max-width: 150px;
}
.partnersSec02 .inr ul.ec01 li:nth-child(5) img {
  max-width: 129px;
}
.partnersSec02 .inr ul.ec01 li:nth-child(6) img {
  max-width: 129px;
}
.partnersSec02 .inr ul.ec02 li:nth-child(1) img {
  max-width: 154px;
}
.partnersSec02 .inr ul.ec02 li:nth-child(2) img {
  max-width: 125px;
}
.partnersSec02 .inr ul.ec02 li:nth-child(3) img {
  max-width: 120px;
}
.partnersSec02 .inr ul.ec02 li:nth-child(4) img {
  max-width: 136px;
}
.partnersSec02 .inr ul.ec02 li:nth-child(5) img {
  max-width: 125px;
}
.partnersSec02 .inr ul.ec03 li:nth-child(1) img {
  max-width: 165px;
}
.partnersSec02 .inr ul.ec03 li:nth-child(2) img {
  max-width: 123px;
}
.partnersSec02 .inr ul.ec03 li:nth-child(3) img {
  max-width: 127px;
}
.partnersSec02 .inr ul.ec03 li:nth-child(4) img {
  max-width: 157px;
}
.partnersSec02 .inr ul.ec03 li:nth-child(5) img {
  max-width: 220px;
}
.partnersSec02 .inr ul.ec04 {
  margin-bottom: 100px;
}
.partnersSec02 .inr ul.ec04 li:nth-child(1) img {
  max-width: 278px;
}
.partnersSec02 .inr ul.ec04 li:nth-child(2) img {
  max-width: 145px;
}
.partnersSec02 .inr ul.ec04 li:nth-child(3) img {
  max-width: 191px;
}
.partnersSec02 .inr ul.ec04 li:nth-child(4) img {
  max-width: 73px;
}
.partnersSec02 .inr ul.ec04 li:nth-child(5) img {
  max-width: 128px;
}
.partnersSec02 .inr ul.card01 {
  gap: 43px 20px;
}
.partnersSec02 .inr ul.card01 li:nth-child(1) img {
  max-width: 158px;
}
.partnersSec02 .inr ul.card01 li:nth-child(2) img {
  max-width: 139px;
}
.partnersSec02 .inr ul.card01 li:nth-child(3) img {
  max-width: 153px;
}
.partnersSec02 .inr ul.card01 li:nth-child(4) img {
  max-width: 251px;
}
.partnersSec02 .inr ul.card01 li:nth-child(5) img {
  max-width: 150px;
}
.partnersSec02 .inr ul.card01 li:nth-child(6) img {
  max-width: 89px;
}
.partnersSec02 .inr ul.card01 li:nth-child(7) img {
  max-width: 165px;
}
.partnersSec02 .inr ul.card01 li:nth-child(8) img {
  max-width: 207px;
}
.partnersSec02 .inr ul.card01 li:nth-child(9) img {
  max-width: 164px;
}
.partnersSec02 .inr ul.card01 li:nth-child(10) img {
  max-width: 78px;
}
.partnersSec02 .inr ul.card01 li:nth-child(11) img {
  max-width: 142px;
}
.partnersSec02 .inr ul.other {
  justify-content: center;
}
.partnersSec02 .inr ul.other li:nth-child(1) img {
  max-width: 252px;
}
.partnersSec02 .inr .graySmall {
  text-align: left;
}

/* Responsive Start */
@media only screen and (max-width: 768px) {
  .subTitle {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0 20px;
  }
  .dlAtt {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 15px;
  }
  .supportIndex01 {
    margin: 40px auto 50px;
    padding: 0 20px;
    width: auto;
  }
  .supportIndex01 > ul {
    display: block;
  }
  .supportIndex01 > ul > li {
    margin-bottom: 30px;
    width: 100%;
  }
  .supportIndex01 > ul > li h3 {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 25px 10px 20px;
  }
  .supportIndex01 > ul > li .indList {
    padding: 25px 15px 30px 30px;
  }
  .supportIndex01 > ul > li .data {
    padding: 25px 15px 30px 20px;
  }
  .supportIndex02 {
    margin-bottom: 40px;
    padding: 45px 0 60px;
    width: auto;
  }
  .supportIndex02 h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .supportIndex02 .copy {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .supportIndex02 .flowArea {
    margin: 0 10px;
  }
  .supportIndex02 .flowArea ol li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    width: 100%;
  }
  .supportIndex02 .flowArea ol li > p {
    width: 40px;
  }
  .supportIndex02 .flowArea ol li > p img {
    height: auto;
    width: 30px;
  }
  .supportIndex02 .flowArea ol li dl {
    display: block;
    letter-spacing: 0;
    width: calc(100% - 50px);
  }
  .supportIndex02 .flowArea ol li dl dt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: bold;
    padding-bottom: 4px;
    width: auto;
  }
  .supportIndex02 .flowArea ol li dl dd {
    font-size: 10.5px;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
  }
  .supportIndex02 .flowArea .arrow {
    position: absolute;
    bottom: 20px;
    right: 10px;
  }
  .supportIndex02 .flowArea .arrow img {
    width: 60px;
  }
  .supportIndex02 .btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 30px;
  }
  .supportIndex02 .btn a {
    padding: 15px;
    min-width: 260px;
  }
  .supportIndex02 .btn a:hover {
    background-color: #3143cf;
    color: #FFF;
  }
  .categoryLinkList {
    margin: 0 auto;
    padding: 0 15px;
  }
  .categoryLinkList h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .categoryLinkList ul {
    display: block;
  }
  .categoryLinkList ul li {
    margin-bottom: 10px;
    width: 100%;
  }
  .categoryLinkList ul li a {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 13px 10px;
  }
  .faqSec {
    padding: 0;
    margin: 0;
  }
  .faqSec + .faqSec {
    margin-top: 30px;
  }
  .faqSec.last {
    margin-bottom: 40px;
  }
  .faqSec h2 {
    margin: 0 0 30px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .faqSec h2 img {
    width: 100px;
  }
  .faqSec h2 .only-sp {
    display: block;
  }
  .faqSec .faqArea {
    padding: 50px 10px 20px;
    width: auto;
  }
  .faqSec .faqArea dl {
    margin-bottom: 10px;
    padding: 0 10px 0;
  }
  .faqSec .faqArea dl dt {
    border-bottom: 1px solid #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 15px 30px 15px 40px;
  }
  .faqSec .faqArea dl dt:before {
    font-size: 25px;
    font-size: 2.5rem;
    position: absolute;
    top: 12px;
    left: 5px;
  }
  .faqSec .faqArea dl dt:after {
    background: url("/frauddetection/assets/img/common/icon_arrow.png") center center no-repeat;
    background-size: 10px auto;
    width: 10px;
    height: 6px;
    top: 50%;
    right: 5px;
    margin-top: -3px;
  }
  .faqSec .faqArea dl dt:hover {
    background-color: #3143cf;
    color: #FFF;
  }
  .faqSec .faqArea dl dt.open {
    border-bottom: 1px solid #EEE;
  }
  .faqSec .faqArea dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 15px 5px 20px 40px;
    position: relative;
  }
  .faqSec .faqArea dl dd:before {
    font-size: 25px;
    font-size: 2.5rem;
    position: absolute;
    top: 16px;
    left: 5px;
  }
  .faqSec .faqArea dl dd > p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 15px;
  }
  .faqSec .faqArea dl dd > p:first-child {
    margin-top: 0px;
  }
  .faqContact {
    padding: 35px 20px 35px;
    width: auto;
    max-width: 1080px;
    margin: 0 15px 40px;
  }
  .faqContact .btn {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 20px;
  }
  .faqContact .btn a {
    padding: 17px;
    min-width: 220px;
  }
  .faqContact .btn a:hover {
    background-color: #3143cf;
    color: #FFF;
  }
  .priceSec {
    margin-bottom: 40px;
    padding: 0;
  }
  .priceSec ul {
    display: block;
  }
  .priceSec ul li {
    margin: 30px auto 0;
    padding: 30px 20px 40px;
    text-align: center;
    width: 100%;
    max-width: 280px;
  }
  .priceSec ul li h3 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .priceSec ul li h3 span {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .priceSec ul li h4 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .priceSec ul li .price {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 75%;
  }
  .priceSec ul li .price dl {
    text-align: left;
    width: 45%;
  }
  .priceSec ul li .price dl dt {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .priceSec ul li .price dl dd {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .priceSec ul li .price dl dd img {
    margin-right: 7px;
    height: 30px;
    width: auto;
  }
  .priceSec .cmnBtn {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 30px;
  }
  .priceSec .cmnBtn a {
    padding: 17px;
    min-width: 220px;
  }
  .priceSec .cmnBtn a:hover {
    background-color: #3143cf;
    color: #FFF;
  }
  .priceSec .priceBox {
    min-height: auto;
    margin-top: 30px;
    padding: 43px 0 50px;
  }
  .priceSec .priceBox .price {
    width: 75%;
  }
  .priceSec .priceBox .price dl {
    width: 45%;
  }
  .priceSec .priceBox .price dl dt {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .priceSec .priceBox .price dl dd {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .priceSec .priceBox .price dl dd img {
    margin-right: 7px;
    height: 30px;
    width: auto;
  }
  .priceSec .ctaFuseichecker {
    min-height: auto;
    margin: 30px auto 0;
    padding: 40px 20px;
  }
  .priceSec .ctaFuseichecker h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .partnersSec01 {
    padding: 40px 20px 35px;
    width: auto;
    margin: 25px 20px;
  }
  .partnersSec01 h2 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .partnersSec01 .btn {
    font-size: 13px;
    font-size: 1.3rem;
    padding-top: 20px;
  }
  .partnersSec01 .btn a {
    padding: 15px;
    min-width: 230px;
  }
  .partnersSec01 .btn a:hover {
    background-color: #3143cf;
    color: #FFF;
  }
  .partnersSec02 {
    margin-bottom: 40px;
    padding: 30px 0 0;
  }
  .partnersSec02 .inr {
    padding: 40px 15px 30px;
    width: auto;
    margin: 25px 20px 0;
  }
  .partnersSec02 .inr h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
  .partnersSec02 .inr ul {
    justify-content: flex-start;
    gap: 20px;
    margin: 20px auto 0;
  }
  .partnersSec02 .inr ul li {
    width: calc(50% - 10px);
    text-align: center;
  }
  .partnersSec02 .inr ul li img {
    width: 100%;
  }
  .partnersSec02 .inr ul.ec04 {
    gap: 20px;
    margin-bottom: 50px;
  }
  .partnersSec02 .inr ul.card01 {
    gap: 20px;
  }
}
/* add 2023/11/30 */
.shopifyBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 784px;
  margin: 60px auto 0;
  padding: 57px 0 38px;
  background: #F0F2F4;
}
.shopifyBox .logoWrap {
  display: flex;
  align-items: flex-end;
}
.shopifyBox .logoWrap .item {
  position: relative;
  padding: 20px 0 0;
}
.shopifyBox .logoWrap .item .read {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  min-height: 2.7em;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.37;
}
.shopifyBox .logoWrap .item img {
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.shopifyBox .logoWrap .item.item01 .read {
  margin-bottom: 15px;
}
.shopifyBox .logoWrap .item.item01 img {
  width: 170px;
}
.shopifyBox .logoWrap .item.item02 .read {
  margin-bottom: 23px;
}
.shopifyBox .logoWrap .item.item02 img {
  width: 175px;
}
.shopifyBox .logoWrap .item::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 187px;
  height: 187px;
  background: radial-gradient(50% 50% at 50% 50%, #fff 60.94%, rgba(255, 255, 255, 0) 100%);
}
.shopifyBox .logoWrap .cross {
  margin: 0 80px;
}
.shopifyBox .logoWrap .cross img {
  width: 38px;
}
.shopifyBox .btn {
  position: relative;
  z-index: 2;
  margin-top: 41px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.shopifyBox .btn a {
  background-color: #3143cf;
  border-radius: 50px;
  color: #FFF;
  display: inline-block;
  padding: 22px;
  min-width: 270px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
.shopifyBox .btn a:hover {
  background-color: #EED84A;
  color: #333;
}

@media only screen and (max-width: 768px) {
  .shopifyBox {
    margin: 38px auto 0;
    padding: 36px 5px 33px;
  }
  .shopifyBox .logoWrap .item {
    padding: 0;
  }
  .shopifyBox .logoWrap .item .read {
    font-size: 10px;
    font-size: 1rem;
    font-feature-settings: "palt";
  }
  .shopifyBox .logoWrap .item.item01 .read {
    margin-bottom: 3.75vw;
  }
  .shopifyBox .logoWrap .item.item01 img {
    width: 26vw;
  }
  .shopifyBox .logoWrap .item.item02 .read {
    margin-bottom: 7vw;
  }
  .shopifyBox .logoWrap .item.item02 img {
    width: 26.75vw;
  }
  .shopifyBox .logoWrap .item::after {
    width: 115px;
    height: 115px;
  }
  .shopifyBox .logoWrap .cross {
    margin: 0 1.25vw 0 -2.5vw;
  }
  .shopifyBox .logoWrap .cross img {
    width: 23px;
  }
  .shopifyBox .btn {
    margin-top: 30px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .shopifyBox .btn a {
    padding: 15px;
    min-width: 230px;
  }
}/*# sourceMappingURL=support.css.map */