@charset "utf-8";

h2{
  font-size:26px;
  font-weight:600;
  text-align:center;
  color:#0549a3;
  line-height:1.8;
}

h3{
  font-size:22px;
  font-weight:600;
  line-height:1.8;
}

p,a,div,article,section{
  font-size:15px;
  font-weight:500;
  color:#141414;
  line-height:1.8;
}

section{
  padding:42px 14px;
}

.rstorCampHero{
  padding:42px 12px;
  background:center / cover no-repeat url(../img/rstor_campaign/fv_bg_sp.png);
  margin-top:60px;
}

#heroLogo{
  width:auto;
  height:66px;
}

.rchBox01 h1{
  font-size:5vw;
  color:#fff;
  font-weight:600;
  padding:18px 0;
}

.rchBox01 p{
  font-size:15px;
  color:#fff;
  font-weight:500;
}

.rchBox02{
  width:100%;
}

.rchBox03{
  background:#fff;
  box-shadow:0 3px 16px rgba(0,0,0,.16);
  padding:20px 20px 10px;
  /* margin-top:-30px; */
}

.rchBox03 h2{
  font-size:16px;
  font-weight:600;
  color:#004DA1;
  text-align:center;
  margin-bottom:10px;
}
.rstorButton{
  display:block;
  padding:12px 16px;
  color:#fff;
  background:linear-gradient(90deg,#00a2e5 0%,#0549a3 100%);
  text-align:center;
  font-size:15px;
  font-weight:600;
  border-radius:100px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1) ;
  opacity:1;
  transition: all .2s;
}

.rstorButton:hover {
  box-shadow: 0 1px 10px rgba(50, 99, 102, 0.4), 0 0 50px rgba(186, 245, 255, 0.322) ;
  opacity:.8;
}

a.rstorButton{
  color:#fff;
}

.rstorButton:link{
  color:#fff;
  text-decoration:none;
}

.rstorButton.rchButton{
  margin:10px 0;
}

.rstorButton.rchButton span{
  display:block;
  text-align:center;
  font-size:11px;
}

section.feature{
  background:center / cover no-repeat url(../img/rstor_campaign/feature_bg.jpg);
  margin:0;
}

section.feature > p{
  margin:16px 0;
}

.featureBox{
  background:#fff;
  padding:12px;
  box-shadow:0 3px 16px rgba(0,0,0,.16);
  margin-bottom:16px;
}

.featureBox ul{
  padding-left:20px;
}

.featureBox ul li{
  position:relative;
}

.featureBox ul li > span{
  color:#00A4E3
}


.featureBox ul li:before{
  position:absolute;
  content:"";
  background:center / contain no-repeat url(../img/rstor_campaign/icon_check.png);
  width:18px;
  height:18px;
  left:-24px;
  top:2px;
  margin:auto;
}

.flowInner > .fi{
  background:#fff;
  box-shadow:0 3px 16px rgba(0,0,0,.16);
  padding: 60px 12px 32px;
  margin:66px 0 16px;
  position:relative;
}

.stepImage{
  position:absolute;
  top:-40px;
  left:0;
  right:0;
  margin:auto;
  width:auto;
  height:80px;
}

.flowInner > .fi > p{
  margin:16px 0;
}

.price{
  background:center / cover no-repeat url(../img/rstor_campaign/trial_bg.jpg);
}

.commonTitle.white{
  color:#fff;
}

.priceBox{
  background:#fff;
  box-shadow:0 3px 16px rgba(0,0,0,.16);
  padding: 22px 16px;
  margin:16px 0 48px;
}

.priceBox table {
  width: 100%;
  margin-bottom:16px;
}

.priceBox table th {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #f3f3f3;
  font-weight: 600;
  color: white;
  background: linear-gradient(
90deg
,#00A4E3,#004DA1);
}

.priceBox table th {
  text-align: left;
}
.priceBox table td, .priceBox table th {
  padding: 10px;
  line-height: 1.8;
}

.priceBox table td {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #f3f3f3;
  background: #F5F7FF;
}

.caution{
  background:#3F3F3F;
  margin:0;
}

.caution p{
  color:#fff;
  margin-top:16px;
}

.cta{
  background:center / cover no-repeat url(../img/rstor_campaign/fv_bg_pc.png);
  margin:0;
}

.ci01 img{
  width:auto;
  height:60px;
  display:block;
  margin:0 auto 16px;
}

.ci02 h2{
  color:#fff;
  margin-bottom:16px;
}

.rstorButton.ctaButton{
  background:#fff;
  color:#0549a3;
}
.priceBox > p{
  margin-bottom:16px;
}

@media(min-width:768px){
  .rstorButton{
    margin:0 auto;
    max-width:348px;
  }
  #heroLogo{
    height:116px;
  }
  .rchBox03{
    display:flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .rchBox03 h2{
    width:100%;
  }
  .rstorButton.rchButton{
    width:46%;
  }
  section.feature > p{
    text-align: center;
  }
  .flowInner{
    display:flex;
    justify-content: space-around;
  }
  .flowInner > .fi{
    width:46%;
  }
  #fi01{
    position:relative;
  }
  #fi01:before{
    position:absolute;
    content:"";
    background:center / contain no-repeat url(../img/rstor_campaign/arrow.png);
    width:15px;
    height:67px;
    top:0;
    bottom:0;
    right:-24px;
    margin:auto;
  }
  .priceBox table th{
    display:table-cell;
    width:36%;
    text-align:center;
  }
  .priceBox table td{
    display:table-cell;
    width:64%;
  }
  .priceBox > p{
    text-align:center;
  }
  .rstorCampHero{
    margin-top:80px;
  }
}

