
main {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic",Verdana, Meiryo, sans-serif !important;
  overflow-x: hidden;
}

.mainvisual,.introvisual {
  background: #004ea1;
  overflow: ;
  position: relative;
}
.introvisual {
  background-image: linear-gradient(135deg, #deeaff, #f0fdc5);
}

.introvisual img {
  max-width: 780px;
  margin-top: 20px;
 }
.bold{
  font-weight: bold;
}
.blue{ color: #004ea1; }
@media (min-width: 1200px) {
  main .container, {
    width: 100%;
    max-width: none !important; 
  }
}


.mainvisual__inner {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1280px;
  padding: 60px 0;
  width: 100%;
}

.introvisual__inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 30px 0 ;
  text-align: center;
}
.intro_container{ margin-bottom: 30px;}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .mainvisual__inner {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .mainvisual::after {
    height: 120%;
    right: 0;
    top: 5%;
    width: 45%;
  }
}
.mb40{ margin-bottom: 40px !important;}


@media screen and (max-width: 767px) {
  .mainvisual::after {
    bottom: -10%;
    height: 80%;
    right: 0;
    top: unset;
    width: 40%;
    z-index: 0;
  }

  .mainvisual__inner {
    padding: 50px 20px;
    position: relative;
    z-index: 880;
  }


}






@media screen and (min-width: 600px) {
  .intro_cta{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
  }
  #access .intro_cta{
    margin-top: 60px;
  }
  .form_cta,.smc_cta{
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
  }
}
.intro__img img{
  box-sizing: border-box;
  border: 2px solid #FFCF62;
}
.intro_cta p{
  color:#EB6202;
  font-size: 0.9em;
  margin-bottom: 5px;
}
.form_cta a{
  background: #EB6202;
  border: 3px solid #EB6202;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  width: 13em;
}
.form_cta a:hover{
  background: #fff;
  color: #EB6202;
  transition: 0.3s;
}
.ctabtn a{
  background: #fff;
  color: #EB6202;
  border: 3px solid #EB6202;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  width: 13em;
}
.ctabtn a:hover{
  background:#EB6202;
  color: #fff;
  transition: 0.3s;
}

.ctabtn_01{
  background: #fff;
  border: 5px solid #EB6202;
  border-radius: 5px;
  font-size: 2em;
  font-weight: bold;
  display: inline-block;
  padding: 20px;
}
.ctabtn_01 a:hover{
  background:#EB6202;
  color: #fff;
  transition: 0.3s;
}

