html {
  font-size: 62.5%;
    /* overflow-x: hidden; */
}
body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.6;
}

h2{
  font-size:3rem;
  font-weight:700;
  line-height:4.4rem;
  color:#314155;
}

h2 *{
  font-weight:700 !important;
}

section > h2{
  text-align: center;
  margin-bottom:2.6rem;
}

h3{
  color:#314155;
}
h3{
  font-size:2rem;
  position:relative;
  text-align: center;
  line-height:2.9rem;
  margin-bottom:2rem;
}

h3:after{
  width:6.3rem;
  height:.4rem;
  background:#0080FF;
  position:absolute;
  content:"";
  bottom:-.8rem;
  left:0;
  right:0;
  margin:0 auto;
}

p,div,span,figure,th,td{
  font-size:1.6rem;
  font-weight:600;
  line-height:2.7rem;
  color:#314155;
}

a{
  font-size:1.6rem;
  font-weight:600;
  line-height:2.7rem;
  color:#0080FF;
  word-break: break-all;
}

section{
  width:100%;
}

.inner{
  width:96%;
  max-width:110rem;
  margin:0 auto;
  padding:0 2.5rem;
}


header#header{
  width:100%;
  height:10rem;
  background:#fff;
  box-shadow:0 .3rem .6rem rgba(0,0,0,.16);
  position:fixed;
  top:0;
  left:0;
  z-index:1000;
}

.headerInner{
  width:95.31%;
  height:10rem;
  margin:0 auto;
  display:flex;
  justify-content: space-between;
  align-items:center;
}

.hmbBarContainer{
  display:none;
}

.headerInner > a{
  display:flex;
  justify-content: flex-start;
  align-items: flex-end;
  width:35.58%;
  max-width:46.4rem;
  height:auto;
}

.headerInner > a > img{
  width:100%;
  height:auto;
}

#spNav{
  /* width:75.5%; */
  display: flex;
  flex-direction: column-reverse;
}

#spNav ul{
  display:flex;
  justify-content: flex-end;
  align-items:center;
  margin:0;
  padding:0;
  list-style: none;
}

/* #spNav ul.pvNav li a{
  display: block;
  padding:.2rem .8rem;
  color:#314155;
  text-decoration: none;
  transition:all .3s ease;
}

#spNav ul.pvNav li a:hover{
  color:#0080FF;
} */

/* #spNav ul{
  margin-bottom:1rem;
} */

#spNav ul li a{
  display:block;
  position:relative;
  padding:.8rem 4.4rem .8rem 5.2rem;
  background:#FFD600;
  border:.2rem solid #FFD600;
  border-radius:10rem;
  color:#314155;
  text-decoration:none;
  line-height:2.4rem;
  transition:all .3s ease;
}

#spNav ul li a:hover{
  background:#fff;
}

#spNav ul li:nth-of-type(1) a:before{
  content:"";
  position:absolute;
  background:center / contain no-repeat url(../img/phishing_detection/contact_icon1.svg);
  width:2.4rem;
  height:2.4rem;
  top:0;
  bottom:0;
  left:2rem;
  margin:auto 0;
}

#spNav ul li:nth-of-type(2) a{
  padding:.8rem 2.1rem .8rem 4.3rem;
  background:#0080FF;
  border:.2rem solid #0080FF;
  color:#fff;
  margin-left:1.6rem;
}

#spNav ul li:nth-of-type(2) a:hover{
  background:#fff;
  color:#0080FF;
}

#spNav ul li:nth-of-type(2) a:before{
  content:"";
  position:absolute;
  background:center / contain no-repeat url(../img/phishing_detection/contact_icon2.svg);
  width:2.4rem;
  height:2.4rem;
  top:0;
  bottom:0;
  left:1.2rem;
  margin:auto 0;
}

#spNav2{
  /* display:block; */
  display:none;
}

section.fv{
  background:#EDF3FF;
  margin-top:10rem;
}

section.fv > .inner{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding:4.1rem 1.3rem 4.9rem;
}

.fvLeft{
  width:44.81%;
  text-align:center;
}

.fvLeft > h1 > .mainCopy,.fvLeft > h1 > .mainCopy *{
  font-size:3.5rem;
  font-weight:700;
  line-height:6.1rem;
}

.fvLeft > h1 > .mainCopy .catchSmall{
  font-size:3rem;
}

/* .fvLeft > h1 > .mainCopy{
  margin-bottom:2.6rem;
} */

.fvLeft > h1 > .mainCopy > .mc-blue{
  font-size:1.9rem;
  color:#fff;
  text-align:center;
  background:#0080FF;
  border-radius:10rem;
  display:inline-block;
  line-height:1.8;
  padding:0rem 2.8rem;
}

.blue{
  color:#0080FF;
}

.yellowUnder{
  position:relative;
  display: inline-block;
  z-index:10;
}

