/*
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();*/
@media only screen and (min-width: 768px) {
  #wrap {
    padding-top: 150px;
  }
  #topcontrol {
    bottom: 60px !important;
  }
}
.cmnBtn {
  padding-top: 0;
  text-align: center;
}
.cmnBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  max-width: 316px;
  margin: 0 auto;
  background-color: #EED84A;
  border-radius: 50px;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .cmnBtn a:hover {
    background-color: #3143cf;
    color: #fff;
  }
}
.cmnBtn.btn a {
  font-size: 24px;
  font-size: 2.4rem;
}

.contents {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
  max-width: none;
  margin-bottom: 0;
  padding: 0;
}
section h2, section h3, section h4 {
  font-weight: 700;
  line-height: 1.4;
}
section h2 {
  font-size: 42px;
  font-size: 4.2rem;
  text-align: center;
}
section .secInr {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.topMv {
  height: min(51.0714285714vw, 715px);
  background: #fff;
}
.topMv .inr {
  display: flex;
  align-items: center;
  max-width: 1400px;
  height: min(51.0714285714vw, 715px);
  margin: 0 auto;
  background: url(/frauddetection/assets/img/o-motion/top/img_top_mv.svg) no-repeat bottom right 1.4285714286vw;
  background-size: min(47.3571428571vw, 663px) min(47.2857142857vw, 662px);
}
.topMv .inr .data {
  margin-left: 7.1428571429vw;
}
.topMv h1 {
  font-size: min(2.8571428571vw, 4rem);
  font-weight: 700;
  line-height: 1.4;
}
.topMv .read {
  font-weight: 700;
  margin-top: min(1.2142857143vw, 17px);
}
.topMv .read .em {
  display: flex;
  gap: 8px;
}
.topMv .read .em span {
  display: inline-block;
  padding: 8px 12px;
  background: #333;
  border-radius: 6px;
  color: #fff;
  font-size: min(1.7142857143vw, 2.4rem);
}
.topMv .read .unit {
  margin-top: 10px;
  font-size: min(2.1428571429vw, 3rem);
}
.topMv .logo {
  width: min(28.6428571429vw, 401px);
  margin-top: min(2vw, 28px);
  padding-left: min(3.2857142857vw, 46px);
}
.topMv .catch {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: min(3.5714285714vw, 50px);
}
.topMv .catch li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(11.6428571429vw, 163px);
  height: min(11.6428571429vw, 163px);
  background: #3143cf;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.topMv .catch li .adjust {
  padding-top: 22px;
}
.topMv .catch li span {
  display: block;
  font-size: min(1.2142857143vw, 1.7rem);
}
.topMv .catch li span.top {
  margin-bottom: 5px;
}
.topMv .catch li span.bottom {
  margin-top: 10px;
}
.topMv .catch li span.ex {
  font-size: min(0.8571428571vw, 1.2rem);
}
.topMv .catch li strong {
  display: block;
  font-size: min(2vw, 2.8rem);
  font-weight: 700;
}
.topMv .catch li strong i {
  font-size: min(1.4285714286vw, 2rem);
  font-style: normal;
}
.topMv .catch li strong.ex {
  font-size: min(1.6428571429vw, 2.3rem);
}