@media(min-width:1024px){
  h2{
    font-size:30px;
  }
  h3{
    font-size:20px;
  }
  p, a, div, article, section {
    font-size: 16px;
  }
  section{
    padding:70px 0;
  }
  .rstorCampHero{
    padding:62px 12px 58px;
    /* padding:62px 12px 120px; */
  }
  #heroLogo{
    height:106px;
  }
  .rchInner{
    width:92%;
    max-width:1200px;
    margin:0 auto;
    display:flex;
    justify-content: space-around;
    flex-wrap:wrap;
    position:relative;
  }
  .rchBox01 h1{
    font-size:30px;
  }
  .rchBox01{
    width:48%;
  }
  .rchBox02{
    width:48%;
  }
  .rchBox03{
    width:48%;
    position:absolute;
    left:0;
    /* bottom:-70px; */
    bottom:-9%;
    /* bottom: 6%; */
  }
  .rchBox01 h1{
    padding:16px 0;
  }
  .rchBox03 h2{
    font-size:20px;
    margin-bottom:6px;
  }
  .rstorButton{
    padding:14px 16px;
  }
  .rstorButton.rchButton{
    line-height:1.4;
  }
  .featureBox{
    width:86%;
    max-width:1050px;
    margin:0 auto 48px;
    padding:48px 60px;
  }
  section.feature > p{
    margin:32px 0;
  }
  .flowInner{
    width:86%;
    max-width:1050px;
    margin:0 auto;
  }
  #fi01:before{
    width:25px;
    right: -35px;
  }
  .stepImage{
    top:-65px;
    height:130px;
  }
  .flowInner > .fi{
    padding:86px 16px 32px;
  }
  .rstorButton.flowButton{
    max-width:210px;
  }

  .fi > img:nth-of-type(2){
    height:174px;
    display:block;
    margin:0 auto;
  }
  .priceBox{
    width:86%;
    max-width:1050px;
    margin:48px auto 80px;
    padding:46px 120px;
  }
  .priceBox:nth-of-type(2){
    margin-bottom:0;
  }
  .priceBox table{
    margin-bottom:32px;
  }
  .caution p{
    width:660px;
    margin:32px auto 0;
  }
  .ctaInner{
    width:800px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
  }
  .ci01 img{
    height:114px;
  }
  .rstorButton.ctaButton{
    max-width:280px;
    margin-left:0;
  }
  .ci02 h2 {
    margin-bottom: 6px;
  }
  .ci01,.ci02{
    margin:0 auto;
  }
  .caution{
    padding:46px 16px;
  }
  .cta{
    padding:60px 16px;
  }
  .featureBox ul li{
    font-size:20px;
    margin:12px 0;
  }
  .featureBox ul li:before{
    width:23px;
    height:23px;
    left: -30px;
    top: 6px;
  }
}






.heroFormContainer{
  background:#fff;
  /* border-radius:10px; */
  padding:32px 16px;
}

.heroFormContainer form{
  margin-top:32px;
}

.formHead{
  width:100%;
}

.formHead p{
  color:#343434;
  text-align:left;
  margin-bottom:10px;
}

.formHead p > span{
  background:#ff4242;
  border-radius:4px;
  color:#fff;
  margin-right:6px;
  padding:3px 6px;
}

.formFooter{
  margin-bottom:16px;
}

.formFooter.name{
  display:flex;
  align-items: center;
  flex-wrap:wrap;
}

.formFooter.name span{
  display:block;
  width:100%;
}

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

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

.formFooter input{
  width:100%;
}

.heroFormContainer > form > p{
  color:#000;
  text-align: left;
}

.formSubmit{
  width:100%;
}

.formSubmit input[type="submit" i]{
  display:block;
  margin:0 auto;
  background:linear-gradient(90deg,#00a2e5 0%,#0549a3 100%);
  color:#fff;
  text-align:center;
  border:none;
  padding:12px 72px;
  border-radius:100px;
  font-weight:600;
}

.heroFormContainer h3{
  color:#3f3f3f;
  border-left:10px solid #0549a3;
  padding-left:10px;
}

@media(min-width:1024px){
  .formFooter.name span{
    width: 48.5%;
  }
  .formFooter.name span input{
    width:91%;
  }
  .formFooter.name span:nth-of-type(1){
    margin-right:10px;
  }
  .formSubmit input[type="submit" i]{
    padding:12px 100px;
  }
}

.formSubmit input[type="submit" i]{
  transition:all 0.3s ease;
}

.formSubmit input[type="submit" i]:hover{
  cursor: pointer;
  box-shadow:0 3px 10px rgba(0,0,0,.16);
}

input, textarea{
  background:#f3f3f3;
  border:1px solid #dfdfdf;
}

.commonSection{
  margin-top:100px;
}

@media(max-width:768px){
  .rchInner{
    display:flex;
    flex-direction: column;
  }
  .rchBox03{
    margin:32px 0
  }
  .rchBox02{
    order: 3;
  }
}


.campaignEnd{
  position:fixed;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.8);
  z-index:999;
  display:flex;
  align-items: center;
}

.campaignEndScreen{
  width:100%;
  height:30%;
  text-align: center;
}

.campaignEndScreen > p{
  color:#fff;
  font-size:2.6rem;
}

@media(max-width:480px){
  .campaignEndScreen > p{
    font-size:2.2rem;
  }
}