.yellowUnder:before{
  width:104%;
  height:2rem;
  position:absolute;
  content:"";
  bottom:1rem;
  left:-2%;
  right:0;
  background:#FFD600;
  z-index:-1;
}

.fvRight{
  width:48.09%;
}

.blue > span{
  position:relative;
  display: inline-block;
  z-index:10;
  width:2rem;
  height:2.2rem;
}

.blue > span:before{
  width:.8rem;
  height:.8rem;
  border-radius:10rem;
  position:absolute;
  content:"";
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  background:#0080FF;
  z-index:-1;
}

.logoCopy{
  width:88.76%;
  height:auto;
  margin:2.85rem auto 4.15rem;
  display:flex;
  justify-content: center;
  align-items: flex-end;
}

/* .fvImg{
  width:76.23%;
  margin:0 auto;
}

.fvImg > img{
  width:100%;
  height:auto;
} */

.fv-circle{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.fv-circle > img{
  width:29.41%;
  line-height: 0;
}

.heroFormContainer{
  background:#fff;
  border-radius:1.6rem;
  border:.3rem solid #F3F3F3;
  padding:2.2rem 2.7rem 3.2rem;
}

.heroFormContainer > h2{
  font-size:2rem;
  position:relative;
  text-align: center;
  line-height:1.45;
  margin-bottom:2.4rem;
}

.heroFormContainer > h2:after{
  width:6.3rem;
  height:.4rem;
  background:#0080FF;
  position:absolute;
  content:"";
  bottom:-.8rem;
  left:0;
  right:0;
  margin:0 auto;
}

.formHead {
  width: 100%;
}

.formHead p{
  text-align:left;
  margin-bottom:0.4rem;
  font-size:1.3rem;
}

.formHead p > span{
  background:#0080FF;
  border-radius:4px;
  color:#fff;
  margin-right:6px;
  /* padding:3px 6px; */
  padding:.1rem 0.6rem;
  font-size:1.3rem;
}

.formFooter{
  /* margin-bottom:16px; */
  margin-bottom:1.3rem;
}

.formFooter.name{
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap;
}

.formFooter.name span{
  display:block;
  width:48.5%;
  font-size:1.3rem;
}

.formFooter.name span label{
  margin-right:6px;
}

.formFooter.name span input{
  width:89%;
}

.formFooter input{
  width:100%;
  background:#F3F3F3;
  height:2.6rem;
  border: .1rem solid #DFDFDF;
  font-size:1.3rem;
}

.heroFormContainer > form > p{
  color:#000;
  text-align: left;
  margin-bottom:2.3rem;
  font-size:1.3rem;
  line-height:0.65;
}

.heroFormContainer > form > p > a{
  font-size:1.3rem;
}

.formHead p > span + label + span{
  color:#314155;
  background:none;
  font-size:90%;
}

.formSubmit{
  width:100%;
}

.formSubmit input[type="submit" i]{
  display:block;
  margin:0 auto;
  background:#FFD600;
  border:.2rem solid #FFD600 !important;
  color:#000;
  text-align:center;
  border:none;
  padding:12px 72px;
  border-radius:100px;
  transition:all .3s ease;
  font-size:1.6rem;
}

.formSubmit input[type="submit" i]:hover{
  background:#fff;
  border:.2rem solid #FFD600;
  cursor: pointer;
}

section.attack,section.example,div.feature,section.feature2,section.function{
  padding:6rem 0;
}

section.attack .inner p{
  /* margin-bottom:2.6rem; */
}

section.attack{
  background:#f0f0f0;
}

.graff{
  /* width:96%;
  max-width:91.4rem; */
  width:100%;
  /* margin:2.6rem auto 1rem; */
  margin:2.6rem auto 0;
}

.graff > img{
  width:100%;
  height:auto;
}

p.anno{
  text-align:right;
  font-size:1.4rem;
}

section.problem,div.problem{
  padding:5.4rem 0 3rem;
  background:#fff;
  position:relative;
}

section.problem > h2{
  color:#314155;
  font-size:3rem;
  text-align: center;
  line-height:1.5;
  margin-bottom:1.6rem;
}

section.problem > h2 > span.yellowUnder{
  position: relative;
  display: inline-block;
  z-index: 10;
  font-size:2.6rem ;
  line-height:1.73;
}

section.problem > h2 > span.yellowUnder:before{
  height:1.1rem;
  bottom:.8rem;
  width:102%;
  left:-1%;
}

section.problem > h2 > span.blue{
  display: block;
  font-size:3rem;
  margin-top:.6rem;
  /* line-height:1.44; */
}

/* section.problem > h2,div.problem > h2{
  margin-bottom:1.6rem;
  line-height:4.4rem;
} */

section.problem .inner > p,div.problem .inner >  p{
  text-align: center;
  margin-top:.8rem;
  line-height:1.5;
  /* color:#fff; */
}

.problem-illust{
  width:100%;
  max-width:60.4rem;
  margin:3.2rem auto 0;
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap;
}

.pbi-box{
  width:29.8%;
}

.pbi-box > img{
  margin-bottom:1.1rem;
}

.pbi-box > p{
  font-size:2rem;
  position:relative;
  text-align: center;
  line-height:2.9rem;
  margin-bottom:2rem;
}

.pbi-box > p:after{
  width:6.3rem;
  height:.4rem;
  background:#0080FF;
  position:absolute;
  content:"";
  bottom:-.8rem;
  left:0;
  right:0;
  margin:0 auto;
}

/* .underBlue{
  position:relative;
  display: inline-block;
  z-index:10;
}


.underBlue:before{
  width:100%;
  height:2rem;
  position:absolute;
  content:"";
  bottom:-.5rem;
  left:0;
  right:0;
  background:#0080FF;
  z-index:-1;
} */

section.problem > h2 .yellow,div.problem > h2 .yellow{
  color:#FFD600;
}

/* section.problem:after,div.problem:after{
  position:absolute;
  content:"";
  width:5.2rem;
  height:3.2rem;
  background:center / contain no-repeat url(../img/phishing_detection/problem_arrow.svg);
  bottom:-3.2rem;
  left:0;
  right:0;
  margin:0 auto;
} */


section.problem2{
  background:#F3F3F3;
  padding:6rem 0 4.2rem;
  position:relative;
}

section.problem2:after {
    position: absolute;
    content: "";
    width: 5.2rem;
    height: 3.2rem;
    background: center / contain no-repeat url(../img/mxscore25_for_cloud/problem2_arrow.svg);
    bottom: -3.2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

section.problem2 > h2{
  margin-bottom:3.2rem;
}

section.problem2 > h2 > span{
  color:#284ADD;
  font-size:3rem;
}

.problem2-container{
  width:100%;
  max-width:60rem;
  margin:0 auto;
  position: relative;
}

.problem2-container:before{
  position:absolute;
  content:"";
  background:center / contain no-repeat url(../img/mxscore25_for_cloud/human1.svg);
  width:7.35rem;
  height:25.113rem;
  left:-10.3rem;
  top:0;
  bottom:0;
  margin:auto 0;
}

.problem2-container:after{
  position:absolute;
  content:"";
  background:center / contain no-repeat url(../img/mxscore25_for_cloud/human2.svg);
  width:7.59rem;
  height:25.852rem;
  right:-10.3rem;
  top:0;
  bottom:0;
  margin:auto 0;
}

.pb-box{
  background:#fff;
  border-radius:.6rem;
  width:100%;
  text-align: center;
  position:relative;
  padding:1.3rem 4.6rem 1.2rem; 
  margin-bottom:1.7rem;
}

.pb-box:before{
  position:absolute;
  content:"";
  background:center / contain no-repeat url(../img/mxscore25_for_cloud/prohibited.svg);
  width:2.3rem;
  height:2.3rem;
  left:2.3rem;
  top:0;
  bottom:0;
  margin:auto 0;
}

.pb-box:after{
  position:absolute;
  content:"";
  background:center / contain no-repeat url(../img/mxscore25_for_cloud/prohibited.svg);
  width:2.3rem;
  height:2.3rem;
  right:2.3rem;
  top:0;
  bottom:0;
  margin:auto 0;
}

.pb-box > p{
  font-size:2.4rem;
  line-height:1.458;
}

.pb-box > p > span{
  position: relative;
  font-size:2.4rem;
  line-height:1.458;
  z-index:10;
}

.pb-box > p > span:before {
  width: 100%;
  height: 1rem;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFD600;
  z-index: -1;
}



.inner.col3{
  display:flex;
  justify-content: space-between;
  /* align-items: flex-start; */
  flex-wrap:wrap;
}

.col3Child{
  width:29.9%;
  text-align: center;
}

.col3Child figure{
  width:83.12%;
  margin:0 auto 1.6rem;
}

.col3Child figure img{
  width:100%;
  max-width:18rem;
  height:auto;
}

/* section.attack + * + * div.problem{
  padding:2.4rem 1rem;
  background:#FFD600;
}

section.attack + * + * div.problem:after{
      background: center / contain no-repeat url(../img/phishing_detection/problem_arrow2.svg);
}

section.attack + * + * div.problem > h2{
  margin-bottom:0;
  text-align:center;
}

section.attack + * + * div.problem > h2 *{
  color:#314155;
}

section.attack + * + * div.problem > h2 > span img{
  display: inline-block;
  width:auto;
  height:3.2rem;
  margin:0 .8rem -.4rem 0;
}
section.attack + * + * div.problem > h2 .underBlue:before{
  background:none;
}

section.attack + * + * div.problem > h2 > span > span > span{
  color:#284ADD;
  font-size:120%;
  margin:0 .3rem;
} */

div.problem >h2 br{
  display:none;
}

/* div.feature{
  background:#FFF8D6;
}

div.feature > h2 > span:not([class]){
  display: block;
  width:49.8rem;
  margin:0 auto;
  background:#FFD600;
  border-radius:100rem;
  font-size:1.8rem;
  padding:.5rem .4rem .6rem;
  margin-bottom:1.6rem;
  position:relative;
}

div.feature > h2 > span:not([class]):after{
  content:"";
  position:absolute;
  background:center / contain no-repeat url(../img/phishing_detection/feature_arrow.svg);
  width:1.4rem;
  height:1.1rem;
  bottom:-1.1rem;
  left:0;
  right:0;
  margin:0 auto;
}

div.feature > h2 > span:not([class]) br{
  display:none;
}

div.feature > h2 > span.blue{
  font-size:3rem;
}

div.feature > h2{
  margin-bottom:3.2rem;
}

.col3Child h3 + p{
  text-align: left;
}

section.feature2{
  background:#EDF3FF;
}

section.feature2 h2 span{
  font-size:3rem;
}

section.feature2 .inner > p{
  text-align: center;
  margin-bottom:2.4rem;
}

section.feature2 .inner > .campaign.automation{
  margin-top:1.6rem;
}

div.feature > .inner.col3:nth-of-type(1){
  justify-content: center;
}

div.feature > .inner.col3:nth-of-type(1) .col3Child{
  margin:0 3.2rem 4.8rem;
  background:#fff;
  padding:1.6rem;
  border-radius:1.6rem;
  border:.4rem solid #FFD600;
  width:36%;
  position:relative;
}

div.feature > .inner.col3:nth-of-type(1) .col3Child h3{
  position:absolute;
  width:100%;
  top:0;
  left:0;
  padding:1.2rem 1.2rem;
  background:#ffd600;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  font-size:2.2rem;
}

div.feature > .inner.col3:nth-of-type(1) .col3Child h3:after{
  display: none;
}

div.feature > .inner.col3:nth-of-type(1) .col3Child figure img{
  max-width:22rem;
  margin-top:6.4rem;
}

div.feature > .inner.col3:nth-of-type(1) .col3Child p{
  text-align:left;
} */

/* section.function > h2 .blue{
  font-size:3rem;
}

section.function .col3Child{
  padding:2.4rem 1.6rem;
  border-radius:1.6rem;
  border:.3rem solid #EDF3FF;
  background:#fff;
  width:30.91%;
  width:32.38%;
}

section.function .col3Child figure{
  width:100%;
}

section.function .col3Child figure img{
  max-width:100%;
}

section.function .col3Child h3:after{
  background:#FFD600;
}

section.function > .inner.col3:nth-of-type(2){
  justify-content: center;
}

section.function > .inner.col3:nth-of-type(2) .col3Child{
  margin:3.2rem 0.8rem 0;
} */


.cta{
  background:#284ADD;
  padding:5.4rem 0;
}

.cta > h2{
  margin-bottom:1.6rem;
  color:#fff;
}

.cta p{
  color:#fff;
  text-align:center;
  margin-bottom:1.8rem;
}

ul.ctaCol2{
  list-style: none;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
}

ul.ctaCol2 li a{
  position:relative;
  color:#314155;
  text-decoration: none;
  font-size:1.8rem;
  width:26rem;
  text-align:center;
  padding:1.4rem 1.4rem;
  display:block;
  background:#FFD600;
  border:.2rem solid #FFD600;
  border-radius:100rem;
}


ul.ctaCol2 li:nth-of-type(1){
  margin-right:1.6rem;
}

ul.ctaCol2 li:nth-of-type(2){
  margin-left:1.6rem;
}

ul.ctaCol2 li:nth-of-type(2) a{
  background:#0080FF;
  border:.2rem solid #0080FF;
  color:#fff;
}

ul.ctaCol2 li a:before{
  position:absolute;
  content:"";
  width:3.2rem;
  height:3.2rem;
  top:0;
  bottom:0;
  left:1.6rem;
  margin:auto 0;
  background:center / contain no-repeat url(../img/phishing_detection/contact_icon1.svg);
}

ul.ctaCol2 li:nth-of-type(2) a:before{
  background:center / contain no-repeat url(../img/phishing_detection/contact_icon2.svg);
}

.cta.cta1{
  padding:6rem 0;
}

.cta.cta1 > p.back-yellow{
  background:#FFD600;
  border-radius: .6rem;
  color:#2A2A2A;
  text-align:center;
  width:100%;
  max-width:49.8rem;
  font-size:1.8rem;
  line-height:1.44;
  padding:.5rem 1.6rem;
  margin:0 auto 2.8rem;
}

.cta.cta1 > h2{
  margin-bottom:2.6rem;
}

.cta.cta1 > h2 >img{
  width:100%;
  height:auto;
  max-width:58.2rem;
  margin:0 auto;
  display:block;
}

.cta.cta1 > h2 >img.sp{
  display: none;
}

.feature{
  background:#FFF8D6;
  padding:6rem 0;
}

.feature > h2 > span{
  font-size:3rem;
  color:#284ADD;
}

.feature > .inner{
  background:#fff;
  border:.3rem solid #F3F3F3;
  border-radius:1.6rem;
  padding:3.2rem;
  margin-bottom:6rem;
}

.feature > .inner > .feature-box{
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.fb-left{
  width:64.85%;
}

.fb-left > h3{
  text-align:left;
}

.fb-left > h3:after{
  right:unset;
}

.fb-left > h3:nth-of-type(2){
  margin-top:2.6rem;
}

.fb-left > h3:nth-of-type(2):after{
  background:#FFD600;
}

.fb-right{
  width:32.04%;
}

.feature > .inner:nth-of-type(4) .feature-box{
  display:block;
}

.feature > .inner:nth-of-type(4) .feature-box .fb-left{
  width:100%;
}

.feature > .inner:nth-of-type(4) .feature-box .fb-left > h3{
  text-align:center;
}

.feature > .inner:nth-of-type(4) .feature-box .fb-right{
  width:100%;
  margin-top:2.4rem;
}

.feature > .inner:nth-of-type(4){
  margin-bottom:0;
}

.feature > .inner:nth-of-type(4) .fb-left > h3:after{
  right:0;
}

.feature > .inner:nth-of-type(4) .feature-box .fb-right img.sp{
  display:none;
}

.support{
  padding:5.4rem 0;
  background:#EDF3FF;
}

.support > h2 > span{
  color:#0080FF;
  font-size:3rem;
}

.support .inner{
  text-align:center;
}

.support .inner img{
  display:block;
  width:100%;
  max-width:36rem;
  margin:2.2rem auto;
}

.support .inner a.ctaButton {
    display: block;
    position: relative;
    padding: 1.2rem .2rem;
    background: #284ADD;
    border: .2rem solid #284ADD;
    border-radius: 10rem;
    color: #fff;
    text-decoration: none;
    line-height: 2.4rem;
    width:26rem;
    margin:0 auto;
    transition:all .3s ease;
    font-size:1.8rem;
}

.support .inner a.ctaButton:hover{
  background:#fff;
  color:#284ADD;
}

.corp{
  padding:4.2rem 0;
}

.corp a{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size:1.4rem;
  color:#314155;
}

.corp a img{
  width:auto;
  height:2.419rem;
  margin-bottom:.6rem;
}

.caution{
  background:#F3F3F3;
  padding:0.5rem 1.2rem;
}

.caution > p{
  font-size:1.2rem;
  text-align:center;
}

footer{
  background:#292929;
  height:4rem;
  display:flex;
  justify-content: center;
  align-items:center;
}

footer p{
  color:#fff;
  text-align:center;
  font-size:1.4rem;
}

.divider{
  display:none;
}

@media(max-width:1140px){
  .fvLeft{
    width:47.8%;
  }
}

@media(max-width:1100px){
  .fvLeft > h1 > .mainCopy, .fvLeft > h1 > .mainCopy *{
    font-size:3.04vw;
    line-height:5.04vw;
  }
  .fvLeft > h1 > .mainCopy .catchSmall{
    font-size:2.63vw;
    line-height:2.63vw;
  }
  .yellowUnder:before{
    bottom:0rem;
  }
}

@media(max-width:1054px){
  .fvLeft > h1 > .mainCopy > .mc-blue{
    font-size:1.6vw;
  }
}

@media(max-width:920px){
  div.feature > .inner.col3:nth-of-type(1){
    justify-content: space-between;
  }
  div.feature > .inner.col3:nth-of-type(1) .col3Child{
    width:49%;
    margin:0 0 4.8rem;
  }
}

@media(max-width:800px){
  .problem2-container:after,.problem2-container:before{
    display:none;
  }
}

@media(max-width:768px){
  section.fv > .inner{
    flex-wrap: wrap;
  }
  .fvLeft{
    width:100%;
  }
  .fvRight{
    width:100%;
  }
  .fvLeft > h1 > .mainCopy > .mc-blue{
    display:block;
    font-size:1.9rem;
    width:90%;
    margin:0 auto;
  }
  .fv-circle{
    width:70%;
    margin:0 auto 3.2rem;
  }
  .fvLeft > h1 > .mainCopy, .fvLeft > h1 > .mainCopy *{
    font-size:3.5rem;
    line-height:3.8rem;
    margin-top:1.6rem;
  }
  .fvLeft > h1 > .mainCopy .catchSmall{
    font-size:2.0rem;
    line-height:3.8rem;
  }
  .fvImg{
    max-width:30rem;
    /* margin-bottom:2.4rem; */
    margin-bottom:1.3rem;
  }
  .inner{
    padding:0;
    width:100%;
  }
  section.attack, section.example, div.feature, section.feature2, section.function{
    padding:6rem 1.2rem;
  }
  section.problem,div.problem{
    padding:3.2rem 1.2rem;
  }
  section.fv > .inner{
    padding:3.2rem 1.2rem;
  }
  .blue > span:before{
    width: .4rem;
    height: .4rem;
    top: .5rem;
  }
  section.attack .inner p sup{
    font-size:48%;
  }
}
br.sp{
  display:none;
}
@media(max-width:660px){
  br.sp{
    display:block;
  }
  br.pc{
    display:none;
  }
  h2{
    font-size:2.2rem;
    line-height:3.2rem;
  }
  h3{
    margin-bottom:3.6rem;
    line-height:3.2rem;
  }
  p,div,span,figure,th,td{
    font-size:1.5rem;
    font-weight:600;
    line-height:2.6rem;
    color:#314155;
  }
  
  a{
    font-size:1.5rem;
    line-height:2.6rem;
  }
  #spNav{
    display:none;
  }
  header#header{
    height:7rem;
  }
  .headerInner{
    height:7rem;
    width:100%;
    padding:0 1.2rem;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
  }
  .hmbBarContainer{
    display:block;
    width:4rem;
    height:2rem;
    position:relative;
  }
  .hmbBarContainer > span{
    width:4rem;
    height:.2rem;
    background:#314155;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transition:all .3s ease;
  }
  .hmbBarContainer > span:nth-of-type(1){
    top:-2rem;
  }

  .hmbBarContainer > span:nth-of-type(2){
    opacity:1;
  }

  .hmbBarContainer > span:nth-of-type(3){
    bottom:-2rem;
  }

  .hmbBarContainer.active > span:nth-of-type(1){
    transform:rotate(-35deg);
    top:0;
  }
  .hmbBarContainer.active > span:nth-of-type(2){
    opacity:0;
  }
  .hmbBarContainer.active > span:nth-of-type(3){
    transform:rotate(35deg);
    bottom:0;
  }
  .headerInner{
    position:relative;
  }
  .headerInner > a{
    width:83.33%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* #spNav2{
    display:block;
    position:fixed;
    top:7rem;
    right:-100vw;
    width:100%;
    height:calc(100vh - 7rem);
    background:#EDF3FF;
    z-index:990;
    padding:6rem 1.2rem;
    transition:all .3s ease;
  }
  #spNav2.active{
    right:0;
  }
  #spNav2 .spNav{
    margin-bottom:2.4rem;
  }
  #spNav2 .spNav li a{
    display:block;
    padding:1.6rem;
    color:#314155;
    text-decoration:none;
    font-size:1.6rem;
    border-bottom:.1rem solid #CBD6E5;
    text-align:center;
  } */
  .buttons2{

  }
  .buttons2 li a{
    display:block;
    position:relative;
    padding:1.4rem ;
    background:#FFD600;
    border:.2rem solid #FFD600;
    border-radius:10rem;
    color:#314155;
    text-decoration:none;
    line-height:2.4rem;
    font-size:1.8rem;
    text-align: center;
  }
  
  .buttons2 li:nth-of-type(1) a:before{
    content:"";
    position:absolute;
    background:center / contain no-repeat url(../img/phishing_detection/contact_icon1.svg);
    width:3.2rem;
    height:3.2rem;
    top:0;
    bottom:0;
    left:1.3rem;
    margin:auto 0;
  }
  
  .buttons2 li:nth-of-type(2) a{
    background:#0080FF;
    border:.2rem solid #0080FF;
    color:#fff;
    margin-top:1.2rem;
  }
  
  .buttons2 li:nth-of-type(2) a:before{
    content:"";
    position:absolute;
    background:center / contain no-repeat url(../img/phishing_detection/contact_icon2.svg);
    width:3.2rem;
    height:3.2rem;
    top:0;
    bottom:0;
    left:1.3rem;
    margin:auto 0;
  }
  section.fv{
    margin-top:7rem;
  }
  section.fv > .inner{
    padding:1.7rem 1.2rem 3.2rem;
  }
  .logoCopy{
    width:80.51%;
  }
  .fvLeft > h1 > .mainCopy > .mc-blue{
    font-size:3.59vw;
    line-height:2.0;
    width:100%;
    padding:0 .2rem;
  }
  .fvImg{
    width:69.74%;
  }
  .heroFormContainer{
    padding:2.4rem 1.2rem;
  }
  .fvLeft > h1 > .mainCopy, .fvLeft > h1 > .mainCopy *{
    font-size:6.15vw;
    line-height:9.74vw;
  }
  .fvLeft > h1 > .mainCopy .catchSmall{
    font-size:5.38vw;
    line-height:9.74vw;
  }
  .fvLeft > h1 > .mainCopy .yellowUnder{
    margin-top:.8rem;
  }
  .fvLeft > h1 > .mainCopy .yellowUnder:before{
    bottom:0.6rem;
    height:1.2rem;
  }
  .logoCopy{
    margin:2.4rem auto;
    width:75.38%;
  }
  .fv-circle{
    width:100%;
    margin:0 auto 2.4rem;
  }
  .formHead p > span{
    font-size:1.3rem;
  }
  .formFooter.name{
    flex-direction:column;
  }
  .formFooter.name span{
    width:100%;
  }
  .formFooter.name span:nth-of-type(1){
    margin-bottom:.8rem;
  }
  .formHead p > span + span{
    display:block;
    line-height:2rem;
  }
  .formBox:nth-of-type(3) .formHead p{
    margin-bottom:.4rem;
  }
  .formSubmit input[type="submit" i]{
    font-size:1.6rem;
  }
  .heroFormContainer > form > p{
    font-size:1.4rem;
    line-height:1.857;
  }
  section.attack, section.example, div.feature, section.feature2, section.function{
    padding:4.8rem 1.2rem;
  }
  section > h2{
    font-size:2.2rem;
    margin-bottom:2.2rem;
  }
  section.problem, div.problem{
    padding:4.8rem 1.2rem 0.8rem;
  }
  section.problem > h2{
    text-align:left;
    font-size:3rem;
    /* line-height:4.4rem; */
  }
  section.problem > h2 > span,section.problem > h2 > span > span,div.problem > h2 > span,div.problem > h2 > span >span{
    display:block;
  }
  section.problem > h2 > span.yellowUnder{
    font-size:1.8rem;
    line-height:1.44;
    display:block;
  }
  section.problem > h2 > span.yellowUnder:before{
    width:27rem;
    height:.8rem;
    bottom:.2rem;
  }
  section.problem > h2 > span.yellowUnder:nth-of-type(2):before{
    width:15rem;
  }
  section.problem > h2 > span.blue{
    font-size:2.2rem;
    line-height:1.36;
  }
  /* section.problem > h2 br{
    display: none;
  } */
  div.problem >h2 br{
    display:block;
  }
  section.problem > h2 > span.blue{
    margin-top:0.6rem;
  }
  section.problem > h2 *,div.problem > h2 *{
    /* line-height:4.4rem; */
  }
  .underBlue:before{
    display:none;
  }
  section.problem > h2 > span.underBlue > span, div.problem > h2 > span.underBlue > span{
    display: inline-block;
    position:relative;
  }
  section.problem > h2 > span.underBlue > span:before, div.problem > h2 > span.underBlue > span:before{
    width: 100%;
    height: 2rem;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background: #0080FF;
    z-index: -1;
  }
  div.problem > h2 > span.underBlue > span:before{
    background:none;
  }
  /* section.attack + * + * div.problem > h2 > span img{
    height:auto;
    width:32rem;
    max-width:100%;
  } */
  section.problem .inner > p,div.problem .inner >  p{
    text-align:left;
    margin-top:1.2rem;
    line-height:1.73;
  }
  .problem-illust{
    align-items: flex-start;
  }
  .pbi-box h3,.pbi-box > p{
    font-size:1.5rem;
    line-height:1.4;
  }
  .col3Child{
    width:100%;
  }
  .col3Child figure{
    width:70%;
    max-width:22rem;
    height:auto;
    margin:0 auto 1rem;
  }
  .pbi-box > img{
    width:100%;
    max-width:9rem;
    margin:0 auto 1rem;
    display:block;
  }
  /* div.feature > h2 > span:not([class]) br{
    display:block;
  }
  div.feature > h2 > span:not([class]){
    width:100%;
  }
  div.feature > h2 > span.blue{
    font-size:2.2rem;
  }
  br.sp{
    display:block;
  }
  div.feature > h2{
    margin-bottom:2.6rem;
  }
  .feature h3{
    margin-bottom:2rem;
  }
  .feature h3 + p{
    margin-bottom:2.6rem;
  }
  div.feature{
    padding-bottom:3.2rem;
  }
  section.feature2 h2 span{
    font-size:2.2rem;
  }
  section.feature2 .inner > p{
    margin-bottom:2.2rem;
    text-align:left;
  }
  div.feature > .inner.col3:nth-of-type(1) .col3Child{
    margin:0 auto 2.6rem;
    width:100%;
  }
  div.feature > .inner.col3:nth-of-type(1) .col3Child figure img{
    max-width:18rem;
  }
  section.function .col3Child{
    width:100%;
    padding:2.4rem 1.4rem 2rem;
    margin-bottom:2.2rem;
  }
  section.function .col3Child:last-of-type{
    margin-bottom:0;
  }
  section.function .col3Child figure{
    max-width:none;
    margin-bottom:0;
  }
  section.function > .inner.col3:nth-of-type(2) .col3Child{
    margin:2.2rem auto 0;
  } */
   section.problem2{
    padding:4.8rem 1.2rem;
   }
   section.problem2 > h2{
    margin-bottom:2.2rem;
   }
   section.problem2 > h2 > span{
    font-size:2.2rem;
   }
   .pb-box{
    padding:4.9rem 1.2rem 2.4rem;
    margin-bottom:1.4rem;
   }
   .pb-box > p{
    font-size:2rem;
    text-align:center;
   }
   .pb-box > p > span{
    display:inline-block;
    font-size:2rem;
   }
   .pb-box:before{
    left:0;
    right:0;
    bottom:unset;
    top:1.6rem;
    margin:0 auto;
   }
   .pb-box:after{
    display:none;
   }
   .pb-box:nth-of-type(3){
    margin-bottom:0;
   }
  .cta{
    padding:3.3rem 1.2rem 2.0rem;
  }
  .cta.cta1{
    padding:5rem 1.2rem 2.8rem;
  }
  ul.ctaCol2 li:nth-of-type(1){
    margin-right:0;
    margin-bottom:1.2rem;
  }
  ul.ctaCol2 li:nth-of-type(2){
    margin-left:0;
  }
  .cta.cta1 > h2 >img.pc{
    display: none;
  }
  .cta.cta1 > h2 >img.sp{
    display: block;
    width:100%;
    max-width:34.15rem;
  }
  .cta.cta1 > p.back-yellow{
    font-size:2rem;
  }
  .feature{
    padding:4.8rem 1.2rem;
  }
  .feature > .inner{
    padding:1.8rem 1.8rem 2.8rem;
    margin-bottom:4.8rem;
  }
  .feature > h2 > span{
    font-size:2.2rem;
  }
  .fb-left{
    width:100%;
    order:2;
  }
  .fb-right{
    width:100%;
    order:1;
    margin-bottom:.8rem;
  }
  .fb-left > h3{
    text-align:center;
    margin-bottom:2rem;
  }
  .fb-left > h3:after{
    right:0;
  }
  .fb-left > h3 + p{
    line-height:1.4;
  }
  .divider{
    display:block;
    margin:3rem 0;
    width:100%;
    height:.1rem;
    background:#CFCFCF;
  }
  .feature > .inner:nth-of-type(4) .feature-box .fb-right{
    margin-bottom:0;
  }
  .feature > .inner:nth-of-type(4) .feature-box .fb-right img.sp{
    display:block;
  }
  .feature > .inner:nth-of-type(4) .feature-box .fb-right img.pc{
    display:none;
  }
  .feature > .inner:nth-of-type(4){
    padding:2.8rem 1.8rem 2.8rem;
  }
  .support{
    padding:4.8rem 1.2rem;
  }
  .support > h2 > span{
    font-size:2.2rem;
  }
  .support .inner > p{
    text-align:left;
    line-height:1.4;
  }
  .support .inner img{
    max-width:25.9rem;
    margin:2.2rem auto 3rem;
  }
  .support .inner a.ctaButton{
    padding:1.2rem .2rem;
    width:100%;
    max-width:26rem;
  }
  .corp{
    padding:3.2rem 1.2rem;
  }
  ul.ctaCol2{
    flex-direction:column;
  }
  section.function > h2 .blue{
    font-size:2.2rem;
  }
  .formFooter.name span input{
    width:calc(100% - 2.1rem);
  }
  p.anno,p.anno *{
    font-size:1.4rem;
    line-height:2.2rem;
  }
  .example .inner.col3 .col3Child:last-of-type h3{
    margin-bottom:0;
  }
  section.function .inner.col3 .col3Child h3{
    margin-bottom:2rem;
  }
  .graff{
    width:100%;
  }
}

#spNav ul.pvNav + ul li a,ul.ctaCol2 li a,.buttons2 li a{
  transition:all .3s ease;
}

#spNav ul.pvNav + ul li:nth-of-type(1) a:hover,ul.ctaCol2 li:nth-of-type(1) a:hover,.buttons2 li:nth-of-type(1) a:hover{
  background:#fff;
}

#spNav ul.pvNav + ul li:nth-of-type(2) a:hover,ul.ctaCol2 li:nth-of-type(2) a:hover,.buttons2 li:nth-of-type(2) a:hover{
  background:#fff;
  color:#0080FF;
}

#main.thanks article{
  margin-top:10rem;
}
article{
  padding:0 1.2rem;
}

@media(max-width:660px){
  #main.thanks article{
    margin-top:7rem;
  }
}