/* snsLP */
.main .title{
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.main .sub{
  background: #004ea1;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 5px 20px;
  margin-bottom: 15px;
}
.snsList {
  max-width: 280px;
  display: flex;
	justify-content: space-between;
  margin:0 auto 30px;
}
.feature .snsList {
  margin-bottom:0;
}
.snsList div{
  height: 50px;
  width: 50px;
}
.info,.info2,.feature,.task,.task2,.post,.trust,.account {
  padding: 50px 0;
  z-index: -1;
}
.feature,.post,.account{
  background: #dbebff;
}
.info2,.task,.trust{
  background: #f1f1f1;
}
.info .container,.feature .container,.task .container,.task2 .container,.post .container {
  position: relative;
}
h2.commonTitle{
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}
h2.commonTitle span{
  font-size: 20px;
}
h2.commonTitle span.txtUp{
  font-size: 16px;
}
.feature{ text-align: center;}
.gragh{
  width: 90%;
  max-width: 798px;
  margin-bottom: 30px;
}
.note{
  font-size: 12px;
  margin-bottom: 15px;
}
.ctaText{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.ctaBtn a{
  background: #EB6202;
  color: #fff;
  border: 3px solid #EB6202;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
}
.ctaBtn a:hover{
  background:#fff;
  color: #EB6202;
  transition: 0.3s;
}

.ctaBtn_01 a{
  background: #EB6202;
  color: #fff;
  border: 5px solid #EB6202;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  max-width: 15em;
  width: 95%;
}
.ctaBtn_01 a:hover{
  background:#fff;
  color: #EB6202;
  transition: 0.3s;
}
.ctaBtn2 a{
  background: #EB6202;
  color: #fff;
  border: 3px solid #EB6202;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 1px 0;
  text-align: center;
}
.ctaBtn2 a:hover{
  background:#fff;
  color: #EB6202;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  img.visual{
    max-width: 300px !important;
    width: 80%;
    margin-bottom: -32px; 
  }
}
@media screen and (min-width: 521px) {
  img.visual{
    width: 445px !important;
    margin-bottom: -45px; 
  }
}

.infoLi{
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
  background: #fff;
}


  .trust, .trust .container{
    text-align: center;
  }
  .trust .container p{ 
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin:0 auto 30px;
   }
  .caution{ 
    width:80%;
    max-width:780px;
    text-align: left;
   }

@media screen and (max-width: 767px) {
  .main .title{
    font-size: 24px;
  }
  .main .sub{
    font-size: 12px;
    padding: 5px;
  }
  .info,.feature,.task,.task2,.post,.trust,.account {
    padding: 40px 0;
    z-index: -1;
  }
  h2.commonTitle{
    font-size: 20px;
    margin-bottom: 20px;
  }
  h2.commonTitle span{
    font-size: 15px;
  }
  h2.commonTitle span.txtUp{
    font-size: 12px;
  }
  .note{
    letter-spacing: -0.5px;
  }
  .ctaText{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }
  .infoLi,.taskLi{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .infoLi:last-child,.taskLi:last-child{
    margin-bottom: 0px;
  }
  .conimg{
    padding: 20px 0;
    text-align: center;
    margin-bottom: 5px;
  }
  .conimg img{
    width: 75px;
    height: 75px;
  }
  .post img{
    max-width: 100%;
    margin:0 auto 5px;
  }
  .trust img{
    width: 70%;
    margin:0 auto 5px;
  }
  img.spC{
    text-align: center !important;
  }
  .postcon,.trustcon{
    font-size: 16px;
    max-width:780px;
    margin:0 auto 20px;
    overflow: hidden;
    zoom: 1;
  }.trustcon p{
    text-align: left;
  }
  .postcon:last-child{
    margin-bottom: 0;
  }
  .postTitle{
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 5px;
  }
  .postTitle span{
    color: #004EA1;
    font-size: 32px;
  }
  .trustTitle{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  }
  .accountfrexbox {
    max-width: ;
    margin:0 auto 30px;
    text-align: center;
  }
  .accountfrexbox:last-child{
    margin-bottom: 0px;
  }
  .accountCon{
    margin-bottom: 30px;
  }
  .accountCon:last-child{
    margin-bottom: 0px;
  }
  .accountMain,.accountSub{
    overflow: hidden;
    zoom: 1;
  }
  .accountMain{
    margin-bottom: 10px;
    text-align: left;
  }
  .accountTitle{
    font-size: 18px;
    font-weight: bold;
  }
  .accountTitle a{
    color:#004ea1;
    text-decoration: underline;
    letter-spacing: -0.02em;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
  }
  .accountlogo{
    width: 50px;
    margin-right: 10px;
    float: left;
  }
  .accountSub img{
    width: 100%;
    max-width: 180px;
    margin: 0 auto 10px;
  }
  .subtext{
    margin-bottom: 10px;
    text-align: left;
  }
  .btnList{
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
  .ctaBtn a{
    width: 100%;
    padding-top: 5px;
    padding-bottom:5px;
    margin: 0 auto 20px;
  }
  .ctaBtn .youtube{
    margin-bottom: 0;
  }
  .ctaBtn2 a{
    width: 100%;
    padding-top: 5px;
    padding-bottom:5px;
  }
}

.infoLi p{text-align: left;}
.infoLi p span{ font-size: 1.1em;}
.task .container img {
  display: block;
  max-width: 720px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.task2 .container img {
  display: block;
  max-width: 600px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
.task2 .container p{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }

@media screen and (min-width: 768px) {
  .sp{ display: none;}
  .infoList,.taskList {
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    margin:0 auto 30px;
    text-align: center;
  }
  .infoLi{
    width: 31%;
  }
  .taskLi{
    width: 45%;
  }
  .conimg{
    padding: 10px 0;
    text-align: center;
    margin-bottom: 5px;
  }
  .conimg img{
    width: 75px;
    height: 75px;
  }
  .post img{
    max-width: 325px;
    float: left;
    margin-right: 60px;
  }
  .trust img{
    max-width: 150px;
    float: left;
    margin-right: 60px;
  }
  .postcon,.trustcon{
    font-size: 18px;
    max-width:780px;
    margin:0 auto 30px;
    overflow: hidden;
    zoom: 1;
  }
  .postcon:last-child{
    margin-bottom: 0;
  }
  .postTitle{
    font-size: 28px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 10px;
  }
  .trustTitle{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
  .postTitle span{
    color: #004EA1;
    font-size: 48px;
  }
  .postcon a{
    text-decoration: underline;
  }
  .postcon a:hover{
    text-decoration: none;
  }
  
  .accountfrexbox {
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin:0 auto 50px;
    text-align: left;
  }
  .accountCon{
    width: 47%;
  }
  .accountMain,.accountSub{
    overflow: hidden;
    zoom: 1;
  }
  .accountMain{ margin-bottom: 15px;}
  .accountTitle{
    font-size: 18px;
    font-weight: bold;
  }
  .accountTitle a{
    color:#004ea1;
    text-decoration: underline;
    letter-spacing: -0.02em;
  }
  .accountlogo{
    width: 50px;
    margin-right: 10px;
    float: left;
  }
  .accountSub img{
    border: 1px solid #ccc;
    width: 180px;
    margin-left: 15px;
    float: right;
    display: flex;
    flex-direction: column;
  }
  .subtext{
    height:145px;
  }

  .btnList{
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .ctaBtn2 a{ width: 255px}
}
  .icon-blank-1:after,
  .icon-blank-2:after,
  .icon-blank:after {
    display: none !important;
    margin-right: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    content: "";
  }
  .main{
    padding: 0 !important;
  }