/*
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();*/
.functionSec h2 {
  margin-bottom: 40px;
  color: #3143cf;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
.functionSec .wrap {
  padding: 68px 70px;
  background: #fff;
}
.functionSec .compareBox {
  display: flex;
  gap: 0 68px;
}
.functionSec .compareBox .item {
  width: calc(50% - 34px);
}
.functionSec .compareBox .item h3 {
  margin-bottom: 40px;
  padding: 8px;
  background: #3143cf;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.functionSec .compareBox .item .image {
  max-width: 205px;
  margin: 0 auto 30px;
}
.functionSec .compareBox .item .text {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 30px;
}
.functionSec .compareBox .item .text .icon {
  width: 46px;
  margin-right: 13px;
  text-align: center;
}
.functionSec .compareBox .item .text .txt {
  width: calc(100% - 59px);
  font-weight: 700;
}
.functionSec .compareBox .item .text + .text {
  min-height: 5em;
  margin-top: 20px;
}
.functionSec .compareBox .item .maru .txt {
  color: #3143cf;
}
.functionSec .compareBox .item .batsu img {
  width: 37px;
}
.functionSec .compareBox .item + .item .text::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -66px;
  transform: translateY(-50%);
  width: 71px;
  height: 19px;
  background: url(/frauddetection/assets/img/o-plux/function/arrow.svg) no-repeat 0 0/contain;
}
.functionSec .arrow {
  position: relative;
  padding: 55px 0 64px;
}
.functionSec .arrow::after {
  display: block;
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 599px;
  height: 106px;
  background: linear-gradient(180deg, rgba(49, 67, 207, 0) 0, rgba(0, 29, 255, 0.3) 100%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.functionSec .arrow span {
  display: flex;
  align-items: centre;
  justify-content: center;
  position: relative;
  z-index: 2;
  color: #3143cf;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
}
.functionSec .arrow span img {
  width: 20px;
  margin: 0 12px;
}
.functionSec .logo {
  max-width: 387px;
  margin: 0 auto;
}
.functionSec .read {
  margin-top: 65px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.functionSec .read strong {
  color: #3143cf;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
}

.functionSummary {
  max-width: none;
  padding: 80px 0 0;
  background: #fff;
}
.functionSummary .secIn {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.functionSummary .anchor {
  display: flex;
  gap: 30px;
}
.functionSummary .anchor li {
  width: calc(33.3333333333% - 20px);
}
.functionSummary .anchor li a {
  text-decoration: none;
  transition: all 0.3s;
}
.functionSummary .anchor li a:hover {
  opacity: 0.8;
}
.functionSummary .anchor p {
  position: relative;
  min-height: 105px;
  padding: 30px 0 0;
  background: #3143cf;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.functionSummary .anchor p::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 13px;
  mask: url(/frauddetection/assets/img/common/arrow_ancher.svg) no-repeat 0 0/contain;
  background: #fff;
}
.functionSummary h2 {
  margin-bottom: 30px;
  color: #3143cf;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
.functionSummary .aboutBox {
  margin-top: -97px;
  padding-top: 187px;
}
.functionSummary .aboutBox .boxWrap {
  position: relative;
  height: 100%;
}
.functionSummary .aboutBox .box {
  width: 100%;
  max-width: 800px;
  background: #F0F1F6;
  border-radius: 10px;
}
.functionSummary .aboutBox .box h3 {
  max-width: 185px;
}
.functionSummary .aboutBox .box .list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px 60px;
  max-height: 870px;
}
.functionSummary .aboutBox .box .list > li {
  width: calc(50% - 30px);
}
.functionSummary .aboutBox .box .list > li.pc-disabled {
  display: none;
}
.functionSummary .aboutBox .box .list .icon {
  width: 120px;
  margin: 0 auto;
}
.functionSummary .aboutBox .box .list .txt {
  margin-top: 15px;
  color: #3143cf;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.functionSummary .aboutBox .box .list .txt sub {
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: 2px;
}
.functionSummary .aboutBox .box .list .disc {
  max-width: 220px;
  margin: 5px auto 0;
  padding-left: 20px;
  list-style-type: disc;
  color: #3143cf;
  font-weight: 700;
}
.functionSummary .aboutBox .box .list .disc.flex {
  display: flex;
  flex-wrap: wrap;
}
.functionSummary .aboutBox .box .list .disc.flex li {
  width: 50%;
}
.functionSummary .aboutBox .box.box01 {
  min-height: 1069px;
  padding: 90px 30px 60px;
}
.functionSummary .aboutBox .box.box01 h3 {
  margin: 0 0 30px 78px;
}
.functionSummary .aboutBox .box.box02 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  min-height: calc(100% - 80px);
  padding: 50px 30px;
  mix-blend-mode: multiply;
}
.functionSummary .aboutBox .box.box02 h3 {
  margin: 0 78px 30px auto;
}
.functionSummary .aboutBox .box.box02 .list {
  width: calc(50% - 30px);
  max-height: none;
  margin-left: auto;
}
.functionSummary .aboutBox .box.box02 .list > li {
  width: 100%;
}
.functionSummary .aboutBox .box.box02.ex {
  top: 40px;
  transform: translateY(0);
}
.functionSummary .aboutBox .notes {
  max-width: 800px;
  margin: 20px 0 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
}
.functionSummary .aboutSupport {
  margin-top: 53px;
  padding: 97px 0 0;
}
.functionSummary .aboutSupport .bg {
  padding: 80px 0 0;
  background: #F0F1F6;
}
.functionSummary .aboutSupport .read {
  margin-bottom: 48px;
  font-weight: 700;
  text-align: center;
}
.functionSummary .aboutSupport .supportList {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.functionSummary .aboutSupport .supportList > li {
  width: calc(50% - 40px);
  background: #fff;
  border-radius: 10px;
}
.functionSummary .aboutSupport .supportList > li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  color: #3143cf;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.functionSummary .aboutSupport .supportList > li ul {
  padding: 20px 20px 30px 40px;
  list-style-type: disc;
  font-weight: 700;
}
.functionSummary .aboutSupport .supportList > li p {
  padding: 20px 20px 30px;
  font-weight: 700;
}

/* Responsive Start */
@media only screen and (max-width: 768px) {
  .functionSec h2 {
    margin-bottom: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .functionSec .wrap {
    padding: 30px;
  }
  .functionSec .compareBox {
    flex-direction: column;
    gap: 30px;
  }
  .functionSec .compareBox .item {
    width: 100%;
  }
  .functionSec .compareBox .item h3 {
    max-width: 212px;
    margin: 0 auto 15px;
    padding: 6px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .functionSec .compareBox .item .image {
    max-width: 127px;
    margin-bottom: 15px;
  }
  .functionSec .compareBox .item .text {
    padding: 0;
  }
  .functionSec .compareBox .item .text .icon {
    width: 38px;
    margin-right: 11px;
  }
  .functionSec .compareBox .item .text .txt {
    width: calc(100% - 49px);
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .functionSec .compareBox .item .text + .text {
    min-height: auto;
  }
  .functionSec .compareBox .item .batsu img {
    width: 30px;
  }
  .functionSec .compareBox .item + .item .text::before {
    display: none;
  }
  .functionSec .arrow {
    padding: 30px 0 46px;
  }
  .functionSec .arrow::after {
    top: 25px;
    width: 100%;
    height: 62px;
  }
  .functionSec .arrow span {
    font-size: 5.5vw;
  }
  .functionSec .arrow span img {
    width: 16px;
    margin: 0 11px;
  }
  .functionSec .logo {
    max-width: 244px;
  }
  .functionSec .read {
    margin-top: 28px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .functionSec .read strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .functionSummary {
    padding: 60px 0 0;
  }
  .functionSummary .secIn {
    padding: 0 30px;
  }
  .functionSummary .anchor {
    flex-direction: column;
    gap: 10px;
  }
  .functionSummary .anchor li {
    width: 100%;
  }
  .functionSummary .anchor li a {
    display: flex;
  }
  .functionSummary .anchor .thumb {
    flex-shrink: 0;
    width: 112px;
  }
  .functionSummary .anchor p {
    display: flex;
    align-items: center;
    width: calc(100% - 112px);
    min-height: auto;
    padding: 0 23px;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
  .functionSummary .anchor p::after {
    top: 50%;
    right: 15px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    width: 17px;
    height: 10px;
  }
  .functionSummary h2 {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .functionSummary .aboutBox {
    margin-top: -54px;
    padding-top: 114px;
  }
  .functionSummary .aboutBox .box h3 {
    max-width: 185px;
  }
  .functionSummary .aboutBox .box .list {
    flex-direction: row;
    gap: 20px 30px;
    max-height: auto;
  }
  .functionSummary .aboutBox .box .list > li {
    width: calc(50% - 15px);
  }
  .functionSummary .aboutBox .box .list > li.pc-disabled {
    display: block;
  }
  .functionSummary .aboutBox .box .list .txt {
    margin-top: 13px;
    font-size: 3.25vw;
  }
  .functionSummary .aboutBox .box .list .txt .only-pc {
    display: none;
  }
  .functionSummary .aboutBox .box .list .disc {
    max-width: auto;
    font-size: 2.75vw;
  }
  .functionSummary .aboutBox .box .list .disc.flex {
    gap: 0 20px;
  }
  .functionSummary .aboutBox .box .list .disc.flex li {
    width: calc(50% - 10px);
  }
  .functionSummary .aboutBox .box.box01 {
    min-height: auto;
    padding: 30px 15px;
  }
  .functionSummary .aboutBox .box.box01 h3 {
    margin: 0 auto 30px;
  }
  .functionSummary .aboutBox .box.box02 {
    position: static;
    transform: translateY(0);
    min-height: auto;
    margin-top: 20px;
    padding: 30px 15px;
  }
  .functionSummary .aboutBox .box.box02 h3 {
    margin: 0 auto 30px;
  }
  .functionSummary .aboutBox .box.box02 .list {
    width: 100%;
    max-height: none;
  }
  .functionSummary .aboutBox .box.box02 .list > li {
    width: calc(50% - 15px);
  }
  .functionSummary .aboutBox .notes {
    margin: 10px 0 0;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.4;
  }
  .functionSummary .aboutSupport {
    margin-top: -54px;
    padding: 104px 0 0;
  }
  .functionSummary .aboutSupport .bg {
    padding: 60px 0 0;
  }
  .functionSummary .aboutSupport .read {
    margin-bottom: 20px;
    text-align: left;
  }
  .functionSummary .aboutSupport .supportList {
    flex-direction: column;
    gap: 20px;
  }
  .functionSummary .aboutSupport .supportList > li {
    width: 100%;
  }
  .functionSummary .aboutSupport .supportList > li h3 {
    min-height: 70px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .functionSummary .aboutSupport .supportList > li ul {
    padding: 10px 15px 10px 25px;
  }
  .functionSummary .aboutSupport .supportList > li p {
    padding: 10px 15px;
  }
}/*# sourceMappingURL=function.css.map */