/*
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();*/
.pcFlow {
  margin-bottom: 20px;
}
.pcFlow .flowBox {
  display: flex;
}
.pcFlow .flowBox .flowBar {
  position: relative;
  padding: 17px 0;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.pcFlow .flowBox .first {
  width: 50%;
  background: linear-gradient(90deg, rgba(102, 118, 238, 0) 0%, #6676EE 10.15%, #010734 104.72%);
}
.pcFlow .flowBox .wrap {
  display: flex;
  width: 50%;
}
.pcFlow .flowBox .middle {
  width: 50%;
  background: linear-gradient(90deg, #6676EE 2.63%, #010734 105.84%);
}
.pcFlow .flowBox .last {
  width: 50%;
  background: linear-gradient(90.04deg, #6676EE 7.97%, #010734 73.95%, rgba(1, 7, 52, 0) 99.97%);
}
.pcFlow .flowBox .arrow::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -38px;
  transform: translateY(-50%);
  z-index: 2;
  width: 38px;
  height: 100%;
  background: #010734;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.pcFlow .logoBox {
  display: flex;
  padding: 30px 0 12px;
}
.pcFlow .logoBox .logo {
  width: 50%;
  text-align: center;
}
.pcFlow .logoBox .logo img {
  max-width: 185px;
}
.pcFlow .typeBox {
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.pcFlow .typeBox li {
  position: relative;
  padding: 28px 0;
  text-align: center;
}
.pcFlow .typeBox li:nth-child(1) {
  flex-grow: 3;
}
.pcFlow .typeBox li:nth-child(2) {
  flex-grow: 3;
}
.pcFlow .typeBox li:nth-child(3) {
  flex-grow: 3;
}
.pcFlow .typeBox li:nth-child(4) {
  flex-grow: 1;
}
.pcFlow .typeBox li:nth-child(5) {
  flex-grow: 4;
}
.pcFlow .typeBox li:nth-child(6) {
  flex-grow: 4;
}
.pcFlow .typeBox li + li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) -7.81%, rgba(49, 67, 207, 0.5) 46.09%, rgba(255, 255, 255, 0.5) 100%);
}

.anchorBox {
  display: flex;
  gap: 0 9.4285714286vw;
  max-width: 1240px;
  margin: 0 auto;
}
.anchorBox .anchorItem {
  width: calc(50% - 4.7142857143vw);
}
.anchorBox .anchorItem .head {
  display: none;
}
.anchorBox .anchorItem .anchorLists {
  display: flex;
  flex-wrap: wrap;
  gap: 17px 12px;
}
.anchorBox .anchorItem .anchorLists li {
  position: relative;
  width: calc(50% - 6px);
  background: #3143cf;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}
.anchorBox .anchorItem .anchorLists li::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 13px;
  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;
}
.anchorBox .anchorItem .anchorLists li p {
  padding: 17px 17px 33px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.anchorBox .anchorItem .anchorLists li:hover {
  opacity: 0.8;
}

.ppSec {
  width: calc(100% - 80px);
  max-width: 1280px;
  margin-top: -97px;
  padding-top: 97px;
}
.ppSec .secIn {
  background-color: #FFF;
  padding: 75px 80px 100px;
}
.ppSec .inr1 {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  background-color: #3143cf;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.ppSec .inr1 .data {
  width: calc(100% - 470px);
  padding: 0 36px;
}
.ppSec .inr1 .data ul, .ppSec .inr1 .data p {
  color: #FFF;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.ppSec .inr1 .data ul {
  list-style-type: disc;
  padding-left: 20px;
}
.ppSec .inr1 .img {
  width: 100%;
  max-width: 470px;
}
.ppSec .inr2 {
  margin: 0 auto;
  max-width: 760px;
}
.ppSec .inr2 h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
  text-align: center;
}
.ppSec .inr2 ul.point {
  list-style-type: disc;
  margin-bottom: 20px;
  padding-left: 20px;
}
.ppSec .inr2 ul.point li {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.ppSec .inr2 ul.point li + li {
  margin-top: 5px;
}
.ppSec .inr2 p.point {
  margin-bottom: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.ppSec .inr2 h3 {
  position: relative;
  margin-bottom: 10px;
  padding: 26px 0 40px;
  color: #3143cf;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.ppSec .inr2 h3 img {
  position: relative;
  z-index: 2;
  max-width: 180px;
}
.ppSec .inr2 h3 span {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 10px;
}
.ppSec .inr2 h3::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 307px;
  height: 148px;
  background: linear-gradient(180deg, #FFFFFF 27.55%, #D9DDFF 99.69%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.ppSec .inr2 figure {
  display: block;
  max-width: 557px;
  margin: 0 auto 20px;
}
.ppSec .inr2 figure img {
  width: 100%;
}
.ppSec .inr2 dl dt {
  margin-bottom: 25px;
  color: #3143cf;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.ppSec .inr2 dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
}

.ppInfo {
  margin: 0 auto 90px;
  padding: 0 15px;
  max-width: 1200px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ppInfo h2 {
  color: #3143cf;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 35px;
  text-align: center;
}
.ppInfo.head01 {
  margin: 80px auto 70px;
}
.ppInfo.head02 {
  margin: 0 auto 80px;
}
.ppInfo .cmnBtn01 a {
  background-color: #EED84A;
  color: #333;
}
@media (hover: hover) and (pointer: fine) {
  .ppInfo .cmnBtn01 a:hover {
    background-color: #3143cf;
    color: #fff;
  }
}

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

.ppDetailTitle {
  background: rgb(169, 169, 165);
  background: linear-gradient(90deg, rgb(169, 169, 165) 0%, rgb(169, 169, 165) 47%, rgb(184, 185, 181) 51%, rgb(184, 185, 181) 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ppDetailTitle h1 {
  background: url("/frauddetection/assets/img/o-plux/purpose/bg_ppdetailtitle.jpg") center bottom no-repeat;
  color: #FFF;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  height: 489px;
  padding-top: 85px;
  text-align: center;
}

.contents.noP {
  padding-top: 0;
}

.ppDetail {
  background-color: #FFF;
  margin: 50px auto 60px;
  padding: 75px 80px 60px;
  width: calc(100% - 80px);
  max-width: 1200px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ppDetail .inr {
  border-bottom: 1px solid #EEE;
  margin: 0 auto 70px;
  max-width: 900px;
  padding: 0 0 70px;
}
.ppDetail .inr:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ppDetail h2 {
  border-bottom: 2px solid #3143cf;
  color: #3143cf;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
  padding: 40px 0 13px;
}
.ppDetail h2:first-child {
  padding-top: 0;
}
.ppDetail h3 {
  font-feature-settings: "palt";
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
  padding: 20px 30px 0;
}
.ppDetail h3.blue {
  margin-bottom: 0px;
  color: #3143cf;
}
.ppDetail p {
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0 30px;
}
.ppDetail p.img {
  padding: 20px 0;
}
.ppDetail .resale2 {
  list-style-type: disc;
  padding: 0 30px 0 50px;
  margin-bottom: 40px;
}

/* Responsive Start */
@media only screen and (max-width: 768px) {
  .pageTitle2 {
    padding: 0 15px;
  }
  .pageTitle2 br {
    display: none;
  }
  .pcFlow {
    display: none;
  }
  .anchorBox {
    flex-direction: column;
    gap: 30px;
  }
  .anchorBox .anchorItem {
    width: 100%;
  }
  .anchorBox .anchorItem .head {
    display: block;
  }
  .anchorBox .anchorItem .flowBox {
    display: flex;
  }
  .anchorBox .anchorItem .flowBox .flowBar {
    position: relative;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
  .anchorBox .anchorItem .flowBox .first {
    width: calc(100% - 39px);
    background: linear-gradient(90deg, rgba(102, 118, 238, 0) 0%, #6676EE 10.15%, #010734 104.72%);
  }
  .anchorBox .anchorItem .flowBox .wrap {
    display: flex;
    width: 100%;
  }
  .anchorBox .anchorItem .flowBox .middle {
    width: 50%;
    background: linear-gradient(90deg, #6676EE 2.63%, #010734 105.84%);
  }
  .anchorBox .anchorItem .flowBox .last {
    width: 50%;
    background: linear-gradient(90.04deg, #6676EE 7.97%, #010734 73.95%, rgba(1, 7, 52, 0) 99.97%);
  }
  .anchorBox .anchorItem .flowBox .arrow::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
    z-index: 2;
    width: 24px;
    height: 100%;
    background: #010734;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  .anchorBox .anchorItem .logoBox {
    padding: 30px 0 7px;
  }
  .anchorBox .anchorItem .logoBox .logo {
    text-align: center;
  }
  .anchorBox .anchorItem .logoBox .logo img {
    max-width: 140px;
  }
  .anchorBox .anchorItem .typeBox {
    display: flex;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .anchorBox .anchorItem .typeBox.first li {
    width: 33.3333333333%;
  }
  .anchorBox .anchorItem .typeBox.last li {
    width: 50%;
  }
  .anchorBox .anchorItem .typeBox li {
    position: relative;
    padding: 28px 0;
    text-align: center;
  }
  .anchorBox .anchorItem .typeBox li + li::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) -7.81%, rgba(49, 67, 207, 0.5) 46.09%, rgba(255, 255, 255, 0.5) 100%);
  }
  .anchorBox .anchorItem .anchorLists {
    gap: 20px;
    margin-top: 20px;
    padding: 0 15px;
  }
  .anchorBox .anchorItem .anchorLists li {
    width: calc(50% - 10px);
  }
  .anchorBox .anchorItem .anchorLists li::after {
    bottom: 12px;
    width: 13px;
    height: 8px;
  }
  .anchorBox .anchorItem .anchorLists li p {
    padding: 10px 10px 25px;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .ppSec {
    width: 100%;
    margin-top: -54px;
    padding-top: 54px;
  }
  .ppSec .secIn {
    padding: 15px 15px 30px;
  }
  .ppSec .inr1 {
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: 10px 10px 0 0;
  }
  .ppSec .inr1 .data {
    width: 100%;
    padding: 20 15px;
  }
  .ppSec .inr1 .data ul, .ppSec .inr1 .data p {
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .ppSec .inr1 .img {
    width: 100%;
    max-width: none;
  }
  .ppSec .inr2 {
    max-width: none;
  }
  .ppSec .inr2 h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .ppSec .inr2 ul.point li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .ppSec .inr2 p.point {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .ppSec .inr2 h3 {
    padding: 13px 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .ppSec .inr2 h3 img {
    max-width: 120px;
  }
  .ppSec .inr2 h3::after {
    width: 161px;
    height: 78px;
  }
  .ppSec .inr2 figure {
    margin: 0 auto 10px;
  }
  .ppSec .inr2 dl dt {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ppSec .inr2 dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .ppInfo {
    margin: 30px 15px 50px;
    width: auto;
  }
  .ppInfo h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .ppLinkList {
    margin: -54px auto 0;
    padding: 54px 15px 0;
  }
  .ppLinkList h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .ppLinkList ul {
    display: block;
  }
  .ppLinkList ul li {
    margin-bottom: 10px;
    width: 100%;
  }
  .ppLinkList ul li a {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 13px 10px;
  }
  .ppDetailTitle h1 {
    background: url("../../img/o-plux/purpose/bg_ppdetailtitle.jpg") center bottom no-repeat;
    background-size: auto 85%;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    height: 200px;
    padding-top: 25px;
    text-align: center;
  }
  .ppDetail {
    margin: 0 auto 40px;
    padding: 25px 0 20px;
    width: auto;
  }
  .ppDetail .inr {
    margin: 0 auto 40px;
    max-width: auto;
    max-width: none;
    padding: 0 25px 40px;
  }
  .ppDetail .inr:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .ppDetail h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 0 20px;
    padding: 30px 0 10px;
  }
  .ppDetail h3 {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 15px;
    padding: 10px 0 0;
  }
  .ppDetail p {
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0;
  }
  .ppDetail p.img {
    padding: 10px 0;
  }
  .ppDetail .resale2 {
    list-style-type: disc;
    padding: 0 0px 0 20px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=purpose.css.map */