@charset "UTF-8";
/* --------------------------------------------------------------------------------
reset css
-------------------------------------------------------------------------------- */
html, body, section, footer, div, main h1, main h2, main h3, main p, main ul, main li, main a {
  margin: 0;
  padding: 0;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  box-sizing: border-box;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.spCont {
  display: none;
}
main section.howto,
main section.capa {
  margin: 0 auto;
}
main section.howto h2,
main section.capa h2 {
  margin-bottom: 8%;
  padding: 20px 0;
  text-align: center;
  background-color: #2C74DC;
}
main section.howto h2 img,
main section.capa h2 img {
  width: 94%;
  max-width: 778px;
}
main div.lead p,
main section.point p.lead {
  margin-bottom: 3%;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
main a.btn {
  display: inline-block;
  width: 63%;
  padding: 0;
  background-color: transparent;
}
header a {
  text-indent: 0;
  text-align: center;
  background-image: none;
}


/* --------------------------------------------------------------------------------
div.header
-------------------------------------------------------------------------------- */
div.header,
main,
footer {
  position: relative;
  margin: 0 auto;
}
div.header {
  margin-bottom: 13%;
}
/*
div.header::before,
div.header h1::before,
div.header h1::after {
  content: '';
  display: block;
}
div.header::before {
  padding-top: 3.5%;
  background-color: #000;
}

div.header h1::before,
div.header h1::after {
  position: absolute;
  left: 0;
  bottom: -16%;
  width: 100%;
}
div.header h1::before {
  z-index: 1;
  padding-top: 9.3%;
  background-color: #FF9900;
}
div.header h1::after {
  z-index: 2;
  padding-top: 6.5%;
  background-color: #2C74DC;
}
*/
.container {
  background-image: url(/agent/stw/img/main_bg_2.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat-x;
}
div.header h1 {
  position: relative;
  text-align: center;
  background-color: transparent;
  overflow: visible;
  margin: 0 auto;
  padding: 3.8% 0 0;
  width: 62%;
}
div.header ul {
  position: absolute;
  left: 50%;
  bottom: -40.5%;
  z-index: 3;
  transform: translateX(-50%);
  max-width: 1024px;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  font-size: 0;
}
div.header ul li {
  display: inline-block;
  max-width: 358px;
  width: 32%;
}
div.header ul li:not(:last-of-type) {
  margin-right: 1%
}


/* --------------------------------------------------------------------------------
lead
-------------------------------------------------------------------------------- */
main div.lead {
  margin-bottom: 11%;
  text-align: center;
}
main div.lead a.btn {
  margin-bottom: 7.5%;
}
main div.lead ul {
  width: 70%;
  max-width: calc(837px + 10%);
  margin: 0 auto;
}
main div.lead ul li {
  width: 100%;
  max-width: 837px;
  margin: 0 auto;
}
main div.lead ul li:nth-of-type(1) {
  margin-bottom: 4%;
}
main div.lead ul li:nth-of-type(2) {
  margin-bottom: 6%;
}


/* --------------------------------------------------------------------------------
how to
-------------------------------------------------------------------------------- */
main section.howto {
  padding-bottom: 10%;
}
main section.howto h2 {
}
main section.howto p {
  width: 63%;
  margin: 0 auto;
  text-align: center;
}
main section.howto p:nth-of-type(2) {
  position: relative;
  z-index: 1;
  margin-top: -10.8%;;
}


/* --------------------------------------------------------------------------------
capa
-------------------------------------------------------------------------------- */
main section.capa {
  padding-bottom: 14%;
}
main section.capa section {
  overflow: hidden;
  position: relative;
  width: 90%;
  max-width: 1090px;
  margin: 0 auto;
}
main section.capa section.large h3,
main section.capa section.giga h3,
main section.capa section p {
  display: inline-block;
  vertical-align: middle;
}
main section.capa section.large {
  margin-bottom: 5%;
  padding-bottom: 5%;
  text-align: left;
  border-bottom: 3px solid #000;
}
main section.capa section.giga {
  margin-bottom: 10%;
}
main section.capa section.giga div {
  position: relative;
  margin-bottom: 2%;
  text-align: right;
}
main section.capa section.large h3,
main section.capa section.giga div h3 {
  position: absolute;
  transform: translateY(-50%);
  width: 48.6238%; /* 1090px:530px=100:X */
}
main section.capa section.large h3 {
  top: 45%;
  right: 3%;
}
main section.capa section.giga div h3 {
  top: 50%;
  left: 5%;
}
main section.capa section.large p,
main section.capa section.giga div p {
  position: relative;
  width: 36.6972%; /* 1090px:400px=100:X */
}
main section.capa section.large p {
  left: 5%;
}
main section.capa section.giga div p {
  right: 8%;
}
main section.capa section.giga ul {
  padding: 0 5% 0 8%;
}
main section.capa section.giga ul.caution li {
  display: block;
  padding-left: 14px;
  text-indent: -14px;
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
}
main section.capa section.giga ul.caution li:not(:last-of-type) {
  margin-bottom: 8px;
}
main section.capa section.giga ul.caution li:nth-of-type(1) {
  margin-bottom: 10px;
  font-size: 22px;
}
main section.capa section.share {
  width: 90%;
}
main section.capa section.share h3 {
  text-align: center;
  margin-bottom: 5.5%;
}
main section.capa section.share div.shareInner {
  text-align: center;
}
main section.capa section.share div.shareInner p {
  width: 60%; /* 1090px:100%=654px:X */
  margin-right: 2%;
}
main section.capa section.share div.shareInner> img {
  width: 28.5321%; /* 1090px:100%=311px:X */
}


/* --------------------------------------------------------------------------------
point
-------------------------------------------------------------------------------- */
main section.point {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10%;
  text-align: center;
}
main section.point h2 {
  text-align: center;
  margin-bottom: 4%;
}
main section.point h2 img {
  position: relative;
  left: -20%;
}
main section.point p {
  text-align: center;
}
main section.point p:nth-of-type(1) {
  max-width: 800px;
  margin: 0 auto 6%
}
main section.point p:nth-of-type(1) img {
  position: relative;
  left: 2.4%;
}
main section.point p:nth-of-type(2) {
  margin-bottom: 10%;
}
main section.point p.lead {
  margin-bottom: 3%;
}


/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */
footer {
  padding: 20px 0 18px;
  text-align: center;
  background-color: #f5f5f5;
}

/* --------------------------------------------------------------------------------
max-size
-------------------------------------------------------------------------------- */
@media screen and (min-width: 1280px) {
  div.header {
    margin-bottom: 150px;
  }
  div.header h1 img,
  main div.lead,
  main section.howto p,
    main section.point {
    max-width: 1280px;
  }
  div.header::before,
  div.header h1::before,
  div.header h1::after {
    padding-top: 0;
  }
  div.header::before {
    height: 45px;
  }
  div.header h1::before {
    height: 120px;
  }
  div.header h1::after {
    height: 84px;
  }
  main section.point {
    padding: 0 0 128px;
  }
  main div.lead {
    margin: 0 auto 140px;
  }
  main div.lead p,
  main section.point p.lead {
    margin-bottom: 39px;
  }
  main div.lead a.btn {
    margin-bottom: 84px;
  }
  main div.lead ul li:nth-of-type(1) {
    margin-bottom: 33px;
  }
  main div.lead ul li:nth-of-type(2) {
    margin-bottom: 49px;
  }
  main section.howto {
    padding-bottom: 128px;
  }
  main section.howto h2,
  main section.capa h2 {
    margin-bottom: 102px;
  }
  main section.howto p:nth-of-type(2) {
    margin-top: -139px;
  }
  main section.capa section.large {
    margin-bottom: 64px;
    padding-bottom: 64px;
  }
  main section.capa section.giga {
    margin-bottom: 128px;
  }
  main section.capa section.giga div {
    margin-bottom: 22px;
  }
  main section.capa {
    padding-bottom: 180px;
  }
  main section.point h2 {
    margin-bottom: 47px;
  }
  main section.point h2 img {
    left: -231px;
  }
  main section.capa section.share h3 {
    margin-bottom: 60px;
  }
  main section.point p:nth-of-type(1) {
    margin-bottom: 70px;
  }
  main section.point p:nth-of-type(2) {
    margin-bottom: 116px;
  }
  main section.point p.lead {
    margin-bottom: 35px;
  }
}


/* --------------------------------------------------------------------------------
sp
-------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  header a img {
    height: 29px;
  }
  .pcCont {
    display: none;
  }
  .spCont {
    display: block;
  }
  .container {
    background: none;
  }
    main span.split {
  display: inline-block;
  }
  main a.btn,
  main div.lead ul {
    width: 100%;
  }
  div.header {
    margin-bottom: -10%;
    z-index: 1;
  }
  div.header h1 {
    padding: 0;
    width: 100%;
  }
  div.header ul {
    bottom: -37%;
  }
  main div.lead {
    width: 80%;
    margin: 0 auto 14%;
  }
  main div.lead p,
  main section.point p.lead {
    width: 100%;
    margin: 0 auto 6%;
    font-size: 20px;
  }
  main div.lead a.btn {
    margin-bottom: 16%;
    position: relative;
    z-index: 2;
  }
  main section.howto h2 img,
  main section.capa h2 img {
    width: 84%;
  }
  main section.howto p {
    width: 80%;
  }
  main section.capa {
    padding-bottom: 20%;
  }
  main section.capa section {
    width: 100%;
    overflow: visible;
  }
  main section.capa section.large {
    z-index: 1;
    width: 100%;
    margin-bottom: 10%;
    padding-bottom: 10%;
  }
  main section.capa section.large::before,
  main section.capa section.large::after {
    position: absolute;
    bottom: -3px;
    z-index: 2;
    content: '';
    display: block;
    width: 4%;
    height: 3px;
    background-color: #fff;
  }
  main section.capa section.large::before {
    left: 0;
  }
  main section.capa section.large::after {
    right: 0;
  }
  main section.capa section.giga div {
  margin-bottom: 8%;
  }
  main section.capa section.large,
  main section.capa section.giga div {
    text-align: center;
  }
  main section.capa section.large h3,
  main section.capa section.giga div h3 {
    position: static;
    display: block;
    width: 80%;
    transform: none;
    margin: 0 auto 8%;
  }
  main section.capa section.large p,
  main section.capa section.giga div p {
    position: static;
    width: 80%;
  }
  main section.capa section.giga ul {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
  main section.capa section.giga ul.caution li:nth-of-type(1) {
    margin-bottom: 6px;
    font-size: 18px;
  }
  main section.capa section.giga ul.caution li:not(:last-of-type) {
    margin-bottom: 3px;
  }
  main section.capa section.giga {
    margin-bottom: 16%;
  }
  main section.capa section.share {
    width: 80%;
  }
  main section.capa section.share h3 {
    margin: 0 auto 8%;
    text-align: center;
  }
  main section.capa section.share div.shareInner p,
  main section.capa section.share div.shareInner> img {
    display: block;
  }
  main section.capa section.share div.shareInner p {
    width: 100%;
    margin: 0 auto 8%;
  }
  main section.capa section.share div.shareInner> img {
    width: 70%;
    margin: 0 auto;
  }
  main section.point {
    width: 100%;
  }
  main section.point h2 {
    width: 80%;
    margin: 0 auto 4%;
  }
  main section.point h2 img {
    left: -7%;
  }
  main section.point p:nth-of-type(1) {
    width: 90%;
    margin: 0px auto 18%;
  }
  main section.point p:nth-of-type(1) img {
    position: static;
  }
  main section.point p:nth-of-type(2) img.spCont {
    display: inline-block;
  }
  main section.point p:nth-of-type(2) {
    width: 80%;
    margin: 0 auto 10%;
  }
  main section.point p.lead,
  main section.point a.btn {
    width: 80%;
    line-height: 1.4;
  }
  footer {
    padding: 16px 20px 12px;
    font-size: 14px;
  }
}


@media screen and (max-width: 479px) {
  div.header ul {
    width: 96%;
    bottom: -46%;
  }
  main div.lead p,
  main section.point p.lead {
    font-size: 17px;
  }
  main div.lead {
    width: 88%;
  }
  main div.lead a.btn {
    margin-bottom: 14%;
  }
  main section.howto h2 img,
  main section.capa h2 img {
    width: 92%;
  }
  main section.howto p {
    width: 96%;
  }
  main section.capa section.giga ul {
    width: 88%;
  }
  main section.capa section.giga ul.caution li:nth-of-type(1) {
    font-size: 16px;
  }
  main section.capa section.share {
    width: 88%;
  }
  main section.point {
    padding: 0 0 14%;
  }
  main section.point h2 {
    width: 88%;
  }
  main section.point h2 img {
    left: -3%;
  }
  main section.point p:nth-of-type(1) {
    width: 96%;
  }
  main section.point p:nth-of-type(2) {
    width: 88%;
    margin: 0 auto 12%;
  }
  main section.point p.lead,
  main section.point a.btn {
    width: 88%;
  }
}

/*--キャンペーン終了0728--*/
.close__wrapper--black{
  position:fixed;
  width:100vw;
  height:100vh;
  background:rgba(0,0,0,0.6);
  z-index: 999999;
  top:0;
  left:0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.close__wrapper--black .close__text{
  color:white;
  font-size:40px;
  font-weight:bold;
  margin-bottom: 16px;
}
.close__wrapper--black .close__text .inlineblock{
  display: inline-block;
}
.close__wrapper--black .close__btn{
  display: block;
  background: #038de1;
  text-decoration: none;
  color: white;
  padding: 16px 32px;
  font-weight: bold;
  font-size: 18px;
  transition:.3s;
}
.close__wrapper--black .close__btn:hover{
  filter: brightness(1.2);
}
@media screen and (max-width:767px){
  .close__wrapper--black .close__text{
    text-align: center;
    font-size:32px;
  }
}