.secService {
  padding: 30px 0 0;
  background: #fff;
}
.secService h2 {
  margin-bottom: 30px;
}
.secService .summaryBg {
  padding: 45px 15px 55px;
  background: url(/frauddetection/assets/img/o-motion/top/bg_top_about.png) no-repeat top center/cover;
}
.secService .summaryWrap {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.secService .summaryWrap .contentsBox {
  flex-grow: 1;
  position: relative;
  width: 33.3333333333%;
  min-height: 576px;
}
.secService .summaryWrap .contentsBox .itemWrap {
  position: relative;
}
.secService .summaryWrap .contentsBox .itemWrap.wrap01 {
  min-height: 280px;
}
.secService .summaryWrap .contentsBox .itemWrap.wrap02 {
  min-height: 270px;
  margin-top: 35px;
}
.secService .summaryWrap .contentsBox .troubleTitle {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.secService .summaryWrap .contentsBox .troubleLists li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 10px 20px;
  background: rgba(0, 8, 73, 0.5);
  border: 2px solid rgba(80, 167, 255, 0.5);
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.secService .summaryWrap .contentsBox .troubleLists.list01 li:nth-child(1) {
  top: 70px;
  left: 0;
  min-width: 207px;
  min-height: 81px;
}
.secService .summaryWrap .contentsBox .troubleLists.list01 li:nth-child(2) {
  top: 48px;
  left: 245px;
  min-width: 230px;
  min-height: 77px;
}
.secService .summaryWrap .contentsBox .troubleLists.list01 li:nth-child(3) {
  top: 157px;
  left: 22px;
  min-width: 186px;
  min-height: 74px;
}
.secService .summaryWrap .contentsBox .troubleLists.list01 li:nth-child(4) {
  bottom: 92px;
  left: 219px;
  min-width: 186px;
  min-height: 74px;
}
.secService .summaryWrap .contentsBox .troubleLists.list01 li:nth-child(5) {
  bottom: 0;
  left: 175px;
  min-width: 200px;
  min-height: 78px;
}
.secService .summaryWrap .contentsBox .troubleLists.list02 li:nth-child(1) {
  top: 47px;
  left: 0;
  min-width: 201px;
  min-height: 88px;
}
.secService .summaryWrap .contentsBox .troubleLists.list02 li:nth-child(2) {
  top: 56px;
  left: 185px;
  min-width: 197px;
  min-height: 79px;
}
.secService .summaryWrap .contentsBox .troubleLists.list02 li:nth-child(3) {
  top: 125px;
  left: 56px;
  min-width: 197px;
  min-height: 79px;
}
.secService .summaryWrap .contentsBox .troubleLists.list02 li:nth-child(4) {
  bottom: 0;
  left: 31px;
  min-width: 186px;
  min-height: 74px;
}
.secService .summaryWrap .contentsBox .troubleLists.list02 li:nth-child(5) {
  bottom: 12px;
  left: 249px;
  min-width: 251px;
  min-height: 80px;
}
.secService .summaryWrap .contentsBox .troubleLists.list03 li:nth-child(1) {
  top: 58px;
  right: 194px;
  min-width: 252px;
  min-height: 100px;
}
.secService .summaryWrap .contentsBox .troubleLists.list03 li:nth-child(2) {
  top: 144px;
  right: 27px;
  min-width: 354px;
  min-height: 119px;
}
.secService .summaryWrap .contentsBox .troubleLists.list03 li:nth-child(3) {
  top: 257px;
  right: 0;
  min-width: 337px;
  min-height: 117px;
}
.secService .summaryWrap .contentsBox .troubleLists.list03 li:nth-child(4) {
  bottom: 106px;
  right: 10px;
  min-width: 344px;
  min-height: 103px;
}
.secService .summaryWrap .contentsBox .troubleLists.list03 li:nth-child(5) {
  bottom: 0;
  right: 134px;
  min-width: 308px;
  min-height: 96px;
}
.secService .summaryWrap .contentsBox.text {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 407px;
}
.secService .summaryWrap .contentsBox.text h3 {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
.secService .summaryWrap .contentsBox.text h3 span {
  display: block;
}
.secService .summaryWrap .contentsBox.text h3 img {
  margin: 60px 0;
}

.topCatch {
  padding: 100px 0;
  background: #fff;
}
.topCatch h2 {
  margin-bottom: 27px;
  color: #333;
}
.topCatch .read {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.topCatch .read strong {
  font-size: 24px;
  font-size: 2.4rem;
}
.topCatch .read .c1 {
  color: #3143CF;
}
.topCatch .read .c2 {
  color: #D11212;
}
.topCatch .catchBox {
  margin-top: 40px;
}

.topSummary {
  padding: 100px 0;
}
.topSummary h2 {
  max-width: 271px;
  margin: 0 auto;
}
.topSummary .summaryList {
  max-width: 740px;
  margin: 55px auto 0;
}
.topSummary .summaryList li {
  display: flex;
  align-items: center;
}
.topSummary .summaryList li + li {
  margin-top: 30px;
}
.topSummary .summaryList li .num {
  display: flex;
  align-items: center;
  color: #3143cf;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
}
.topSummary .summaryList li .num::before {
  display: block;
  content: "";
  width: 74px;
  height: 57px;
  margin-right: 15px;
  background: no-repeat center center/auto;
}
.topSummary .summaryList li .text {
  margin-left: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.topSummary .summaryList li .text strong {
  color: #3143cf;
  font-size: 20px;
  font-size: 2rem;
}
.topSummary .summaryList li .text br {
  display: none;
}
.topSummary .summaryList li:nth-child(1) .num::before {
  background-image: url(/frauddetection/assets/img/o-motion/top/icon_top_summary01.svg);
}
.topSummary .summaryList li:nth-child(2) .num::before {
  background-image: url(/frauddetection/assets/img/o-motion/top/icon_top_summary02.svg);
}
.topSummary .summaryList li:nth-child(3) .num::before {
  background-image: url(/frauddetection/assets/img/o-motion/top/icon_top_summary03.svg);
}
.topSummary .summaryList li:nth-child(4) .num::before {
  background-image: url(/frauddetection/assets/img/o-motion/top/icon_top_summary04.svg);
}
.topSummary .summaryList li:nth-child(5) .num::before {
  background-image: url(/frauddetection/assets/img/o-motion/top/icon_top_summary05.svg);
}

.topCase {
  padding: 100px 0 20px;
  background: #fff;
}
.topCase h2 {
  margin-bottom: 17px;
}
.topCase .read {
  text-align: center;
}
.topCase .caseSummary {
  display: flex;
  gap: 27px;
  margin-top: 47px;
}
.topCase .caseSummary li {
  width: calc(25% - 20.25px);
  padding: 35px 15px 30px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}
.topCase .caseSummary h3 {
  margin-bottom: 33px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.topCase .caseSummary .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 130px;
}
.topCase .caseSummary .wrap .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  max-width: 170px;
  min-height: 59px;
  background: #3143cf;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.topCase .caseSummary .wrap .item + .item {
  margin-top: 11px;
}
.topCase .caseSummary .wrap dl {
  margin-top: 31px;
  text-align: center;
}
.topCase .caseSummary .wrap dd {
  color: #3143cf;
  text-decoration: underline;
}
.topCase .caseCatch {
  margin-top: 36px;
  color: #3143cf;
  font-weight: 700;
  text-align: center;
}
.topCase .caseCatch small {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
}
.topCase .caseCatch strong {
  display: block;
  font-size: 38px;
  font-size: 3.8rem;
}
.topCase .caseCatch strong sub {
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
}
.topCase .caseNotes {
  margin-top: 114px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.topCase .caseList {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  margin-top: 40px;
}
.topCase .caseList > li {
  width: calc(25% - 20.25px);
  padding: 20px 0 0;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}
.topCase .caseList > li > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #333;
  text-decoration: none;
}
.topCase .caseList > li > a:hover {
  opacity: 0.7;
}
.topCase .caseList .cat {
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.topCase .caseList h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.topCase .caseList .thumb.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
.topCase .caseList .thumb.logo img {
  max-width: 100%;
  height: auto;
}
.topCase .caseList .catList {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  padding: 20px 0;
}
.topCase .caseList .catList li {
  padding: 0 10px;
  background: #E0E2F5;
  border-radius: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.topCase .caseList .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65px;
  margin-top: auto;
  border-top: 1px solid #EEEEEE;
  color: #3143cf;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.topCase .caseList .private {
  background: none;
  border: none;
}
.topCase .caseList .private dl {
  font-weight: 700;
}
.topCase .caseList .private dt {
  text-align: center;
}
.topCase .caseList .private dd {
  margin-top: 17px;
}
.topCase .caseList .private ul {
  padding-left: 20px;
  list-style-type: disc;
  font-size: 14px;
  font-size: 1.4rem;
}
.topCase .caseList .private ul li + li {
  margin-top: 5px;
}
.topCase .notes {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.topCase .btnMore {
  margin-top: 57px;
  text-align: center;
}
.topCase .btnMore a {
  display: inline-block;
  min-width: 300px;
  padding: 25px;
  background-color: #EED84A;
  border-radius: 50px;
  color: #333;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .topCase .btnMore a:hover {
    background-color: #3143cf;
    color: #fff;
  }
}

.topTrial {
  padding: 100px 0;
}
.topTrial h2 {
  margin-bottom: 28px;
}
.topTrial .read {
  text-align: center;
}
.topTrial .trialText {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.topTrial .trialText h3 {
  color: #3143cf;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700;
}
.topTrial .trialText img {
  margin-left: auto;
  width: 440px;
}
.topTrial .cmnBtn {
  margin-top: 78px;
}

.topCta {
  padding: 80px 0;
  background: #3143cf;
}
.topCta .secInr {
  display: flex;
  align-items: center;
  max-width: 994px;
}
.topCta h2 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: left;
}
.topCta h2 .icon {
  width: 121px;
}
.topCta h2 .text {
  margin-left: 40px;
}
.topCta .btn {
  width: 100%;
  max-width: 244px;
  margin-left: auto;
}
.topCta .btn a {
  max-width: 244px;
  font-size: 16px;
  font-size: 1.6rem;
}

.topPrice {
  padding: 100px 40px 80px;
  background: #fff;
}
.topPrice h2 {
  color: #3143cf;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  text-align: center;
}
.topPrice .copy {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
}
.topPrice .priceBox {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 634px;
  min-height: 195px;
  margin: 0 auto;
  padding: 43px 0 50px;
  background: #EEF2F5;
  border-top: 4px solid #3143cf;
  border-radius: 0 0 10px 10px;
}
.topPrice .priceBox .price {
  display: flex;
  justify-content: space-between;
  width: 47.3186119874%;
  margin-left: 40px;
}
.topPrice .priceBox .price dl {
  text-align: left;
  width: calc(50% - 20px);
}
.topPrice .priceBox .price dl dt {
  margin-bottom: 20px;
}
.topPrice .priceBox .price dl dd img {
  height: 50px;
  margin-right: 10px;
  mix-blend-mode: darken;
}
.topPrice .priceBox + .cmnBtn {
  margin-top: 50px;
}

.topTrouble {
  padding: 100px 0;
}
.topTrouble .secInr {
  max-width: 1330px;
}
.topTrouble h2 {
  margin-bottom: 60px;
}
.topTrouble .anchorLink {
  display: flex;
  justify-content: space-evenly;
  margin: 0 0 100px;
}
.topTrouble .anchorLink li {
  width: calc(20% - 54px);
  font-weight: 700;
  text-align: center;
}
.topTrouble .anchorLink li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #333;
  text-decoration: none;
}
.topTrouble .anchorLink .icon {
  width: 110px;
  margin: 0 auto;
  text-align: center;
}
.topTrouble .anchorLink .textWrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.topTrouble .anchorLink .text {
  margin: 10px 0 20px;
}
.topTrouble .anchorLink .arrow {
  min-height: 49px;
  margin-top: auto;
  padding-top: 3px;
  background: url(/frauddetection/assets/img/o-motion/top/bg_anchor.svg) no-repeat top center/122px 49px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.topTrouble .troubleBox {
  margin-top: -75px;
  padding-top: 150px;
}
.topTrouble .troubleBox .head {
  position: relative;
  padding-bottom: 20px;
}
.topTrouble .troubleBox .head .num {
  position: absolute;
  bottom: -71px;
  left: 93px;
}
.topTrouble .troubleBox .head .num p {
  margin-bottom: 10px;
  color: #3143cf;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.topTrouble .troubleBox .head .num p strong {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 700;
}
.topTrouble .troubleBox .head .num .icon {
  width: 142px;
}
.topTrouble .troubleBox .head h2 {
  margin-bottom: 0;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
}
.topTrouble .troubleBox .body {
  padding: 80px 100px;
  background: #fff;
  border: 4px solid #3143cf;
  border-radius: 4px;
}
.topTrouble .troubleBox .body h3 {
  margin-bottom: 40px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.topTrouble .troubleBox .body h3 strong {
  color: #3143cf;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
}
.topTrouble .troubleBox .body .titleNotes {
  margin: -30px 0 40px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}
.topTrouble .troubleBox .body .read {
  margin: 70px 0 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.topTrouble .troubleBox .body .read strong {
  color: #3143cf;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.topTrouble .troubleBox .body .box {
  padding: 40px 50px;
  border: 1px solid #C8C9CA;
}
.topTrouble .troubleBox .body .box h4 {
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.topTrouble .troubleBox .body .box .discList {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: disc;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.topTrouble .troubleBox .body .troubleList {
  display: flex;
  gap: 80px;
}
.topTrouble .troubleBox .body .troubleList li {
  width: calc(33.3333333333% - 53.3333333333px);
}
.topTrouble .troubleBox .body .troubleList li .wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.topTrouble .troubleBox .body .troubleList dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 67px;
  background: url(/frauddetection/assets/img/o-motion/top/icon_x.svg) no-repeat center center/contain;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.topTrouble .troubleBox .body .troubleList dl dd {
  min-height: 6.8em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.topTrouble .troubleBox .body .troubleList p {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5em;
  margin: auto 0 13px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.topTrouble .troubleBox .body .troubleList p strong {
  color: #D11212;
  font-weight: 700;
}
.topTrouble .troubleBox .body .troubleList .fig {
  display: flex;
  align-items: flex-end;
  min-height: 150px;
}
.topTrouble .troubleBox .body .support li {
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 0;
  border: 1px solid #C8C9CA;
}
.topTrouble .troubleBox .body .support li + li {
  margin-top: 10px;
}
.topTrouble .troubleBox .body .support li:nth-child(1) .logo img {
  width: 176px;
}
.topTrouble .troubleBox .body .support li:nth-child(2) .logo img {
  width: 140px;
}
.topTrouble .troubleBox .body .support li:nth-child(3) .logo img {
  width: 228px;
}
.topTrouble .troubleBox .body .support .logo {
  flex-shrink: 0;
  width: 323px;
  text-align: center;
}
.topTrouble .troubleBox .body .support .logo .cap {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.topTrouble .troubleBox .body .support .text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
.topTrouble .troubleBox .body .flow {
  padding: 50px;
  background: #EFF2F4;
}
.topTrouble .troubleBox .body .flow h4 {
  margin-bottom: 60px;
  color: #3143cf;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.topTrouble .troubleBox .body .flow .flowList li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px;
  background: #fff;
  border: 6px solid #EFF2F4;
  border-radius: 10px;
}
.topTrouble .troubleBox .body .flow .flowList li + li {
  margin-top: 46px;
}
.topTrouble .troubleBox .body .flow .flowList .num {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 30px;
  background: #3143cf;
  border-radius: 50px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.topTrouble .troubleBox .body .flow .flowList .thumb {
  flex-shrink: 0;
  width: 306px;
}
.topTrouble .troubleBox .body .flow .flowList dl {
  max-width: 454px;
  margin-left: 95px;
}
.topTrouble .troubleBox .body .flow .flowList dl dt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.topTrouble .troubleBox .body .flow .flowList dl dd {
  margin-top: 15px;
  ont-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.topTrouble .troubleBox .body .answer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 30px;
  padding-top: 77px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.topTrouble .troubleBox .body .answer::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 156px;
  height: 50px;
  background: url(/frauddetection/assets/img/o-motion/top/arrow.svg) no-repeat 0 0/contain;
}
.topTrouble .troubleBox .body .answer img {
  max-width: 309px;
}
.topTrouble .troubleBox .body .answer .text01 {
  margin-right: 20px;
}
.topTrouble .troubleBox .body .answer .text02 {
  margin-left: 20px;
}
.topTrouble .troubleBox .body .answer strong {
  color: #3143cf;
  font-weight: 700;
}
.topTrouble .troubleBox .body .notes {
  max-width: 500px;
  margin: 20px auto 0;
  padding-left: 20px;
  list-style-type: disc;
  color: #3143cf;
  font-weight: 700;
}
.topTrouble .troubleBox .body .boxNotes {
  margin-top: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.topTrouble .troubleBox .body .btn {
  margin-top: 70px;
}

/* Responsive Start */
@media only screen and (max-width: 768px) {
  #wrap {
    padding-top: 103px;
  }
  .cmnBtn a {
    font-size: 14px;
    font-size: 1.4rem;
    min-height: 60px;
    max-width: 250px;
  }
  .cmnBtn.btn a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  section h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .topMv {
    height: min(167vw, 668px);
    padding: 30px 0 0;
    background: url(/frauddetection/assets/img/o-motion/top/img_top_mv.svg) no-repeat bottom center, #fff;
    background-size: min(85vw, 340px) min(85vw, 340px);
  }
  .topMv .inr {
    display: block;
    height: auto;
    padding: 0 15px;
    background: none;
  }
  .topMv .inr .data {
    margin-left: 0;
  }
  .topMv h1 {
    font-size: min(7.5vw, 3rem);
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.5px;
  }
  .topMv h1 br {
    display: none;
  }
  .topMv .read {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: min(5vw, 20px);
  }
  .topMv .read .em {
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
  }
  .topMv .read .em span {
    background: #333;
    border-radius: 3px;
    font-size: min(3vw, 1.2rem);
  }
  .topMv .read .unit {
    margin: 4px 0 0;
    font-size: min(3.75vw, 1.5rem);
  }
  .topMv .logo {
    width: 100%;
    margin: min(6vw, 24px) auto 0;
    text-align: center;
  }
  .topMv .logo img {
    width: 75vw;
    max-width: none;
  }
  .topMv .catch {
    justify-content: center;
    gap: 3px;
    margin-top: min(6.25vw, 25px);
  }
  .topMv .catch li {
    width: min(21vw, 84px);
    height: min(21vw, 84px);
  }
  .topMv .catch li .adjust {
    padding-top: 13px;
  }
  .topMv .catch li span {
    font-size: min(2.25vw, 0.9rem);
  }
  .topMv .catch li span.bottom {
    margin-top: 5px;
  }
  .topMv .catch li strong {
    display: block;
    font-size: min(3.75vw, 1.5rem);
  }
  .topMv .catch li strong i {
    font-size: min(2.5vw, 1rem);
  }
  .secService {
    padding: 50px 0 0;
  }
  .secService .summaryBg {
    padding: 20px 15px;
  }
  .secService .summaryWrap {
    display: block;
  }
  .secService .summaryWrap .contentsBox {
    width: 100%;
    min-height: auto;
  }
  .secService .summaryWrap .contentsBox.item02 {
    min-height: 404px;
  }
  .secService .summaryWrap .contentsBox .itemWrap.wrap01 {
    min-height: 237px;
  }
  .secService .summaryWrap .contentsBox .itemWrap.wrap02 {
    min-height: 255px;
  }
  .secService .summaryWrap .contentsBox .troubleTitle {
    font-size: 20px;
    font-size: 2rem;
  }
  .secService .summaryWrap .contentsBox .troubleLists li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .secService .summaryWrap .contentsBox .troubleLists.list01 li:nth-child(1) {
    top: 56px;
    left: 34px;
    min-width: 172px;
    min-height: 62px;
  }
  .secService .summaryWrap .contentsBox .troubleLists.list01 li:nth-child(2) {
    top: 76px;
    left: auto;
    right: 19px;
    min-width: 156px;
    min-height: 66px;
  }
  .secService .summaryWrap .contentsBox .troubleLists.list01 li:nth-child(3) {
    top: 112px;
    left: -6px;
    min-width: 159px;
    min-height: 59px;
  }
  .secService .summaryWrap .contentsBox .troubleLists.list01 li:nth-child(4) {
    bottom: 51px;
    left: 141px;
    min-width: 163px;
    min-height: 56px;
  }
  .secService .summaryWrap .contentsBox .troubleLists.list01 li:nth-child(5) {
    bottom: 0;
    left: 32px;
    min-width: 161px;
    min-height: 61px;
  }
  .secService .summaryWrap .contentsBox .troubleLists.list02 li:nth-child(1) {
    top: 51px;
    left: 25px;
    min-width: 161px;
    min-height: 63px;
  }
  .secService .summaryWrap .contentsBox .troubleLists.list02 li:nth-child(2) {
    top: 78px;
    left: auto;
    right: 0;
    min-width: 196px;
    min-height: 55px;
  }
  .secService .summaryWrap .contentsBox .troubleLists.list02 li:nth-child(3) {
    top: 123px;
    left: 109px;
    min-width: 170px;
    min-height: 55px;
  }
  .secService .summaryWrap .contentsBox .troubleLists.list02 li:nth-child(4) {
    bottom: 27px;
    left: 4px;
    min-width: 176px;
    min-height: 56px;
  }
  .secService .summaryWrap .contentsBox .troubleLists.list02 li:nth-child(5) {
    bottom: 0;
    left: auto;
    right: 0;
    min-width: 196px;
    min-height: 68px;
  }
  .secService .summaryWrap .contentsBox .troubleLists.list03 li:nth-child(1) {
    top: 59px;
    right: auto;
    left: 0;
    min-width: 219px;
    min-height: 69px;
  }
  .secService .summaryWrap .contentsBox .troubleLists.list03 li:nth-child(2) {
    top: 118px;
    right: 0;
    min-width: 277px;
    min-height: 79px;
  }
  .secService .summaryWrap .contentsBox .troubleLists.list03 li:nth-child(3) {
    top: 188px;
    right: auto;
    left: 2px;
    min-width: 303px;
    min-height: 82px;
  }
  .secService .summaryWrap .contentsBox .troubleLists.list03 li:nth-child(4) {
    bottom: 56px;
    right: 2px;
    width: 208px;
    min-width: auto;
    min-height: 86px;
  }
  .secService .summaryWrap .contentsBox .troubleLists.list03 li:nth-child(5) {
    bottom: 0;
    right: 11p1x;
    min-width: 216px;
    min-height: 66px;
  }
  .secService .summaryWrap .contentsBox.text {
    max-width: none;
    min-height: auto;
    margin: 50px 0;
  }
  .secService .summaryWrap .contentsBox.text h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .secService .summaryWrap .contentsBox.text h3 img {
    width: 254px;
    margin: 30px 0;
  }
  .topCatch {
    padding: 60px 0;
  }
  .topCatch .secInr {
    padding: 0 30px;
  }
  .topCatch h2 br {
    display: none;
  }
  .topCatch .read {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topCatch .read strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .topCatch .catchBox {
    margin-top: 30px;
  }
  .topSummary {
    padding: 60px 0;
  }
  .topSummary h2 {
    max-width: 203px;
  }
  .topSummary .summaryList {
    max-width: auto;
    margin: 45px auto 0;
  }
  .topSummary .summaryList li {
    flex-direction: column;
  }
  .topSummary .summaryList li + li {
    margin-top: 25px;
  }
  .topSummary .summaryList li .text {
    margin: 17px 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
  }
  .topSummary .summaryList li .text br {
    display: block;
  }
  .topCase {
    padding: 60px 0 10px;
  }
  .topCase h2 {
    margin-bottom: 6px;
  }
  .topCase .read {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topCase .caseSummary {
    flex-direction: column;
    gap: 10px;
    margin-top: 17px;
    padding: 0 30px;
  }
  .topCase .caseSummary li {
    width: 100%;
    padding: 20px 30px;
  }
  .topCase .caseSummary h3 {
    margin-bottom: 12px;
  }
  .topCase .caseSummary .wrap {
    min-height: auto;
  }
  .topCase .caseSummary .wrap .item {
    width: 100%;
    max-width: 188px;
  }
  .topCase .caseSummary .wrap .item + .item {
    margin-top: 10px;
  }
  .topCase .caseSummary .wrap dl {
    margin-top: 13px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topCase .caseCatch {
    margin-top: 22px;
  }
  .topCase .caseCatch small {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .topCase .caseCatch strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .topCase .caseCatch strong sub {
    font-size: 10px;
    font-size: 1rem;
  }
  .topCase .caseNotes {
    margin-top: 50px;
  }
  .topCase .caseList {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    padding: 0 45px;
  }
  .topCase .caseList > li {
    width: 100%;
  }
  .topCase .caseList .cat {
    margin-bottom: 10px;
  }
  .topCase .caseList .logo {
    padding: 20px 0 0;
    text-align: center;
  }
  .topCase .caseList .catList li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .topCase .caseList .btn {
    min-height: 60px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .topCase .caseList .private dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topCase .notes {
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
  .topCase .btnMore {
    margin-top: 30px;
  }
  .topCase .btnMore a {
    min-width: 244px;
    padding: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topTrial {
    padding: 60px 0;
  }
  .topTrial h2 {
    margin-bottom: 10px;
  }
  .topTrial .trialText {
    flex-direction: column;
    padding: 0 15px;
  }
  .topTrial .trialText h3 {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
  .topTrial .trialText h3 br {
    display: none;
  }
  .topTrial .trialText img {
    margin: 30px 0 0;
    width: 100%;
  }
  .topTrial picture {
    display: block;
    padding: 0 15px;
  }
  .topTrial .cmnBtn {
    margin-top: 33px;
  }
  .topCta {
    padding: 60px 0;
  }
  .topCta .secInr {
    display: block;
  }
  .topCta h2 {
    justify-content: center;
    flex-direction: column;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
  .topCta h2 .icon {
    margin: 0 auto;
  }
  .topCta h2 .text {
    margin: 9px 0 0;
  }
  .topCta .btn {
    margin: 27px auto 0;
  }
  .topPrice {
    padding: 45px 30px 40px;
  }
  .topPrice h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
  }
  .topPrice .copy {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
  }
  .topPrice .priceBox {
    min-height: auto;
    margin-top: 30px;
    padding: 43px 0 50px;
  }
  .topPrice .priceBox .price {
    width: 60%;
  }
  .topPrice .priceBox .price dl {
    width: 45%;
  }
  .topPrice .priceBox .price dl dt {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .topPrice .priceBox .price dl dd {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .topPrice .priceBox .price dl dd img {
    margin-right: 7px;
    height: 30px;
    width: auto;
  }
  .topTrouble {
    padding: 60px 0;
  }
  .topTrouble h2 {
    margin-bottom: 30px;
  }
  .topTrouble .anchorLink {
    display: block;
    margin: 0 0 30px;
  }
  .topTrouble .anchorLink li {
    width: 100%;
  }
  .topTrouble .anchorLink li + li {
    margin-top: 30px;
  }
  .topTrouble .anchorLink li a {
    display: flex;
    flex-direction: row;
  }
  .topTrouble .anchorLink .icon {
    flex-shrink: 0;
    width: 77px;
    margin: 0;
  }
  .topTrouble .anchorLink .textWrap {
    display: block;
    margin-left: 14px;
  }
  .topTrouble .anchorLink .text {
    margin: 0 0 10px;
    text-align: left;
  }
  .topTrouble .anchorLink .arrow {
    max-width: 80px;
    min-height: 34px;
    margin-left: 50px;
    padding-top: 1px;
    background: url(/frauddetection/assets/img/o-motion/top/bg_anchor.svg) no-repeat top center/80px 34px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
  }
  .topTrouble .troubleBox {
    margin-top: -53px;
    padding-top: 83px;
  }
  .topTrouble .troubleBox .head .num {
    position: static;
  }
  .topTrouble .troubleBox .head .num .icon {
    width: 100px;
    margin: 0 auto;
  }
  .topTrouble .troubleBox .head h2 {
    margin: 10px 0 0;
    font-size: 20px;
    font-size: 2rem;
  }
  .topTrouble .troubleBox .head h2 br {
    display: none;
  }
  .topTrouble .troubleBox .body {
    padding: 30px 15px;
    background: #fff;
    border-width: 2px;
    border-radius: 6px;
  }
  .topTrouble .troubleBox .body h3 {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topTrouble .troubleBox .body h3 strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .topTrouble .troubleBox .body h3 br {
    display: none;
  }
  .topTrouble .troubleBox .body .titleNotes {
    margin: -10px 0 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .topTrouble .troubleBox .body .read {
    margin: 30px 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topTrouble .troubleBox .body .read strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .topTrouble .troubleBox .body .read br {
    display: none;
  }
  .topTrouble .troubleBox .body .box {
    padding: 10px;
  }
  .topTrouble .troubleBox .body .box h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topTrouble .troubleBox .body .box .discList {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .topTrouble .troubleBox .body .troubleList {
    flex-direction: column;
    gap: 30px;
  }
  .topTrouble .troubleBox .body .troubleList li {
    width: 100%;
  }
  .topTrouble .troubleBox .body .troubleList li .wrap {
    display: block;
  }
  .topTrouble .troubleBox .body .troubleList dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topTrouble .troubleBox .body .troubleList dl dd {
    min-height: auto;
  }
  .topTrouble .troubleBox .body .troubleList p {
    min-height: auto;
    margin: 10px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topTrouble .troubleBox .body .troubleList .fig {
    display: block;
    min-height: auto;
    margin-top: 10px;
  }
  .topTrouble .troubleBox .body .support li {
    flex-direction: column;
    padding: 30px 15px;
  }
  .topTrouble .troubleBox .body .support li + li {
    margin-top: 15px;
  }
  .topTrouble .troubleBox .body .support .logo {
    width: 100%;
  }
  .topTrouble .troubleBox .body .support .logo .cap {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topTrouble .troubleBox .body .support .text {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topTrouble .troubleBox .body .flow {
    padding: 30px 15px;
  }
  .topTrouble .troubleBox .body .flow h4 {
    margin-bottom: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .topTrouble .troubleBox .body .flow .flowList li {
    flex-direction: column;
    padding: 30px 15px;
    background: #fff;
    border: none;
  }
  .topTrouble .troubleBox .body .flow .flowList li + li {
    margin-top: 30px;
  }
  .topTrouble .troubleBox .body .flow .flowList .num {
    top: -18px;
    padding: 6px 18px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topTrouble .troubleBox .body .flow .flowList .thumb {
    width: 180px;
  }
  .topTrouble .troubleBox .body .flow .flowList dl {
    margin: 15px 0 0;
  }
  .topTrouble .troubleBox .body .flow .flowList dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
  .topTrouble .troubleBox .body .flow .flowList dl dd {
    margin-top: 5px;
    ont-size: 14px;
    font-size: 1.4rem;
  }
  .topTrouble .troubleBox .body .answer {
    flex-direction: column;
    margin-top: 20px;
    padding-top: 46px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .topTrouble .troubleBox .body .answer::before {
    width: 91px;
    height: 29px;
  }
  .topTrouble .troubleBox .body .answer img {
    max-width: 223px;
  }
  .topTrouble .troubleBox .body .answer .text01 {
    margin: 0 0 10px;
  }
  .topTrouble .troubleBox .body .answer .text02 {
    margin: 10px 0 0;
  }
  .topTrouble .troubleBox .body .answer br {
    display: none;
  }
  .topTrouble .troubleBox .body .boxNotes {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .topTrouble .troubleBox .body .btn {
    margin-top: 30px;
  }
}/*# sourceMappingURL=top.css.map */