@charset "UTF-8";

/*----------------------------------------

　entry

-----------------------------------------*/

#content.inner .visual {
  height: 220px;
  background: #707F86;
}

#content.inner .content .about {
  margin-top: 50px;
}

#content.inner .content .about>.inner {
  width: 1100px;
  margin: 0 auto;
}

#content.inner .content h2 {
  text-align: center;
  font-size: 26px;
  color: #6A9EBA;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}

#content.inner .content .lead {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

#content.inner .content .about .fbox {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

#content.inner .content .about .fbox .box {
  width: 340px;
}

#content.inner .content .about .fbox .box .img {}

#content.inner .content .about .fbox .box .img p {}

#content.inner .content .about .fbox .box>p {
  text-align: center;
  font-size: 16px;
  color: #6A9EBA;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

#content.inner .content .about .note {
  font-size: 12px;
  text-align: center;
  margin-top: 50px;
  letter-spacing: 0.2em;
}

#content.inner .content .app {
  background: #707F86;
  margin-top: 120px;
}

#content.inner .content .app>.inner {
  display: flex;
  padding-top: 10px;
  width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
}

#content.inner .content .app .img {
  margin-top: -55px;
  width: 400px;
}

#content.inner .content .app .img p {
  color: #fff;
  right: -36px;
}

#content.inner .content .app .info {
  width: 650px;
  margin-top: 90px;
  background: url(../img/img_qr.jpg) no-repeat right 0px top 16px / 200px auto;
}

#content.inner .content .app .info h2 {
  color: #fff;
  text-align: left;
}

#content.inner .content .app .info .lead {
  color: #fff;
  text-align: left;
  width: 400px;
  margin-top: 15px;
}

#content.inner .content .bt_more {
  display: block;
  background: #6A9EBA;
  width: 400px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 11px 0;
  position: relative;
  margin-top: 35px;
  letter-spacing: 0.1em;
}

#content.inner .content .bt_more::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 25px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}

#content.inner .content .way {
  background: #6A9EBA;
}

#content.inner .content .way>.inner {
  padding: 76px 0;
}

#content.inner .content .way h2 {
  color: #fff;
}

#content.inner .content .way .lead {
  color: #fff;
  margin-top: 19px;
}

#content.inner .content .limited {}

#content.inner .content .limited>.inner {
  padding: 76px 0;
}

#content.inner .content .limited h2 {}

#content.inner .content .limited .lead {}

#content.inner .content .limited .bt_more {
  margin: 35px auto 0 auto;
}

@media screen and (max-width: 768px) {
  #content.inner .visual {
    height: 220px;
    background: #707F86;
  }
  #content.inner .visual h1, #content.inner .visual h1 span {
    text-shadow: none;
  }
  #content.inner .content .about {
    margin-top: 40px;
  }
  #content.inner .content .about>.inner {
    width: 90%;
    margin: 0 auto;
  }
  #content.inner .content h2 {
    text-align: center;
    font-size: 17px;
    color: #6A9EBA;
    letter-spacing: 0.1em;
    line-height: 1.6em;
  }
  #content.inner .content .lead {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 20px;
  }
  #content.inner .content .about .fbox {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
  }
  #content.inner .content .about .fbox .box {
    width: 30.6%;
  }
  #content.inner .content .about .fbox .box .img {}
  #content.inner .content .about .fbox .box .img p {}
  #content.inner .content .about .fbox .box>p {
    text-align: center;
    font-size: 10px;
    color: #6A9EBA;
    letter-spacing: 0.1em;
    margin-top: 10px;
    line-height: 1.6em;
  }
  #content.inner .content .about .note {
    font-size: 10px;
    text-align: left;
    margin-top: 17px;
    letter-spacing: 0;
    line-height: 1.6em;
  }
  #content.inner .content .app {
    background: #707F86;
    margin-top: 130px;
  }
  #content.inner .content .app>.inner {
    display: block;
    padding: 10px 0 60px 0;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
  }
  #content.inner .content .app .img {
    margin: -99px auto 0 auto;
    width: 250px;
  }
  #content.inner .content .app .img p {
    color: #fff;
    right: 19px;
  }
  #content.inner .content .app .info {
    width: auto;
    margin-top: 45px;
    background: no-repeat;
  }
  #content.inner .content .app .info h2 {
    color: #fff;
    text-align: left;
    font-size: 14px;
    text-align: center;
  }
  #content.inner .content .app .info .lead {
    color: #fff;
    text-align: left;
    width: auto;
    margin-top: 15px;
    line-height: 1.8em;
  }
  #content.inner .content .bt_more {
    display: block;
    background: #6A9EBA;
    width: auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 11px 0;
    position: relative;
    margin-top: 25px;
  }
  #content.inner .content .bt_more::before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 25px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
  }
  #content.inner .content .way {
    background: #6A9EBA;
  }
  #content.inner .content .way>.inner {
    padding: 45px 0;
    width: 90%;
    margin: 0 auto;
  }
  #content.inner .content .way h2 {
    color: #fff;
    font-size: 15px;
  }
  #content.inner .content .way .lead {
    color: #fff;
    margin-top: 19px;
    text-align: left;
  }
  #content.inner .content .limited {}
  #content.inner .content .limited>.inner {
    padding: 45px 0;
    width: 90%;
    margin: 0 auto;
  }
  #content.inner .content .limited h2 {
    font-size: 15px;
  }
  #content.inner .content .limited .lead {}
  #content.inner .content .limited .bt_more {
    margin: 25px auto 0 auto;
  }
}