@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* line 2, app/assets/stylesheets/lib/_common.scss */
html {
  font-size: 62.5%;
  height: 100%;
}

/* line 7, app/assets/stylesheets/lib/_common.scss */
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* line 20, app/assets/stylesheets/lib/_common.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

/* line 25, app/assets/stylesheets/lib/_common.scss */
h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
  color: #000;
  text-decoration: none;
}

/* line 31, app/assets/stylesheets/lib/_common.scss */
a {
  color: #043786;
}

/* line 33, app/assets/stylesheets/lib/_common.scss */
a:hover {
  color: #064fc1;
}

/* line 36, app/assets/stylesheets/lib/_common.scss */
a .img-link:hover {
  opacity: .8;
}

/* line 40, app/assets/stylesheets/lib/_common.scss */
p {
  margin: 0;
}

/* line 43, app/assets/stylesheets/lib/_common.scss */
ul {
  list-style-type: none;
  padding-left: 0;
}

/* line 47, app/assets/stylesheets/lib/_common.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 52, app/assets/stylesheets/lib/_common.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 57, app/assets/stylesheets/lib/_common.scss */
body > .wrap {
  height: auto;
}

/* line 60, app/assets/stylesheets/lib/_common.scss */
.wrap {
  min-height: 70%;
}

@media (min-width: 600px) {
  /* line 60, app/assets/stylesheets/lib/_common.scss */
  .wrap {
    min-height: 80%;
  }
}

/* line 66, app/assets/stylesheets/lib/_common.scss */
.wrap-form {
  background-color: #f2f2f2;
}

/* line 69, app/assets/stylesheets/lib/_common.scss */
.inner {
  overflow: hidden;
  margin-right: 10px;
  margin-left: 10px;
}

@media (min-width: 960px) {
  /* line 69, app/assets/stylesheets/lib/_common.scss */
  .inner {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 83, app/assets/stylesheets/lib/_common.scss */
.text-bold {
  font-weight: bold;
}

/* line 86, app/assets/stylesheets/lib/_common.scss */
.text-pink {
  color: #f52d9d;
}

/* line 89, app/assets/stylesheets/lib/_common.scss */
.text-lg {
  font-size: 125%;
}

/* line 92, app/assets/stylesheets/lib/_common.scss */
.text-plan-sm {
  font-weight: normal;
  font-size: 75%;
}

@font-face {
  font-family: 'iconfont';
  src: url(/assets/iconfont-6fc9e099885e55a21d6175fd98945ec65d697461506b3ebfcfd27df410512ac1.eot?m6q175);
  src: url(/assets/iconfont-6fc9e099885e55a21d6175fd98945ec65d697461506b3ebfcfd27df410512ac1.eot?m6q175#iefix) format("embedded-opentype"), url(/assets/iconfont-8f1278dd3310efef649a9aa3b67080f54e688de079a64b1e0b4ef8f55fc9903a.ttf?m6q175) format("truetype"), url(/assets/iconfont-fdc8a286f41fc60be9969900e9496475cc18f1a702aaf07db386bcf3a15512c0.woff?m6q175) format("woff"), url(/assets/iconfont-4653212e8e2441a78a422a2658cfdcac565d593cc5335a48e0c4fab33cc116be.svg?m6q175#iconfont) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, app/assets/stylesheets/lib/_iconfont.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, app/assets/stylesheets/lib/_iconfont.scss */
.icon-link:before {
  content: "\e908";
}

/* line 30, app/assets/stylesheets/lib/_iconfont.scss */
.icon-bottom:before {
  content: "\e900";
}

/* line 33, app/assets/stylesheets/lib/_iconfont.scss */
.icon-check:before {
  content: "\e901";
}

/* line 36, app/assets/stylesheets/lib/_iconfont.scss */
.icon-close:before {
  content: "\e902";
}

/* line 39, app/assets/stylesheets/lib/_iconfont.scss */
.icon-left:before {
  content: "\e903";
}

/* line 42, app/assets/stylesheets/lib/_iconfont.scss */
.icon-open:before {
  content: "\e904";
}

/* line 45, app/assets/stylesheets/lib/_iconfont.scss */
.icon-right:before {
  content: "\e905";
}

/* line 48, app/assets/stylesheets/lib/_iconfont.scss */
.icon-round:before {
  content: "\e906";
}

/* line 51, app/assets/stylesheets/lib/_iconfont.scss */
.icon-small:before {
  content: "\e907";
}

/* line 9, app/assets/stylesheets/lib/_header.scss */
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 960px) {
  /* line 9, app/assets/stylesheets/lib/_header.scss */
  .header .inner {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 17, app/assets/stylesheets/lib/_header.scss */
a.logo {
  display: inline-block;
  width: 77px;
  height: 60px;
  background: url(/assets/logo_sp-0457c57d7fcf2e67fb892f83e82c6e2753e22b9e7880a91fde297fd45f2fcdfe.png) 0 0 no-repeat;
  background-size: 77px 60px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 960px) {
  /* line 17, app/assets/stylesheets/lib/_header.scss */
  a.logo {
    width: 264px;
    height: 72px;
    background: url(/assets/logo_pc-9f30039f539a3a24e98236e16b73866bc0f4465b1161fa2c20cc6b8fa171ac7e.png) 0 0 no-repeat;
    background-size: 264px 72px;
  }
}

/* line 35, app/assets/stylesheets/lib/_header.scss */
a.gigamax {
  display: none;
}

@media (min-width: 960px) {
  /* line 35, app/assets/stylesheets/lib/_header.scss */
  a.gigamax {
    display: inline-block;
  }
}

/* line 43, app/assets/stylesheets/lib/_header.scss */
.header-top {
  display: none;
  background-color: #043786;
  color: #fff;
  font-size: 1rem;
}

/* line 49, app/assets/stylesheets/lib/_header.scss */
.header-top h1 {
  display: inline;
  font-weight: normal;
  font-size: 1rem;
}

/* line 54, app/assets/stylesheets/lib/_header.scss */
.header-top .header-top-links {
  margin-left: auto;
}

/* line 57, app/assets/stylesheets/lib/_header.scss */
.header-top .header-top-link {
  display: inline-block;
}

/* line 59, app/assets/stylesheets/lib/_header.scss */
.header-top .header-top-link + div {
  margin-left: 20px;
}

/* line 63, app/assets/stylesheets/lib/_header.scss */
.header-top a.button {
  display: inline-block;
  margin-left: 5px;
  width: 90px;
  border-radius: 20px;
  background-color: #fff;
  color: #0099ff;
  text-align: center;
  text-decoration: none;
  letter-spacing: -1px;
  font-weight: bold;
  line-height: 1.7;
}

/* line 75, app/assets/stylesheets/lib/_header.scss */
.header-top a.button [class*="icon-"] {
  position: relative;
  top: 3px;
  display: inline-block;
  vertical-align: 2px;
  font-size: 10px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

/* line 84, app/assets/stylesheets/lib/_header.scss */
.header-top a.button:hover {
  color: #3db1ff;
  text-decoration: none;
}

@media (min-width: 960px) {
  /* line 43, app/assets/stylesheets/lib/_header.scss */
  .header-top {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

/* line 100, app/assets/stylesheets/lib/_header.scss */
.header-bottom .button-mypage {
  display: inline-block;
  background-color: #043786;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 0 #00040a;
          box-shadow: 0 4px 0 #00040a;
  line-height: 1;
  padding: 6px 4px 0 4px;
  height: 42px;
}

@media (max-width: 480px) {
  /* line 100, app/assets/stylesheets/lib/_header.scss */
  .header-bottom .button-mypage {
    margin-top: 3px;
    height: 36px;
  }
}

/* line 112, app/assets/stylesheets/lib/_header.scss */
.header-bottom .button-mypage img {
  height: 36px;
}

@media (max-width: 480px) {
  /* line 112, app/assets/stylesheets/lib/_header.scss */
  .header-bottom .button-mypage img {
    height: 32px;
  }
}

@media (min-width: 960px) {
  /* line 100, app/assets/stylesheets/lib/_header.scss */
  .header-bottom .button-mypage {
    display: none;
  }
}

/* line 124, app/assets/stylesheets/lib/_header.scss */
.header-bottom .button-apply {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  padding-top: 5px;
  padding-right: 26px;
  padding-bottom: 5px;
  padding-left: 14px;
  border-radius: 5px;
  background-color: #f52d9d;
  -webkit-box-shadow: 0 4px 0 #9b075a;
          box-shadow: 0 4px 0 #9b075a;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: .2s all;
  transition: .2s all;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media (max-width: 480px) {
  /* line 124, app/assets/stylesheets/lib/_header.scss */
  .header-bottom .button-apply {
    margin-top: 3px;
  }
}

@media (min-width: 960px) {
  /* line 124, app/assets/stylesheets/lib/_header.scss */
  .header-bottom .button-apply {
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 25px;
  }
}

/* line 155, app/assets/stylesheets/lib/_header.scss */
.header-bottom .button-apply span.text-lg {
  display: block;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-size: 2rem;
}

@media (min-width: 960px) {
  /* line 155, app/assets/stylesheets/lib/_header.scss */
  .header-bottom .button-apply span.text-lg {
    font-size: 2.6rem;
  }
}

@media (max-width: 480px) {
  /* line 155, app/assets/stylesheets/lib/_header.scss */
  .header-bottom .button-apply span.text-lg {
    font-size: 1.5rem;
  }
}

/* line 167, app/assets/stylesheets/lib/_header.scss */
.header-bottom .button-apply span.text-sm {
  display: block;
  font-size: 1.4rem;
}

@media (min-width: 960px) {
  /* line 167, app/assets/stylesheets/lib/_header.scss */
  .header-bottom .button-apply span.text-sm {
    font-size: 1.6rem;
  }
}

/* line 174, app/assets/stylesheets/lib/_header.scss */
.header-bottom .button-apply::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  content: "\e906";
  font-size: 10px;
  font-family: 'iconfont';
}

@media (min-width: 960px) {
  /* line 174, app/assets/stylesheets/lib/_header.scss */
  .header-bottom .button-apply::after {
    top: calc(50% - 10px);
    right: 14px;
    font-size: 14px;
  }
}

/* line 187, app/assets/stylesheets/lib/_header.scss */
.header-bottom .button-apply:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

/* line 193, app/assets/stylesheets/lib/_header.scss */
.header-bottom .flex-item.gigamax {
  display: none;
}

@media (min-width: 960px) {
  /* line 193, app/assets/stylesheets/lib/_header.scss */
  .header-bottom .flex-item.gigamax {
    display: inline-block;
  }
}

/* line 202, app/assets/stylesheets/lib/_header.scss */
nav.header-menu {
  display: none;
  background-color: #f2f2f2;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  border-bottom: 6px solid #043786;
}

@media (min-width: 960px) {
  /* line 202, app/assets/stylesheets/lib/_header.scss */
  nav.header-menu {
    display: block;
  }
}

/* line 213, app/assets/stylesheets/lib/_header.scss */
nav.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

/* line 227, app/assets/stylesheets/lib/_header.scss */
nav.header-menu li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 3px;
  padding-bottom: 3px;
  border-right: 1px dashed #043786;
}

/* line 234, app/assets/stylesheets/lib/_header.scss */
nav.header-menu li:first-child {
  border-left: 1px dashed #043786;
}

/* line 238, app/assets/stylesheets/lib/_header.scss */
nav.header-menu a {
  text-decoration: none;
}

/* line 248, app/assets/stylesheets/lib/_header.scss */
div.token {
  margin: 50px;
  margin-bottom: 150px;
  text-align: center;
}

/* line 252, app/assets/stylesheets/lib/_header.scss */
div.token div.footnote {
  width: 500px;
  margin: 50px auto;
  text-align: left;
}

@media (max-width: 480px) {
  /* line 252, app/assets/stylesheets/lib/_header.scss */
  div.token div.footnote {
    max-width: 300px;
  }
}

/* line 262, app/assets/stylesheets/lib/_header.scss */
.header-bottom {
  padding: 0 15px;
}

@media (min-width: 960px) {
  /* line 262, app/assets/stylesheets/lib/_header.scss */
  .header-bottom {
    padding: 0;
  }
}

/* line 270, app/assets/stylesheets/lib/_header.scss */
.header-bottom-nav {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 5px 0;
  max-width: 960px;
  grid-template-columns: 130px 130px;
}

@media (min-width: 960px) {
  /* line 270, app/assets/stylesheets/lib/_header.scss */
  .header-bottom-nav {
    padding: 15px 0;
    gap: 10px;
    grid-template-columns: 1fr 210px;
  }
}

/* line 287, app/assets/stylesheets/lib/_header.scss */
.header-bottom-nav-btn__pc {
  display: none;
}

@media (min-width: 960px) {
  /* line 287, app/assets/stylesheets/lib/_header.scss */
  .header-bottom-nav-btn__pc {
    display: inline-block;
  }
}

/* line 295, app/assets/stylesheets/lib/_header.scss */
.header-bottom-nav-btn {
  text-align: center;
}

/* line 298, app/assets/stylesheets/lib/_header.scss */
.header-bottom-nav-btn a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  color: #a0a0a0;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

@media (min-width: 960px) {
  /* line 298, app/assets/stylesheets/lib/_header.scss */
  .header-bottom-nav-btn a {
    padding: 20px 0;
    font-size: 19px;
  }
}

/* line 315, app/assets/stylesheets/lib/_header.scss */
.header-bottom-nav-btn a:hover {
  color: #003395;
}

/* line 318, app/assets/stylesheets/lib/_header.scss */
.header-bottom-nav-btn a:hover:before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #003395;
  content: "";
}

@media (min-width: 960px) {
  /* line 318, app/assets/stylesheets/lib/_header.scss */
  .header-bottom-nav-btn a:hover:before {
    height: 6px;
  }
}

/* line 334, app/assets/stylesheets/lib/_header.scss */
.header-bottom-nav-btn a.is-active:before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  content: "";
}

@media (min-width: 960px) {
  /* line 334, app/assets/stylesheets/lib/_header.scss */
  .header-bottom-nav-btn a.is-active:before {
    height: 6px;
  }
}

/* line 348, app/assets/stylesheets/lib/_header.scss */
.header-bottom-nav-btn a.header-bottom-nav-btn--wimax:hover, .header-bottom-nav-btn a.header-bottom-nav-btn--wimax.is-active {
  color: #03afdd;
}

/* line 351, app/assets/stylesheets/lib/_header.scss */
.header-bottom-nav-btn a.header-bottom-nav-btn--wimax:hover:before, .header-bottom-nav-btn a.header-bottom-nav-btn--wimax.is-active:before {
  background-color: #03afdd;
}

/* line 356, app/assets/stylesheets/lib/_header.scss */
.header-bottom-nav-btn a.header-bottom-nav-btn--5g:hover, .header-bottom-nav-btn a.header-bottom-nav-btn--5g.is-active {
  color: #003395;
}

/* line 359, app/assets/stylesheets/lib/_header.scss */
.header-bottom-nav-btn a.header-bottom-nav-btn--5g:hover:before, .header-bottom-nav-btn a.header-bottom-nav-btn--5g.is-active:before {
  background-color: #003395;
}

/* line 365, app/assets/stylesheets/lib/_header.scss */
.header-bottom-nav .logo {
  width: 130px;
}

@media (min-width: 960px) {
  /* line 365, app/assets/stylesheets/lib/_header.scss */
  .header-bottom-nav .logo {
    width: 226px;
  }
}

/* line 373, app/assets/stylesheets/lib/_header.scss */
.header-bottom-nav-hikari .logo {
  width: 145px;
}

@media (min-width: 960px) {
  /* line 373, app/assets/stylesheets/lib/_header.scss */
  .header-bottom-nav-hikari .logo {
    width: 280px;
  }
}

/* line 383, app/assets/stylesheets/lib/_header.scss */
.header-sp-nav {
  display: grid;
  margin: 0 -15px;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 960px) {
  /* line 383, app/assets/stylesheets/lib/_header.scss */
  .header-sp-nav {
    display: none;
  }
}

/* line 393, app/assets/stylesheets/lib/_header.scss */
.header-sp-nav a {
  display: block;
  padding: 10px 0 5px;
  border-bottom: 6px solid #03afdd;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}

/* line 403, app/assets/stylesheets/lib/_header.scss */
.header-sp-nav a.header-sp-nav-btn--wimax {
  background-color: #03afdd;
  border-color: #03afdd;
}

/* line 408, app/assets/stylesheets/lib/_header.scss */
.header-sp-nav a.header-sp-nav-btn--wimax.is-active {
  background-color: #fff;
  color: #03afdd;
}

/* line 413, app/assets/stylesheets/lib/_header.scss */
.header-sp-nav a.header-sp-nav-btn--5g {
  background-color: #003395;
  border-color: #003395;
}

/* line 418, app/assets/stylesheets/lib/_header.scss */
.header-sp-nav a.header-sp-nav-btn--5g.is-active {
  background-color: #fff;
  color: #003395;
}

/* line 424, app/assets/stylesheets/lib/_header.scss */
.js-fixed {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

/* line 8, app/assets/stylesheets/lib/_footer.scss */
nav.footer-menu {
  text-align: center;
  font-size: 1rem;
}

@media (min-width: 960px) {
  /* line 8, app/assets/stylesheets/lib/_footer.scss */
  nav.footer-menu {
    font-size: 1.8rem;
  }
}

/* line 14, app/assets/stylesheets/lib/_footer.scss */
nav.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 27, app/assets/stylesheets/lib/_footer.scss */
nav.footer-menu li {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 1px;
  padding-right: 10px;
  padding-bottom: 1px;
  padding-left: 10px;
  border-left: 1px dashed #043786;
}

@media (min-width: 960px) {
  /* line 27, app/assets/stylesheets/lib/_footer.scss */
  nav.footer-menu li {
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
  }
}

/* line 47, app/assets/stylesheets/lib/_footer.scss */
nav.footer-menu li:first-child {
  border-left: none;
}

/* line 51, app/assets/stylesheets/lib/_footer.scss */
nav.footer-menu a {
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/lib/_footer.scss */
.footer-link {
  text-align: center;
  background: -webkit-radial-gradient(#e2ffff, #ade2f9);
  background: radial-gradient(#e2ffff, #ade2f9);
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 960px) {
  /* line 56, app/assets/stylesheets/lib/_footer.scss */
  .footer-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width: 600px) {
  /* line 69, app/assets/stylesheets/lib/_footer.scss */
  .footer-link .flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 76, app/assets/stylesheets/lib/_footer.scss */
.footer-link p {
  color: #043786;
  font-weight: bold;
}

@media (min-width: 960px) {
  /* line 76, app/assets/stylesheets/lib/_footer.scss */
  .footer-link p {
    font-size: 2.4rem;
  }
}

/* line 83, app/assets/stylesheets/lib/_footer.scss */
.footer-link .flex-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  /* line 83, app/assets/stylesheets/lib/_footer.scss */
  .footer-link .flex-item {
    margin-right: 10px;
    margin-left: 10px;
  }
}

/* line 96, app/assets/stylesheets/lib/_footer.scss */
.footer-link .button-contact {
  position: relative;
  display: inline-block;
  min-width: 140px;
  margin-bottom: 4px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-radius: 5px;
  background-color: #0099ff;
  -webkit-box-shadow: 6px 6px 0 #004d80;
          box-shadow: 6px 6px 0 #004d80;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: .2s all;
  transition: .2s all;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media (min-width: 960px) {
  /* line 96, app/assets/stylesheets/lib/_footer.scss */
  .footer-link .button-contact {
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
  }
}

/* line 126, app/assets/stylesheets/lib/_footer.scss */
.footer-link .button-contact:before {
  position: absolute;
  bottom: -6px;
  left: 3px;
  border-width: 6px 0 0 6px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #004d80;
  content: "";
}

/* line 137, app/assets/stylesheets/lib/_footer.scss */
.footer-link .button-contact:after {
  position: absolute;
  top: 3px;
  right: -6px;
  border-width: 0 6px 6px 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #004d80;
  content: "";
}

/* line 148, app/assets/stylesheets/lib/_footer.scss */
.footer-link .button-contact span.text-lg {
  display: block;
  font-weight: bold;
  font-size: 2rem;
}

@media (min-width: 960px) {
  /* line 148, app/assets/stylesheets/lib/_footer.scss */
  .footer-link .button-contact span.text-lg {
    font-size: 2.6rem;
  }
}

/* line 156, app/assets/stylesheets/lib/_footer.scss */
.footer-link .button-contact span.text-sm {
  display: block;
  font-size: 1.4rem;
}

@media (min-width: 960px) {
  /* line 156, app/assets/stylesheets/lib/_footer.scss */
  .footer-link .button-contact span.text-sm {
    font-size: 1.6rem;
  }
}

/* line 163, app/assets/stylesheets/lib/_footer.scss */
.footer-link .button-contact:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

/* line 170, app/assets/stylesheets/lib/_footer.scss */
.footer-copyright {
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  background-color: #043786;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

@media (min-width: 960px) {
  /* line 170, app/assets/stylesheets/lib/_footer.scss */
  .footer-copyright {
    font-size: 1.6rem;
  }
}

/* line 185, app/assets/stylesheets/lib/_footer.scss */
.footer-copyright span.text-copyright {
  display: block;
}

@media (min-width: 960px) {
  /* line 185, app/assets/stylesheets/lib/_footer.scss */
  .footer-copyright span.text-copyright {
    display: inline-block;
    margin-left: 1rem;
  }
}

/* line 194, app/assets/stylesheets/lib/_footer.scss */
.footer-pagetop a {
  display: none;
}

/* line 197, app/assets/stylesheets/lib/_footer.scss */
.footer-pagetop img.icon-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 47px;
}

@media (min-width: 960px) {
  /* line 197, app/assets/stylesheets/lib/_footer.scss */
  .footer-pagetop img.icon-top {
    right: 30px;
    bottom: 30px;
    width: 94px;
  }
}

/* line 207, app/assets/stylesheets/lib/_footer.scss */
.footer-pagetop img.icon-top:hover {
  opacity: 0.85;
}

/* line 2, app/assets/stylesheets/lib/_slider.scss */
.section-opt2 {
  padding-top: 40px;
}

@media (min-width: 600px) {
  /* line 2, app/assets/stylesheets/lib/_slider.scss */
  .section-opt2 {
    padding-top: 80px;
  }
}

/* line 10, app/assets/stylesheets/lib/_slider.scss */
.slick {
  position: relative;
}

/* line 13, app/assets/stylesheets/lib/_slider.scss */
.slick-margin {
  display: inline-block;
  margin: 0 10px;
}

/* line 19, app/assets/stylesheets/lib/_slider.scss */
.slick-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 23, app/assets/stylesheets/lib/_slider.scss */
.slick-dot button {
  position: relative;
  margin: 0 5px;
  outline: none;
  border: none;
  background: none;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 33, app/assets/stylesheets/lib/_slider.scss */
.slick-dot button:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #d8d8d8;
  content: "●";
  text-indent: 0;
  font-size: 16px;
}

/* line 44, app/assets/stylesheets/lib/_slider.scss */
.slick-dot .slick-active button:before {
  color: #0099ff;
}

/* line 49, app/assets/stylesheets/lib/_slider.scss */
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 55, app/assets/stylesheets/lib/_slider.scss */
.slick-arrow:hover {
  opacity: .7;
}

/* line 59, app/assets/stylesheets/lib/_slider.scss */
.slick-arrow:before {
  display: block;
  width: 40px;
  height: 40px;
  content: "";
}

@media (min-width: 960px) {
  /* line 59, app/assets/stylesheets/lib/_slider.scss */
  .slick-arrow:before {
    width: 60px;
    height: 60px;
  }
}

/* line 71, app/assets/stylesheets/lib/_slider.scss */
.slick-arrow--left {
  right: 10px;
  background: url(/assets/option-slider-left-f8a22263e7d2a96dfe75f41924aad8511812becf312bf35f971364529fcf1c58.svg) no-repeat top 50% right 50%;
}

@media (min-width: 960px) {
  /* line 71, app/assets/stylesheets/lib/_slider.scss */
  .slick-arrow--left {
    right: 7vw;
  }
}

/* line 80, app/assets/stylesheets/lib/_slider.scss */
.slick-arrow--right {
  left: 10px;
  background: url(/assets/option-slider-right-1726130c20d1271a6898bb7ee9c5a7328a699e968de1bc81568198b6ba83ff0c.svg) no-repeat top 50% right 50%;
}

@media (min-width: 960px) {
  /* line 80, app/assets/stylesheets/lib/_slider.scss */
  .slick-arrow--right {
    left: 7vw;
  }
}

/* line 92, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-head {
  padding: 5px;
  background-color: #043786;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

@media (min-width: 600px) {
  /* line 92, app/assets/stylesheets/lib/_slider.scss */
  .opt2-info-head {
    font-size: 35px;
  }
}

/* line 105, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-hero {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 6px solid #043786;
}

/* line 112, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-hero img {
  vertical-align: bottom;
}

/* line 117, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-wrap {
  border: 6px solid #043786;
}

/* line 121, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-body {
  padding: 20px 10px;
  background-color: #d6efff;
}

@media (min-width: 600px) {
  /* line 121, app/assets/stylesheets/lib/_slider.scss */
  .opt2-info-body {
    padding: 40px;
  }
}

/* line 129, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-body-txt {
  margin-top: 20px;
  font-size: 14px;
  color: #484848;
}

/* line 135, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-body-txt2 {
  margin-top: 20px;
  font-size: 8px;
  color: #484848;
}

@media (min-width: 960px) {
  /* line 135, app/assets/stylesheets/lib/_slider.scss */
  .opt2-info-body-txt2 {
    font-size: 14px;
  }
}

/* line 145, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-body-frame-head {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #003399;
  padding: 15px 10px;
  margin-top: 20px;
}

/* line 154, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-body-frame-body {
  background: #fff;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 160, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-body-frame-content {
  width: 85%;
}

/* line 163, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-body-frame-text {
  font-size: 19px;
  margin-bottom: 5px;
}

/* line 167, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-body-frame-img {
  width: 13%;
}

/* line 170, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-body-frame-note {
  font-size: 16px;
}

@media (max-width: 767px) {
  /* line 174, app/assets/stylesheets/lib/_slider.scss */
  .opt2-info-body-frame-head {
    font-size: 18px;
    padding: 5px 10px;
    margin-top: 20px;
  }
  /* line 179, app/assets/stylesheets/lib/_slider.scss */
  .opt2-info-body-frame-body {
    padding: 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  /* line 183, app/assets/stylesheets/lib/_slider.scss */
  .opt2-info-body-frame-content {
    width: 100%;
  }
  /* line 186, app/assets/stylesheets/lib/_slider.scss */
  .opt2-info-body-frame-text {
    font-size: 15px;
    margin-bottom: 5px;
  }
  /* line 190, app/assets/stylesheets/lib/_slider.scss */
  .opt2-info-body-frame-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 195, app/assets/stylesheets/lib/_slider.scss */
  .opt2-info-body-frame-note {
    font-size: 10px;
  }
}

/* line 203, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-table {
  background-color: #ffffff;
  font-size: 13px;
  width: 100%;
}

@media (min-width: 600px) {
  /* line 203, app/assets/stylesheets/lib/_slider.scss */
  .opt2-info-table {
    font-size: 14px;
  }
}

/* line 212, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-table th, .opt2-info-table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-collapse: collapse;
  display: block;
  width: 100%;
}

@media (min-width: 600px) {
  /* line 212, app/assets/stylesheets/lib/_slider.scss */
  .opt2-info-table th, .opt2-info-table td {
    display: table-cell;
    width: auto;
    border: 3px solid #d6efff;
  }
}

/* line 225, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-table th.text-bold, .opt2-info-table td.text-bold {
  font-weight: 600;
}

@media (min-width: 600px) {
  /* line 225, app/assets/stylesheets/lib/_slider.scss */
  .opt2-info-table th.text-bold, .opt2-info-table td.text-bold {
    font-weight: normal;
  }
}

/* line 234, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-table th {
  text-align: left;
  background-color: #043786;
  color: #ffffff;
}

@media (min-width: 600px) {
  /* line 234, app/assets/stylesheets/lib/_slider.scss */
  .opt2-info-table th {
    background-color: transparent;
    color: #333333;
    width: 14em;
  }
}

/* line 247, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-table--2 thead th, .opt2-info-table--2 thead td {
  background: #F4F4F4;
}

/* line 251, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-table--2 th, .opt2-info-table--2 td {
  padding: 5px;
  display: table-cell;
  font-size: 5px;
  color: inherit;
  background: #fff;
  width: auto;
}

@media (min-width: 600px) {
  /* line 251, app/assets/stylesheets/lib/_slider.scss */
  .opt2-info-table--2 th, .opt2-info-table--2 td {
    font-size: 14px;
  }
}

/* line 266, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-spotList li {
  display: inline-block;
  margin-bottom: 10px;
  width: 5em;
  text-align: center;
}

@media (min-width: 600px) {
  /* line 266, app/assets/stylesheets/lib/_slider.scss */
  .opt2-info-spotList li {
    width: 150px;
  }
}

/* line 277, app/assets/stylesheets/lib/_slider.scss */
.opt2-info-spotList img {
  display: block;
  margin: 0 auto;
  width: 50px;
}

@media (min-width: 600px) {
  /* line 277, app/assets/stylesheets/lib/_slider.scss */
  .opt2-info-spotList img {
    width: auto;
  }
}

/* line 289, app/assets/stylesheets/lib/_slider.scss */
.modaal-close {
  background-color: #0099ff !important;
}

/* line 293, app/assets/stylesheets/lib/_slider.scss */
.modaal-close:focus, .modaal-close:hover {
  background-color: #fff !important;
}

/* line 7, app/assets/stylesheets/lib/_top.scss */
h2.section-head {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
}

@media (min-width: 600px) {
  /* line 7, app/assets/stylesheets/lib/_top.scss */
  h2.section-head {
    margin-bottom: 40px;
    font-size: 5rem;
  }
}

/* line 17, app/assets/stylesheets/lib/_top.scss */
h2.section-head span {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 4px solid #0099ff;
}

@media (min-width: 600px) {
  /* line 17, app/assets/stylesheets/lib/_top.scss */
  h2.section-head span {
    border-bottom: 6px solid #0099ff;
  }
}

@media (min-width: 600px) {
  /* line 29, app/assets/stylesheets/lib/_top.scss */
  h2.section-head br {
    display: none;
  }
}

@media (min-width: 600px) {
  /* line 35, app/assets/stylesheets/lib/_top.scss */
  h2.section-head.balloon {
    position: relative;
  }
}

/* line 39, app/assets/stylesheets/lib/_top.scss */
h2.section-head.balloon img {
  display: none;
}

@media (min-width: 600px) {
  /* line 39, app/assets/stylesheets/lib/_top.scss */
  h2.section-head.balloon img {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: calc(50% - 220px);
    width: 106px;
  }
}

@media (min-width: 960px) {
  /* line 39, app/assets/stylesheets/lib/_top.scss */
  h2.section-head.balloon img {
    top: 0;
    left: calc(50% - 280px);
    width: 163px;
  }
}

/* line 61, app/assets/stylesheets/lib/_top.scss */
section.section-main-image {
  padding-top: 10px;
  padding-bottom: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#016cc7));
  background: -webkit-linear-gradient(#0099ff, #016cc7);
  background: linear-gradient(#0099ff, #016cc7);
  text-align: center;
  line-height: 1;
}

@media (min-width: 960px) {
  /* line 61, app/assets/stylesheets/lib/_top.scss */
  section.section-main-image {
    padding: 20px;
    border-top: 6px solid #043786;
  }
}

/* line 75, app/assets/stylesheets/lib/_top.scss */
section.section-main-image img {
  display: block;
  margin: 0 auto;
}

/* line 81, app/assets/stylesheets/lib/_top.scss */
section.section-good-value {
  background-color: #ffed0d;
  border-bottom: 6px solid #003399;
}

/* line 88, app/assets/stylesheets/lib/_top.scss */
section.section-good-value .flex-good-value {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 600px) {
  /* line 88, app/assets/stylesheets/lib/_top.scss */
  section.section-good-value .flex-good-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 960px) {
  /* line 88, app/assets/stylesheets/lib/_top.scss */
  section.section-good-value .flex-good-value {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10px;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 107, app/assets/stylesheets/lib/_top.scss */
section.section-good-value .flex-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  /* line 113, app/assets/stylesheets/lib/_top.scss */
  section.section-good-value .flex-item.image {
    width: 70%;
  }
}

@media (min-width: 960px) {
  /* line 113, app/assets/stylesheets/lib/_top.scss */
  section.section-good-value .flex-item.image {
    width: auto;
  }
}

/* line 121, app/assets/stylesheets/lib/_top.scss */
section.section-good-value .flex-item.banner {
  text-align: center;
}

@media (min-width: 600px) {
  /* line 121, app/assets/stylesheets/lib/_top.scss */
  section.section-good-value .flex-item.banner {
    margin-left: 10px;
  }
}

/* line 128, app/assets/stylesheets/lib/_top.scss */
section.section-good-value .button-mypage img {
  width: 100px;
}

/* line 132, app/assets/stylesheets/lib/_top.scss */
section.section-good-value .button-apply {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  padding-top: 15px;
  padding-right: 42px;
  padding-bottom: 15px;
  padding-left: 30px;
  border-radius: 5px;
  background-color: #f52d9d;
  -webkit-box-shadow: 0 4px 0 #9b075a;
          box-shadow: 0 4px 0 #9b075a;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: .2s all;
  transition: .2s all;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media (min-width: 600px) {
  /* line 132, app/assets/stylesheets/lib/_top.scss */
  section.section-good-value .button-apply {
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 25px;
  }
}

/* line 160, app/assets/stylesheets/lib/_top.scss */
section.section-good-value .button-apply span.text-lg {
  display: block;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-size: 2.7rem;
}

@media (min-width: 600px) {
  /* line 160, app/assets/stylesheets/lib/_top.scss */
  section.section-good-value .button-apply span.text-lg {
    font-size: 2.6rem;
  }
}

/* line 169, app/assets/stylesheets/lib/_top.scss */
section.section-good-value .button-apply span.text-sm {
  display: block;
  font-size: 1.8rem;
}

@media (min-width: 600px) {
  /* line 169, app/assets/stylesheets/lib/_top.scss */
  section.section-good-value .button-apply span.text-sm {
    font-size: 1.6rem;
  }
}

/* line 176, app/assets/stylesheets/lib/_top.scss */
section.section-good-value .button-apply::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  content: "\e906";
  font-size: 15px;
  font-family: 'iconfont';
}

@media (min-width: 600px) {
  /* line 176, app/assets/stylesheets/lib/_top.scss */
  section.section-good-value .button-apply::after {
    top: calc(50% - 10px);
    right: 14px;
    font-size: 14px;
  }
}

/* line 189, app/assets/stylesheets/lib/_top.scss */
section.section-good-value .button-apply:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

/* line 194, app/assets/stylesheets/lib/_top.scss */
section.section-good-value .button-img:hover {
  opacity: .8;
}

/* line 199, app/assets/stylesheets/lib/_top.scss */
section.section-benefits {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

/* line 207, app/assets/stylesheets/lib/_top.scss */
section.section-benefits .inner {
  margin-right: 0;
  margin-left: 0;
}

/* line 212, app/assets/stylesheets/lib/_top.scss */
section.section-benefits p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.4rem;
}

@media (min-width: 600px) {
  /* line 212, app/assets/stylesheets/lib/_top.scss */
  section.section-benefits p {
    padding-top: 30px;
    font-size: 1.6rem;
  }
}

/* line 226, app/assets/stylesheets/lib/_top.scss */
section.section-benefits .section-benefits-image {
  display: inline-block;
  margin: 10px 0;
}

/* line 232, app/assets/stylesheets/lib/_top.scss */
section.section-comparison {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #f2f2f2;
  text-align: center;
  border-bottom: 6px solid #003399;
}

@media (min-width: 600px) {
  /* line 232, app/assets/stylesheets/lib/_top.scss */
  section.section-comparison {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media (min-width: 960px) {
  /* line 247, app/assets/stylesheets/lib/_top.scss */
  section.section-comparison .inner {
    width: 961px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 252, app/assets/stylesheets/lib/_top.scss */
section.section-comparison p {
  margin-top: 20px;
  text-align: left;
  font-size: 1rem;
}

@media (min-width: 600px) {
  /* line 252, app/assets/stylesheets/lib/_top.scss */
  section.section-comparison p {
    font-size: 1.6rem;
  }
}

/* line 262, app/assets/stylesheets/lib/_top.scss */
section.section-device {
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 960px) {
  /* line 262, app/assets/stylesheets/lib/_top.scss */
  section.section-device {
    padding-top: 60px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 273, app/assets/stylesheets/lib/_top.scss */
section.section-device .text-block {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

/* line 279, app/assets/stylesheets/lib/_top.scss */
section.section-device .text-block .title {
  min-height: 50px;
  font-weight: bold;
  line-height: 1.2;
}

/* line 283, app/assets/stylesheets/lib/_top.scss */
section.section-device .text-block .title span.text-lg {
  font-size: 140%;
}

@media (min-width: 600px) {
  /* line 289, app/assets/stylesheets/lib/_top.scss */
  section.section-device .flex-device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 297, app/assets/stylesheets/lib/_top.scss */
section.section-device .flex-device .flex-item {
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  /* line 297, app/assets/stylesheets/lib/_top.scss */
  section.section-device .flex-device .flex-item {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
  }
}

@media (min-width: 960px) {
  /* line 297, app/assets/stylesheets/lib/_top.scss */
  section.section-device .flex-device .flex-item {
    width: 285px;
    margin-bottom: 0;
  }
}

@media (min-width: 600px) {
  /* line 306, app/assets/stylesheets/lib/_top.scss */
  section.section-device .flex-device .flex-item + .flex-item {
    margin-left: 5px;
  }
}

@media (min-width: 960px) {
  /* line 306, app/assets/stylesheets/lib/_top.scss */
  section.section-device .flex-device .flex-item + .flex-item {
    margin-left: 40px;
  }
}

/* line 314, app/assets/stylesheets/lib/_top.scss */
section.section-device .flex-device .flex-item.new {
  position: relative;
}

/* line 316, app/assets/stylesheets/lib/_top.scss */
section.section-device .flex-device .flex-item.new img.icon-batch {
  position: absolute;
  top: -20px;
  left: -20px;
}

@media (min-width: 960px) {
  /* line 323, app/assets/stylesheets/lib/_top.scss */
  section.section-device .flex-device p {
    min-height: 70px;
  }
}

/* line 328, app/assets/stylesheets/lib/_top.scss */
section.section-device .flex-device .pc-hidden {
  display: inline;
}

@media (min-width: 960px) {
  /* line 328, app/assets/stylesheets/lib/_top.scss */
  section.section-device .flex-device .pc-hidden {
    display: none;
  }
}

/* line 336, app/assets/stylesheets/lib/_top.scss */
section.section-device .flex-device-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 600px) {
  /* line 336, app/assets/stylesheets/lib/_top.scss */
  section.section-device .flex-device-inner {
    display: block;
  }
}

/* line 342, app/assets/stylesheets/lib/_top.scss */
section.section-device .flex-device-inner .flex-inner-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  /* line 342, app/assets/stylesheets/lib/_top.scss */
  section.section-device .flex-device-inner .flex-inner-item {
    margin-bottom: 10px;
  }
}

/* line 348, app/assets/stylesheets/lib/_top.scss */
section.section-device .flex-device-inner .flex-inner-item.area {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

/* line 351, app/assets/stylesheets/lib/_top.scss */
section.section-device .flex-device-inner .flex-inner-item.spec {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 5px;
}

@media (min-width: 600px) {
  /* line 351, app/assets/stylesheets/lib/_top.scss */
  section.section-device .flex-device-inner .flex-inner-item.spec {
    margin-left: 0;
  }
}

/* line 360, app/assets/stylesheets/lib/_top.scss */
section.section-device .flex-device-inner .flex-top {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

/* line 366, app/assets/stylesheets/lib/_top.scss */
section.section-device .flex-device-inner .flex-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 85px;
  background-color: #f2f2f2;
  text-align: center;
}

@media (min-width: 960px) {
  /* line 366, app/assets/stylesheets/lib/_top.scss */
  section.section-device .flex-device-inner .flex-bottom {
    min-height: inherit;
  }
}

@media (min-width: 960px) {
  /* line 377, app/assets/stylesheets/lib/_top.scss */
  section.section-device .flex-device-inner .flex-bottom.area {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 960px) {
  /* line 385, app/assets/stylesheets/lib/_top.scss */
  section.section-device .flex-device-inner .flex-bottom.spec {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* line 392, app/assets/stylesheets/lib/_top.scss */
section.section-device .flex-device-inner .flex-bottom.spec img + img {
  margin-left: 5px;
}

/* line 397, app/assets/stylesheets/lib/_top.scss */
section.section-device .flex-device-inner img.icon-area {
  width: 100px;
}

@media (min-width: 600px) {
  /* line 397, app/assets/stylesheets/lib/_top.scss */
  section.section-device .flex-device-inner img.icon-area {
    width: 200px;
  }
}

@media (min-width: 960px) {
  /* line 397, app/assets/stylesheets/lib/_top.scss */
  section.section-device .flex-device-inner img.icon-area {
    width: 259px;
  }
}

/* line 406, app/assets/stylesheets/lib/_top.scss */
section.section-device .flex-device-inner img.icon-spec {
  width: 60px;
}

@media (min-width: 960px) {
  /* line 406, app/assets/stylesheets/lib/_top.scss */
  section.section-device .flex-device-inner img.icon-spec {
    width: 84px;
  }
}

/* line 414, app/assets/stylesheets/lib/_top.scss */
section.section-device .cf-block {
  margin-top: 20px;
  font-size: 1rem;
}

@media (min-width: 600px) {
  /* line 414, app/assets/stylesheets/lib/_top.scss */
  section.section-device .cf-block {
    font-size: 1.6rem;
  }
}

/* line 422, app/assets/stylesheets/lib/_top.scss */
section.section-device .button-block {
  text-align: center;
  padding-bottom: 20px;
}

/* line 426, app/assets/stylesheets/lib/_top.scss */
section.section-device .button-apply {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  min-width: 200px;
  border-radius: 5px;
  background-color: #f52d9d;
  -webkit-box-shadow: 6px 6px 0 #9b075a;
          box-shadow: 6px 6px 0 #9b075a;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  -webkit-transition: .2s all;
  transition: .2s all;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

/* line 450, app/assets/stylesheets/lib/_top.scss */
section.section-device .button-apply:before {
  position: absolute;
  bottom: -6px;
  left: 3px;
  border-width: 6px 0 0 6px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #9b075a;
  content: "";
}

/* line 461, app/assets/stylesheets/lib/_top.scss */
section.section-device .button-apply:after {
  position: absolute;
  top: 3px;
  right: -6px;
  border-width: 0 6px 6px 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #9b075a;
  content: "";
}

/* line 472, app/assets/stylesheets/lib/_top.scss */
section.section-device .button-apply:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

/* line 479, app/assets/stylesheets/lib/_top.scss */
section.section-option {
  padding-top: 40px;
}

@media (min-width: 960px) {
  /* line 479, app/assets/stylesheets/lib/_top.scss */
  section.section-option {
    padding-top: 60px;
  }
}

/* line 485, app/assets/stylesheets/lib/_top.scss */
section.section-option .button {
  display: inline-block;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  border: 1px solid #043786;
  border-radius: 100px;
  background-color: #fff;
  font-weight: bold;
}

@media (min-width: 960px) {
  /* line 485, app/assets/stylesheets/lib/_top.scss */
  section.section-option .button {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 2rem;
  }
}

/* line 507, app/assets/stylesheets/lib/_top.scss */
section.section-option .button.button-open:after {
  margin-left: 5px;
  content: "\e900";
  font-family: 'iconfont';
}

/* line 512, app/assets/stylesheets/lib/_top.scss */
section.section-option .button:hover {
  cursor: pointer;
}

/* line 517, app/assets/stylesheets/lib/_top.scss */
section.section-option .option-wrap {
  margin-right: 10px;
  margin-left: 10px;
  border: 3px solid #043786;
}

@media (min-width: 960px) {
  /* line 517, app/assets/stylesheets/lib/_top.scss */
  section.section-option .option-wrap {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 527, app/assets/stylesheets/lib/_top.scss */
section.section-option .option-wrap.margin-top {
  margin-top: 30px;
}

@media (min-width: 960px) {
  /* line 527, app/assets/stylesheets/lib/_top.scss */
  section.section-option .option-wrap.margin-top {
    margin-top: 60px;
  }
}

/* line 534, app/assets/stylesheets/lib/_top.scss */
section.section-option .option-wrap + .text {
  margin: 30px 15px 0;
  font-size: 1rem;
}

@media (min-width: 960px) {
  /* line 534, app/assets/stylesheets/lib/_top.scss */
  section.section-option .option-wrap + .text {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.6rem;
  }
}

/* line 544, app/assets/stylesheets/lib/_top.scss */
section.section-option .option-description-block {
  text-align: center;
}

/* line 547, app/assets/stylesheets/lib/_top.scss */
section.section-option .option-description-block .option-title-block {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #043786;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

@media (min-width: 960px) {
  /* line 547, app/assets/stylesheets/lib/_top.scss */
  section.section-option .option-description-block .option-title-block {
    font-size: 3.5rem;
  }
}

/* line 559, app/assets/stylesheets/lib/_top.scss */
section.section-option .option-description-block .option-title-block img {
  margin-right: 5px;
  vertical-align: middle;
}

/* line 564, app/assets/stylesheets/lib/_top.scss */
section.section-option .option-description-block .option-content-block {
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}

@media (min-width: 960px) {
  /* line 564, app/assets/stylesheets/lib/_top.scss */
  section.section-option .option-description-block .option-content-block {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* line 577, app/assets/stylesheets/lib/_top.scss */
section.section-option .option-description-block .option-content-block p {
  margin-top: 5px;
  font-size: 1rem;
}

@media (min-width: 960px) {
  /* line 577, app/assets/stylesheets/lib/_top.scss */
  section.section-option .option-description-block .option-content-block p {
    margin-top: 20px;
    text-align: left;
    font-size: 1.6rem;
  }
}

/* line 587, app/assets/stylesheets/lib/_top.scss */
section.section-option .option-description-block .option-button-block {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 3px solid #043786;
  background-color: #d6efff;
}

/* line 597, app/assets/stylesheets/lib/_top.scss */
section.section-option .option-accordion-block {
  background-color: #d6efff;
  display: none;
}

@media (min-width: 960px) {
  /* line 597, app/assets/stylesheets/lib/_top.scss */
  section.section-option .option-accordion-block {
    padding-top: 20px;
  }
}

/* line 604, app/assets/stylesheets/lib/_top.scss */
section.section-option .option-accordion-block .option-accordion-content {
  margin-right: 20px;
  margin-left: 20px;
  background-color: #fff;
}

@media (min-width: 960px) {
  /* line 604, app/assets/stylesheets/lib/_top.scss */
  section.section-option .option-accordion-block .option-accordion-content {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 613, app/assets/stylesheets/lib/_top.scss */
section.section-option .option-accordion-block .option-accordion-content table {
  text-align: left;
}

/* line 615, app/assets/stylesheets/lib/_top.scss */
section.section-option .option-accordion-block .option-accordion-content table th, section.section-option .option-accordion-block .option-accordion-content table td {
  padding: 10px;
}

@media (min-width: 960px) {
  /* line 615, app/assets/stylesheets/lib/_top.scss */
  section.section-option .option-accordion-block .option-accordion-content table th, section.section-option .option-accordion-block .option-accordion-content table td {
    padding: 20px;
  }
}

/* line 621, app/assets/stylesheets/lib/_top.scss */
section.section-option .option-accordion-block .option-accordion-content table th {
  width: 35%;
  border-bottom: 2px solid #d6efff;
  vertical-align: top;
}

/* line 626, app/assets/stylesheets/lib/_top.scss */
section.section-option .option-accordion-block .option-accordion-content table td {
  border-bottom: 2px solid #d6efff;
  border-left: 2px solid #d6efff;
}

/* line 633, app/assets/stylesheets/lib/_top.scss */
section.section-option .option-accordion-block .option-accordion-content ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  list-style-type: disc;
}

/* line 642, app/assets/stylesheets/lib/_top.scss */
section.section-option .option-accordion-block p.option-text {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 1rem;
}

@media (min-width: 960px) {
  /* line 642, app/assets/stylesheets/lib/_top.scss */
  section.section-option .option-accordion-block p.option-text {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 800px;
    font-size: 1.6rem;
  }
}

/* line 656, app/assets/stylesheets/lib/_top.scss */
section.section-option .option-accordion-block .option-button-block {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

@media (min-width: 960px) {
  /* line 656, app/assets/stylesheets/lib/_top.scss */
  section.section-option .option-accordion-block .option-button-block {
    padding-top: 40px;
  }
}

/* line 667, app/assets/stylesheets/lib/_top.scss */
section.section-option .button-option {
  border-color: transparent;
  background-color: #ff7682;
  -webkit-box-shadow: 0 3px 5px rgba(68, 68, 68, 0.3);
          box-shadow: 0 3px 5px rgba(68, 68, 68, 0.3);
  color: #ffffff;
  text-decoration: none;
}

/* line 673, app/assets/stylesheets/lib/_top.scss */
section.section-option .button-option span {
  display: block;
  text-align: center;
  font-size: 75%;
}

/* line 678, app/assets/stylesheets/lib/_top.scss */
section.section-option .button-option:hover {
  opacity: .8;
}

/* line 687, app/assets/stylesheets/lib/_top.scss */
.option-sprt .option-title-block img {
  width: 100px;
}

@media (min-width: 600px) {
  /* line 687, app/assets/stylesheets/lib/_top.scss */
  .option-sprt .option-title-block img {
    width: auto;
  }
}

/* line 696, app/assets/stylesheets/lib/_top.scss */
.option-sprt-ttl {
  position: relative;
  text-align: center;
  font-weight: 600;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

/* line 703, app/assets/stylesheets/lib/_top.scss */
.option-sprt-ttl-row1 {
  font-size: 20px;
}

@media (min-width: 600px) {
  /* line 703, app/assets/stylesheets/lib/_top.scss */
  .option-sprt-ttl-row1 {
    font-size: 30px;
  }
}

/* line 711, app/assets/stylesheets/lib/_top.scss */
.option-sprt-ttl-row2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fcee21));
  background: -webkit-linear-gradient(transparent 80%, #fcee21 80%);
  background: linear-gradient(transparent 80%, #fcee21 80%);
  color: #0099ff;
  font-size: 34px;
}

@media (min-width: 600px) {
  /* line 711, app/assets/stylesheets/lib/_top.scss */
  .option-sprt-ttl-row2 {
    font-size: 61px;
  }
}

/* line 721, app/assets/stylesheets/lib/_top.scss */
.option-sprt-ttl-row3 {
  font-size: 23px;
}

@media (min-width: 600px) {
  /* line 721, app/assets/stylesheets/lib/_top.scss */
  .option-sprt-ttl-row3 {
    font-size: 33px;
  }
}

/* line 729, app/assets/stylesheets/lib/_top.scss */
.option-sprt-ttl .batch {
  position: absolute;
  top: 30px;
  right: calc(50% - 120px);
  display: inline-block;
  width: 50px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media (min-width: 600px) {
  /* line 729, app/assets/stylesheets/lib/_top.scss */
  .option-sprt-ttl .batch {
    top: 30px;
    right: calc(50% - 230px);
    width: auto;
  }
}

/* line 745, app/assets/stylesheets/lib/_top.scss */
.option-sprt-cf {
  text-align: center;
  margin-top: 30px;
}

/* line 750, app/assets/stylesheets/lib/_top.scss */
.option-sprt-list {
  font-size: 13px;
}

@media (min-width: 600px) {
  /* line 750, app/assets/stylesheets/lib/_top.scss */
  .option-sprt-list {
    font-size: 16px;
  }
}

@media (min-width: 600px) {
  /* line 757, app/assets/stylesheets/lib/_top.scss */
  .option-sprt-list br {
    display: none;
  }
}

/* line 765, app/assets/stylesheets/lib/_top.scss */
.option-sprt-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 600px) {
  /* line 765, app/assets/stylesheets/lib/_top.scss */
  .option-sprt-card {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 774, app/assets/stylesheets/lib/_top.scss */
.option-sprt-card-item {
  margin-top: 30px;
  -ms-flex-preferred-size: calc(33.33% - 10px);
      flex-basis: calc(33.33% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 780, app/assets/stylesheets/lib/_top.scss */
.option-sprt-card-item .icon {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/assets/icon_support@2x-ae3bb89f4fbec17b83b1a1cce16426ae2e6dec8e43186614693f551821648006.png) no-repeat top 0 right 0;
  background-size: contain;
}

@media (min-width: 600px) {
  /* line 780, app/assets/stylesheets/lib/_top.scss */
  .option-sprt-card-item .icon {
    width: 20px;
    height: 20px;
  }
}

/* line 796, app/assets/stylesheets/lib/_top.scss */
.option-sprt-card-bg {
  margin-top: 10px;
  padding: 10px;
  border-radius: 14px;
  background-color: #fcee21;
  color: #003399;
  font-weight: 600;
  height: 100%;
  font-size: 7.5px;
}

@media (min-width: 600px) {
  /* line 796, app/assets/stylesheets/lib/_top.scss */
  .option-sprt-card-bg {
    font-size: 20px;
  }
}

/* line 810, app/assets/stylesheets/lib/_top.scss */
.option-sprt-card-bg > div {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  top: 50%;
}

/* line 817, app/assets/stylesheets/lib/_top.scss */
.option-sprt-card picture {
  display: inline-block;
  width: 100%;
  border-radius: 14px;
  background-color: #0099ff;
  padding: 10px;
}

/* line 826, app/assets/stylesheets/lib/_top.scss */
.option-acordion-sprt {
  padding: 0 0px;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

@media (min-width: 960px) {
  /* line 826, app/assets/stylesheets/lib/_top.scss */
  .option-acordion-sprt {
    padding: 0;
    margin-bottom: 60px;
  }
}

/* line 836, app/assets/stylesheets/lib/_top.scss */
.option-acordion-sprt p {
  margin-top: 20px;
}

/* line 839, app/assets/stylesheets/lib/_top.scss */
.option-acordion-sprt h3 {
  margin-top: 40px;
  position: relative;
  padding-left: 35px;
  font-size: 22px;
}

/* line 844, app/assets/stylesheets/lib/_top.scss */
.option-acordion-sprt h3::before {
  content: "";
  background: url(/assets/5g_lp/svg/icon_exclamation-148c52a5153e6c4464137c46f866a42adc126d9a295d16fb8bde6312856ebb90.svg) no-repeat top 50% right 50%/contain;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 960px) {
  /* line 839, app/assets/stylesheets/lib/_top.scss */
  .option-acordion-sprt h3 {
    margin-top: 30px;
    padding-left: 28px;
    font-size: 16px;
  }
  /* line 858, app/assets/stylesheets/lib/_top.scss */
  .option-acordion-sprt h3::before {
    width: 22px;
    height: 22px;
  }
}

/* line 866, app/assets/stylesheets/lib/_top.scss */
section.section-contract {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 960px) {
  /* line 866, app/assets/stylesheets/lib/_top.scss */
  section.section-contract {
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
  }
}

@media (min-width: 960px) {
  /* line 879, app/assets/stylesheets/lib/_top.scss */
  section.section-contract .inner {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 883, app/assets/stylesheets/lib/_top.scss */
section.section-contract .inner + .inner {
  margin-top: 30px;
}

@media (min-width: 960px) {
  /* line 883, app/assets/stylesheets/lib/_top.scss */
  section.section-contract .inner + .inner {
    margin-top: 60px;
  }
}

/* line 889, app/assets/stylesheets/lib/_top.scss */
section.section-contract .inner .lead {
  text-align: left;
  margin-bottom: 30px;
}

/* line 892, app/assets/stylesheets/lib/_top.scss */
section.section-contract .inner .lead h3 {
  font-size: 1.8rem;
  color: #043786;
  font-weight: bold;
}

@media (min-width: 960px) {
  /* line 892, app/assets/stylesheets/lib/_top.scss */
  section.section-contract .inner .lead h3 {
    font-size: 2.4rem;
  }
}

/* line 900, app/assets/stylesheets/lib/_top.scss */
section.section-contract .inner .lead > div {
  font-size: 1.4rem;
}

/* line 905, app/assets/stylesheets/lib/_top.scss */
section.section-contract p {
  margin-top: 20px;
  font-size: 1rem;
}

@media (min-width: 960px) {
  /* line 905, app/assets/stylesheets/lib/_top.scss */
  section.section-contract p {
    text-align: left;
    font-size: 1.6rem;
  }
}

/* line 915, app/assets/stylesheets/lib/_top.scss */
section.section-area {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 6px solid #003399;
}

@media (min-width: 960px) {
  /* line 915, app/assets/stylesheets/lib/_top.scss */
  section.section-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* line 929, app/assets/stylesheets/lib/_top.scss */
section.section-area div.section-area-note {
  text-align: center;
  margin-bottom: 20px;
}

/* line 934, app/assets/stylesheets/lib/_top.scss */
section.section-area .iframe-block {
  display: none;
  margin-right: auto;
  margin-left: auto;
  width: 720px;
  overflow: hidden;
}

@media (min-width: 600px) {
  /* line 934, app/assets/stylesheets/lib/_top.scss */
  section.section-area .iframe-block {
    display: block;
  }
}

/* line 946, app/assets/stylesheets/lib/_top.scss */
section.section-area iframe {
  border: 0;
}

/* line 950, app/assets/stylesheets/lib/_top.scss */
section.section-area .cf-block {
  margin-top: 20px;
  font-size: 1rem;
}

@media (min-width: 960px) {
  /* line 950, app/assets/stylesheets/lib/_top.scss */
  section.section-area .cf-block {
    font-size: 1.6rem;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 960, app/assets/stylesheets/lib/_top.scss */
section.section-area .button-block {
  text-align: center;
}

@media (min-width: 600px) {
  /* line 960, app/assets/stylesheets/lib/_top.scss */
  section.section-area .button-block {
    display: none;
  }
}

/* line 965, app/assets/stylesheets/lib/_top.scss */
section.section-area .button-block a.button-area {
  display: inline-block;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  background-color: #043786;
  -webkit-box-shadow: 0 4px 0 #032354;
          box-shadow: 0 4px 0 #032354;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.2rem;
}

/* line 979, app/assets/stylesheets/lib/_top.scss */
section.section-area .button-block a.button-area:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

/* line 983, app/assets/stylesheets/lib/_top.scss */
section.section-area .button-block a.button-area:after {
  margin-left: 5px;
  content: "\e905";
  vertical-align: middle;
  font-family: 'iconfont';
}

/* line 990, app/assets/stylesheets/lib/_top.scss */
section.section-area .button-block p {
  margin-top: 20px;
  color: #043786;
}

/* line 993, app/assets/stylesheets/lib/_top.scss */
section.section-area .button-block p span:before {
  margin-right: 5px;
  content: "\e908";
  font-family: 'iconfont';
}

/* line 1002, app/assets/stylesheets/lib/_top.scss */
section.section-flow {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #d6efff;
  text-align: center;
  border-bottom: 6px solid #003399;
}

@media (min-width: 960px) {
  /* line 1002, app/assets/stylesheets/lib/_top.scss */
  section.section-flow {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* line 1018, app/assets/stylesheets/lib/_top.scss */
section.section-flow .flex-flow {
  margin-top: 30px;
}

@media (min-width: 600px) {
  /* line 1018, app/assets/stylesheets/lib/_top.scss */
  section.section-flow .flex-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 1027, app/assets/stylesheets/lib/_top.scss */
section.section-faq {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f2f2f2;
}

@media (min-width: 960px) {
  /* line 1027, app/assets/stylesheets/lib/_top.scss */
  section.section-faq {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

@media (min-width: 960px) {
  /* line 1041, app/assets/stylesheets/lib/_top.scss */
  section.section-faq .inner {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 1048, app/assets/stylesheets/lib/_top.scss */
section.section-warning {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #f2f2f2;
}

@media (min-width: 960px) {
  /* line 1048, app/assets/stylesheets/lib/_top.scss */
  section.section-warning {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

@media (min-width: 960px) {
  /* line 1060, app/assets/stylesheets/lib/_top.scss */
  section.section-warning .inner {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 1065, app/assets/stylesheets/lib/_top.scss */
section.section-warning span.icon-arrow:before {
  margin-right: 10px;
  color: #0099ff;
  content: "\e907";
  vertical-align: middle;
  font-size: 46.1%;
  font-family: 'iconfont';
}

/* line 1077, app/assets/stylesheets/lib/_top.scss */
.accordion-top a.close,
.accordion-top a.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  text-decoration: none;
}

/* line 1084, app/assets/stylesheets/lib/_top.scss */
.accordion-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: 100%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

@media (min-width: 960px) {
  /* line 1084, app/assets/stylesheets/lib/_top.scss */
  .accordion-top-inner {
    padding: 10px 20px;
  }
}

/* line 1095, app/assets/stylesheets/lib/_top.scss */
.accordion-top-inner .accordion-top-item.number {
  -ms-flex-preferred-size: 35px;
      flex-basis: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 600px) {
  /* line 1095, app/assets/stylesheets/lib/_top.scss */
  .accordion-top-inner .accordion-top-item.number {
    -ms-flex-preferred-size: 65px;
        flex-basis: 65px;
  }
}

/* line 1104, app/assets/stylesheets/lib/_top.scss */
.accordion-top-inner .accordion-top-item.text {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-right: 5px;
  margin-left: 5px;
}

@media (min-width: 960px) {
  /* line 1104, app/assets/stylesheets/lib/_top.scss */
  .accordion-top-inner .accordion-top-item.text {
    font-size: 2.6rem;
    margin-right: 5px;
    margin-left: 0;
  }
}

/* line 1118, app/assets/stylesheets/lib/_top.scss */
.accordion-top-inner .accordion-top-item.icon {
  color: #0099ff;
  font-size: 2rem;
}

@media (min-width: 960px) {
  /* line 1118, app/assets/stylesheets/lib/_top.scss */
  .accordion-top-inner .accordion-top-item.icon {
    font-size: 3rem;
  }
}

/* line 1127, app/assets/stylesheets/lib/_top.scss */
.accordion-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  background-color: #d6efff;
}

@media (min-width: 960px) {
  /* line 1127, app/assets/stylesheets/lib/_top.scss */
  .accordion-bottom-inner {
    padding: 20px;
  }
}

/* line 1136, app/assets/stylesheets/lib/_top.scss */
.accordion-bottom-inner .number {
  -ms-flex-preferred-size: 35px;
      flex-basis: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 600px) {
  /* line 1136, app/assets/stylesheets/lib/_top.scss */
  .accordion-bottom-inner .number {
    -ms-flex-preferred-size: 65px;
        flex-basis: 65px;
  }
}

/* line 1143, app/assets/stylesheets/lib/_top.scss */
.accordion-bottom-inner .text {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-left: 5px;
}

@media (min-width: 960px) {
  /* line 1143, app/assets/stylesheets/lib/_top.scss */
  .accordion-bottom-inner .text {
    margin-left: 0;
    font-size: 2rem;
  }
}

/* line 1151, app/assets/stylesheets/lib/_top.scss */
.accordion-bottom-inner p.closebtn {
  margin-top: 20px;
  text-align: right;
}

/* line 1154, app/assets/stylesheets/lib/_top.scss */
.accordion-bottom-inner p.closebtn a {
  color: #000;
}

/* line 1156, app/assets/stylesheets/lib/_top.scss */
.accordion-bottom-inner p.closebtn a:hover {
  color: #1f1f1f;
}

/* line 1163, app/assets/stylesheets/lib/_top.scss */
.mod_panel_inner.close {
  display: none;
}

/* line 1168, app/assets/stylesheets/lib/_top.scss */
#option-accordion {
  display: none;
}

/* line 1172, app/assets/stylesheets/lib/_top.scss */
a.btn {
  cursor: pointer;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 0px 0px #8fc31f;
          box-shadow: 0px 4px 0px 0px #8fc31f;
  color: #fff;
  display: block;
  font-size: 21px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 1184, app/assets/stylesheets/lib/_top.scss */
a.btn--apply {
  padding: 10px;
  width: 230px;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  margin: auto;
  background-color: #a2ca4c;
  text-decoration: none;
}

/* line 1196, app/assets/stylesheets/lib/_top.scss */
section.section-news {
  margin: 10px;
  padding: 10px;
  border: solid 1px #c6001c;
  text-align: center;
  font-size: 12px;
}

@media (min-width: 600px) {
  /* line 1196, app/assets/stylesheets/lib/_top.scss */
  section.section-news {
    font-size: 14px;
  }
}

@media (min-width: 960px) {
  /* line 1196, app/assets/stylesheets/lib/_top.scss */
  section.section-news {
    margin: 10px auto;
    padding: 20px;
    max-width: 940px;
  }
}

/* line 1210, app/assets/stylesheets/lib/_top.scss */
section.section-news p.news-title {
  color: #c6001c;
  font-weight: bold;
}

/* line 1215, app/assets/stylesheets/lib/_top.scss */
.border-top {
  border-top: 6px solid #003399;
}

/* line 1220, app/assets/stylesheets/lib/_top.scss */
.section-movie {
  margin-top: 10px;
}

@media (min-width: 600px) {
  /* line 1220, app/assets/stylesheets/lib/_top.scss */
  .section-movie {
    margin-top: 30px;
  }
}

@media (min-width: 960px) {
  /* line 1220, app/assets/stylesheets/lib/_top.scss */
  .section-movie {
    width: 600px;
    margin: 40px auto;
  }
}

/* line 1230, app/assets/stylesheets/lib/_top.scss */
.section-movie.r25 p {
  text-align: center;
  margin-bottom: 1em;
}

@media (min-width: 960px) {
  /* line 1230, app/assets/stylesheets/lib/_top.scss */
  .section-movie.r25 p {
    margin-bottom: 2em;
  }
}

/* line 1239, app/assets/stylesheets/lib/_top.scss */
.section-movie .button-block {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 960px) {
  /* line 1239, app/assets/stylesheets/lib/_top.scss */
  .section-movie .button-block {
    padding-top: 40px;
  }
}

/* line 1246, app/assets/stylesheets/lib/_top.scss */
.section-movie .button-movie {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  padding: 15px;
  border-radius: 5px;
  background-color: #0099ff;
  -webkit-box-shadow: 0 4px 0 #004d80;
          box-shadow: 0 4px 0 #004d80;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
  -webkit-transition: .2s all;
  transition: .2s all;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

/* line 1261, app/assets/stylesheets/lib/_top.scss */
.section-movie .button-movie:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

@media (min-width: 960px) {
  /* line 1246, app/assets/stylesheets/lib/_top.scss */
  .section-movie .button-movie {
    font-size: 2rem;
    width: 100%;
    max-width: 380px;
  }
}

/* line 1273, app/assets/stylesheets/lib/_top.scss */
.block-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

/* line 1278, app/assets/stylesheets/lib/_top.scss */
.block-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 1288, app/assets/stylesheets/lib/_top.scss */
.banner-wimax {
  text-align: center;
  margin-top: 60px;
}

/* line 1294, app/assets/stylesheets/lib/_top.scss */
.section-seson-campaign {
  margin-top: 40px;
  margin-right: 10px;
  margin-left: 10px;
  max-width: 960px;
  text-align: center;
}

@media (min-width: 960px) {
  /* line 1294, app/assets/stylesheets/lib/_top.scss */
  .section-seson-campaign {
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 1309, app/assets/stylesheets/lib/_top.scss */
.section-info {
  margin: 60px auto 0 auto;
  max-width: 980px;
  text-align: center;
}

@media (min-width: 600px) {
  /* line 1314, app/assets/stylesheets/lib/_top.scss */
  .section-info .section-info__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 1321, app/assets/stylesheets/lib/_top.scss */
.section-info .section-info__flexitem {
  margin-bottom: 2em;
}

@media (min-width: 600px) {
  /* line 1321, app/assets/stylesheets/lib/_top.scss */
  .section-info .section-info__flexitem {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
  }
}

/* line 1329, app/assets/stylesheets/lib/_top.scss */
.section-info p {
  margin: 0 10px 5px 10px;
}

/* line 1335, app/assets/stylesheets/lib/_top.scss */
.section-cta {
  background-color: #ffed0d;
  border-top: 6px solid #043786;
  border-bottom: 6px solid #043786;
  padding: 0 10px;
}

@media (min-width: 960px) {
  /* line 1335, app/assets/stylesheets/lib/_top.scss */
  .section-cta {
    padding: 15px 0 0;
  }
}

/* line 1345, app/assets/stylesheets/lib/_top.scss */
.section-cta .inner {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

/* line 1351, app/assets/stylesheets/lib/_top.scss */
.section-cta-flex {
  padding: 15px 0;
  position: relative;
}

@media (min-width: 960px) {
  /* line 1351, app/assets/stylesheets/lib/_top.scss */
  .section-cta-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* line 1362, app/assets/stylesheets/lib/_top.scss */
.section-cta-flex-item {
  text-align: center;
}

@media (min-width: 960px) {
  /* line 1362, app/assets/stylesheets/lib/_top.scss */
  .section-cta-flex-item {
    text-align: left;
  }
}

/* line 1369, app/assets/stylesheets/lib/_top.scss */
.section-cta-flex-item:nth-chil(1) {
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  /* line 1374, app/assets/stylesheets/lib/_top.scss */
  .section-cta .button-img {
    position: absolute;
    top: 10px;
    right: 0;
  }
}

/* line 1381, app/assets/stylesheets/lib/_top.scss */
.section-cta .button-img:hover {
  opacity: .8;
}

/* line 1385, app/assets/stylesheets/lib/_top.scss */
.section-cta .button-img img {
  max-width: 260px;
}

/* line 1393, app/assets/stylesheets/lib/_top.scss */
.section-plan {
  background-color: #f2f2f2;
  text-align: center;
  padding: 40px 0;
}

/* line 1398, app/assets/stylesheets/lib/_top.scss */
.section-plan .inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

/* line 1404, app/assets/stylesheets/lib/_top.scss */
.section-plan .inner.text {
  margin: 30px auto 0;
  padding: 0 15px;
  text-align: left;
}

@media (min-width: 600px) {
  /* line 1404, app/assets/stylesheets/lib/_top.scss */
  .section-plan .inner.text {
    margin-top: 60px;
    padding: 0;
  }
}

/* line 1415, app/assets/stylesheets/lib/_top.scss */
.section-plan picture {
  display: inline-block;
}

/* line 1419, app/assets/stylesheets/lib/_top.scss */
.section-plan-head {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  /* line 1419, app/assets/stylesheets/lib/_top.scss */
  .section-plan-head {
    margin-bottom: 50px;
  }
}

/* line 1427, app/assets/stylesheets/lib/_top.scss */
.section-plan-cont {
  margin-top: 40px;
}

@media (min-width: 600px) {
  /* line 1427, app/assets/stylesheets/lib/_top.scss */
  .section-plan-cont {
    margin-top: 70px;
  }
}

/* line 1434, app/assets/stylesheets/lib/_top.scss */
.section-plan-cont picture {
  margin-top: 10px;
}

@media (min-width: 600px) {
  /* line 1434, app/assets/stylesheets/lib/_top.scss */
  .section-plan-cont picture {
    margin-top: 30px;
  }
}

/* line 1443, app/assets/stylesheets/lib/_top.scss */
.section-plan .button-block {
  margin-top: 20px;
}

@media (min-width: 600px) {
  /* line 1443, app/assets/stylesheets/lib/_top.scss */
  .section-plan .button-block {
    margin-top: 40px;
  }
}

/* line 1450, app/assets/stylesheets/lib/_top.scss */
.section-plan .button-block .button-apply {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  border-radius: 5px;
  background-color: #f52d9d;
  -webkit-box-shadow: 6px 6px 0 #333333;
          box-shadow: 6px 6px 0 #333333;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: .2s all;
  transition: .2s all;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media (min-width: 600px) {
  /* line 1450, app/assets/stylesheets/lib/_top.scss */
  .section-plan .button-block .button-apply {
    font-size: 3rem;
  }
}

/* line 1476, app/assets/stylesheets/lib/_top.scss */
.section-plan .button-block .button-apply:before {
  position: absolute;
  bottom: -6px;
  left: 3px;
  border-width: 6px 0 0 6px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #9b075a;
  content: "";
}

/* line 1487, app/assets/stylesheets/lib/_top.scss */
.section-plan .button-block .button-apply:after {
  position: absolute;
  top: 3px;
  right: -6px;
  border-width: 0 6px 6px 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #9b075a;
  content: "";
}

/* line 1498, app/assets/stylesheets/lib/_top.scss */
.section-plan .button-block .button-apply span.text-sm {
  font-size: 55%;
}

@media (min-width: 600px) {
  /* line 1498, app/assets/stylesheets/lib/_top.scss */
  .section-plan .button-block .button-apply span.text-sm {
    font-size: 70%;
  }
}

/* line 1504, app/assets/stylesheets/lib/_top.scss */
.section-plan .button-block .button-apply:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

/* line 1514, app/assets/stylesheets/lib/_top.scss */
.banner-gigamax:hover {
  cursor: pointer;
}

/* line 1519, app/assets/stylesheets/lib/_top.scss */
.modaal-content-container {
  padding: 0;
}

/* line 1524, app/assets/stylesheets/lib/_top.scss */
.popup-gigamax {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
}

/* line 1533, app/assets/stylesheets/lib/_top.scss */
.popup-gigamax-wrap {
  overflow: auto;
  overflow: -moz-scrollbars-none;
  width: 100%;
  height: 100%;
}

/* line 1539, app/assets/stylesheets/lib/_top.scss */
.popup-gigamax-wrap::-webkit-scrollbar {
  display: none;
}

/* line 1544, app/assets/stylesheets/lib/_top.scss */
.popup-gigamax__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

/* line 1553, app/assets/stylesheets/lib/_top.scss */
.popup-gigamax__body {
  position: relative;
  font-size: 14px;
}

@media (min-width: 600px) {
  /* line 1553, app/assets/stylesheets/lib/_top.scss */
  .popup-gigamax__body {
    font-size: 25px;
  }
}

/* line 1565, app/assets/stylesheets/lib/_top.scss */
.popup-gigamax__body-cont {
  margin: 0 auto;
  max-width: 1000px;
  border: 3px solid #0098fe;
  background-color: #ffffff;
}

/* line 1570, app/assets/stylesheets/lib/_top.scss */
.popup-gigamax__body-cont img {
  width: 100%;
}

/* line 1575, app/assets/stylesheets/lib/_top.scss */
.popup-gigamax__body-section {
  padding: 0 20px;
}

@media (min-width: 600px) {
  /* line 1575, app/assets/stylesheets/lib/_top.scss */
  .popup-gigamax__body-section {
    padding: 0 40px;
  }
}

/* line 1582, app/assets/stylesheets/lib/_top.scss */
.popup-gigamax__body-section p {
  margin-top: 10px;
}

@media (min-width: 600px) {
  /* line 1582, app/assets/stylesheets/lib/_top.scss */
  .popup-gigamax__body-section p {
    margin-top: 30px;
  }
}

/* line 1591, app/assets/stylesheets/lib/_top.scss */
.popup-gigamax__body-title {
  margin-top: 20px;
  padding-left: 10px;
  border-left: 5px solid #0098fe;
  font-size: 20px;
  line-height: 1.3;
}

@media (min-width: 600px) {
  /* line 1591, app/assets/stylesheets/lib/_top.scss */
  .popup-gigamax__body-title {
    margin-top: 30px;
    border-left: 10px solid #0098fe;
    font-size: 36px;
  }
}

/* line 1605, app/assets/stylesheets/lib/_top.scss */
.popup-gigamax__body-text-sm {
  font-size: 75%;
}

/* line 1611, app/assets/stylesheets/lib/_top.scss */
.popup-gigamax-button {
  padding: 20px 0;
  text-align: center;
}

@media (min-width: 600px) {
  /* line 1611, app/assets/stylesheets/lib/_top.scss */
  .popup-gigamax-button {
    padding: 30px 0;
  }
}

/* line 1619, app/assets/stylesheets/lib/_top.scss */
.popup-gigamax-button .button-apply {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  border-radius: 5px;
  background-color: #f52d9d;
  -webkit-box-shadow: 0 4px 0 #333333;
          box-shadow: 0 4px 0 #333333;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: .2s all;
  transition: .2s all;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media (min-width: 600px) {
  /* line 1619, app/assets/stylesheets/lib/_top.scss */
  .popup-gigamax-button .button-apply {
    font-size: 3rem;
  }
}

/* line 1644, app/assets/stylesheets/lib/_top.scss */
.popup-gigamax-button .button-apply span.text-sm {
  font-size: 55%;
}

@media (min-width: 600px) {
  /* line 1644, app/assets/stylesheets/lib/_top.scss */
  .popup-gigamax-button .button-apply span.text-sm {
    font-size: 70%;
  }
}

/* line 1650, app/assets/stylesheets/lib/_top.scss */
.popup-gigamax-button .button-apply:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

/* line 1658, app/assets/stylesheets/lib/_top.scss */
.popup-gigamax-close {
  margin: 0 auto;
  max-width: 960px;
  text-align: right;
  font-size: 20px;
  line-height: 1;
}

@media (min-width: 600px) {
  /* line 1658, app/assets/stylesheets/lib/_top.scss */
  .popup-gigamax-close {
    font-size: 30px;
  }
}

/* line 1669, app/assets/stylesheets/lib/_top.scss */
.popup-gigamax-close a {
  text-decoration: none;
}

/* line 1678, app/assets/stylesheets/lib/_top.scss */
.section-wimax {
  padding-top: 40px;
  padding-bottom: 60px;
}

/* line 1683, app/assets/stylesheets/lib/_top.scss */
.wimax-reason {
  display: grid;
  margin-top: 30px;
  padding: 0 15px;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (min-width: 960px) {
  /* line 1683, app/assets/stylesheets/lib/_top.scss */
  .wimax-reason {
    margin: 80px auto 0;
    padding: 0;
    width: 970px;
    text-align: center;
  }
}

/* line 1699, app/assets/stylesheets/lib/_top.scss */
.wimax-reason-point {
  margin-top: 40px;
  padding: 0 15px;
  text-align: center;
}

@media (min-width: 960px) {
  /* line 1699, app/assets/stylesheets/lib/_top.scss */
  .wimax-reason-point {
    margin-top: 70px;
  }
}

/* line 1709, app/assets/stylesheets/lib/_top.scss */
.wimax-reason-point-num span {
  display: inline-block;
  padding: 5px 2em;
  border-radius: 6px;
  background-color: #0080ff;
  color: #ffffff;
  font-weight: 700;
  font-size: 11px;
}

@media (min-width: 600px) {
  /* line 1709, app/assets/stylesheets/lib/_top.scss */
  .wimax-reason-point-num span {
    font-size: 22px;
  }
}

/* line 1724, app/assets/stylesheets/lib/_top.scss */
.wimax-reason-point-ttl {
  margin: 15px 0;
  font-weight: 600;
  font-size: 20px;
}

@media (min-width: 600px) {
  /* line 1724, app/assets/stylesheets/lib/_top.scss */
  .wimax-reason-point-ttl {
    margin: 30px 0;
    font-size: 40px;
  }
}

/* line 1734, app/assets/stylesheets/lib/_top.scss */
.wimax-reason-point-ttl span {
  color: #f52d9d;
}

/* line 1739, app/assets/stylesheets/lib/_top.scss */
.wimax-reason-point-txt {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.8;
}

@media (min-width: 600px) {
  /* line 1739, app/assets/stylesheets/lib/_top.scss */
  .wimax-reason-point-txt {
    font-size: 22px;
  }
}

/* line 1748, app/assets/stylesheets/lib/_top.scss */
.wimax-reason-point-txt span {
  border-bottom: 2px solid #ff7680;
}

/* line 1753, app/assets/stylesheets/lib/_top.scss */
.wimax-reason-point-card {
  padding: 10px;
  border-radius: 6px;
  background-color: #0099ff;
}

@media (min-width: 960px) {
  /* line 1753, app/assets/stylesheets/lib/_top.scss */
  .wimax-reason-point-card {
    border-radius: 12px;
  }
}

/* line 1762, app/assets/stylesheets/lib/_top.scss */
.wimax-reason-point-cardUnit {
  display: grid;
  margin: 10px 0;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (min-width: 600px) {
  /* line 1762, app/assets/stylesheets/lib/_top.scss */
  .wimax-reason-point-cardUnit {
    margin: 40px auto;
  }
}

@media (min-width: 960px) {
  /* line 1762, app/assets/stylesheets/lib/_top.scss */
  .wimax-reason-point-cardUnit {
    width: 900px;
    gap: 20px;
  }
}

/* line 1781, app/assets/stylesheets/lib/_top.scss */
.wimax-reason-point-caption {
  margin-top: 10px;
  color: #0099ff;
  font-weight: 600;
  font-size: 12px;
}

@media (min-width: 600px) {
  /* line 1781, app/assets/stylesheets/lib/_top.scss */
  .wimax-reason-point-caption {
    margin-top: 40px;
    font-size: 22px;
  }
}

/* line 1793, app/assets/stylesheets/lib/_top.scss */
.wimax-reason-point-img {
  margin-bottom: 20px;
}

/* line 1796, app/assets/stylesheets/lib/_top.scss */
.wimax-reason-point-img img {
  max-width: 356px;
  width: 47.46vw;
}

/* line 1802, app/assets/stylesheets/lib/_top.scss */
.wimax-reason-point-subTxt {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: normal;
  text-align: left;
  font-size: 10px;
}

@media (min-width: 960px) {
  /* line 1802, app/assets/stylesheets/lib/_top.scss */
  .wimax-reason-point-subTxt {
    font-size: 20px;
  }
}

/* line 1819, app/assets/stylesheets/lib/_top.scss */
.section-bynum {
  margin: 40px auto;
  max-width: 960px;
}

@media (min-width: 600px) {
  /* line 1819, app/assets/stylesheets/lib/_top.scss */
  .section-bynum {
    margin: 60px auto;
  }
}

/* line 1827, app/assets/stylesheets/lib/_top.scss */
.section-bynum-body {
  text-align: center;
}

/* line 1831, app/assets/stylesheets/lib/_top.scss */
.section-bynum-img {
  display: inline-block;
  margin: 0 auto;
}

/* line 1836, app/assets/stylesheets/lib/_top.scss */
.section-bynum-img + .section-bynum-img {
  margin-top: 10px;
}

/* line 1840, app/assets/stylesheets/lib/_top.scss */
.section-bynum p {
  margin-top: 20px;
}

/* line 1848, app/assets/stylesheets/lib/_top.scss */
.section-voice {
  margin-top: 40px;
}

@media (min-width: 600px) {
  /* line 1848, app/assets/stylesheets/lib/_top.scss */
  .section-voice {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

/* line 1856, app/assets/stylesheets/lib/_top.scss */
.section-voice-bg {
  margin: 0 auto;
  padding: 40px 15px;
  max-width: 960px;
  background-color: #d6efff;
}

@media (min-width: 600px) {
  /* line 1856, app/assets/stylesheets/lib/_top.scss */
  .section-voice-bg {
    padding: 40px 90px;
  }
}

/* line 1866, app/assets/stylesheets/lib/_top.scss */
.section-voice-bg .text-sm {
  margin-top: 20px;
}

@media (min-width: 600px) {
  /* line 1866, app/assets/stylesheets/lib/_top.scss */
  .section-voice-bg .text-sm {
    margin-top: 40px;
  }
}

/* line 1875, app/assets/stylesheets/lib/_top.scss */
.section-voice-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1879, app/assets/stylesheets/lib/_top.scss */
.section-voice-body + .section-voice-body {
  margin-top: 30px;
}

@media (min-width: 600px) {
  /* line 1879, app/assets/stylesheets/lib/_top.scss */
  .section-voice-body + .section-voice-body {
    margin-top: 50px;
  }
}

/* line 1888, app/assets/stylesheets/lib/_top.scss */
.section-voice-item .title {
  margin-bottom: 10px;
  color: #0099ff;
  font-weight: bold;
  font-size: 114.28%;
}

/* line 1895, app/assets/stylesheets/lib/_top.scss */
.section-voice-item .star {
  display: inline-block;
  overflow: hidden;
  margin-top: 0;
  border-bottom: 2px solid #043786;
  font-weight: bold;
  font-size: 92.85%;
}

/* line 1903, app/assets/stylesheets/lib/_top.scss */
.section-voice-item .star dt {
  float: left;
  margin-right: 10px;
}

/* line 1908, app/assets/stylesheets/lib/_top.scss */
.section-voice-item .star dd {
  float: left;
  margin: 0;
}

/* line 1914, app/assets/stylesheets/lib/_top.scss */
.section-voice-item .icon-star {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background: url(/assets/icon-star@2x-d79179cdbb2842382ca4972c62017296a8d5c96fc594a47af90eedf7476facc5.png) no-repeat;
  background-size: contain;
}

/* line 1922, app/assets/stylesheets/lib/_top.scss */
.section-voice-item .icon-star--harf {
  background: url(/assets/icon-star2@2x-a83719729efe0b8b0581eb5db0e76301b3ff73676d19e5643d4326d2991eca8e.png) no-repeat;
  background-size: contain;
}

/* line 1927, app/assets/stylesheets/lib/_top.scss */
.section-voice-item:nth-child(2) {
  -ms-flex-preferred-size: calc(100% - 25vw);
      flex-basis: calc(100% - 25vw);
}

@media (min-width: 600px) {
  /* line 1927, app/assets/stylesheets/lib/_top.scss */
  .section-voice-item:nth-child(2) {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}

/* line 1936, app/assets/stylesheets/lib/_top.scss */
.section-voice-man {
  -ms-flex-preferred-size: 25vw;
      flex-basis: 25vw;
  text-align: center;
}

@media (min-width: 600px) {
  /* line 1936, app/assets/stylesheets/lib/_top.scss */
  .section-voice-man {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

/* line 1944, app/assets/stylesheets/lib/_top.scss */
.section-voice-man picture {
  display: block;
}

/* line 1948, app/assets/stylesheets/lib/_top.scss */
.section-voice-man span {
  display: inline-block;
  padding: 2px 10px;
  background-color: #0099ff;
  color: #ffffff;
  font-size: 14px;
}

@media (min-width: 600px) {
  /* line 1948, app/assets/stylesheets/lib/_top.scss */
  .section-voice-man span {
    margin-top: 10px;
    padding: 5px 20px;
    font-size: 20px;
  }
}

/* line 1963, app/assets/stylesheets/lib/_top.scss */
.section-voice-baloon {
  position: relative;
  margin-left: 20px;
  padding: 10px 20px;
  border: 3px solid #043786;
  border-radius: 20px;
  background-color: #ffffff;
  font-size: 14px;
}

@media (min-width: 600px) {
  /* line 1963, app/assets/stylesheets/lib/_top.scss */
  .section-voice-baloon {
    padding: 20px 40px;
    font-size: 18px;
  }
}

/* line 1977, app/assets/stylesheets/lib/_top.scss */
.section-voice-baloon:after {
  position: absolute;
  top: 35px;
  left: -12px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #043786;
  border-left: 3px solid #043786;
  background-color: #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 1996, app/assets/stylesheets/lib/_top.scss */
.tab {
  padding: 30px 15px;
}

@media (min-width: 600px) {
  /* line 1996, app/assets/stylesheets/lib/_top.scss */
  .tab {
    padding: 60px 0 30px;
  }
}

/* line 2003, app/assets/stylesheets/lib/_top.scss */
.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 5px auto;
  max-width: 960px;
  font-weight: bold;
}

/* line 2011, app/assets/stylesheets/lib/_top.scss */
.tab-list li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

/* line 2014, app/assets/stylesheets/lib/_top.scss */
.tab-list li .tab-label {
  display: inline-block;
  padding: 0;
  padding: 10px 0 5px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  background-color: #999999;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

@media (min-width: 600px) {
  /* line 2014, app/assets/stylesheets/lib/_top.scss */
  .tab-list li .tab-label {
    font-size: 24px;
  }
}

/* line 2029, app/assets/stylesheets/lib/_top.scss */
.tab-list li .tab-label sub {
  font-size: 71.42%;
}

/* line 2034, app/assets/stylesheets/lib/_top.scss */
.tab-list li .current {
  background-color: #043786;
  font-size: 18px;
}

@media (min-width: 600px) {
  /* line 2034, app/assets/stylesheets/lib/_top.scss */
  .tab-list li .current {
    font-size: 30px;
  }
}

/* line 2043, app/assets/stylesheets/lib/_top.scss */
.tab-list li:nth-child(1) {
  -ms-flex-preferred-size: calc(55% - 3px);
      flex-basis: calc(55% - 3px);
}

@media (min-width: 960px) {
  /* line 2043, app/assets/stylesheets/lib/_top.scss */
  .tab-list li:nth-child(1) {
    -ms-flex-preferred-size: calc(65% - 3px);
        flex-basis: calc(65% - 3px);
  }
}

/* line 2051, app/assets/stylesheets/lib/_top.scss */
.tab-list li:nth-child(2) {
  -ms-flex-preferred-size: calc(45% - 3px);
      flex-basis: calc(45% - 3px);
}

@media (min-width: 960px) {
  /* line 2051, app/assets/stylesheets/lib/_top.scss */
  .tab-list li:nth-child(2) {
    -ms-flex-preferred-size: calc(35% - 3px);
        flex-basis: calc(35% - 3px);
  }
}

/* line 2063, app/assets/stylesheets/lib/_top.scss */
.tab-group picture {
  display: inline-block;
}

/* line 2066, app/assets/stylesheets/lib/_top.scss */
.tab-group picture + picture {
  margin-top: 10px;
}

@media (min-width: 600px) {
  /* line 2066, app/assets/stylesheets/lib/_top.scss */
  .tab-group picture + picture {
    margin-top: 20px;
  }
}

/* line 2076, app/assets/stylesheets/lib/_top.scss */
.bl-5g-campaign {
  margin-top: 20px;
  text-align: center;
}

/* line 2081, app/assets/stylesheets/lib/_top.scss */
.section-device-banner {
  text-align: center;
}

/* line 2083, app/assets/stylesheets/lib/_top.scss */
.section-device-banner img {
  width: 800px;
}

/*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 7, app/assets/stylesheets/lib/_bootstrap-grid.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

/* line 12, app/assets/stylesheets/lib/_bootstrap-grid.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 18, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1010px;
}

/* line 27, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 35, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 44, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 49, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 55, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 67, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

/* line 75, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 82, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 88, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 94, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

/* line 100, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 106, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 112, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

/* line 118, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 124, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 130, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

/* line 136, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 142, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 148, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

/* line 154, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

/* line 159, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

/* line 164, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

/* line 169, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

/* line 174, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

/* line 179, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

/* line 184, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

/* line 189, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

/* line 194, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

/* line 199, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

/* line 204, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

/* line 209, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

/* line 214, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

/* line 219, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

/* line 224, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

/* line 229, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 233, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 237, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 241, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 245, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 249, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 253, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 257, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 261, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 265, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 269, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 274, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  /* line 281, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 287, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 292, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 297, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 302, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 307, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 312, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 317, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 322, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 327, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 332, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 337, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 342, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 347, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  /* line 351, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  /* line 355, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  /* line 359, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  /* line 363, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  /* line 367, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  /* line 371, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  /* line 375, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  /* line 379, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  /* line 383, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  /* line 387, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  /* line 391, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  /* line 395, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  /* line 399, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  /* line 403, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  /* line 407, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 410, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  /* line 413, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  /* line 416, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 419, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  /* line 422, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  /* line 425, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 428, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  /* line 431, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  /* line 434, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 437, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  /* line 440, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  /* line 446, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  /* line 453, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 459, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 464, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 469, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 474, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 479, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 484, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 489, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 494, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 499, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 504, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 509, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 514, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 519, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  /* line 523, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  /* line 527, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  /* line 531, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  /* line 535, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  /* line 539, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  /* line 543, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  /* line 547, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  /* line 551, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  /* line 555, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  /* line 559, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  /* line 563, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  /* line 567, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  /* line 571, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  /* line 575, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  /* line 579, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 582, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  /* line 585, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  /* line 588, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 591, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  /* line 594, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  /* line 597, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 600, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  /* line 603, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  /* line 606, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 609, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  /* line 612, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  /* line 618, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  /* line 625, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 631, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 636, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 641, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 646, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 651, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 656, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 661, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 666, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 671, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 676, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 681, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 686, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 691, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  /* line 695, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  /* line 699, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  /* line 703, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  /* line 707, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  /* line 711, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  /* line 715, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  /* line 719, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  /* line 723, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  /* line 727, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  /* line 731, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  /* line 735, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  /* line 739, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  /* line 743, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  /* line 747, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  /* line 751, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 754, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  /* line 757, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  /* line 760, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 763, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  /* line 766, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  /* line 769, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 772, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  /* line 775, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  /* line 778, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 781, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  /* line 784, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  /* line 790, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  /* line 797, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 803, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 808, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 813, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 818, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 823, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 828, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 833, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 838, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 843, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 848, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 853, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 858, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 863, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  /* line 867, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  /* line 871, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  /* line 875, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  /* line 879, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  /* line 883, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  /* line 887, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  /* line 891, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  /* line 895, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  /* line 899, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  /* line 903, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  /* line 907, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  /* line 911, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  /* line 915, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  /* line 919, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  /* line 923, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 926, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  /* line 929, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  /* line 932, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 935, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  /* line 938, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  /* line 941, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 944, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  /* line 947, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  /* line 950, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 953, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  /* line 956, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/* line 961, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.d-none {
  display: none !important;
}

/* line 965, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.d-inline {
  display: inline !important;
}

/* line 969, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 973, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.d-block {
  display: block !important;
}

/* line 977, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.d-table {
  display: table !important;
}

/* line 981, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.d-table-row {
  display: table-row !important;
}

/* line 985, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 989, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

/* line 994, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 1000, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 1003, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 1006, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 1009, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 1012, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 1015, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 1018, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 1021, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  /* line 1025, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 1032, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 1035, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 1038, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 1041, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 1044, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 1047, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 1050, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 1053, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  /* line 1057, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 1064, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 1067, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 1070, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 1073, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 1076, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 1079, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 1082, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 1085, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  /* line 1089, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 1096, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 1099, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 1102, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 1105, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 1108, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 1111, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 1114, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 1117, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  /* line 1121, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 1128, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 1131, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 1134, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 1137, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 1140, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 1143, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 1146, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 1149, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  /* line 1153, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

/* line 1159, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

/* line 1164, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

/* line 1169, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

/* line 1174, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

/* line 1179, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 1184, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 1189, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 1194, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

/* line 1199, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

/* line 1204, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

/* line 1209, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 1214, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 1219, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

/* line 1224, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

/* line 1229, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

/* line 1234, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

/* line 1239, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 1244, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

/* line 1249, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

/* line 1254, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

/* line 1259, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

/* line 1264, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

/* line 1269, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 1274, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 1279, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 1284, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 1289, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 1294, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 1299, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 1304, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 1309, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 1314, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 1319, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 1324, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 1330, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  /* line 1334, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  /* line 1338, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 1342, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 1346, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 1350, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 1354, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 1358, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  /* line 1362, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 1366, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  /* line 1370, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 1374, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 1378, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 1382, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 1386, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  /* line 1390, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 1394, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 1398, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  /* line 1402, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  /* line 1406, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  /* line 1410, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 1414, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 1418, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 1422, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 1426, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 1430, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 1434, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 1438, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 1442, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 1446, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 1450, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 1454, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 1458, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 1462, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 1469, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  /* line 1473, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  /* line 1477, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 1481, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 1485, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 1489, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 1493, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 1497, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  /* line 1501, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 1505, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  /* line 1509, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 1513, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 1517, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 1521, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 1525, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  /* line 1529, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 1533, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 1537, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  /* line 1541, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  /* line 1545, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  /* line 1549, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 1553, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 1557, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 1561, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 1565, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 1569, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 1573, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 1577, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 1581, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 1585, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 1589, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 1593, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 1597, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 1601, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 1608, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  /* line 1612, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  /* line 1616, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 1620, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 1624, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 1628, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 1632, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 1636, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  /* line 1640, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 1644, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  /* line 1648, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 1652, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 1656, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 1660, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 1664, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  /* line 1668, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 1672, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 1676, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  /* line 1680, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  /* line 1684, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  /* line 1688, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 1692, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 1696, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 1700, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 1704, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 1708, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 1712, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 1716, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 1720, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 1724, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 1728, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 1732, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 1736, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 1740, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 1747, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  /* line 1751, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  /* line 1755, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 1759, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 1763, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 1767, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 1771, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 1775, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  /* line 1779, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 1783, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  /* line 1787, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 1791, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 1795, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 1799, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 1803, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  /* line 1807, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 1811, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 1815, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  /* line 1819, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  /* line 1823, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  /* line 1827, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 1831, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 1835, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 1839, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 1843, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 1847, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 1851, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 1855, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 1859, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 1863, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 1867, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 1871, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 1875, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 1879, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* line 1885, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.m-0 {
  margin: 0 !important;
}

/* line 1889, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 1894, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 1899, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 1904, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 1909, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.m-1 {
  margin: 1rem !important;
}

/* line 1913, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mt-1,
.my-1 {
  margin-top: 1rem !important;
}

/* line 1918, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mr-1,
.mx-1 {
  margin-right: 1rem !important;
}

/* line 1923, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mb-1,
.my-1 {
  margin-bottom: 1rem !important;
}

/* line 1928, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.ml-1,
.mx-1 {
  margin-left: 1rem !important;
}

/* line 1933, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.m-2 {
  margin: 2rem  !important;
}

/* line 1937, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mt-2,
.my-2 {
  margin-top: 2rem  !important;
}

/* line 1942, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mr-2,
.mx-2 {
  margin-right: 2rem  !important;
}

/* line 1947, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mb-2,
.my-2 {
  margin-bottom: 2rem  !important;
}

/* line 1952, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.ml-2,
.mx-2 {
  margin-left: 2rem  !important;
}

/* line 1957, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.m-3 {
  margin: 4rem !important;
}

/* line 1961, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mt-3,
.my-3 {
  margin-top: 4rem !important;
}

/* line 1966, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mr-3,
.mx-3 {
  margin-right: 4rem !important;
}

/* line 1971, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mb-3,
.my-3 {
  margin-bottom: 4rem !important;
}

/* line 1976, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.ml-3,
.mx-3 {
  margin-left: 4rem !important;
}

/* line 1981, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.m-4 {
  margin: 5rem !important;
}

/* line 1985, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mt-4,
.my-4 {
  margin-top: 5rem !important;
}

/* line 1990, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mr-4,
.mx-4 {
  margin-right: 5rem !important;
}

/* line 1995, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mb-4,
.my-4 {
  margin-bottom: 5rem !important;
}

/* line 2000, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.ml-4,
.mx-4 {
  margin-left: 5rem !important;
}

/* line 2005, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.m-5 {
  margin: 7rem !important;
}

/* line 2009, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mt-5,
.my-5 {
  margin-top: 7rem !important;
}

/* line 2014, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mr-5,
.mx-5 {
  margin-right: 7rem !important;
}

/* line 2019, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mb-5,
.my-5 {
  margin-bottom: 7rem !important;
}

/* line 2024, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.ml-5,
.mx-5 {
  margin-left: 7rem !important;
}

/* line 2029, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.p-0 {
  padding: 0 !important;
}

/* line 2033, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 2038, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 2043, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 2048, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 2053, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.p-1 {
  padding: 1rem !important;
}

/* line 2057, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pt-1,
.py-1 {
  padding-top: 1rem !important;
}

/* line 2062, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pr-1,
.px-1 {
  padding-right: 1rem !important;
}

/* line 2067, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pb-1,
.py-1 {
  padding-bottom: 1rem !important;
}

/* line 2072, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pl-1,
.px-1 {
  padding-left: 1rem !important;
}

/* line 2077, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.p-2 {
  padding: 2rem  !important;
}

/* line 2081, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pt-2,
.py-2 {
  padding-top: 2rem  !important;
}

/* line 2086, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pr-2,
.px-2 {
  padding-right: 2rem  !important;
}

/* line 2091, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pb-2,
.py-2 {
  padding-bottom: 2rem  !important;
}

/* line 2096, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pl-2,
.px-2 {
  padding-left: 2rem  !important;
}

/* line 2101, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.p-3 {
  padding: 4rem !important;
}

/* line 2105, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pt-3,
.py-3 {
  padding-top: 4rem !important;
}

/* line 2110, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pr-3,
.px-3 {
  padding-right: 4rem !important;
}

/* line 2115, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pb-3,
.py-3 {
  padding-bottom: 4rem !important;
}

/* line 2120, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pl-3,
.px-3 {
  padding-left: 4rem !important;
}

/* line 2125, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.p-4 {
  padding: 5rem !important;
}

/* line 2129, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pt-4,
.py-4 {
  padding-top: 5rem !important;
}

/* line 2134, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pr-4,
.px-4 {
  padding-right: 5rem !important;
}

/* line 2139, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pb-4,
.py-4 {
  padding-bottom: 5rem !important;
}

/* line 2144, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pl-4,
.px-4 {
  padding-left: 5rem !important;
}

/* line 2149, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.p-5 {
  padding: 7rem !important;
}

/* line 2153, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pt-5,
.py-5 {
  padding-top: 7rem !important;
}

/* line 2158, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pr-5,
.px-5 {
  padding-right: 7rem !important;
}

/* line 2163, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pb-5,
.py-5 {
  padding-bottom: 7rem !important;
}

/* line 2168, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.pl-5,
.px-5 {
  padding-left: 7rem !important;
}

/* line 2173, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.m-n1 {
  margin: -1rem !important;
}

/* line 2177, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mt-n1,
.my-n1 {
  margin-top: -1rem !important;
}

/* line 2182, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mr-n1,
.mx-n1 {
  margin-right: -1rem !important;
}

/* line 2187, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -1rem !important;
}

/* line 2192, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.ml-n1,
.mx-n1 {
  margin-left: -1rem !important;
}

/* line 2197, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.m-n2 {
  margin: -2rem  !important;
}

/* line 2201, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mt-n2,
.my-n2 {
  margin-top: -2rem  !important;
}

/* line 2206, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mr-n2,
.mx-n2 {
  margin-right: -2rem  !important;
}

/* line 2211, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -2rem  !important;
}

/* line 2216, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.ml-n2,
.mx-n2 {
  margin-left: -2rem  !important;
}

/* line 2221, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.m-n3 {
  margin: -4rem !important;
}

/* line 2225, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mt-n3,
.my-n3 {
  margin-top: -4rem !important;
}

/* line 2230, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mr-n3,
.mx-n3 {
  margin-right: -4rem !important;
}

/* line 2235, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -4rem !important;
}

/* line 2240, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.ml-n3,
.mx-n3 {
  margin-left: -4rem !important;
}

/* line 2245, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.m-n4 {
  margin: -5rem !important;
}

/* line 2249, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mt-n4,
.my-n4 {
  margin-top: -5rem !important;
}

/* line 2254, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mr-n4,
.mx-n4 {
  margin-right: -5rem !important;
}

/* line 2259, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -5rem !important;
}

/* line 2264, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.ml-n4,
.mx-n4 {
  margin-left: -5rem !important;
}

/* line 2269, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.m-n5 {
  margin: -7rem !important;
}

/* line 2273, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mt-n5,
.my-n5 {
  margin-top: -7rem !important;
}

/* line 2278, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mr-n5,
.mx-n5 {
  margin-right: -7rem !important;
}

/* line 2283, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -7rem !important;
}

/* line 2288, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.ml-n5,
.mx-n5 {
  margin-left: -7rem !important;
}

/* line 2293, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.m-auto {
  margin: auto !important;
}

/* line 2297, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 2302, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 2307, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 2312, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 2318, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 2321, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 2325, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 2329, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 2333, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 2337, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-sm-1 {
    margin: 1rem !important;
  }
  /* line 2340, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 1rem !important;
  }
  /* line 2344, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 1rem !important;
  }
  /* line 2348, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 1rem !important;
  }
  /* line 2352, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 1rem !important;
  }
  /* line 2356, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-sm-2 {
    margin: 2rem  !important;
  }
  /* line 2359, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 2rem  !important;
  }
  /* line 2363, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 2rem  !important;
  }
  /* line 2367, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 2rem  !important;
  }
  /* line 2371, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 2rem  !important;
  }
  /* line 2375, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-sm-3 {
    margin: 4rem !important;
  }
  /* line 2378, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 4rem !important;
  }
  /* line 2382, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 4rem !important;
  }
  /* line 2386, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 4rem !important;
  }
  /* line 2390, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 4rem !important;
  }
  /* line 2394, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-sm-4 {
    margin: 5rem !important;
  }
  /* line 2397, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 5rem !important;
  }
  /* line 2401, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 5rem !important;
  }
  /* line 2405, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 5rem !important;
  }
  /* line 2409, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 5rem !important;
  }
  /* line 2413, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-sm-5 {
    margin: 7rem !important;
  }
  /* line 2416, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 7rem !important;
  }
  /* line 2420, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 7rem !important;
  }
  /* line 2424, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 7rem !important;
  }
  /* line 2428, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 7rem !important;
  }
  /* line 2432, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 2435, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 2439, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 2443, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 2447, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 2451, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-sm-1 {
    padding: 1rem !important;
  }
  /* line 2454, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 1rem !important;
  }
  /* line 2458, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 1rem !important;
  }
  /* line 2462, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 1rem !important;
  }
  /* line 2466, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 1rem !important;
  }
  /* line 2470, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-sm-2 {
    padding: 2rem  !important;
  }
  /* line 2473, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 2rem  !important;
  }
  /* line 2477, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 2rem  !important;
  }
  /* line 2481, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 2rem  !important;
  }
  /* line 2485, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 2rem  !important;
  }
  /* line 2489, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-sm-3 {
    padding: 4rem !important;
  }
  /* line 2492, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 4rem !important;
  }
  /* line 2496, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 4rem !important;
  }
  /* line 2500, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 4rem !important;
  }
  /* line 2504, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 4rem !important;
  }
  /* line 2508, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-sm-4 {
    padding: 5rem !important;
  }
  /* line 2511, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 5rem !important;
  }
  /* line 2515, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 5rem !important;
  }
  /* line 2519, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 5rem !important;
  }
  /* line 2523, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 5rem !important;
  }
  /* line 2527, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-sm-5 {
    padding: 7rem !important;
  }
  /* line 2530, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 7rem !important;
  }
  /* line 2534, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 7rem !important;
  }
  /* line 2538, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 7rem !important;
  }
  /* line 2542, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 7rem !important;
  }
  /* line 2546, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-sm-n1 {
    margin: -1rem !important;
  }
  /* line 2549, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -1rem !important;
  }
  /* line 2553, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -1rem !important;
  }
  /* line 2557, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -1rem !important;
  }
  /* line 2561, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -1rem !important;
  }
  /* line 2565, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-sm-n2 {
    margin: -2rem  !important;
  }
  /* line 2568, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -2rem  !important;
  }
  /* line 2572, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -2rem  !important;
  }
  /* line 2576, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -2rem  !important;
  }
  /* line 2580, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -2rem  !important;
  }
  /* line 2584, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-sm-n3 {
    margin: -4rem !important;
  }
  /* line 2587, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -4rem !important;
  }
  /* line 2591, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -4rem !important;
  }
  /* line 2595, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -4rem !important;
  }
  /* line 2599, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -4rem !important;
  }
  /* line 2603, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-sm-n4 {
    margin: -5rem !important;
  }
  /* line 2606, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -5rem !important;
  }
  /* line 2610, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -5rem !important;
  }
  /* line 2614, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -5rem !important;
  }
  /* line 2618, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -5rem !important;
  }
  /* line 2622, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-sm-n5 {
    margin: -7rem !important;
  }
  /* line 2625, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -7rem !important;
  }
  /* line 2629, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -7rem !important;
  }
  /* line 2633, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -7rem !important;
  }
  /* line 2637, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -7rem !important;
  }
  /* line 2641, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 2644, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 2648, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 2652, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 2656, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 2663, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 2666, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 2670, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 2674, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 2678, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 2682, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-md-1 {
    margin: 1rem !important;
  }
  /* line 2685, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 1rem !important;
  }
  /* line 2689, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 1rem !important;
  }
  /* line 2693, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 1rem !important;
  }
  /* line 2697, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 1rem !important;
  }
  /* line 2701, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-md-2 {
    margin: 2rem  !important;
  }
  /* line 2704, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 2rem  !important;
  }
  /* line 2708, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 2rem  !important;
  }
  /* line 2712, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 2rem  !important;
  }
  /* line 2716, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 2rem  !important;
  }
  /* line 2720, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-md-3 {
    margin: 4rem !important;
  }
  /* line 2723, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 4rem !important;
  }
  /* line 2727, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 4rem !important;
  }
  /* line 2731, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 4rem !important;
  }
  /* line 2735, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 4rem !important;
  }
  /* line 2739, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-md-4 {
    margin: 5rem !important;
  }
  /* line 2742, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 5rem !important;
  }
  /* line 2746, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 5rem !important;
  }
  /* line 2750, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 5rem !important;
  }
  /* line 2754, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 5rem !important;
  }
  /* line 2758, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-md-5 {
    margin: 7rem !important;
  }
  /* line 2761, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 7rem !important;
  }
  /* line 2765, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 7rem !important;
  }
  /* line 2769, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 7rem !important;
  }
  /* line 2773, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 7rem !important;
  }
  /* line 2777, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 2780, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 2784, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 2788, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 2792, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 2796, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-md-1 {
    padding: 1rem !important;
  }
  /* line 2799, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 1rem !important;
  }
  /* line 2803, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 1rem !important;
  }
  /* line 2807, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 1rem !important;
  }
  /* line 2811, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 1rem !important;
  }
  /* line 2815, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-md-2 {
    padding: 2rem  !important;
  }
  /* line 2818, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 2rem  !important;
  }
  /* line 2822, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 2rem  !important;
  }
  /* line 2826, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 2rem  !important;
  }
  /* line 2830, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 2rem  !important;
  }
  /* line 2834, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-md-3 {
    padding: 4rem !important;
  }
  /* line 2837, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 4rem !important;
  }
  /* line 2841, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 4rem !important;
  }
  /* line 2845, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 4rem !important;
  }
  /* line 2849, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 4rem !important;
  }
  /* line 2853, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-md-4 {
    padding: 5rem !important;
  }
  /* line 2856, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 5rem !important;
  }
  /* line 2860, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 5rem !important;
  }
  /* line 2864, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 5rem !important;
  }
  /* line 2868, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 5rem !important;
  }
  /* line 2872, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-md-5 {
    padding: 7rem !important;
  }
  /* line 2875, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 7rem !important;
  }
  /* line 2879, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 7rem !important;
  }
  /* line 2883, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 7rem !important;
  }
  /* line 2887, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 7rem !important;
  }
  /* line 2891, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-md-n1 {
    margin: -1rem !important;
  }
  /* line 2894, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -1rem !important;
  }
  /* line 2898, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -1rem !important;
  }
  /* line 2902, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -1rem !important;
  }
  /* line 2906, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -1rem !important;
  }
  /* line 2910, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-md-n2 {
    margin: -2rem  !important;
  }
  /* line 2913, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -2rem  !important;
  }
  /* line 2917, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -2rem  !important;
  }
  /* line 2921, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -2rem  !important;
  }
  /* line 2925, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -2rem  !important;
  }
  /* line 2929, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-md-n3 {
    margin: -4rem !important;
  }
  /* line 2932, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -4rem !important;
  }
  /* line 2936, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -4rem !important;
  }
  /* line 2940, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -4rem !important;
  }
  /* line 2944, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -4rem !important;
  }
  /* line 2948, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-md-n4 {
    margin: -5rem !important;
  }
  /* line 2951, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -5rem !important;
  }
  /* line 2955, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -5rem !important;
  }
  /* line 2959, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -5rem !important;
  }
  /* line 2963, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -5rem !important;
  }
  /* line 2967, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-md-n5 {
    margin: -7rem !important;
  }
  /* line 2970, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -7rem !important;
  }
  /* line 2974, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -7rem !important;
  }
  /* line 2978, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -7rem !important;
  }
  /* line 2982, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -7rem !important;
  }
  /* line 2986, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 2989, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 2993, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 2997, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 3001, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 3008, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 3011, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 3015, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 3019, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 3023, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 3027, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-lg-1 {
    margin: 1rem !important;
  }
  /* line 3030, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 1rem !important;
  }
  /* line 3034, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 1rem !important;
  }
  /* line 3038, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 1rem !important;
  }
  /* line 3042, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 1rem !important;
  }
  /* line 3046, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-lg-2 {
    margin: 2rem  !important;
  }
  /* line 3049, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 2rem  !important;
  }
  /* line 3053, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 2rem  !important;
  }
  /* line 3057, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 2rem  !important;
  }
  /* line 3061, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 2rem  !important;
  }
  /* line 3065, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-lg-3 {
    margin: 4rem !important;
  }
  /* line 3068, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 4rem !important;
  }
  /* line 3072, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 4rem !important;
  }
  /* line 3076, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 4rem !important;
  }
  /* line 3080, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 4rem !important;
  }
  /* line 3084, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-lg-4 {
    margin: 5rem !important;
  }
  /* line 3087, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 5rem !important;
  }
  /* line 3091, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 5rem !important;
  }
  /* line 3095, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 5rem !important;
  }
  /* line 3099, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 5rem !important;
  }
  /* line 3103, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-lg-5 {
    margin: 7rem !important;
  }
  /* line 3106, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 7rem !important;
  }
  /* line 3110, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 7rem !important;
  }
  /* line 3114, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 7rem !important;
  }
  /* line 3118, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 7rem !important;
  }
  /* line 3122, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 3125, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 3129, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 3133, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 3137, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 3141, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-lg-1 {
    padding: 1rem !important;
  }
  /* line 3144, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 1rem !important;
  }
  /* line 3148, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 1rem !important;
  }
  /* line 3152, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 1rem !important;
  }
  /* line 3156, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 1rem !important;
  }
  /* line 3160, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-lg-2 {
    padding: 2rem  !important;
  }
  /* line 3163, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 2rem  !important;
  }
  /* line 3167, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 2rem  !important;
  }
  /* line 3171, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 2rem  !important;
  }
  /* line 3175, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 2rem  !important;
  }
  /* line 3179, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-lg-3 {
    padding: 4rem !important;
  }
  /* line 3182, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 4rem !important;
  }
  /* line 3186, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 4rem !important;
  }
  /* line 3190, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 4rem !important;
  }
  /* line 3194, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 4rem !important;
  }
  /* line 3198, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-lg-4 {
    padding: 5rem !important;
  }
  /* line 3201, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 5rem !important;
  }
  /* line 3205, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 5rem !important;
  }
  /* line 3209, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 5rem !important;
  }
  /* line 3213, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 5rem !important;
  }
  /* line 3217, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-lg-5 {
    padding: 7rem !important;
  }
  /* line 3220, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 7rem !important;
  }
  /* line 3224, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 7rem !important;
  }
  /* line 3228, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 7rem !important;
  }
  /* line 3232, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 7rem !important;
  }
  /* line 3236, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-lg-n1 {
    margin: -1rem !important;
  }
  /* line 3239, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -1rem !important;
  }
  /* line 3243, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -1rem !important;
  }
  /* line 3247, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -1rem !important;
  }
  /* line 3251, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -1rem !important;
  }
  /* line 3255, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-lg-n2 {
    margin: -2rem  !important;
  }
  /* line 3258, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -2rem  !important;
  }
  /* line 3262, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -2rem  !important;
  }
  /* line 3266, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -2rem  !important;
  }
  /* line 3270, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -2rem  !important;
  }
  /* line 3274, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-lg-n3 {
    margin: -4rem !important;
  }
  /* line 3277, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -4rem !important;
  }
  /* line 3281, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -4rem !important;
  }
  /* line 3285, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -4rem !important;
  }
  /* line 3289, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -4rem !important;
  }
  /* line 3293, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-lg-n4 {
    margin: -5rem !important;
  }
  /* line 3296, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -5rem !important;
  }
  /* line 3300, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -5rem !important;
  }
  /* line 3304, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -5rem !important;
  }
  /* line 3308, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -5rem !important;
  }
  /* line 3312, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-lg-n5 {
    margin: -7rem !important;
  }
  /* line 3315, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -7rem !important;
  }
  /* line 3319, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -7rem !important;
  }
  /* line 3323, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -7rem !important;
  }
  /* line 3327, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -7rem !important;
  }
  /* line 3331, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 3334, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 3338, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 3342, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 3346, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 3353, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 3356, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 3360, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 3364, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 3368, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 3372, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-xl-1 {
    margin: 1rem !important;
  }
  /* line 3375, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 1rem !important;
  }
  /* line 3379, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 1rem !important;
  }
  /* line 3383, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 1rem !important;
  }
  /* line 3387, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 1rem !important;
  }
  /* line 3391, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-xl-2 {
    margin: 2rem  !important;
  }
  /* line 3394, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 2rem  !important;
  }
  /* line 3398, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 2rem  !important;
  }
  /* line 3402, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 2rem  !important;
  }
  /* line 3406, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 2rem  !important;
  }
  /* line 3410, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-xl-3 {
    margin: 4rem !important;
  }
  /* line 3413, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 4rem !important;
  }
  /* line 3417, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 4rem !important;
  }
  /* line 3421, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 4rem !important;
  }
  /* line 3425, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 4rem !important;
  }
  /* line 3429, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-xl-4 {
    margin: 5rem !important;
  }
  /* line 3432, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 5rem !important;
  }
  /* line 3436, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 5rem !important;
  }
  /* line 3440, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 5rem !important;
  }
  /* line 3444, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 5rem !important;
  }
  /* line 3448, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-xl-5 {
    margin: 7rem !important;
  }
  /* line 3451, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 7rem !important;
  }
  /* line 3455, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 7rem !important;
  }
  /* line 3459, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 7rem !important;
  }
  /* line 3463, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 7rem !important;
  }
  /* line 3467, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 3470, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 3474, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 3478, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 3482, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 3486, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-xl-1 {
    padding: 1rem !important;
  }
  /* line 3489, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 1rem !important;
  }
  /* line 3493, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 1rem !important;
  }
  /* line 3497, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 1rem !important;
  }
  /* line 3501, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 1rem !important;
  }
  /* line 3505, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-xl-2 {
    padding: 2rem  !important;
  }
  /* line 3508, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 2rem  !important;
  }
  /* line 3512, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 2rem  !important;
  }
  /* line 3516, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 2rem  !important;
  }
  /* line 3520, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 2rem  !important;
  }
  /* line 3524, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-xl-3 {
    padding: 4rem !important;
  }
  /* line 3527, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 4rem !important;
  }
  /* line 3531, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 4rem !important;
  }
  /* line 3535, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 4rem !important;
  }
  /* line 3539, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 4rem !important;
  }
  /* line 3543, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-xl-4 {
    padding: 5rem !important;
  }
  /* line 3546, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 5rem !important;
  }
  /* line 3550, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 5rem !important;
  }
  /* line 3554, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 5rem !important;
  }
  /* line 3558, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 5rem !important;
  }
  /* line 3562, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .p-xl-5 {
    padding: 7rem !important;
  }
  /* line 3565, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 7rem !important;
  }
  /* line 3569, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 7rem !important;
  }
  /* line 3573, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 7rem !important;
  }
  /* line 3577, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 7rem !important;
  }
  /* line 3581, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-xl-n1 {
    margin: -1rem !important;
  }
  /* line 3584, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -1rem !important;
  }
  /* line 3588, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -1rem !important;
  }
  /* line 3592, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -1rem !important;
  }
  /* line 3596, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -1rem !important;
  }
  /* line 3600, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-xl-n2 {
    margin: -2rem  !important;
  }
  /* line 3603, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -2rem  !important;
  }
  /* line 3607, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -2rem  !important;
  }
  /* line 3611, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -2rem  !important;
  }
  /* line 3615, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -2rem  !important;
  }
  /* line 3619, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-xl-n3 {
    margin: -4rem !important;
  }
  /* line 3622, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -4rem !important;
  }
  /* line 3626, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -4rem !important;
  }
  /* line 3630, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -4rem !important;
  }
  /* line 3634, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -4rem !important;
  }
  /* line 3638, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-xl-n4 {
    margin: -5rem !important;
  }
  /* line 3641, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -5rem !important;
  }
  /* line 3645, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -5rem !important;
  }
  /* line 3649, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -5rem !important;
  }
  /* line 3653, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -5rem !important;
  }
  /* line 3657, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-xl-n5 {
    margin: -7rem !important;
  }
  /* line 3660, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -7rem !important;
  }
  /* line 3664, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -7rem !important;
  }
  /* line 3668, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -7rem !important;
  }
  /* line 3672, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -7rem !important;
  }
  /* line 3676, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 3679, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 3683, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 3687, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 3691, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 3697, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.text-justify {
  text-align: justify !important;
}

/* line 3701, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 3705, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 3709, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 3715, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.text-left {
  text-align: left !important;
}

/* line 3719, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.text-right {
  text-align: right !important;
}

/* line 3723, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 3728, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 3731, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 3734, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 3740, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 3743, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 3746, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 3752, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 3755, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 3758, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 3764, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 3767, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 3770, app/assets/stylesheets/lib/_bootstrap-grid.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 3775, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 3779, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 3783, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 3787, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 3791, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 3795, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 3799, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 3803, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 3807, app/assets/stylesheets/lib/_bootstrap-grid.scss */
.font-italic {
  font-style: italic !important;
}

/* line 2, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-wrapper sup {
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 10, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device {
  font-size: 14px;
}

/* line 12, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-name {
  font-family: "Roboto", sans-serif;
  letter-spacing: .1em;
  line-height: 1.1;
  margin-bottom: 1rem;
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 767px) {
  /* line 12, app/assets/stylesheets/lib/_model-change.sass */
  .modelChange-device-name {
    text-align: center;
  }
}

/* line 21, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-name span {
  display: block;
  font-size: 50px;
}

@media (max-width: 991px) {
  /* line 21, app/assets/stylesheets/lib/_model-change.sass */
  .modelChange-device-name span {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  /* line 21, app/assets/stylesheets/lib/_model-change.sass */
  .modelChange-device-name span {
    display: inline-block;
    margin: 0 .2rem;
    font-size: 26px;
  }
}

/* line 30, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  /* line 30, app/assets/stylesheets/lib/_model-change.sass */
  .modelChange-device-meta {
    font-size: 12px;
  }
}

/* line 36, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-meta > [class*="modelChange-device-meta"] {
  width: 46%;
  margin: 0 2%;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}

/* line 41, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-meta-area {
  width: 96% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 46, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-meta-weight::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(/assets/renewal_designs/icon-scale-eb34b67676a26ca4d0332f1c32d235a9c270fed9d3625863c70ed0eca7ab6755.svg) left top/cover;
  float: left;
  margin-right: 1rem;
}

/* line 54, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 59, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-order > p {
  margin: 0 6px;
}

/* line 61, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-order-free {
  background-color: #f5f9fc;
  color: #00afdd;
  font-weight: bold;
  white-space: nowrap;
  line-height: 45px;
  padding: 0 2rem;
  border-radius: 3px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 991px) {
  /* line 61, app/assets/stylesheets/lib/_model-change.sass */
  .modelChange-device-order-free {
    padding: 0 1rem;
    font-size: 14px;
  }
}

/* line 76, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-order-free span {
  font-size: 24px;
}

@media (max-width: 991px) {
  /* line 76, app/assets/stylesheets/lib/_model-change.sass */
  .modelChange-device-order-free span {
    font-size: 20px;
  }
}

/* line 82, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-top-card {
  position: relative;
  background: #ffffff;
  padding: 3rem 2rem;
  border-radius: 3px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
          box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
}

@media (max-width: 575px) {
  /* line 82, app/assets/stylesheets/lib/_model-change.sass */
  .modelChange-device-top-card {
    padding: 2rem 1rem;
  }
}

@media (max-width: 767px) {
  /* line 93, app/assets/stylesheets/lib/_model-change.sass */
  .modelChange-device-top-card-img img {
    width: 320px;
  }
}

/* line 96, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-top-card-ribbon {
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
}

@media (min-width: 768px) {
  /* line 96, app/assets/stylesheets/lib/_model-change.sass */
  .modelChange-device-top-card-ribbon {
    width: 140px;
    height: 140px;
  }
}

/* line 107, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-top-card-ribbon span {
  display: inline-block;
  text-align: center;
  background-color: #ffed0d;
  font-weight: 600;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 19px;
  left: -34px;
  padding: 5px 0;
  width: 154px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  /* line 107, app/assets/stylesheets/lib/_model-change.sass */
  .modelChange-device-top-card-ribbon span {
    font-size: 22px;
    top: 34px;
    left: -47px;
    width: 200px;
  }
}

/* line 124, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-top-card-ribbon span::before, .modelChange-device-top-card-ribbon span::after {
  position: absolute;
  content: '';
  border-top: 6px solid #918707;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -6px;
}

/* line 131, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-top-card-ribbon span::before {
  left: 1px;
}

/* line 133, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-top-card-ribbon span::after {
  right: 12px;
}

@media (min-width: 768px) {
  /* line 133, app/assets/stylesheets/lib/_model-change.sass */
  .modelChange-device-top-card-ribbon span::after {
    right: 0;
  }
}

/* line 138, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-card {
  position: relative;
  background: #ffffff;
  padding: 3rem 1.28rem 5rem;
  border-radius: 3px;
  text-align: center;
  -webkit-box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
          box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
}

/* line 145, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-card-column {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  /* line 145, app/assets/stylesheets/lib/_model-change.sass */
  .modelChange-device-card-column {
    display: block;
    margin: 0;
  }
}

/* line 155, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-card-column .modelChange-device-card {
  margin: 0 12px 24px;
  width: calc(100%/3 - 24px);
}

@media (max-width: 767px) {
  /* line 155, app/assets/stylesheets/lib/_model-change.sass */
  .modelChange-device-card-column .modelChange-device-card {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  /* line 155, app/assets/stylesheets/lib/_model-change.sass */
  .modelChange-device-card-column .modelChange-device-card {
    max-width: none;
    padding: 1.5rem 1rem 1rem 1rem;
  }
}

/* line 166, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-card-feature {
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 14px;
}

/* line 170, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-card-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: .5rem;
}

/* line 175, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-card-free {
  margin: 0;
  position: absolute;
  bottom: 16px;
  left: 14px;
  right: 10px;
  text-align: center;
  color: #00afdd;
  background-color: #f5f9fc;
  border-radius: 3px;
  font-weight: 700;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  font-size: 18px;
}

/* line 190, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-card-free span {
  display: inline-block;
  margin: 0 .2rem;
  font-size: 24px;
}

/* line 194, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-card-name {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: .1em;
  line-height: 1.2;
  margin: 1rem 0 2rem 0;
  font-size: 15px;
}

@media (max-width: 767px) {
  /* line 194, app/assets/stylesheets/lib/_model-change.sass */
  .modelChange-device-card-name {
    font-size: 21px;
  }
}

/* line 203, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-card-name span {
  display: block;
  font-size: 35px;
}

@media (max-width: 767px) {
  /* line 203, app/assets/stylesheets/lib/_model-change.sass */
  .modelChange-device-card-name span {
    display: inline-block;
    margin: 0 .3rem;
    font-size: 21px;
  }
}

/* line 210, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-card-name a {
  color: #000;
}

/* line 212, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-card-name a:hover {
  text-decoration: none;
}

@media (max-width: 575px) {
  /* line 214, app/assets/stylesheets/lib/_model-change.sass */
  .modelChange-device-card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 219, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-color {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: .1rem;
  border: 1px solid transparent;
}

/* line 226, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-color-white {
  border-color: #ccc;
}

/* line 228, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-thumb {
  position: relative;
}

/* line 230, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-thumb img {
  display: inline-block !important;
}

/* line 232, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-thumb-speed-wrap {
  position: absolute;
  top: -25px;
  right: 0;
}

/* line 236, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-thumb-speed {
  width: 55px;
  height: 55px;
  color: #00afdd;
  background-color: #ffffff;
  border: 1px dotted #00afdd;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}

/* line 249, app/assets/stylesheets/lib/_model-change.sass */
.modelChange-device-thumb-speed span {
  display: block;
  font-size: 12px;
}

/* line 1, app/assets/stylesheets/lib/_device-type.sass */
.c-device-color {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: .1rem;
  border: 1px solid transparent;
}

/* line 8, app/assets/stylesheets/lib/_device-type.sass */
.c-device-color--white {
  border-color: #ccc;
}

/* line 10, app/assets/stylesheets/lib/_device-type.sass */
.c-device-color--black {
  background: #000;
}

/* line 14, app/assets/stylesheets/lib/_device-type.sass */
.c-tab__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 16, app/assets/stylesheets/lib/_device-type.sass */
.c-tab__items li {
  list-style: none;
}

/* line 19, app/assets/stylesheets/lib/_device-type.sass */
.c-tab__item:hover {
  cursor: pointer;
}

/* line 22, app/assets/stylesheets/lib/_device-type.sass */
.c-tab__panels > .c-tab__panel {
  display: none;
}

/* line 24, app/assets/stylesheets/lib/_device-type.sass */
.c-tab__panels > .c-tab__panel.is-tab-active {
  display: block;
}

/* line 27, app/assets/stylesheets/lib/_device-type.sass */
.c-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
}

/* line 32, app/assets/stylesheets/lib/_device-type.sass */
.c-table th, .c-table td {
  border: 1px solid #d1d1d1;
  padding: 1rem;
  line-height: 1.4;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  /* line 32, app/assets/stylesheets/lib/_device-type.sass */
  .c-table th, .c-table td {
    padding: .5rem;
  }
}

/* line 39, app/assets/stylesheets/lib/_device-type.sass */
.c-table th ul, .c-table td ul {
  padding-left: 1.4rem;
  margin: 0;
}

/* line 42, app/assets/stylesheets/lib/_device-type.sass */
.c-table caption {
  padding: .5rem;
  margin-bottom: 1rem;
}

/* line 47, app/assets/stylesheets/lib/_device-type.sass */
.c-table--bg-even tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* line 51, app/assets/stylesheets/lib/_device-type.sass */
.c-table--bg-odd tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* line 53, app/assets/stylesheets/lib/_device-type.sass */
.c-table--vertical-top {
  vertical-align: top;
}

/* line 55, app/assets/stylesheets/lib/_device-type.sass */
.c-table--vertical-top th, .c-table--vertical-top td {
  vertical-align: top;
}

/* line 58, app/assets/stylesheets/lib/_device-type.sass */
.c-table--th-nowrap th {
  width: 10%;
  white-space: nowrap;
}

/* line 62, app/assets/stylesheets/lib/_device-type.sass */
.c-table--th-bgcolor th {
  background-color: #f9f9f9;
}

@media (max-width: 767px) {
  /* line 66, app/assets/stylesheets/lib/_device-type.sass */
  .c-table--for-mobile th, .c-table--for-mobile td {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
}

/* line 70, app/assets/stylesheets/lib/_device-type.sass */
.c-table__scroll-wrap {
  overflow: auto;
}

/* line 72, app/assets/stylesheets/lib/_device-type.sass */
.c-table__scroll {
  position: relative;
  margin: 0 auto;
}

/* line 76, app/assets/stylesheets/lib/_device-type.sass */
.p-device-type {
  padding: 2rem 0;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  /* line 76, app/assets/stylesheets/lib/_device-type.sass */
  .p-device-type {
    margin: 0 -5px;
  }
}

/* line 81, app/assets/stylesheets/lib/_device-type.sass */
.p-device-type__item {
  position: relative;
  margin: 0 15px;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #d1d1d1;
  text-align: center;
  color: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  /* line 81, app/assets/stylesheets/lib/_device-type.sass */
  .p-device-type__item {
    margin: 0 6px;
  }
}

/* line 91, app/assets/stylesheets/lib/_device-type.sass */
.p-device-type__item span {
  display: inline-block;
  width: 230px;
  height: 74px;
  background: top center / cover;
}

@media (max-width: 767px) {
  /* line 91, app/assets/stylesheets/lib/_device-type.sass */
  .p-device-type__item span {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 575px) {
  /* line 91, app/assets/stylesheets/lib/_device-type.sass */
  .p-device-type__item span {
    width: 85px;
    height: 85px;
  }
}

/* line 103, app/assets/stylesheets/lib/_device-type.sass */
.p-device-type__item.is-tab-active span {
  background-position: bottom center;
}

/* line 105, app/assets/stylesheets/lib/_device-type.sass */
.p-device-type__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #d1d1d1;
}

/* line 117, app/assets/stylesheets/lib/_device-type.sass */
.p-device-type__item.is-tab-active {
  border-bottom-color: #00afdd;
}

/* line 119, app/assets/stylesheets/lib/_device-type.sass */
.p-device-type__item.is-tab-active::after {
  border-top-color: #00afdd;
}

/* line 122, app/assets/stylesheets/lib/_device-type.sass */
.p-device-type__item--portable span {
  background-image: url(/assets/renewal_designs/img-tab-portable-263471565fb96947a8dc3ed999d8696514beb378d49aa7f9cfbc804be25e0788.png);
}

@media (max-width: 767px) {
  /* line 122, app/assets/stylesheets/lib/_device-type.sass */
  .p-device-type__item--portable span {
    background-image: url(/assets/renewal_designs/img-tab-portable-md-bb7ba74c6bf519ce1a082857b8e86f9f0576de74360200d739f50a5bbc81253b.png);
  }
}

/* line 127, app/assets/stylesheets/lib/_device-type.sass */
.p-device-type__item--home span {
  background-image: url(/assets/renewal_designs/img-tab-home-7e6663cc8c7857b81e3162cb1ec47220c7f1ea0bd6a93e80b2301fbbd2ac4277.png);
}

@media (max-width: 767px) {
  /* line 127, app/assets/stylesheets/lib/_device-type.sass */
  .p-device-type__item--home span {
    background-image: url(/assets/renewal_designs/img-tab-home-md-f4b0326107b6071c5202ec89b19d855b228ee9fadef549b293f233ff644ee10e.png);
  }
}

/* line 132, app/assets/stylesheets/lib/_device-type.sass */
.p-device-type__item--usb span {
  background-image: url(/assets/renewal_designs/img-tab-usb-b35619d1d5194d5e69e7d84529d096536becc29366d71f1dc442ad22433cc050.png);
}

@media (max-width: 767px) {
  /* line 132, app/assets/stylesheets/lib/_device-type.sass */
  .p-device-type__item--usb span {
    background-image: url(/assets/renewal_designs/img-tab-usb-md-7ff1d2af7b28a84433a80e7acb0396d753e2a08c4ae2dc6e06ed92ed4f8c5408.png);
  }
}

/* line 136, app/assets/stylesheets/lib/_device-type.sass */
.p-device-type-label {
  display: inline-block;
  margin: 0 3px;
  padding: 3px 6px;
  border-radius: 20px;
  background-color: #ff785b;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
}

/* line 146, app/assets/stylesheets/lib/_device-type.sass */
.p-device-type__speed {
  background-color: #ffe7e1 !important;
}

/* line 149, app/assets/stylesheets/lib/_device-type.sass */
.p-device-comparison {
  display: none;
}

/* line 151, app/assets/stylesheets/lib/_device-type.sass */
.p-device-comparison__table {
  table-layout: fixed;
}

@media (max-width: 575px) {
  /* line 151, app/assets/stylesheets/lib/_device-type.sass */
  .p-device-comparison__table {
    table-layout: auto;
  }
}

/* line 155, app/assets/stylesheets/lib/_device-type.sass */
.p-device-comparison__table th {
  width: 20%;
  text-align: left;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  /* line 155, app/assets/stylesheets/lib/_device-type.sass */
  .p-device-comparison__table th {
    font-size: 1.4rem;
  }
}

@media (max-width: 575px) {
  /* line 161, app/assets/stylesheets/lib/_device-type.sass */
  .p-device-comparison__table th {
    width: 1%;
    white-space: nowrap;
    font-size: 1.2rem;
  }
}

/* line 166, app/assets/stylesheets/lib/_device-type.sass */
.p-device-comparison__table tr {
  text-align: center;
}

@media (max-width: 767px) {
  /* line 166, app/assets/stylesheets/lib/_device-type.sass */
  .p-device-comparison__table tr {
    font-size: 1.2rem;
  }
}

/* line 170, app/assets/stylesheets/lib/_device-type.sass */
.p-device-comparison__thumb {
  padding-top: 1.4rem;
  margin: 0 10px;
}

/* line 173, app/assets/stylesheets/lib/_device-type.sass */
.p-device-comparison__thumb img {
  width: 145px;
}

@media (max-width: 575px) {
  /* line 173, app/assets/stylesheets/lib/_device-type.sass */
  .p-device-comparison__thumb img {
    width: 125px;
    min-width: 125px;
  }
}

/* line 178, app/assets/stylesheets/lib/_device-type.sass */
.p-device-comparison__name {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: .1em;
  font-size: 1.2rem;
}

/* line 183, app/assets/stylesheets/lib/_device-type.sass */
.p-device-comparison__name span {
  display: block;
  font-size: 2.2rem;
}

/* line 187, app/assets/stylesheets/lib/_device-type.sass */
.c-device-card {
  position: relative;
  background: #ffffff;
  padding: 3rem 1.28rem 5rem;
  border-radius: 3px;
  text-align: center;
  -webkit-box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
          box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
}

/* line 194, app/assets/stylesheets/lib/_device-type.sass */
.c-device-card__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  /* line 194, app/assets/stylesheets/lib/_device-type.sass */
  .c-device-card__column {
    display: block;
    margin: 0;
  }
}

/* line 203, app/assets/stylesheets/lib/_device-type.sass */
.c-device-card__column .c-device-card {
  margin: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 24px);
          flex: 0 0 calc(33.33% - 24px);
}

@media (min-width: 768px) {
  /* line 203, app/assets/stylesheets/lib/_device-type.sass */
  .c-device-card__column .c-device-card {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

/* line 212, app/assets/stylesheets/lib/_device-type.sass */
.c-device-card__slider .c-device-card {
  margin: 12px;
}

/* line 214, app/assets/stylesheets/lib/_device-type.sass */
.c-device-card__ribbon-wrap {
  position: absolute;
  top: -6px;
  left: 0px;
  width: 89px;
  height: 91px;
  overflow: hidden;
}

/* line 221, app/assets/stylesheets/lib/_device-type.sass */
.c-device-card__ribbon {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  right: -20px;
  top: 20px;
  width: 160px;
  text-align: center;
  line-height: 14px;
  background: transparent;
  color: #fff;
  font-weight: 700;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 1.2rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
          box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
}

@media (max-width: 575px) {
  /* line 221, app/assets/stylesheets/lib/_device-type.sass */
  .c-device-card__ribbon {
    padding: 5px 0;
    right: -15px;
    line-height: 10px;
    font-size: 1rem;
  }
}

/* line 241, app/assets/stylesheets/lib/_device-type.sass */
.c-device-card__ribbon--new {
  background: #ffce00;
}

/* line 243, app/assets/stylesheets/lib/_device-type.sass */
.c-device-card__ribbon--recommend {
  background: #ff785b;
}

/* line 245, app/assets/stylesheets/lib/_device-type.sass */
.c-device-card__feature {
  font-weight: 700;
  margin-bottom: 3rem;
}

/* line 248, app/assets/stylesheets/lib/_device-type.sass */
.c-device-card__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: .5rem;
}

/* line 253, app/assets/stylesheets/lib/_device-type.sass */
.c-device-card__free {
  margin: 0;
  position: absolute;
  bottom: 28px;
  left: 14px;
  right: 10px;
  text-align: center;
  color: #00afdd;
  background-color: #f5f9fc;
  border-radius: 3px;
  font-weight: 700;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  font-size: 1.8rem;
}

/* line 268, app/assets/stylesheets/lib/_device-type.sass */
.c-device-card__free span {
  display: inline-block;
  margin: 0 .2rem;
  font-size: 2.4rem;
}

/* line 272, app/assets/stylesheets/lib/_device-type.sass */
.c-device-card__name {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: .1em;
  line-height: 1.2;
  word-break: break-all;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  /* line 272, app/assets/stylesheets/lib/_device-type.sass */
  .c-device-card__name {
    font-size: 2.1rem;
  }
}

/* line 281, app/assets/stylesheets/lib/_device-type.sass */
.c-device-card__name span {
  display: block;
  font-size: 3.5rem;
}

@media (min-width: 768px) {
  /* line 281, app/assets/stylesheets/lib/_device-type.sass */
  .c-device-card__name span {
    display: inline-block;
    margin: 0 .3rem;
    font-size: 2.1rem;
  }
}

/* line 288, app/assets/stylesheets/lib/_device-type.sass */
.c-device-card__name a {
  color: #000;
}

/* line 290, app/assets/stylesheets/lib/_device-type.sass */
.c-device-card__name a:hover {
  text-decoration: none;
}

/* line 53, app/assets/stylesheets/lib/_form.scss */
button.button-submit {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border: 0;
  border-radius: 6px;
  background-color: #8cc63f;
  -webkit-box-shadow: 0 4px #71a230;
          box-shadow: 0 4px #71a230;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 65px;
}

@media (min-width: 960px) {
  /* line 53, app/assets/stylesheets/lib/_form.scss */
  button.button-submit {
    font-size: 3rem;
    line-height: 80px;
  }
}

/* line 74, app/assets/stylesheets/lib/_form.scss */
button.button-submit::after {
  display: inline-block;
  margin-left: 10px;
  margin-top: -4px;
  color: #fff;
  content: "\e905";
  vertical-align: middle;
  font-size: 2rem;
  font-family: 'iconfont';
}

@media (min-width: 960px) {
  /* line 74, app/assets/stylesheets/lib/_form.scss */
  button.button-submit::after {
    font-size: 3rem;
  }
}

/* line 87, app/assets/stylesheets/lib/_form.scss */
button.button-submit:hover {
  cursor: pointer;
}

/* line 90, app/assets/stylesheets/lib/_form.scss */
button.button-submit:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

/* line 95, app/assets/stylesheets/lib/_form.scss */
.button-back {
  color: #4d4d4d;
  display: inline-block;
  margin-bottom: 4px;
  border: 0;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 960px) {
  /* line 95, app/assets/stylesheets/lib/_form.scss */
  .button-back {
    font-size: 2rem;
  }
}

/* line 108, app/assets/stylesheets/lib/_form.scss */
.button-back:hover {
  text-decoration: none;
}

/* line 112, app/assets/stylesheets/lib/_form.scss */
.button-not-send {
  margin-bottom: 4px;
  border: 0;
  border-radius: 6px;
  background-color: #808080;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 65px;
}

@media (min-width: 960px) {
  /* line 112, app/assets/stylesheets/lib/_form.scss */
  .button-not-send {
    font-size: 3rem;
    line-height: 80px;
  }
}

/* line 131, app/assets/stylesheets/lib/_form.scss */
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 137, app/assets/stylesheets/lib/_form.scss */
.wrap-form {
  padding-bottom: 20px;
  background-color: #fafafa;
}

/* line 142, app/assets/stylesheets/lib/_form.scss */
.form-section {
  padding-top: 20px;
  padding-bottom: 10px;
}

@media (min-width: 960px) {
  /* line 142, app/assets/stylesheets/lib/_form.scss */
  .form-section {
    padding-top: 50px;
    padding-bottom: 30px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 156, app/assets/stylesheets/lib/_form.scss */
.form-section.next {
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  text-align: center;
}

@media (min-width: 960px) {
  /* line 156, app/assets/stylesheets/lib/_form.scss */
  .form-section.next {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}

/* line 171, app/assets/stylesheets/lib/_form.scss */
.form-section.result {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 960px) {
  /* line 171, app/assets/stylesheets/lib/_form.scss */
  .form-section.result {
    padding-top: 40px;
    padding-bottom: 20px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 186, app/assets/stylesheets/lib/_form.scss */
.form-section-title {
  margin-right: 10px;
  margin-left: 10px;
}

/* line 192, app/assets/stylesheets/lib/_form.scss */
.form-section-title h2 {
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 4px solid #4eadd8;
  font-weight: bold;
  font-size: 2.3rem;
}

@media (min-width: 960px) {
  /* line 192, app/assets/stylesheets/lib/_form.scss */
  .form-section-title h2 {
    font-size: 3rem;
  }
}

/* line 207, app/assets/stylesheets/lib/_form.scss */
.form-section-title p.section-subtext-option {
  font-size: 1.8rem;
  font-weight: bold;
}

@media (min-width: 960px) {
  /* line 206, app/assets/stylesheets/lib/_form.scss */
  .form-section-title p.section-subtext {
    font-size: 2.2rem;
  }
}

@media (min-width: 960px) {
  /* line 218, app/assets/stylesheets/lib/_form.scss */
  form .inner {
    margin: 0 10px;
  }
}

/* line 223, app/assets/stylesheets/lib/_form.scss */
form .inner-center {
  text-align: center;
}

/* line 226, app/assets/stylesheets/lib/_form.scss */
form img {
  vertical-align: bottom;
}

/* line 229, app/assets/stylesheets/lib/_form.scss */
form .button-margin {
  margin-right: 10px;
  margin-left: 10px;
}

/* line 237, app/assets/stylesheets/lib/_form.scss */
form input:required {
  background-color: #ffffed;
}

/* line 242, app/assets/stylesheets/lib/_form.scss */
form input.input-disabled {
  display: none;
}

/* line 245, app/assets/stylesheets/lib/_form.scss */
form label.button {
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 4px;
  color: #999999;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px #d9d9d9;
          box-shadow: 0 4px #d9d9d9;
  line-height: 45px;
  border: 1px solid #d9d9d9;
}

@media (min-width: 960px) {
  /* line 245, app/assets/stylesheets/lib/_form.scss */
  form label.button {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 2rem;
    line-height: 65px;
  }
}

/* line 29, app/assets/stylesheets/lib/_form.scss */
form label.button:hover {
  cursor: pointer;
}

/* line 247, app/assets/stylesheets/lib/_form.scss */
form label.button.button-decoration-none {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 253, app/assets/stylesheets/lib/_form.scss */
form input[type="radio"]:checked + label.button,
form input[type="checkbox"]:checked + label.button {
  top: 4px;
  border-bottom: none;
  background-color: #8cc63f;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

/* line 39, app/assets/stylesheets/lib/_form.scss */
form input[type="radio"]:checked + label.button::before,
form input[type="checkbox"]:checked + label.button::before {
  color: #fff;
}

/* line 258, app/assets/stylesheets/lib/_form.scss */
form input.form-default {
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 2px solid #e6e6e6;
  border-radius: 8px;
  font-size: 1.4rem;
}

@media (min-width: 960px) {
  /* line 258, app/assets/stylesheets/lib/_form.scss */
  form input.form-default {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2rem;
  }
}

/* line 273, app/assets/stylesheets/lib/_form.scss */
form .option-content {
  padding-top: 20px;
  text-align: center;
  font-size: 1.5rem;
}

@media (min-width: 960px) {
  /* line 278, app/assets/stylesheets/lib/_form.scss */
  form .option-content .input-group {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* line 286, app/assets/stylesheets/lib/_form.scss */
form .option-content label {
  margin-right: 10px;
  font-weight: bold;
}

@media (min-width: 960px) {
  /* line 286, app/assets/stylesheets/lib/_form.scss */
  form .option-content label {
    font-size: 2.4rem;
  }
}

/* line 293, app/assets/stylesheets/lib/_form.scss */
form .option-content p {
  color: #043786;
  font-weight: bold;
}

@media (min-width: 960px) {
  /* line 293, app/assets/stylesheets/lib/_form.scss */
  form .option-content p {
    font-size: 2.2rem;
  }
}

/* line 302, app/assets/stylesheets/lib/_form.scss */
form .inner-device {
  overflow: visible;
  padding-top: 25px;
  padding-bottom: 50px;
}

@media (min-width: 960px) {
  /* line 302, app/assets/stylesheets/lib/_form.scss */
  form .inner-device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 312, app/assets/stylesheets/lib/_form.scss */
form .device-group {
  margin-top: 20px;
}

@media (min-width: 960px) {
  /* line 312, app/assets/stylesheets/lib/_form.scss */
  form .device-group {
    -ms-flex-preferred-size: 287px;
        flex-basis: 287px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

/* line 321, app/assets/stylesheets/lib/_form.scss */
form .device-group .device-intro {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 328, app/assets/stylesheets/lib/_form.scss */
form .device-group p {
  line-height: 1.5;
}

@media (min-width: 960px) {
  /* line 328, app/assets/stylesheets/lib/_form.scss */
  form .device-group p {
    font-size: 2rem;
  }
}

/* line 333, app/assets/stylesheets/lib/_form.scss */
form .device-group p span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
}

@media (min-width: 960px) {
  /* line 333, app/assets/stylesheets/lib/_form.scss */
  form .device-group p span {
    font-size: 1.6rem;
  }
}

/* line 342, app/assets/stylesheets/lib/_form.scss */
form .device-group img.batch-new {
  position: absolute;
  top: 5px;
  left: 5px;
}

/* line 348, app/assets/stylesheets/lib/_form.scss */
form .device-group label[for*="radio-"] {
  display: block;
}

/* line 350, app/assets/stylesheets/lib/_form.scss */
form .device-group label[for*="radio-"] img {
  pointer-events: none;
}

/* line 355, app/assets/stylesheets/lib/_form.scss */
form .device-name {
  text-align: left;
  background: #fff;
  padding: 20px;
  line-height: 1.2;
}

@media (min-width: 960px) {
  /* line 355, app/assets/stylesheets/lib/_form.scss */
  form .device-name {
    font-size: 2rem;
  }
}

/* line 363, app/assets/stylesheets/lib/_form.scss */
form .device-name span {
  font-size: 2.8rem;
  display: inline-block;
}

@media (min-width: 960px) {
  /* line 363, app/assets/stylesheets/lib/_form.scss */
  form .device-name span {
    font-size: 3rem;
  }
}

/* line 371, app/assets/stylesheets/lib/_form.scss */
form .device-img-wrap {
  background: #aee3fa;
  text-align: center;
}

/* line 374, app/assets/stylesheets/lib/_form.scss */
form .device-img-wrap-coming-soon {
  background: #57707d;
}

/* line 380, app/assets/stylesheets/lib/_form.scss */
form .device-color-block {
  padding-top: 30px;
}

/* line 384, app/assets/stylesheets/lib/_form.scss */
form .inner-accessories {
  text-align: center;
}

@media (min-width: 960px) {
  /* line 384, app/assets/stylesheets/lib/_form.scss */
  form .inner-accessories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}

/* line 392, app/assets/stylesheets/lib/_form.scss */
form .inner-accessories .item-block {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}

@media (min-width: 960px) {
  /* line 392, app/assets/stylesheets/lib/_form.scss */
  form .inner-accessories .item-block {
    -ms-flex-preferred-size: 338px;
        flex-basis: 338px;
    font-size: 2.4rem;
  }
}

/* line 403, app/assets/stylesheets/lib/_form.scss */
form .inner-accessories .radio-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  /* line 403, app/assets/stylesheets/lib/_form.scss */
  form .inner-accessories .radio-block {
    -ms-flex-preferred-size: 570px;
        flex-basis: 570px;
  }
}

/* line 412, app/assets/stylesheets/lib/_form.scss */
form .inner-accessories label.button-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 419, app/assets/stylesheets/lib/_form.scss */
form .inner-accessories-title {
  padding-top: 60px;
  font-weight: bold;
}

@media (min-width: 960px) {
  /* line 419, app/assets/stylesheets/lib/_form.scss */
  form .inner-accessories-title {
    padding-top: 100px;
    font-size: 2.4rem;
  }
}

/* line 428, app/assets/stylesheets/lib/_form.scss */
form p.text-battery {
  color: #c1272d;
}

@media (min-width: 960px) {
  /* line 428, app/assets/stylesheets/lib/_form.scss */
  form p.text-battery {
    font-size: 2rem;
  }
}

/* line 433, app/assets/stylesheets/lib/_form.scss */
form p.text-battery + p {
  margin-top: 2em;
}

/* line 437, app/assets/stylesheets/lib/_form.scss */
form p.text-cradle {
  margin-top: 2em;
  color: #043786;
  text-align: left;
}

@media (min-width: 960px) {
  /* line 437, app/assets/stylesheets/lib/_form.scss */
  form p.text-cradle {
    font-size: 2rem;
  }
}

/* line 446, app/assets/stylesheets/lib/_form.scss */
form span.label {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
  padding-top: 3px;
  padding-right: 8px;
  padding-bottom: 3px;
  padding-left: 8px;
  background-color: #f52d9d;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
}

@media (min-width: 960px) {
  /* line 446, app/assets/stylesheets/lib/_form.scss */
  form span.label {
    font-size: 1.6rem;
  }
}

/* line 469, app/assets/stylesheets/lib/_form.scss */
form .inner-plan {
  overflow: visible;
  padding-bottom: 40px;
}

@media (min-width: 960px) {
  /* line 469, app/assets/stylesheets/lib/_form.scss */
  form .inner-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 476, app/assets/stylesheets/lib/_form.scss */
form .inner-plan .plan-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  max-width: 460px;
  background-color: #fff;
  text-align: center;
}

@media (min-width: 960px) {
  /* line 476, app/assets/stylesheets/lib/_form.scss */
  form .inner-plan .plan-wrap {
    -ms-flex-preferred-size: 460px;
        flex-basis: 460px;
    margin-bottom: 0;
  }
}

/* line 491, app/assets/stylesheets/lib/_form.scss */
form .inner-plan .plan-wrap label.label-block:hover {
  cursor: pointer;
}

/* line 498, app/assets/stylesheets/lib/_form.scss */
form .plan-wrap {
  text-align: center;
  padding: 20px 0;
  margin: 20px 10px 0 10px;
  background: #fff;
}

/* line 505, app/assets/stylesheets/lib/_form.scss */
form .select-plan {
  padding-top: 30px;
}

/* line 509, app/assets/stylesheets/lib/_form.scss */
form .option-wrap {
  border: 7px solid #8cc63f;
  background-color: #fff;
}

/* line 513, app/assets/stylesheets/lib/_form.scss */
form .option-wrap .option-label-group {
  position: relative;
  padding-left: 60px;
}

@media (min-width: 600px) {
  /* line 513, app/assets/stylesheets/lib/_form.scss */
  form .option-wrap .option-label-group {
    left: calc(50% - 160px);
    width: 260px;
  }
}

@media (min-width: 960px) {
  /* line 513, app/assets/stylesheets/lib/_form.scss */
  form .option-wrap .option-label-group {
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: auto;
    margin-left: auto;
    padding-left: 80px;
    width: auto;
    width: 670px;
  }
}

/* line 532, app/assets/stylesheets/lib/_form.scss */
form .option-wrap .option-label-group:hover {
  cursor: pointer;
}

@media (min-width: 960px) {
  /* line 536, app/assets/stylesheets/lib/_form.scss */
  form .option-wrap .option-label-group > img {
    margin-right: 15px;
  }
}

@media (min-width: 960px) {
  /* line 541, app/assets/stylesheets/lib/_form.scss */
  form .option-wrap .option-label-group > span.option-name {
    margin-right: 60px;
  }
}

/* line 547, app/assets/stylesheets/lib/_form.scss */
form .option-wrap .option-label-group::before {
  position: absolute;
  top: calc(50% - 15px);
  left: 20px;
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid #cccccc;
  content: "";
}

/* line 558, app/assets/stylesheets/lib/_form.scss */
form .option-top {
  padding: 20px;
  background-color: #fff5f9;
  color: #043786;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 960px) {
  /* line 558, app/assets/stylesheets/lib/_form.scss */
  form .option-top {
    font-size: 2.2rem;
  }
}

/* line 568, app/assets/stylesheets/lib/_form.scss */
form .option-bottom {
  padding: 20px;
}

/* line 570, app/assets/stylesheets/lib/_form.scss */
form .option-bottom span.option-name {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 3.2rem;
}

/* line 579, app/assets/stylesheets/lib/_form.scss */
form .option-bottom p.option-text {
  padding-top: 20px;
  color: #043786;
}

@media (min-width: 960px) {
  /* line 579, app/assets/stylesheets/lib/_form.scss */
  form .option-bottom p.option-text {
    font-size: 2rem;
  }
}

/* line 589, app/assets/stylesheets/lib/_form.scss */
form .option-modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 600, app/assets/stylesheets/lib/_form.scss */
form .option-modal-wrap p.text-option-modal {
  color: #043786;
  font-weight: bold;
  font-size: 1.4rem;
}

@media (min-width: 600px) {
  /* line 600, app/assets/stylesheets/lib/_form.scss */
  form .option-modal-wrap p.text-option-modal {
    line-height: 1.2;
  }
}

@media (min-width: 960px) {
  /* line 600, app/assets/stylesheets/lib/_form.scss */
  form .option-modal-wrap p.text-option-modal {
    font-size: 2.2rem;
  }
}

@media (min-width: 600px) {
  /* line 610, app/assets/stylesheets/lib/_form.scss */
  form .option-modal-wrap p.text-option-modal span.text-pink {
    vertical-align: middle;
    font-size: 154.5%;
  }
}

/* line 618, app/assets/stylesheets/lib/_form.scss */
form .inner-option-modal {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

@media (min-width: 960px) {
  /* line 618, app/assets/stylesheets/lib/_form.scss */
  form .inner-option-modal {
    padding: 30px;
    width: 900px;
  }
}

/* line 632, app/assets/stylesheets/lib/_form.scss */
form .inner-option-modal .border {
  padding: 10px;
  border: 5px solid #043786;
}

@media (min-width: 960px) {
  /* line 632, app/assets/stylesheets/lib/_form.scss */
  form .inner-option-modal .border {
    padding: 30px;
  }
}

/* line 639, app/assets/stylesheets/lib/_form.scss */
form .inner-option-modal img.icon-danger {
  width: 38px;
}

@media (min-width: 600px) {
  /* line 639, app/assets/stylesheets/lib/_form.scss */
  form .inner-option-modal img.icon-danger {
    width: auto;
  }
}

/* line 645, app/assets/stylesheets/lib/_form.scss */
form .inner-option-modal img.sp-hidden {
  display: none;
}

@media (min-width: 600px) {
  /* line 645, app/assets/stylesheets/lib/_form.scss */
  form .inner-option-modal img.sp-hidden {
    display: inline-block;
  }
}

/* line 652, app/assets/stylesheets/lib/_form.scss */
form .inner-option-modal a.button {
  font-size: 1.2rem;
  margin: 5px;
}

/* line 655, app/assets/stylesheets/lib/_form.scss */
form .inner-option-modal a.button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

/* line 659, app/assets/stylesheets/lib/_form.scss */
form .inner-option-modal a.button + a.button {
  min-width: 222px;
}

/* line 663, app/assets/stylesheets/lib/_form.scss */
form .inner-option-modal a.button-disabled {
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 4px;
  color: #999999;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px #d9d9d9;
          box-shadow: 0 4px #d9d9d9;
  line-height: 45px;
  border: 1px solid #d9d9d9;
}

@media (min-width: 960px) {
  /* line 663, app/assets/stylesheets/lib/_form.scss */
  form .inner-option-modal a.button-disabled {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 2rem;
    line-height: 65px;
  }
}

/* line 29, app/assets/stylesheets/lib/_form.scss */
form .inner-option-modal a.button-disabled:hover {
  cursor: pointer;
}

@media (min-width: 960px) {
  /* line 663, app/assets/stylesheets/lib/_form.scss */
  form .inner-option-modal a.button-disabled {
    font-size: 2rem;
    line-height: 50px;
  }
}

/* line 670, app/assets/stylesheets/lib/_form.scss */
form .inner-option-modal a.button-pink {
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 4px;
  color: #999999;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-color: #f52d9d;
  -webkit-box-shadow: 0 4px #cc0a76;
          box-shadow: 0 4px #cc0a76;
  line-height: 45px;
  border: 1px solid #cc0a76;
  color: #fff;
}

@media (min-width: 960px) {
  /* line 670, app/assets/stylesheets/lib/_form.scss */
  form .inner-option-modal a.button-pink {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 2rem;
    line-height: 65px;
  }
}

/* line 29, app/assets/stylesheets/lib/_form.scss */
form .inner-option-modal a.button-pink:hover {
  cursor: pointer;
}

@media (min-width: 960px) {
  /* line 670, app/assets/stylesheets/lib/_form.scss */
  form .inner-option-modal a.button-pink {
    font-size: 3.2rem;
  }
}

@media (min-width: 600px) {
  /* line 678, app/assets/stylesheets/lib/_form.scss */
  form .inner-option-modal .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 960px) {
  /* line 678, app/assets/stylesheets/lib/_form.scss */
  form .inner-option-modal .flex-wrap {
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    width: 830px;
  }
}

/* line 694, app/assets/stylesheets/lib/_form.scss */
form .option-pattern-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  max-width: 410px;
  font-weight: bold;
}

@media (min-width: 600px) {
  /* line 694, app/assets/stylesheets/lib/_form.scss */
  form .option-pattern-block {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
}

/* line 708, app/assets/stylesheets/lib/_form.scss */
form .option-pattern-block .title {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 1.4rem;
}

@media (min-width: 960px) {
  /* line 708, app/assets/stylesheets/lib/_form.scss */
  form .option-pattern-block .title {
    font-size: 2.2rem;
  }
}

/* line 719, app/assets/stylesheets/lib/_form.scss */
form .option-pattern-block .content {
  padding: 10px;
  font-size: 1.4rem;
}

/* line 722, app/assets/stylesheets/lib/_form.scss */
form .option-pattern-block .content img {
  margin-left: 15px;
  width: 38px;
  vertical-align: middle;
}

@media (min-width: 600px) {
  /* line 722, app/assets/stylesheets/lib/_form.scss */
  form .option-pattern-block .content img {
    width: auto;
  }
}

/* line 730, app/assets/stylesheets/lib/_form.scss */
form .option-pattern-block .content span {
  color: #043786;
}

@media (min-width: 600px) {
  /* line 730, app/assets/stylesheets/lib/_form.scss */
  form .option-pattern-block .content span {
    font-size: 157.1%;
  }
}

/* line 737, app/assets/stylesheets/lib/_form.scss */
form .option-pattern-block.gray {
  border: 3px solid #b3b3b3;
}

/* line 739, app/assets/stylesheets/lib/_form.scss */
form .option-pattern-block.gray .title {
  background-color: #b3b3b3;
}

/* line 742, app/assets/stylesheets/lib/_form.scss */
form .option-pattern-block.gray .content {
  color: #808080;
}

/* line 746, app/assets/stylesheets/lib/_form.scss */
form .option-pattern-block.pink {
  border: 3px solid #f52d9d;
}

/* line 748, app/assets/stylesheets/lib/_form.scss */
form .option-pattern-block.pink .title {
  background-color: #f52d9d;
}

/* line 751, app/assets/stylesheets/lib/_form.scss */
form .option-pattern-block.pink .content {
  color: #043786;
}

@media (min-width: 600px) {
  /* line 751, app/assets/stylesheets/lib/_form.scss */
  form .option-pattern-block.pink .content {
    padding-top: 30px;
    font-size: 2rem;
  }
}

/* line 761, app/assets/stylesheets/lib/_form.scss */
form .detail-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

/* line 764, app/assets/stylesheets/lib/_form.scss */
form .detail-wrap .detail-title {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #0099ff;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

/* line 777, app/assets/stylesheets/lib/_form.scss */
form .submit-button-section {
  text-align: center;
}

/* line 781, app/assets/stylesheets/lib/_form.scss */
form .detail-content {
  padding: 20px;
}

@media (min-width: 960px) {
  /* line 781, app/assets/stylesheets/lib/_form.scss */
  form .detail-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px;
  }
}

/* line 790, app/assets/stylesheets/lib/_form.scss */
form .detail-content-top .device-image {
  text-align: center;
}

/* line 792, app/assets/stylesheets/lib/_form.scss */
form .detail-content-top .device-image img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 800, app/assets/stylesheets/lib/_form.scss */
form .detail-content-top table.device-data {
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 1.4rem;
}

@media (min-width: 960px) {
  /* line 800, app/assets/stylesheets/lib/_form.scss */
  form .detail-content-top table.device-data {
    font-size: 1.8rem;
  }
}

/* line 811, app/assets/stylesheets/lib/_form.scss */
form .detail-content-top table.device-data th {
  padding-right: 1em;
  text-align: right;
}

/* line 817, app/assets/stylesheets/lib/_form.scss */
form .detail-content-bottom {
  font-size: 1.4rem;
}

@media (min-width: 960px) {
  /* line 817, app/assets/stylesheets/lib/_form.scss */
  form .detail-content-bottom {
    margin-top: 30px;
    width: 554px;
    font-size: 1.8rem;
  }
}

/* line 824, app/assets/stylesheets/lib/_form.scss */
form .detail-content-bottom ul.simulation-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

/* line 828, app/assets/stylesheets/lib/_form.scss */
form .detail-content-bottom ul.simulation-tab li {
  display: inline-block;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 50%;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: #cccccc;
  color: #fff;
  text-align: center;
}

@media (min-width: 600px) {
  /* line 828, app/assets/stylesheets/lib/_form.scss */
  form .detail-content-bottom ul.simulation-tab li {
    -ms-flex-preferred-size: calc(25% - 3px);
        flex-basis: calc(25% - 3px);
    border: 0;
    border-radius: 4px 4px 0 0;
  }
}

@media (min-width: 600px) {
  /* line 847, app/assets/stylesheets/lib/_form.scss */
  form .detail-content-bottom ul.simulation-tab li + li {
    margin-left: 4px;
  }
}

/* line 852, app/assets/stylesheets/lib/_form.scss */
form .detail-content-bottom ul.simulation-tab li:hover {
  cursor: pointer;
}

/* line 855, app/assets/stylesheets/lib/_form.scss */
form .detail-content-bottom ul.simulation-tab li.is-active {
  background-color: #f52d9d;
}

/* line 861, app/assets/stylesheets/lib/_form.scss */
form .simulation-content {
  display: none;
}

/* line 863, app/assets/stylesheets/lib/_form.scss */
form .simulation-content.is-active {
  display: block !important;
  border: 2px solid #f52d9d;
}

/* line 867, app/assets/stylesheets/lib/_form.scss */
form .simulation-content table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 871, app/assets/stylesheets/lib/_form.scss */
form .simulation-content table th {
  padding: 8px;
  text-align: left;
}

@media (min-width: 960px) {
  /* line 871, app/assets/stylesheets/lib/_form.scss */
  form .simulation-content table th {
    padding: 10px;
  }
}

/* line 878, app/assets/stylesheets/lib/_form.scss */
form .simulation-content table td {
  padding: 8px;
  text-align: right;
}

@media (min-width: 960px) {
  /* line 878, app/assets/stylesheets/lib/_form.scss */
  form .simulation-content table td {
    padding: 10px;
  }
}

/* line 885, app/assets/stylesheets/lib/_form.scss */
form .simulation-content table tr.table-header {
  font-size: 90.9%;
}

/* line 887, app/assets/stylesheets/lib/_form.scss */
form .simulation-content table tr.table-header th {
  color: #f52d9d;
  font-weight: normal;
}

/* line 891, app/assets/stylesheets/lib/_form.scss */
form .simulation-content table tr.table-header td {
  color: #b3b3b3;
}

/* line 895, app/assets/stylesheets/lib/_form.scss */
form .simulation-content table tr.table-footer {
  background-color: #f2f2f2;
}

/* line 897, app/assets/stylesheets/lib/_form.scss */
form .simulation-content table tr.table-footer th {
  border-top: 2px solid #f52d9d;
}

/* line 900, app/assets/stylesheets/lib/_form.scss */
form .simulation-content table tr.table-footer td {
  border-top: 2px solid #f52d9d;
}

/* line 908, app/assets/stylesheets/lib/_form.scss */
form input.input-default {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1.6rem;
  height: 42px;
}

@media (min-width: 960px) {
  /* line 908, app/assets/stylesheets/lib/_form.scss */
  form input.input-default {
    font-size: 2rem;
  }
}

/* line 917, app/assets/stylesheets/lib/_form.scss */
form input.input-default:focus {
  -webkit-box-shadow: 0 0 6px 0 #4eadd9;
          box-shadow: 0 0 6px 0 #4eadd9;
  outline: 0;
}

/* line 922, app/assets/stylesheets/lib/_form.scss */
form input.input-text {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
}

@media (min-width: 600px) {
  /* line 922, app/assets/stylesheets/lib/_form.scss */
  form input.input-text {
    display: inline-block;
  }
}

@media (min-width: 960px) {
  /* line 931, app/assets/stylesheets/lib/_form.scss */
  form input.input-lg {
    width: 430px;
  }
}

/* line 936, app/assets/stylesheets/lib/_form.scss */
form .select-wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

@media (min-width: 960px) {
  /* line 936, app/assets/stylesheets/lib/_form.scss */
  form .select-wrap-flex {
    width: 670px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
  }
}

/* line 947, app/assets/stylesheets/lib/_form.scss */
form .select-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 5px;
}

/* line 951, app/assets/stylesheets/lib/_form.scss */
form .select-wrap::before {
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  color: #b3b3b3;
  content: "▼";
  font-size: 1rem;
}

/* line 959, app/assets/stylesheets/lib/_form.scss */
form .select-wrap:first-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

/* line 963, app/assets/stylesheets/lib/_form.scss */
form select {
  width: 100%;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 960px) {
  /* line 963, app/assets/stylesheets/lib/_form.scss */
  form select {
    font-size: 2rem;
  }
}

/* line 982, app/assets/stylesheets/lib/_form.scss */
form select:focus {
  -webkit-box-shadow: 0 0 6px 0 #4eadd9;
          box-shadow: 0 0 6px 0 #4eadd9;
  outline: 0;
}

/* line 987, app/assets/stylesheets/lib/_form.scss */
form button.button-postalcode {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background-color: #999999;
  color: #fff;
  font-size: 1.6rem;
  line-height: 42px;
  white-space: nowrap;
}

@media (min-width: 960px) {
  /* line 987, app/assets/stylesheets/lib/_form.scss */
  form button.button-postalcode {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 2rem;
    line-height: 42px;
  }
}

/* line 1009, app/assets/stylesheets/lib/_form.scss */
form button.button-postalcode:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

/* line 1015, app/assets/stylesheets/lib/_form.scss */
form .destination_address {
  display: none;
}

/* line 1020, app/assets/stylesheets/lib/_form.scss */
form .form-block label.label-text {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-weight: bold;
}

@media (min-width: 960px) {
  /* line 1020, app/assets/stylesheets/lib/_form.scss */
  form .form-block label.label-text {
    width: 240px;
    padding: 5px 20px 0 0;
    white-space: nowrap;
    font-size: 2.2rem;
    float: left;
    text-align: right;
  }
}

@media (min-width: 960px) {
  /* line 1037, app/assets/stylesheets/lib/_form.scss */
  form .form-block label.button {
    line-height: 50px;
  }
}

/* line 1042, app/assets/stylesheets/lib/_form.scss */
form .form-block + .form-block {
  margin-top: 20px;
}

@media (min-width: 960px) {
  /* line 1042, app/assets/stylesheets/lib/_form.scss */
  form .form-block + .form-block {
    margin-top: 40px;
  }
}

/* line 1050, app/assets/stylesheets/lib/_form.scss */
form .termscheck {
  border-top: 1px dotted #ccc;
  padding-top: 30px;
  margin-top: 30px;
}

@media (min-width: 960px) {
  /* line 1050, app/assets/stylesheets/lib/_form.scss */
  form .termscheck {
    padding-top: 60px;
    margin-top: 0;
  }
}

/* line 1058, app/assets/stylesheets/lib/_form.scss */
form .termscheck p {
  color: #000;
  font-weight: bold;
}

@media (min-width: 960px) {
  /* line 1058, app/assets/stylesheets/lib/_form.scss */
  form .termscheck p {
    font-size: 2.4rem;
  }
}

/* line 1065, app/assets/stylesheets/lib/_form.scss */
form .termscheck a {
  color: #4eadd8;
}

/* line 1067, app/assets/stylesheets/lib/_form.scss */
form .termscheck a:hover {
  color: #8dcae6;
}

/* line 1071, app/assets/stylesheets/lib/_form.scss */
form .termscheck [class*="icon-"] {
  display: inline-block;
  margin-left: 5px;
  color: #4eadd8;
  vertical-align: middle;
}

/* line 1078, app/assets/stylesheets/lib/_form.scss */
form .termscheck .checkbox-block {
  padding: 0 10px;
}

/* line 1081, app/assets/stylesheets/lib/_form.scss */
form .termscheck .checkbox-group {
  position: relative;
}

@media (min-width: 600px) {
  /* line 1081, app/assets/stylesheets/lib/_form.scss */
  form .termscheck .checkbox-group {
    display: inline-block;
  }
}

/* line 1088, app/assets/stylesheets/lib/_form.scss */
form .termscheck label.label-terms {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}

@media (min-width: 960px) {
  /* line 1088, app/assets/stylesheets/lib/_form.scss */
  form .termscheck label.label-terms {
    font-size: 2.2rem;
    top: 10px;
    left: -7px;
  }
}

@media (min-width: 960px) {
  /* line 1102, app/assets/stylesheets/lib/_form.scss */
  form .checkbox-label {
    padding-top: 5px;
  }
}

/* line 1106, app/assets/stylesheets/lib/_form.scss */
form .checkbox-label input + label {
  position: relative;
}

/* line 1109, app/assets/stylesheets/lib/_form.scss */
form .checkbox-label input + label::before {
  position: absolute;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  content: "";
}

@media (min-width: 960px) {
  /* line 1109, app/assets/stylesheets/lib/_form.scss */
  form .checkbox-label input + label::before {
    width: 30px;
    height: 30px;
  }
  @-moz-document url-prefix() {
    /* line 1109, app/assets/stylesheets/lib/_form.scss */
    form .checkbox-label input + label::before {
      top: -9px;
    }
  }
}

/* line 1128, app/assets/stylesheets/lib/_form.scss */
form .checkbox-label input:checked + label::after {
  position: absolute;
  top: -4px;
  left: 3px;
  color: #f52d9d;
  content: "\e901";
  font-size: 1.8rem;
  font-family: 'iconfont';
}

@media (min-width: 960px) {
  /* line 1128, app/assets/stylesheets/lib/_form.scss */
  form .checkbox-label input:checked + label::after {
    top: -9px;
    left: 5px;
    font-size: 2.4rem;
  }
}

@media (min-width: 960px) {
  /* line 1143, app/assets/stylesheets/lib/_form.scss */
  form .term-checkbox-label {
    padding-top: 5px;
  }
}

/* line 1147, app/assets/stylesheets/lib/_form.scss */
form .term-checkbox-label input + label {
  position: relative;
}

/* line 1150, app/assets/stylesheets/lib/_form.scss */
form .term-checkbox-label input + label::before {
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  content: "";
}

@media (min-width: 960px) {
  /* line 1150, app/assets/stylesheets/lib/_form.scss */
  form .term-checkbox-label input + label::before {
    top: -9px;
    width: 30px;
    height: 30px;
  }
}

/* line 1167, app/assets/stylesheets/lib/_form.scss */
form .term-checkbox-label input:checked + label::after {
  position: absolute;
  top: -4px;
  left: 3px;
  color: #f52d9d;
  content: "\e901";
  font-size: 1.8rem;
  font-family: 'iconfont';
}

@media (min-width: 960px) {
  /* line 1167, app/assets/stylesheets/lib/_form.scss */
  form .term-checkbox-label input:checked + label::after {
    top: -9px;
    left: 5px;
    font-size: 2.4rem;
  }
}

/* line 1182, app/assets/stylesheets/lib/_form.scss */
form .checkbox-text {
  margin-left: 30px;
  font-size: 1.6rem;
}

@media (min-width: 960px) {
  /* line 1182, app/assets/stylesheets/lib/_form.scss */
  form .checkbox-text {
    margin-left: 50px;
    font-size: 2.2rem;
  }
}

/* line 1191, app/assets/stylesheets/lib/_form.scss */
form .payment-notes {
  text-align: center;
}

@media (min-width: 960px) {
  /* line 1191, app/assets/stylesheets/lib/_form.scss */
  form .payment-notes {
    font-size: 2rem;
  }
}

/* line 1196, app/assets/stylesheets/lib/_form.scss */
form .payment-notes img {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

/* line 1204, app/assets/stylesheets/lib/_form.scss */
form .payment-notes p {
  color: #043786;
}

/* line 1207, app/assets/stylesheets/lib/_form.scss */
form .payment-notes .text-block {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  background-color: #fff;
  color: #043786;
  font-weight: bold;
}

@media (min-width: 960px) {
  /* line 1207, app/assets/stylesheets/lib/_form.scss */
  form .payment-notes .text-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 960px) {
  /* line 1223, app/assets/stylesheets/lib/_form.scss */
  form .payment-notes button.button-back {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 2rem;
    line-height: 50px;
  }
}

/* line 1233, app/assets/stylesheets/lib/_form.scss */
form .payment-notes button + button {
  margin-left: 20px;
}

/* line 1239, app/assets/stylesheets/lib/_form.scss */
form button.button-subscription::after {
  display: none;
}

/* line 1245, app/assets/stylesheets/lib/_form.scss */
form .form-section-title .alert-block {
  margin-top: 30px;
  color: #c71f1f;
  font-weight: bold;
}

@media (min-width: 960px) {
  /* line 1245, app/assets/stylesheets/lib/_form.scss */
  form .form-section-title .alert-block {
    margin-top: 40px;
    font-size: 2.4rem;
  }
}

/* line 1253, app/assets/stylesheets/lib/_form.scss */
form .form-section-title .alert-block img {
  vertical-align: text-bottom;
}

/* line 1258, app/assets/stylesheets/lib/_form.scss */
form .infomation-device-section {
  border: 1px solid #b3b3b3;
  background-color: #fff;
}

@media (min-width: 600px) {
  /* line 1258, app/assets/stylesheets/lib/_form.scss */
  form .infomation-device-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.2rem;
  }
}

/* line 1266, app/assets/stylesheets/lib/_form.scss */
form .infomation-device-section .infomation-device-image {
  text-align: center;
}

@media (min-width: 600px) {
  /* line 1266, app/assets/stylesheets/lib/_form.scss */
  form .infomation-device-section .infomation-device-image {
    width: 220px;
  }
}

/* line 1272, app/assets/stylesheets/lib/_form.scss */
form .infomation-device-section .infomation-device-data {
  border-top: 1px solid #b3b3b3;
}

@media (min-width: 600px) {
  /* line 1272, app/assets/stylesheets/lib/_form.scss */
  form .infomation-device-section .infomation-device-data {
    padding: 5px;
    border-top: none;
    border-left: 1px solid #b3b3b3;
    width: calc(100% - 220px);
  }
}

/* line 1280, app/assets/stylesheets/lib/_form.scss */
form .infomation-device-section .infomation-device-data .device-name {
  background: transparent;
  padding: 0;
}

/* line 1284, app/assets/stylesheets/lib/_form.scss */
form .infomation-device-section .infomation-device-data th {
  display: block;
  padding: 10px;
  min-width: 100px;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
}

@media (min-width: 960px) {
  /* line 1284, app/assets/stylesheets/lib/_form.scss */
  form .infomation-device-section .infomation-device-data th {
    display: table-cell;
    width: 140px;
    text-align: right;
    font-size: 18px;
  }
}

/* line 1298, app/assets/stylesheets/lib/_form.scss */
form .infomation-device-section .infomation-device-data td {
  display: block;
  padding: 10px;
  font-size: 16px;
}

@media (min-width: 960px) {
  /* line 1298, app/assets/stylesheets/lib/_form.scss */
  form .infomation-device-section .infomation-device-data td {
    display: table-cell;
    width: auto;
    font-size: 18px;
  }
}

/* line 1308, app/assets/stylesheets/lib/_form.scss */
form .infomation-device-section .infomation-device-data ul {
  margin-top: 1em;
  margin-bottom: 0;
  margin-left: 1em;
  list-style-type: disc;
}

@media (min-width: 960px) {
  /* line 1308, app/assets/stylesheets/lib/_form.scss */
  form .infomation-device-section .infomation-device-data ul {
    font-size: 90.9%;
  }
}

@media (min-width: 960px) {
  /* line 1322, app/assets/stylesheets/lib/_form.scss */
  form .infomation-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 2.2rem;
  }
}

@media (min-width: 960px) {
  /* line 1328, app/assets/stylesheets/lib/_form.scss */
  form .infomation-flexbox div {
    -ms-flex-preferred-size: 435px;
        flex-basis: 435px;
  }
}

/* line 1332, app/assets/stylesheets/lib/_form.scss */
form .infomation-flexbox div + div {
  margin-top: 20px;
}

@media (min-width: 960px) {
  /* line 1332, app/assets/stylesheets/lib/_form.scss */
  form .infomation-flexbox div + div {
    margin-top: 0;
  }
}

/* line 1339, app/assets/stylesheets/lib/_form.scss */
form .infomation-flexbox th {
  padding: 10px;
}

@media (min-width: 960px) {
  /* line 1339, app/assets/stylesheets/lib/_form.scss */
  form .infomation-flexbox th {
    padding: 15px;
  }
}

/* line 1345, app/assets/stylesheets/lib/_form.scss */
form .infomation-flexbox td {
  padding: 10px;
}

@media (min-width: 960px) {
  /* line 1345, app/assets/stylesheets/lib/_form.scss */
  form .infomation-flexbox td {
    padding: 15px;
  }
}

/* line 1353, app/assets/stylesheets/lib/_form.scss */
form .infomation-plan-block table {
  width: 100%;
  border: 1px solid #b3b3b3;
  background-color: #fff;
}

/* line 1358, app/assets/stylesheets/lib/_form.scss */
form .infomation-plan-block th {
  width: 50%;
  border-right: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  text-align: left;
}

@media (min-width: 600px) {
  /* line 1358, app/assets/stylesheets/lib/_form.scss */
  form .infomation-plan-block th {
    width: 30%;
  }
}

@media (min-width: 960px) {
  /* line 1358, app/assets/stylesheets/lib/_form.scss */
  form .infomation-plan-block th {
    width: 44%;
  }
}

/* line 1373, app/assets/stylesheets/lib/_form.scss */
form .infomation-customer-block table {
  width: 100%;
  border: 1px solid #b3b3b3;
  background-color: #fff;
}

/* line 1378, app/assets/stylesheets/lib/_form.scss */
form .infomation-customer-block th {
  padding: 10px;
  text-align: left;
}

@media (min-width: 600px) {
  /* line 1378, app/assets/stylesheets/lib/_form.scss */
  form .infomation-customer-block th {
    width: 30%;
  }
}

@media (min-width: 960px) {
  /* line 1378, app/assets/stylesheets/lib/_form.scss */
  form .infomation-customer-block th {
    padding: 15px;
    width: 180px;
  }
}

/* line 1388, app/assets/stylesheets/lib/_form.scss */
form .infomation-customer-block th.table-header {
  padding: 10px;
  border-bottom: 1px solid #b3b3b3;
  background-color: #f2f2f2;
}

/* line 1395, app/assets/stylesheets/lib/_form.scss */
form .infomation-customer-block td {
  padding: 10px;
  border-left: 1px solid #b3b3b3;
}

@media (min-width: 960px) {
  /* line 1395, app/assets/stylesheets/lib/_form.scss */
  form .infomation-customer-block td {
    padding: 15px;
  }
}

/* line 1405, app/assets/stylesheets/lib/_form.scss */
form .information-price-block table {
  width: 100%;
  border: 1px solid #b3b3b3;
  background-color: #fff;
}

/* line 1410, app/assets/stylesheets/lib/_form.scss */
form .information-price-block th {
  width: 70%;
  border-right: 1px solid #b3b3b3;
  text-align: left;
}

/* line 1415, app/assets/stylesheets/lib/_form.scss */
form .information-price-block td {
  width: 30%;
  text-align: right;
}

/* line 1420, app/assets/stylesheets/lib/_form.scss */
form .information-price-block tr.table-header th {
  border-right: none;
  border-bottom: 1px solid #b3b3b3;
  background-color: #f2f2f2;
}

/* line 1425, app/assets/stylesheets/lib/_form.scss */
form .information-price-block tr.table-header td {
  border-bottom: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  color: #999999;
  text-align: right;
  font-size: 80%;
}

/* line 1434, app/assets/stylesheets/lib/_form.scss */
form .information-price-block tr.table-footer th {
  border-top: 1px solid #b3b3b3;
  border-right: none;
}

/* line 1438, app/assets/stylesheets/lib/_form.scss */
form .information-price-block tr.table-footer td {
  border-top: 1px solid #b3b3b3;
}

/* line 1445, app/assets/stylesheets/lib/_form.scss */
form .infomation-month-block table {
  width: 100%;
  border: 1px solid #b3b3b3;
  background-color: #fff;
}

/* line 1451, app/assets/stylesheets/lib/_form.scss */
form .infomation-month-block tr.table-header th {
  border-bottom: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  text-align: left;
}

/* line 1456, app/assets/stylesheets/lib/_form.scss */
form .infomation-month-block tr.table-header td {
  border-bottom: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  color: #999999;
  text-align: right;
  font-size: 80%;
}

/* line 1465, app/assets/stylesheets/lib/_form.scss */
form .infomation-month-block tr.table-body div + div {
  margin-top: 0;
}

/* line 1468, app/assets/stylesheets/lib/_form.scss */
form .infomation-month-block tr.table-body .label {
  margin-bottom: 10px;
  padding: 0 5px;
  background-color: #999999;
  color: #fff;
  font-weight: bold;
  font-size: 90.9%;
}

/* line 1476, app/assets/stylesheets/lib/_form.scss */
form .infomation-month-block tr.table-body .cell-wrap {
  overflow: hidden;
}

/* line 1478, app/assets/stylesheets/lib/_form.scss */
form .infomation-month-block tr.table-body .cell-wrap span {
  display: inline-block;
  float: left;
}

/* line 1481, app/assets/stylesheets/lib/_form.scss */
form .infomation-month-block tr.table-body .cell-wrap span.name {
  width: 70%;
  font-weight: bold;
}

/* line 1485, app/assets/stylesheets/lib/_form.scss */
form .infomation-month-block tr.table-body .cell-wrap span.value {
  width: 30%;
  text-align: right;
}

/* line 1491, app/assets/stylesheets/lib/_form.scss */
form .infomation-month-block tr.table-body .total {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #b3b3b3;
  text-align: right;
  font-size: 109.9%;
}

/* line 1505, app/assets/stylesheets/lib/_form.scss */
form .information-price-block tr.table-body,
form .infomation-month-block tr.table-body {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media (min-width: 600px) {
  /* line 1505, app/assets/stylesheets/lib/_form.scss */
  form .information-price-block tr.table-body,
form .infomation-month-block tr.table-body {
    font-size: 1.6rem;
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}

@media (min-width: 960px) {
  /* line 1505, app/assets/stylesheets/lib/_form.scss */
  form .information-price-block tr.table-body,
form .infomation-month-block tr.table-body {
    font-size: 2.2rem;
  }
}

/* line 1520, app/assets/stylesheets/lib/_form.scss */
form .information-price-block tr.table-footer {
  font-size: 1.4rem;
}

@media (min-width: 600px) {
  /* line 1520, app/assets/stylesheets/lib/_form.scss */
  form .information-price-block tr.table-footer {
    font-size: 1.6rem;
  }
}

@media (min-width: 960px) {
  /* line 1520, app/assets/stylesheets/lib/_form.scss */
  form .information-price-block tr.table-footer {
    font-size: 2.2rem;
  }
}

/* line 1532, app/assets/stylesheets/lib/_form.scss */
form .error-msg-block {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  background-color: #fae0e0;
  color: #c71f1f;
  text-align: left;
}

@media (min-width: 960px) {
  /* line 1532, app/assets/stylesheets/lib/_form.scss */
  form .error-msg-block {
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 30px;
    padding-left: 60px;
  }
}

/* line 1548, app/assets/stylesheets/lib/_form.scss */
form .error-msg-block ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1em;
  list-style-type: disc;
}

/* line 1557, app/assets/stylesheets/lib/_form.scss */
form input.error {
  background-color: #fae0e0 !important;
}

@media (min-width: 960px) {
  /* line 1561, app/assets/stylesheets/lib/_form.scss */
  form .inner-device.new-model {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 960px) {
  /* line 1565, app/assets/stylesheets/lib/_form.scss */
  form .inner-device.new-model .device-group {
    margin-right: 20px;
    margin-left: 20px;
  }
}

/* line 1573, app/assets/stylesheets/lib/_form.scss */
form .device-img-wrap {
  position: relative;
}

/* line 1576, app/assets/stylesheets/lib/_form.scss */
form .plan-name-label {
  position: absolute;
  bottom: -10px;
  left: 20px;
  padding: 3px 10px;
  background: #043786;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

/* line 1585, app/assets/stylesheets/lib/_form.scss */
form .plan-name-label.lowest-price-plan {
  background: #667889;
}

/* line 1590, app/assets/stylesheets/lib/_form.scss */
form .postalcode-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

@media (min-width: 960px) {
  /* line 1590, app/assets/stylesheets/lib/_form.scss */
  form .postalcode-wrap {
    width: 670px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
  }
}

/* line 1600, app/assets/stylesheets/lib/_form.scss */
form .postalcode-wrap .postalcode-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 5px;
}

/* line 1606, app/assets/stylesheets/lib/_form.scss */
form .form-tips {
  color: #b3b3b3;
  font-weight: bold;
}

/* line 1611, app/assets/stylesheets/lib/_form.scss */
form :-moz-placeholder-shown {
  color: #b3b3b3;
}
form :-ms-input-placeholder {
  color: #b3b3b3;
}
form :placeholder-shown {
  color: #b3b3b3;
}

/* line 1614, app/assets/stylesheets/lib/_form.scss */
form ::-webkit-input-placeholder {
  color: #b3b3b3;
}

/* line 1617, app/assets/stylesheets/lib/_form.scss */
form ::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

/* line 1620, app/assets/stylesheets/lib/_form.scss */
form :-ms-input-placeholder {
  color: #b3b3b3 !important;
}

/* line 1624, app/assets/stylesheets/lib/_form.scss */
form input[type="number"]::-webkit-outer-spin-button,
form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 1629, app/assets/stylesheets/lib/_form.scss */
form input[type="number"] {
  -moz-appearance: textfield;
}

/* line 1633, app/assets/stylesheets/lib/_form.scss */
form .input-complete {
  position: relative;
}

/* line 1635, app/assets/stylesheets/lib/_form.scss */
form .input-complete::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 9px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #8cc63f;
}

/* line 1646, app/assets/stylesheets/lib/_form.scss */
form .input-complete::after {
  content: "\e901";
  font-family: 'iconfont';
  font-size: 1.4rem;
  display: block;
  position: absolute;
  top: 11px;
  right: 14px;
  color: #fff;
}

/* line 1662, app/assets/stylesheets/lib/_form.scss */
.form-section-title.sendmail h2 {
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-bottom: none;
}

/* line 1672, app/assets/stylesheets/lib/_form.scss */
.form-section-title.sendmail p {
  color: #043786;
  font-weight: bold;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media (min-width: 960px) {
  /* line 1672, app/assets/stylesheets/lib/_form.scss */
  .form-section-title.sendmail p {
    font-size: 2.4rem;
  }
}

/* line 1682, app/assets/stylesheets/lib/_form.scss */
.form-section.banner {
  padding-top: 0;
  text-align: center;
}

/* line 1685, app/assets/stylesheets/lib/_form.scss */
.form-section.banner .inner {
  padding: 10px;
  border-radius: 8px;
  background-color: #fff;
}

@media (min-width: 600px) {
  /* line 1685, app/assets/stylesheets/lib/_form.scss */
  .form-section.banner .inner {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 1696, app/assets/stylesheets/lib/_form.scss */
.form-section.banner span {
  display: inline-block;
  margin-bottom: 10px;
  color: #333;
  font-size: 1.3rem;
}

@media (min-width: 600px) {
  /* line 1696, app/assets/stylesheets/lib/_form.scss */
  .form-section.banner span {
    font-size: 1.6rem;
  }
}

/* line 1706, app/assets/stylesheets/lib/_form.scss */
.form-section.return-button-section {
  text-align: center;
}

/* line 1709, app/assets/stylesheets/lib/_form.scss */
a.button-toppage {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 8px;
  background-color: #b3b3b3;
  -webkit-box-shadow: 0 4px #9a9a9a;
          box-shadow: 0 4px #9a9a9a;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 45px;
}

@media (min-width: 960px) {
  /* line 1709, app/assets/stylesheets/lib/_form.scss */
  a.button-toppage {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 2rem;
    line-height: 65px;
  }
}

/* line 1733, app/assets/stylesheets/lib/_form.scss */
a.button-toppage:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

@media (min-width: 960px) {
  /* line 1741, app/assets/stylesheets/lib/_form.scss */
  form .inner-device.new-model {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 960px) {
  /* line 1745, app/assets/stylesheets/lib/_form.scss */
  form .inner-device.new-model .device-group {
    margin-right: 20px;
    margin-left: 20px;
  }
}

/* line 1758, app/assets/stylesheets/lib/_form.scss */
#option-content {
  display: none;
}

/* line 1761, app/assets/stylesheets/lib/_form.scss */
#device-color-w05 {
  display: none;
}

/* line 1764, app/assets/stylesheets/lib/_form.scss */
.giga_plan,
.light_plan {
  display: none;
}

/* line 1768, app/assets/stylesheets/lib/_form.scss */
#device-option-content {
  display: none;
}

/* line 1771, app/assets/stylesheets/lib/_form.scss */
#option-modal {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

/* line 1773, app/assets/stylesheets/lib/_form.scss */
#option-modal.disabled {
  display: none;
}

/* line 1779, app/assets/stylesheets/lib/_form.scss */
.buttonbox-wrap {
  margin: 0 5px;
}

/* line 1782, app/assets/stylesheets/lib/_form.scss */
.buttonbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
}

/* line 1787, app/assets/stylesheets/lib/_form.scss */
.buttonbox.select-anshin-support-button {
  table-layout: auto;
}

/* line 1789, app/assets/stylesheets/lib/_form.scss */
.buttonbox.select-anshin-support-button > .buttonbox-item {
  width: auto;
}

/* line 1791, app/assets/stylesheets/lib/_form.scss */
.buttonbox.select-anshin-support-button > .buttonbox-item:first-child {
  -webkit-box-flex: 1.4;
      -ms-flex-positive: 1.4;
          flex-grow: 1.4;
}

/* line 1796, app/assets/stylesheets/lib/_form.scss */
.buttonbox .buttonbox-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 5px;
  width: 100%;
}

/* line 1802, app/assets/stylesheets/lib/_form.scss */
.form-customer-inner {
  margin: 0 10px;
}

@media (min-width: 960px) {
  /* line 1802, app/assets/stylesheets/lib/_form.scss */
  .form-customer-inner {
    margin: 30px 10px 0 10px;
  }
}

/* line 1807, app/assets/stylesheets/lib/_form.scss */
.form-customer-inner .buttonbox {
  margin: 0 -5px;
}

/* line 1811, app/assets/stylesheets/lib/_form.scss */
.button-width-maximum {
  width: 100% !important;
  margin: 0 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

/* line 1818, app/assets/stylesheets/lib/_form.scss */
.button-two-lines {
  line-height: 1.1 !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  height: 45px;
  padding-top: 7px;
}

@media (min-width: 960px) {
  /* line 1818, app/assets/stylesheets/lib/_form.scss */
  .button-two-lines {
    height: 65px;
    padding-top: 12px;
  }
}

/* line 1829, app/assets/stylesheets/lib/_form.scss */
.select-plan-button .button-two-lines {
  height: 49px;
}

@media (min-width: 960px) {
  /* line 1829, app/assets/stylesheets/lib/_form.scss */
  .select-plan-button .button-two-lines {
    height: 69px;
  }
}

/* line 1838, app/assets/stylesheets/lib/_form.scss */
.select-device-button a, .select-plan-button a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 4px;
  color: #999999;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-color: #e6e6e6;
  -webkit-box-shadow: 0 4px silver;
          box-shadow: 0 4px silver;
  line-height: 45px;
  border: 1px solid silver;
  text-decoration: none;
  position: relative;
}

@media (min-width: 960px) {
  /* line 1838, app/assets/stylesheets/lib/_form.scss */
  .select-device-button a, .select-plan-button a {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 2rem;
    line-height: 65px;
  }
}

/* line 29, app/assets/stylesheets/lib/_form.scss */
.select-device-button a:hover, .select-plan-button a:hover {
  cursor: pointer;
}

/* line 1843, app/assets/stylesheets/lib/_form.scss */
.select-device-button a.active, .select-plan-button a.active {
  top: 4px;
  border-bottom: none;
  background-color: #8cc63f;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

/* line 39, app/assets/stylesheets/lib/_form.scss */
.select-device-button a.active::before, .select-plan-button a.active::before {
  color: #fff;
}

/* line 1845, app/assets/stylesheets/lib/_form.scss */
.select-device-button a.active:before, .select-plan-button a.active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #8cc63f;
}

/* line 1850, app/assets/stylesheets/lib/_form.scss */
.select-device-button input[type="radio"]:checked + label.button:before, .select-plan-button input[type="radio"]:checked + label.button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #8cc63f;
}

/* line 1856, app/assets/stylesheets/lib/_form.scss */
.panel {
  display: none;
}

/* line 1859, app/assets/stylesheets/lib/_form.scss */
.panel.active {
  display: block;
}

/* line 1862, app/assets/stylesheets/lib/_form.scss */
.select-device-group {
  border: 5px solid #043786;
  padding: 10px 0 25px 0;
  margin: 0 10px;
  background: #efefef;
}

@media (min-width: 960px) {
  /* line 1862, app/assets/stylesheets/lib/_form.scss */
  .select-device-group {
    padding: 30px 40px 50px 40px;
  }
}

/* line 1870, app/assets/stylesheets/lib/_form.scss */
#lowest-price-plan-wrap.select-device-group {
  border-color: #667889;
}

/* line 1874, app/assets/stylesheets/lib/_form.scss */
.select-device-plan {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1.2;
}

@media (min-width: 960px) {
  /* line 1874, app/assets/stylesheets/lib/_form.scss */
  .select-device-plan {
    max-width: 960px;
  }
}

@media (min-width: 960px) {
  /* line 1883, app/assets/stylesheets/lib/_form.scss */
  .select-device-plan > div {
    font-weight: bold;
    font-size: 2.4rem;
  }
}

/* line 1888, app/assets/stylesheets/lib/_form.scss */
.select-device-plan > div a {
  position: relative;
  display: block;
  padding: 5px 10px 10px 10px;
  background-color: #e0e0e0;
  color: #666666;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
  border-radius: 10px 10px 0 0;
}

/* line 1898, app/assets/stylesheets/lib/_form.scss */
.select-device-plan > div a:hover {
  background-color: #bfbfbf;
}

@media (min-width: 600px) {
  /* line 1888, app/assets/stylesheets/lib/_form.scss */
  .select-device-plan > div a {
    font-size: 1.6rem;
  }
  /* line 1903, app/assets/stylesheets/lib/_form.scss */
  .select-device-plan > div a br {
    display: none;
  }
}

/* line 1907, app/assets/stylesheets/lib/_form.scss */
.select-device-plan > div a span {
  display: block;
  background: #043786;
  color: #fff;
  padding: 3px 10px;
  border-radius: 10px;
  margin: 5px auto;
  width: 80%;
  max-width: 320px;
  font-size: 0.85em;
}

@media (min-width: 960px) {
  /* line 1907, app/assets/stylesheets/lib/_form.scss */
  .select-device-plan > div a span {
    margin: 10px auto;
  }
}

/* line 1922, app/assets/stylesheets/lib/_form.scss */
.select-device-plan > div a.tab-lowest-price-plan span {
  background: #098471;
}

/* line 1927, app/assets/stylesheets/lib/_form.scss */
.select-device-plan > div a.active {
  background-color: #043786;
  color: #fff;
  font-size: 16px;
  padding: 8px;
}

@media (min-width: 600px) {
  /* line 1927, app/assets/stylesheets/lib/_form.scss */
  .select-device-plan > div a.active {
    font-size: 22px;
  }
}

/* line 1935, app/assets/stylesheets/lib/_form.scss */
.select-device-plan > div a.active span {
  background: #fff;
  color: #043786;
}

/* line 1939, app/assets/stylesheets/lib/_form.scss */
.select-device-plan > div a.active.tab-lowest-price-plan {
  background-color: #667889;
}

/* line 1941, app/assets/stylesheets/lib/_form.scss */
.select-device-plan > div a.active.tab-lowest-price-plan span {
  color: #667889;
}

/* line 1949, app/assets/stylesheets/lib/_form.scss */
.lines-on-sides {
  font-size: 1.6rem;
  display: table;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  padding: 10px 10px 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 960px) {
  /* line 1949, app/assets/stylesheets/lib/_form.scss */
  .lines-on-sides {
    font-size: 2.4rem;
  }
}

/* line 1960, app/assets/stylesheets/lib/_form.scss */
.lines-on-sides::after, .lines-on-sides::before {
  content: "";
  display: table-cell;
  width: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #cccccc), color-stop(#cccccc calc(50% + 2px)), to(transparent calc(50% + 2px)));
  background: -webkit-linear-gradient(transparent 50%, #cccccc 50%, #cccccc calc(50% + 2px), transparent calc(50% + 2px));
  background: linear-gradient(transparent 50%, #cccccc 50%, #cccccc calc(50% + 2px), transparent calc(50% + 2px));
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 1970, app/assets/stylesheets/lib/_form.scss */
.lines-on-sides::after {
  border-left: 1em solid transparent;
}

/* line 1973, app/assets/stylesheets/lib/_form.scss */
.lines-on-sides::before {
  border-right: 1em solid transparent;
}

/* line 1978, app/assets/stylesheets/lib/_form.scss */
.select-option-wrap {
  border: 2px solid #ccc;
  margin: 0 10px;
}

@media (min-width: 960px) {
  /* line 1978, app/assets/stylesheets/lib/_form.scss */
  .select-option-wrap {
    padding: 20px 40px;
  }
}

/* line 1984, app/assets/stylesheets/lib/_form.scss */
.select-option-wrap .select-option-name {
  background: #e4e4e4;
  padding: 10px;
  color: #333;
  margin-bottom: 20px;
  position: relative;
}

@media (min-width: 960px) {
  /* line 1984, app/assets/stylesheets/lib/_form.scss */
  .select-option-wrap .select-option-name {
    margin: 0 -40px 30px -40px;
    font-size: 2.2rem;
    padding: 10px 20px;
  }
  /* line 1994, app/assets/stylesheets/lib/_form.scss */
  .select-option-wrap .select-option-name:first-child {
    margin-top: -20px;
  }
}

/* line 2001, app/assets/stylesheets/lib/_form.scss */
.cradle-img {
  background: #fff;
  width: 100%;
  text-align: center;
}

/* line 2007, app/assets/stylesheets/lib/_form.scss */
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 2011, app/assets/stylesheets/lib/_form.scss */
.flex-container-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 2019, app/assets/stylesheets/lib/_form.scss */
.flex-container-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

/* line 2022, app/assets/stylesheets/lib/_form.scss */
.flex-container-pc-multiline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media (min-width: 960px) {
  /* line 2022, app/assets/stylesheets/lib/_form.scss */
  .flex-container-pc-multiline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

@media (min-width: 960px) {
  /* line 2027, app/assets/stylesheets/lib/_form.scss */
  .flex-container-pc-multiline .flex-container-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 5px;
  }
}

/* line 2037, app/assets/stylesheets/lib/_form.scss */
.form-customer-inner .form-block {
  position: relative;
}

/* line 2039, app/assets/stylesheets/lib/_form.scss */
.form-customer-inner .form-block::after {
  content: "";
  display: block;
  clear: both;
}

/* line 2044, app/assets/stylesheets/lib/_form.scss */
.form-customer-inner .form-block .error-msg {
  display: block;
  position: absolute;
  bottom: -18px;
  right: 5px;
  color: #c1272d;
  font-weight: bold;
  font-size: 1.2rem;
}

@media (min-width: 960px) {
  /* line 2044, app/assets/stylesheets/lib/_form.scss */
  .form-customer-inner .form-block .error-msg {
    top: -30px;
    right: 10px;
    bottom: auto;
    font-size: 1.6rem;
  }
}

@media (min-width: 960px) {
  /* line 2060, app/assets/stylesheets/lib/_form.scss */
  .form-customer-inner .buttonbox {
    width: 670px;
    margin: 0;
  }
}

/* line 2066, app/assets/stylesheets/lib/_form.scss */
.form-customer-inner .flex-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 960px) {
  /* line 2066, app/assets/stylesheets/lib/_form.scss */
  .form-customer-inner .flex-container {
    width: 670px;
  }
}

@media (min-width: 960px) {
  /* line 2071, app/assets/stylesheets/lib/_form.scss */
  .form-customer-inner .flex-container-column {
    padding: 0 5px;
  }
}

/* line 2079, app/assets/stylesheets/lib/_form.scss */
.title-anshin-support {
  color: #fff;
  padding: 0 10px;
  margin: 0 10px;
  display: inline-block;
  background: #043786;
  border-radius: 13px;
  line-height: 26px;
  font-size: 0.8em;
  position: absolute;
  top: 9px;
}

@media (min-width: 960px) {
  /* line 2079, app/assets/stylesheets/lib/_form.scss */
  .title-anshin-support {
    top: 12px;
  }
}

/* line 2095, app/assets/stylesheets/lib/_form.scss */
.anshin-support-img {
  background: #fff;
  text-align: center;
  padding: 10px;
  margin: 0 10px;
}

/* line 2102, app/assets/stylesheets/lib/_form.scss */
.text-with-icon-danger {
  font-size: 1.4rem !important;
}

@media (min-width: 960px) {
  /* line 2102, app/assets/stylesheets/lib/_form.scss */
  .text-with-icon-danger {
    font-size: 2rem !important;
  }
}

/* line 2109, app/assets/stylesheets/lib/_form.scss */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* line 2115, app/assets/stylesheets/lib/_form.scss */
ul#tab-list-confirmation {
  padding: 0;
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (min-width: 960px) {
  /* line 2115, app/assets/stylesheets/lib/_form.scss */
  ul#tab-list-confirmation {
    margin: 0 auto;
    max-width: 960px;
  }
}

/* line 2128, app/assets/stylesheets/lib/_form.scss */
ul#tab-list-confirmation li {
  line-height: 1.2;
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 10px 0;
  background-color: #e0e0e0;
  color: #666666;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

/* line 2131, app/assets/stylesheets/lib/_form.scss */
ul#tab-list-confirmation li:nth-child(even) {
  margin: 0 8px;
}

@media (min-width: 960px) {
  /* line 2128, app/assets/stylesheets/lib/_form.scss */
  ul#tab-list-confirmation li {
    font-weight: bold;
    font-size: 24px;
  }
}

/* line 2149, app/assets/stylesheets/lib/_form.scss */
ul#tab-list-confirmation li:hover {
  background-color: #bfbfbf;
}

@media (min-width: 600px) {
  /* line 2128, app/assets/stylesheets/lib/_form.scss */
  ul#tab-list-confirmation li {
    font-size: 16px;
  }
  /* line 2154, app/assets/stylesheets/lib/_form.scss */
  ul#tab-list-confirmation li br {
    display: none;
  }
}

/* line 2158, app/assets/stylesheets/lib/_form.scss */
ul#tab-list-confirmation li.is-active {
  cursor: auto;
  background-color: #4eadd8;
  color: #fff;
  font-size: 16px;
  padding: 10px;
}

@media (min-width: 600px) {
  /* line 2158, app/assets/stylesheets/lib/_form.scss */
  ul#tab-list-confirmation li.is-active {
    font-size: 20px;
  }
}

/* line 2170, app/assets/stylesheets/lib/_form.scss */
.destination-table {
  margin-top: 30px;
}

@media (min-width: 960px) {
  /* line 2173, app/assets/stylesheets/lib/_form.scss */
  #tab-confirmation-contents {
    margin: 0 auto;
    max-width: 960px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* line 2179, app/assets/stylesheets/lib/_form.scss */
#tab-confirmation-contents .tab-confirmation-group {
  display: none;
  border: 5px solid #4eadd8;
}

@media (min-width: 600px) {
  /* line 2179, app/assets/stylesheets/lib/_form.scss */
  #tab-confirmation-contents .tab-confirmation-group {
    padding: 20px;
  }
}

/* line 2185, app/assets/stylesheets/lib/_form.scss */
#tab-confirmation-contents .tab-confirmation-group.is-active {
  display: block;
}

@media (min-width: 960px) {
  /* line 2189, app/assets/stylesheets/lib/_form.scss */
  #tab-confirmation-contents .form-section.result {
    width: 100%;
  }
}

/* line 2195, app/assets/stylesheets/lib/_form.scss */
.button-back-section {
  width: 100%;
  padding-bottom: 20px;
}

@media (min-width: 600px) {
  /* line 2195, app/assets/stylesheets/lib/_form.scss */
  .button-back-section {
    padding-bottom: 30px;
  }
}

/* line 2202, app/assets/stylesheets/lib/_form.scss */
.button-back-confirmation {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border: 0;
  border-radius: 6px;
  background-color: #b7b7b7;
  -webkit-box-shadow: 0 4px #9a9a9a;
          box-shadow: 0 4px #9a9a9a;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 35px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

/* line 2219, app/assets/stylesheets/lib/_form.scss */
.button-back-confirmation:hover {
  cursor: pointer;
  color: #fff;
}

/* line 2223, app/assets/stylesheets/lib/_form.scss */
.button-back-confirmation:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

/* line 3, app/assets/stylesheets/lib/_complete.scss */
.wrap-complete {
  background: #fafafa;
}

/* line 6, app/assets/stylesheets/lib/_complete.scss */
.section-complete {
  font-size: 12px;
  padding-top: 2em;
}

@media (min-width: 600px) {
  /* line 6, app/assets/stylesheets/lib/_complete.scss */
  .section-complete {
    font-size: 16px;
  }
}

@media (min-width: 960px) {
  /* line 6, app/assets/stylesheets/lib/_complete.scss */
  .section-complete {
    padding-top: 3em;
    padding-bottom: 2em;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 22, app/assets/stylesheets/lib/_complete.scss */
.section-complete-title {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 2em;
}

/* line 27, app/assets/stylesheets/lib/_complete.scss */
.section-complete-title h2 {
  color: #003399;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

@media (max-width: 480px) {
  /* line 27, app/assets/stylesheets/lib/_complete.scss */
  .section-complete-title h2 {
    font-size: 1.3em;
  }
}

/* line 36, app/assets/stylesheets/lib/_complete.scss */
.section-complete img {
  vertical-align: bottom;
}

/* line 41, app/assets/stylesheets/lib/_complete.scss */
.campaign-dotted-border-top {
  border-top: 1px dotted #ccc;
}

/* line 44, app/assets/stylesheets/lib/_complete.scss */
.campaign-dotted-border-bottom {
  border-bottom: 1px dotted #ccc;
}

/* line 48, app/assets/stylesheets/lib/_complete.scss */
.campaign-mainimg-wrap {
  margin-bottom: 2em;
}

/* line 51, app/assets/stylesheets/lib/_complete.scss */
.campaign-mainimg-inner {
  background: url(/assets/back_campaign_mainimg-85c6f03975921f767a9fe2944d1d9fc05eded7c6581cab6bd9c42ec5bc29568a.png);
  background-size: 45px 45px;
  padding: 1.0em 0 2em 0;
  text-align: center;
  border-top: 0.3em solid #003399;
  border-bottom: 0.3em solid #003399;
}

/* line 59, app/assets/stylesheets/lib/_complete.scss */
.campaign-mainimg-text {
  margin-top: -5%;
  text-align: center;
  padding: 0 3.0em;
}

@media (min-width: 960px) {
  /* line 59, app/assets/stylesheets/lib/_complete.scss */
  .campaign-mainimg-text {
    margin-top: -4%;
  }
}

/* line 67, app/assets/stylesheets/lib/_complete.scss */
.campaign-sns-button-wrap {
  background: #f0f0f0;
  padding: 1.0em 0 1.3em;
  text-align: center;
}

/* line 71, app/assets/stylesheets/lib/_complete.scss */
.campaign-sns-button-wrap h3 {
  margin-bottom: 0;
}

@media (min-width: 960px) {
  /* line 67, app/assets/stylesheets/lib/_complete.scss */
  .campaign-sns-button-wrap {
    padding: 1.5em 2em 2.3em;
  }
  /* line 76, app/assets/stylesheets/lib/_complete.scss */
  .campaign-sns-button-wrap h3 {
    margin-bottom: 1.0em;
  }
}

@media (min-width: 960px) {
  /* line 81, app/assets/stylesheets/lib/_complete.scss */
  .campaign-sns-button-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 89, app/assets/stylesheets/lib/_complete.scss */
.campaign-sns-button-item {
  padding: 0.8em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 960px) {
  /* line 89, app/assets/stylesheets/lib/_complete.scss */
  .campaign-sns-button-item {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 0.3em;
  }
}

/* line 100, app/assets/stylesheets/lib/_complete.scss */
.campaign-sns-button {
  position: relative;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  display: inline-block;
  padding-right: 0.5em;
  padding-left: 0.5em;
  border-radius: 8px;
  background-color: #1da1f2;
  -webkit-box-shadow: 0 0.3em #0c85d0;
          box-shadow: 0 0.3em #0c85d0;
  line-height: 2.8em;
  width: 80%;
  min-width: 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .2s all;
  transition: .2s all;
}

@media (min-width: 960px) {
  /* line 100, app/assets/stylesheets/lib/_complete.scss */
  .campaign-sns-button {
    width: 100%;
    font-size: 1.1em;
  }
}

/* line 124, app/assets/stylesheets/lib/_complete.scss */
.campaign-sns-button:hover {
  cursor: pointer;
  color: #fff;
  border-bottom: none;
  background-color: #35abf3;
}

/* line 130, app/assets/stylesheets/lib/_complete.scss */
.campaign-sns-button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.3em);
          transform: translateY(0.3em);
}

/* line 134, app/assets/stylesheets/lib/_complete.scss */
.campaign-sns-button-facebook {
  background-color: #3c5998;
  -webkit-box-shadow: 0 0.3em #2e4473;
          box-shadow: 0 0.3em #2e4473;
}

/* line 137, app/assets/stylesheets/lib/_complete.scss */
.campaign-sns-button-facebook:hover {
  background-color: #4364aa;
}

/* line 141, app/assets/stylesheets/lib/_complete.scss */
.campaign-sns-button-line {
  background-color: #00b900;
  -webkit-box-shadow: 0 0.3em #008600;
          box-shadow: 0 0.3em #008600;
}

/* line 144, app/assets/stylesheets/lib/_complete.scss */
.campaign-sns-button-line:hover {
  background-color: #00d300;
}

/* line 148, app/assets/stylesheets/lib/_complete.scss */
.campaign-sns-button img {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
  width: 20px;
}

@media (min-width: 600px) {
  /* line 148, app/assets/stylesheets/lib/_complete.scss */
  .campaign-sns-button img {
    width: 25px;
  }
}

/* line 158, app/assets/stylesheets/lib/_complete.scss */
.campaign-step-wrap {
  font-weight: bold;
}

@media (min-width: 768px) {
  /* line 158, app/assets/stylesheets/lib/_complete.scss */
  .campaign-step-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 166, app/assets/stylesheets/lib/_complete.scss */
.campaign-step-wrap h4 {
  margin-bottom: 1.0em;
}

/* line 168, app/assets/stylesheets/lib/_complete.scss */
.campaign-step-wrap h4 img {
  width: 110px;
}

@media (min-width: 768px) {
  /* line 168, app/assets/stylesheets/lib/_complete.scss */
  .campaign-step-wrap h4 img {
    width: auto;
  }
}

/* line 176, app/assets/stylesheets/lib/_complete.scss */
.campaign-step-item {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 2em 140px 2em 1.7em;
  position: relative;
  background: url(/assets/img_campaign_step1-bf1b04e27ed235d4da593e9d8a2797626bafd2568619055fddbbc157ae5e5c4e.png) no-repeat right center;
  background-size: 120px;
}

/* line 182, app/assets/stylesheets/lib/_complete.scss */
.campaign-step-item-02 {
  background-image: url(/assets/img_campaign_step2-7f22b6eb6b267933559aeecc138684a339b4f8c7bf3ed0a7e9b553f152131ade.png);
}

/* line 185, app/assets/stylesheets/lib/_complete.scss */
.campaign-step-item-03 {
  background-image: url(/assets/img_campaign_step3-103a7ec3a144ac6909fdd4d68d88fb257da60a2b56b155b895bf5bf452fb8b1e.png);
}

@media (min-width: 600px) {
  /* line 176, app/assets/stylesheets/lib/_complete.scss */
  .campaign-step-item {
    background-size: 160px;
    padding-right: 160px;
  }
}

@media (min-width: 768px) {
  /* line 176, app/assets/stylesheets/lib/_complete.scss */
  .campaign-step-item {
    border: 1px dotted #ccc;
    background-position: bottom 30px center;
    background-size: 180px;
    padding: 2.5em 1.7em 170px 1.7em;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
  /* line 202, app/assets/stylesheets/lib/_complete.scss */
  .campaign-step-item:nth-child(even) {
    border-width: 1px 0;
  }
}

/* line 206, app/assets/stylesheets/lib/_complete.scss */
.campaign-step-item::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ccc transparent transparent transparent;
}

@media (min-width: 768px) {
  /* line 206, app/assets/stylesheets/lib/_complete.scss */
  .campaign-step-item::after {
    bottom: auto;
    left: auto;
    top: 50%;
    right: -11px;
    margin-left: 0;
    margin-top: -10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ccc;
  }
}

/* line 227, app/assets/stylesheets/lib/_complete.scss */
.campaign-step-item:last-child::after {
  content: none;
}

/* line 232, app/assets/stylesheets/lib/_complete.scss */
.campaign-url-wrap {
  background: #f0f0f0;
  border-bottom: 1px dotted #ccc;
  padding: 2em;
}

/* line 233, app/assets/stylesheets/lib/_complete.scss */
.campaign-url-wrap h3 {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}

/* line 241, app/assets/stylesheets/lib/_complete.scss */
.campaign-url-copy {
  display: table;
  width: 100%;
  margin: 1em 0 0;
}

/* line 245, app/assets/stylesheets/lib/_complete.scss */
.campaign-url-copy-item {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 480px) {
  /* line 245, app/assets/stylesheets/lib/_complete.scss */
  .campaign-url-copy-item {
    display: block;
    margin: 0.3em 0 0;
  }
}

/* line 252, app/assets/stylesheets/lib/_complete.scss */
.campaign-url-copy-item:first-child {
  width: 75%;
  padding-right: 1em;
}

@media (max-width: 480px) {
  /* line 252, app/assets/stylesheets/lib/_complete.scss */
  .campaign-url-copy-item:first-child {
    width: 100%;
    padding: 0;
  }
}

/* line 261, app/assets/stylesheets/lib/_complete.scss */
.campaign-url-copy #campaign-url-textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.1em;
  line-height: 1.1em;
  padding: 0.8em;
  vertical-align: bottom;
  word-break: break-all;
}

@media (max-width: 480px) {
  /* line 261, app/assets/stylesheets/lib/_complete.scss */
  .campaign-url-copy #campaign-url-textarea {
    font-size: 1.3em;
  }
}

/* line 276, app/assets/stylesheets/lib/_complete.scss */
.campaign-url-copy #campaign-url-button {
  position: relative;
  -webkit-appearance: none;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.1em;
  padding: 0.7em 0.2em;
  width: 100%;
  white-space: nowrap;
  border-radius: 8px;
  background-color: #f52d9d;
  -webkit-box-shadow: 0 0.3em #e40b85;
          box-shadow: 0 0.3em #e40b85;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: transparent;
  -webkit-transition: .2s all;
  transition: .2s all;
}

/* line 293, app/assets/stylesheets/lib/_complete.scss */
.campaign-url-copy #campaign-url-button:hover {
  cursor: pointer;
  color: #fff;
  border-bottom: none;
  background-color: #f645a8;
}

/* line 299, app/assets/stylesheets/lib/_complete.scss */
.campaign-url-copy #campaign-url-button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.3em);
          transform: translateY(0.3em);
}

/* line 303, app/assets/stylesheets/lib/_complete.scss */
.campaign-url-copy #campaign-url-button:focus {
  outline: 0;
}

@media (max-width: 480px) {
  /* line 276, app/assets/stylesheets/lib/_complete.scss */
  .campaign-url-copy #campaign-url-button {
    margin: 0.5em 0 0;
  }
}

/* line 311, app/assets/stylesheets/lib/_complete.scss */
.campaign-detail-wrap {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 2em;
  font-size: 0.9em;
  margin: 2em;
}

@media (min-width: 960px) {
  /* line 311, app/assets/stylesheets/lib/_complete.scss */
  .campaign-detail-wrap {
    margin: 2em 0;
  }
}

/* line 321, app/assets/stylesheets/lib/_complete.scss */
.campaign-detail-wrap .campaign-detail-title {
  font-size: 1.2em;
  padding-bottom: 1.0em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ccc;
}

/* line 327, app/assets/stylesheets/lib/_complete.scss */
.campaign-detail-wrap .list-stle-disc {
  margin-left: 1.5em;
}

/* line 329, app/assets/stylesheets/lib/_complete.scss */
.campaign-detail-wrap .list-stle-disc li {
  padding-bottom: 0.5em;
  list-style-type: disc;
}

/* line 8, app/assets/stylesheets/lib/_subpage.scss */
h2.subpage {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  letter-spacing: 3px;
}

@media (min-width: 960px) {
  /* line 8, app/assets/stylesheets/lib/_subpage.scss */
  h2.subpage {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

/* line 23, app/assets/stylesheets/lib/_subpage.scss */
section.section-subpage {
  margin-right: 10px;
  margin-bottom: 60px;
  margin-left: 10px;
}

@media (min-width: 960px) {
  /* line 23, app/assets/stylesheets/lib/_subpage.scss */
  section.section-subpage {
    margin-bottom: 80px;
    line-height: 1.8;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 36, app/assets/stylesheets/lib/_subpage.scss */
section.section-subpage h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0099ff;
}

/* line 41, app/assets/stylesheets/lib/_subpage.scss */
section.section-subpage h4 {
  font-size: 2rem;
  margin-bottom: 10px;
}

/* line 46, app/assets/stylesheets/lib/_subpage.scss */
section.section-subpage .text-sm {
  margin-top: 10px;
  font-size: 75%;
}

/* line 51, app/assets/stylesheets/lib/_subpage.scss */
section.section-subpage table {
  width: 100%;
}

/* line 54, app/assets/stylesheets/lib/_subpage.scss */
section.section-subpage th, section.section-subpage td {
  display: block;
}

@media (min-width: 960px) {
  /* line 54, app/assets/stylesheets/lib/_subpage.scss */
  section.section-subpage th, section.section-subpage td {
    display: table-cell;
  }
}

/* line 60, app/assets/stylesheets/lib/_subpage.scss */
section.section-subpage th {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: left;
}

@media (min-width: 960px) {
  /* line 60, app/assets/stylesheets/lib/_subpage.scss */
  section.section-subpage th {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    width: 25%;
    border-bottom: 1px solid #0099ff;
    vertical-align: top;
    font-weight: normal;
  }
}

/* line 78, app/assets/stylesheets/lib/_subpage.scss */
section.section-subpage td {
  padding-bottom: 20px;
  border-bottom: 1px solid #0099ff;
}

@media (min-width: 960px) {
  /* line 78, app/assets/stylesheets/lib/_subpage.scss */
  section.section-subpage td {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
  }
}

/* line 92, app/assets/stylesheets/lib/_subpage.scss */
.text-revision {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 1.2rem;
}

@media (min-width: 960px) {
  /* line 92, app/assets/stylesheets/lib/_subpage.scss */
  .text-revision {
    padding-bottom: 80px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 111, app/assets/stylesheets/lib/_subpage.scss */
section.section-contact .checkbox-group {
  display: inline-block;
  margin-left: 5px;
  padding-top: 5px;
}

/* line 117, app/assets/stylesheets/lib/_subpage.scss */
section.section-contact .form-block::after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 960px) {
  /* line 123, app/assets/stylesheets/lib/_subpage.scss */
  section.section-contact .form-block label.label-text {
    width: 360px;
  }
}

@media (min-width: 960px) {
  /* line 128, app/assets/stylesheets/lib/_subpage.scss */
  section.section-contact .textarea-group {
    display: table;
  }
}

@media (min-width: 960px) {
  /* line 132, app/assets/stylesheets/lib/_subpage.scss */
  section.section-contact .textarea-group label {
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 960px) {
  /* line 138, app/assets/stylesheets/lib/_subpage.scss */
  section.section-contact .textarea-group textarea {
    display: table-cell;
  }
}

@media (min-width: 600px) {
  /* line 144, app/assets/stylesheets/lib/_subpage.scss */
  section.section-contact input.input-text {
    width: 100%;
  }
}

@media (min-width: 960px) {
  /* line 144, app/assets/stylesheets/lib/_subpage.scss */
  section.section-contact input.input-text {
    width: 360px;
  }
}

/* line 152, app/assets/stylesheets/lib/_subpage.scss */
section.section-contact span.label {
  border-radius: 0;
}

/* line 155, app/assets/stylesheets/lib/_subpage.scss */
section.section-contact textarea.input-textarea {
  padding: 10px;
  width: 100%;
  height: 100px;
  border: 2px solid #e6e6e6;
  border-radius: 8px;
  font-size: 1.6rem;
}

@media (min-width: 600px) {
  /* line 155, app/assets/stylesheets/lib/_subpage.scss */
  section.section-contact textarea.input-textarea {
    width: 100%;
    margin-left: 3px;
    height: 200px;
  }
}

@media (min-width: 960px) {
  /* line 155, app/assets/stylesheets/lib/_subpage.scss */
  section.section-contact textarea.input-textarea {
    width: 500px;
  }
}

/* line 173, app/assets/stylesheets/lib/_subpage.scss */
section.section-contact input.contact-type {
  display: none;
}

/* line 176, app/assets/stylesheets/lib/_subpage.scss */
section.section-contact span.contact-label {
  position: relative;
  margin-right: 0;
  padding-left: 30px;
  font-weight: normal;
}

@media (min-width: 960px) {
  /* line 176, app/assets/stylesheets/lib/_subpage.scss */
  section.section-contact span.contact-label {
    font-size: 2rem;
  }
}

/* line 185, app/assets/stylesheets/lib/_subpage.scss */
section.section-contact span.contact-label::before {
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid #e6e6e6;
  border-radius: 4px;
  content: "";
}

@media (min-width: 960px) {
  /* line 185, app/assets/stylesheets/lib/_subpage.scss */
  section.section-contact span.contact-label::before {
    top: -1px;
  }
}

/* line 199, app/assets/stylesheets/lib/_subpage.scss */
section.section-contact input.contact-type:checked + span.contact-label::after {
  position: absolute;
  top: -4px;
  left: 3px;
  color: #043786;
  content: "\e901";
  font-size: 1.8rem;
  font-family: 'iconfont';
}

/* line 4, app/assets/stylesheets/lib/_utility.scss */
.text-xs {
  font-size: 1.0rem !important;
}

@media (min-width: 960px) {
  /* line 4, app/assets/stylesheets/lib/_utility.scss */
  .text-xs {
    font-size: 1.2rem !important;
  }
}

/* line 10, app/assets/stylesheets/lib/_utility.scss */
.text-sm {
  font-size: 1.2rem !important;
}

@media (min-width: 960px) {
  /* line 10, app/assets/stylesheets/lib/_utility.scss */
  .text-sm {
    font-size: 1.4rem !important;
  }
}

/* line 16, app/assets/stylesheets/lib/_utility.scss */
.text-md {
  font-size: 1.4rem !important;
}

@media (min-width: 960px) {
  /* line 16, app/assets/stylesheets/lib/_utility.scss */
  .text-md {
    font-size: 1.6rem !important;
  }
}

/* line 22, app/assets/stylesheets/lib/_utility.scss */
.text-center {
  text-align: center;
}

/* line 23, app/assets/stylesheets/lib/_utility.scss */
.text-red {
  color: #c1272d;
}

/* line 26, app/assets/stylesheets/lib/_utility.scss */
.m0 {
  margin: 0px !important;
}

/* line 27, app/assets/stylesheets/lib/_utility.scss */
.mt0 {
  margin-top: 0px !important;
}

/* line 28, app/assets/stylesheets/lib/_utility.scss */
.ml0 {
  margin-left: 0px !important;
}

/* line 29, app/assets/stylesheets/lib/_utility.scss */
.mr0 {
  margin-right: 0px !important;
}

/* line 30, app/assets/stylesheets/lib/_utility.scss */
.mb0 {
  margin-bottom: 0px !important;
}

/* line 31, app/assets/stylesheets/lib/_utility.scss */
.m5 {
  margin: 5px !important;
}

/* line 32, app/assets/stylesheets/lib/_utility.scss */
.mt5 {
  margin-top: 5px !important;
}

/* line 33, app/assets/stylesheets/lib/_utility.scss */
.ml5 {
  margin-left: 5px !important;
}

/* line 34, app/assets/stylesheets/lib/_utility.scss */
.mr5 {
  margin-right: 5px !important;
}

/* line 35, app/assets/stylesheets/lib/_utility.scss */
.mb5 {
  margin-bottom: 5px !important;
}

/* line 36, app/assets/stylesheets/lib/_utility.scss */
.m10 {
  margin: 10px !important;
}

/* line 37, app/assets/stylesheets/lib/_utility.scss */
.mt10 {
  margin-top: 10px !important;
}

/* line 38, app/assets/stylesheets/lib/_utility.scss */
.ml10 {
  margin-left: 10px !important;
}

/* line 39, app/assets/stylesheets/lib/_utility.scss */
.mr10 {
  margin-right: 10px !important;
}

/* line 40, app/assets/stylesheets/lib/_utility.scss */
.mb10 {
  margin-bottom: 10px !important;
}

/* line 41, app/assets/stylesheets/lib/_utility.scss */
.m15 {
  margin: 15px !important;
}

/* line 42, app/assets/stylesheets/lib/_utility.scss */
.mt15 {
  margin-top: 15px !important;
}

/* line 43, app/assets/stylesheets/lib/_utility.scss */
.ml15 {
  margin-left: 15px !important;
}

/* line 44, app/assets/stylesheets/lib/_utility.scss */
.mr15 {
  margin-right: 15px !important;
}

/* line 45, app/assets/stylesheets/lib/_utility.scss */
.mb15 {
  margin-bottom: 15px !important;
}

/* line 46, app/assets/stylesheets/lib/_utility.scss */
.m20 {
  margin: 20px !important;
}

/* line 47, app/assets/stylesheets/lib/_utility.scss */
.mt20 {
  margin-top: 20px !important;
}

/* line 48, app/assets/stylesheets/lib/_utility.scss */
.ml20 {
  margin-left: 20px !important;
}

/* line 49, app/assets/stylesheets/lib/_utility.scss */
.mr20 {
  margin-right: 20px !important;
}

/* line 50, app/assets/stylesheets/lib/_utility.scss */
.mb20 {
  margin-bottom: 20px !important;
}

/* line 51, app/assets/stylesheets/lib/_utility.scss */
.m25 {
  margin: 25px !important;
}

/* line 52, app/assets/stylesheets/lib/_utility.scss */
.mt25 {
  margin-top: 25px !important;
}

/* line 53, app/assets/stylesheets/lib/_utility.scss */
.ml25 {
  margin-left: 25px !important;
}

/* line 54, app/assets/stylesheets/lib/_utility.scss */
.mr25 {
  margin-right: 25px !important;
}

/* line 55, app/assets/stylesheets/lib/_utility.scss */
.mb25 {
  margin-bottom: 25px !important;
}

/* line 56, app/assets/stylesheets/lib/_utility.scss */
.m30 {
  margin: 30px !important;
}

/* line 57, app/assets/stylesheets/lib/_utility.scss */
.mt30 {
  margin-top: 30px !important;
}

/* line 58, app/assets/stylesheets/lib/_utility.scss */
.ml30 {
  margin-left: 30px !important;
}

/* line 59, app/assets/stylesheets/lib/_utility.scss */
.mr30 {
  margin-right: 30px !important;
}

/* line 60, app/assets/stylesheets/lib/_utility.scss */
.mb30 {
  margin-bottom: 30px !important;
}

/* line 61, app/assets/stylesheets/lib/_utility.scss */
.m35 {
  margin: 35px !important;
}

/* line 62, app/assets/stylesheets/lib/_utility.scss */
.mt35 {
  margin-top: 35px !important;
}

/* line 63, app/assets/stylesheets/lib/_utility.scss */
.ml35 {
  margin-left: 35px !important;
}

/* line 64, app/assets/stylesheets/lib/_utility.scss */
.mr35 {
  margin-right: 35px !important;
}

/* line 65, app/assets/stylesheets/lib/_utility.scss */
.mb35 {
  margin-bottom: 35px !important;
}

/* line 66, app/assets/stylesheets/lib/_utility.scss */
.m40 {
  margin: 40px !important;
}

/* line 67, app/assets/stylesheets/lib/_utility.scss */
.mt40 {
  margin-top: 40px !important;
}

/* line 68, app/assets/stylesheets/lib/_utility.scss */
.ml40 {
  margin-left: 40px !important;
}

/* line 69, app/assets/stylesheets/lib/_utility.scss */
.mr40 {
  margin-right: 40px !important;
}

/* line 70, app/assets/stylesheets/lib/_utility.scss */
.mb40 {
  margin-bottom: 40px !important;
}

/* line 71, app/assets/stylesheets/lib/_utility.scss */
.m45 {
  margin: 45px !important;
}

/* line 72, app/assets/stylesheets/lib/_utility.scss */
.mt45 {
  margin-top: 45px !important;
}

/* line 73, app/assets/stylesheets/lib/_utility.scss */
.ml45 {
  margin-left: 45px !important;
}

/* line 74, app/assets/stylesheets/lib/_utility.scss */
.mr45 {
  margin-right: 45px !important;
}

/* line 75, app/assets/stylesheets/lib/_utility.scss */
.mb45 {
  margin-bottom: 45px !important;
}

/* line 76, app/assets/stylesheets/lib/_utility.scss */
.m50 {
  margin: 50px !important;
}

/* line 77, app/assets/stylesheets/lib/_utility.scss */
.mt50 {
  margin-top: 50px !important;
}

/* line 78, app/assets/stylesheets/lib/_utility.scss */
.ml50 {
  margin-left: 50px !important;
}

/* line 79, app/assets/stylesheets/lib/_utility.scss */
.mr50 {
  margin-right: 50px !important;
}

/* line 80, app/assets/stylesheets/lib/_utility.scss */
.mb50 {
  margin-bottom: 50px !important;
}

/* line 81, app/assets/stylesheets/lib/_utility.scss */
.p0 {
  padding: 0px !important;
}

/* line 82, app/assets/stylesheets/lib/_utility.scss */
.pt0 {
  padding-top: 0px !important;
}

/* line 83, app/assets/stylesheets/lib/_utility.scss */
.pl0 {
  padding-left: 0px !important;
}

/* line 84, app/assets/stylesheets/lib/_utility.scss */
.pr0 {
  padding-right: 0px !important;
}

/* line 85, app/assets/stylesheets/lib/_utility.scss */
.pb0 {
  padding-bottom: 0px !important;
}

/* line 86, app/assets/stylesheets/lib/_utility.scss */
.p5 {
  padding: 5px !important;
}

/* line 87, app/assets/stylesheets/lib/_utility.scss */
.pt5 {
  padding-top: 5px !important;
}

/* line 88, app/assets/stylesheets/lib/_utility.scss */
.pl5 {
  padding-left: 5px !important;
}

/* line 89, app/assets/stylesheets/lib/_utility.scss */
.pr5 {
  padding-right: 5px !important;
}

/* line 90, app/assets/stylesheets/lib/_utility.scss */
.pb5 {
  padding-bottom: 5px !important;
}

/* line 91, app/assets/stylesheets/lib/_utility.scss */
.p10 {
  padding: 10px !important;
}

/* line 92, app/assets/stylesheets/lib/_utility.scss */
.pt10 {
  padding-top: 10px !important;
}

/* line 93, app/assets/stylesheets/lib/_utility.scss */
.pl10 {
  padding-left: 10px !important;
}

/* line 94, app/assets/stylesheets/lib/_utility.scss */
.pr10 {
  padding-right: 10px !important;
}

/* line 95, app/assets/stylesheets/lib/_utility.scss */
.pb10 {
  padding-bottom: 10px !important;
}

/* line 96, app/assets/stylesheets/lib/_utility.scss */
.p15 {
  padding: 15px !important;
}

/* line 97, app/assets/stylesheets/lib/_utility.scss */
.pt15 {
  padding-top: 15px !important;
}

/* line 98, app/assets/stylesheets/lib/_utility.scss */
.pl15 {
  padding-left: 15px !important;
}

/* line 99, app/assets/stylesheets/lib/_utility.scss */
.pr15 {
  padding-right: 15px !important;
}

/* line 100, app/assets/stylesheets/lib/_utility.scss */
.pb15 {
  padding-bottom: 15px !important;
}

/* line 101, app/assets/stylesheets/lib/_utility.scss */
.p20 {
  padding: 20px !important;
}

/* line 102, app/assets/stylesheets/lib/_utility.scss */
.pt20 {
  padding-top: 20px !important;
}

/* line 103, app/assets/stylesheets/lib/_utility.scss */
.pl20 {
  padding-left: 20px !important;
}

/* line 104, app/assets/stylesheets/lib/_utility.scss */
.pr20 {
  padding-right: 20px !important;
}

/* line 105, app/assets/stylesheets/lib/_utility.scss */
.pb20 {
  padding-bottom: 20px !important;
}

/* line 106, app/assets/stylesheets/lib/_utility.scss */
.p25 {
  padding: 25px !important;
}

/* line 107, app/assets/stylesheets/lib/_utility.scss */
.pt25 {
  padding-top: 25px !important;
}

/* line 108, app/assets/stylesheets/lib/_utility.scss */
.pl25 {
  padding-left: 25px !important;
}

/* line 109, app/assets/stylesheets/lib/_utility.scss */
.pr25 {
  padding-right: 25px !important;
}

/* line 110, app/assets/stylesheets/lib/_utility.scss */
.pb25 {
  padding-bottom: 25px !important;
}

/* line 111, app/assets/stylesheets/lib/_utility.scss */
.p30 {
  padding: 30px !important;
}

/* line 112, app/assets/stylesheets/lib/_utility.scss */
.pt30 {
  padding-top: 30px !important;
}

/* line 113, app/assets/stylesheets/lib/_utility.scss */
.pl30 {
  padding-left: 30px !important;
}

/* line 114, app/assets/stylesheets/lib/_utility.scss */
.pr30 {
  padding-right: 30px !important;
}

/* line 115, app/assets/stylesheets/lib/_utility.scss */
.pb30 {
  padding-bottom: 30px !important;
}

/* line 116, app/assets/stylesheets/lib/_utility.scss */
.p35 {
  padding: 35px !important;
}

/* line 117, app/assets/stylesheets/lib/_utility.scss */
.pt35 {
  padding-top: 35px !important;
}

/* line 118, app/assets/stylesheets/lib/_utility.scss */
.pl35 {
  padding-left: 35px !important;
}

/* line 119, app/assets/stylesheets/lib/_utility.scss */
.pr35 {
  padding-right: 35px !important;
}

/* line 120, app/assets/stylesheets/lib/_utility.scss */
.pb35 {
  padding-bottom: 35px !important;
}

/* line 121, app/assets/stylesheets/lib/_utility.scss */
.p40 {
  padding: 40px !important;
}

/* line 122, app/assets/stylesheets/lib/_utility.scss */
.pt40 {
  padding-top: 40px !important;
}

/* line 123, app/assets/stylesheets/lib/_utility.scss */
.pl40 {
  padding-left: 40px !important;
}

/* line 124, app/assets/stylesheets/lib/_utility.scss */
.pr40 {
  padding-right: 40px !important;
}

/* line 125, app/assets/stylesheets/lib/_utility.scss */
.pb40 {
  padding-bottom: 40px !important;
}

/* line 126, app/assets/stylesheets/lib/_utility.scss */
.p45 {
  padding: 45px !important;
}

/* line 127, app/assets/stylesheets/lib/_utility.scss */
.pt45 {
  padding-top: 45px !important;
}

/* line 128, app/assets/stylesheets/lib/_utility.scss */
.pl45 {
  padding-left: 45px !important;
}

/* line 129, app/assets/stylesheets/lib/_utility.scss */
.pr45 {
  padding-right: 45px !important;
}

/* line 130, app/assets/stylesheets/lib/_utility.scss */
.pb45 {
  padding-bottom: 45px !important;
}

/* line 131, app/assets/stylesheets/lib/_utility.scss */
.p50 {
  padding: 50px !important;
}

/* line 132, app/assets/stylesheets/lib/_utility.scss */
.pt50 {
  padding-top: 50px !important;
}

/* line 133, app/assets/stylesheets/lib/_utility.scss */
.pl50 {
  padding-left: 50px !important;
}

/* line 134, app/assets/stylesheets/lib/_utility.scss */
.pr50 {
  padding-right: 50px !important;
}

/* line 135, app/assets/stylesheets/lib/_utility.scss */
.pb50 {
  padding-bottom: 50px !important;
}

/* line 8, app/assets/stylesheets/lib/_tablet.scss */
section.section-main-image.tablet {
  padding-top: 0;
  padding-bottom: 0;
  background: #0056E6;
}

/* line 12, app/assets/stylesheets/lib/_tablet.scss */
section.section-main-image.tablet .inner {
  margin: 0;
}

@media (min-width: 960px) {
  /* line 12, app/assets/stylesheets/lib/_tablet.scss */
  section.section-main-image.tablet .inner {
    padding-bottom: 20px;
  }
}

/* line 18, app/assets/stylesheets/lib/_tablet.scss */
section.section-main-image.tablet a img:hover {
  opacity: .8;
}

/* line 23, app/assets/stylesheets/lib/_tablet.scss */
.hero-campaign {
  max-width: 960px;
}

@media (min-width: 960px) {
  /* line 23, app/assets/stylesheets/lib/_tablet.scss */
  .hero-campaign {
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 30, app/assets/stylesheets/lib/_tablet.scss */
.hero-campaign .cta-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
}

/* line 34, app/assets/stylesheets/lib/_tablet.scss */
.hero-campaign .cta-flex .item:last-child {
  margin-left: 10px;
}

@media (min-width: 960px) {
  /* line 30, app/assets/stylesheets/lib/_tablet.scss */
  .hero-campaign .cta-flex {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
  }
}

/* line 44, app/assets/stylesheets/lib/_tablet.scss */
.block-point {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 10px 40px;
  padding: 20px;
  border: 4px solid #fff;
  border-radius: 12px;
  text-align: left;
}

@media (min-width: 960px) {
  /* line 44, app/assets/stylesheets/lib/_tablet.scss */
  .block-point {
    margin-right: 0;
    margin-left: 0;
    padding: 40px;
  }
}

/* line 57, app/assets/stylesheets/lib/_tablet.scss */
.point {
  color: #fff;
}

@media (min-width: 960px) {
  /* line 57, app/assets/stylesheets/lib/_tablet.scss */
  .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 21px;
    line-height: 1.3;
  }
}

@media (min-width: 960px) {
  /* line 64, app/assets/stylesheets/lib/_tablet.scss */
  .point > .item:first-child {
    -ms-flex-preferred-size: 151px;
        flex-basis: 151px;
  }
}

@media (min-width: 960px) {
  /* line 69, app/assets/stylesheets/lib/_tablet.scss */
  .point > .item:last-child {
    -ms-flex-preferred-size: calc(100% - 151px);
        flex-basis: calc(100% - 151px);
  }
}

/* line 74, app/assets/stylesheets/lib/_tablet.scss */
.point + .point {
  margin-top: 30px;
}

/* line 77, app/assets/stylesheets/lib/_tablet.scss */
.point p.textbold {
  font-weight: bold;
  font-size: 119.2%;
}

/* line 81, app/assets/stylesheets/lib/_tablet.scss */
.point p.line {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid #fff;
}

@media (min-width: 960px) {
  /* line 81, app/assets/stylesheets/lib/_tablet.scss */
  .point p.line {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

/* line 90, app/assets/stylesheets/lib/_tablet.scss */
.point img.labelimg {
  height: 17px;
}

@media (min-width: 960px) {
  /* line 90, app/assets/stylesheets/lib/_tablet.scss */
  .point img.labelimg {
    height: 34px;
  }
}

/* line 96, app/assets/stylesheets/lib/_tablet.scss */
.point img.specimg {
  height: 23px;
}

@media (min-width: 960px) {
  /* line 96, app/assets/stylesheets/lib/_tablet.scss */
  .point img.specimg {
    height: 46px;
  }
}

/* line 104, app/assets/stylesheets/lib/_tablet.scss */
.point .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 107, app/assets/stylesheets/lib/_tablet.scss */
.point .flex .item + .item {
  margin-left: 10px;
}

@media (min-width: 960px) {
  /* line 107, app/assets/stylesheets/lib/_tablet.scss */
  .point .flex .item + .item {
    margin-left: 15px;
  }
}

/* line 3, app/assets/stylesheets/lib/_takaku.scss */
.header-takaku {
  padding: 10px;
  text-align: center;
}

@media (min-width: 600px) {
  /* line 3, app/assets/stylesheets/lib/_takaku.scss */
  .header-takaku {
    padding: 20px 0;
  }
}

/* line 12, app/assets/stylesheets/lib/_takaku.scss */
.section-takaku {
  background: #ee9300 url(/assets/takaku/bg_sp-615b5d1a78666e8fbb3ee05854085c36fb616c167e6409dd692ca1f7c817a25d.png) bottom 500px right 50% no-repeat;
}

@media (min-width: 600px) {
  /* line 12, app/assets/stylesheets/lib/_takaku.scss */
  .section-takaku {
    background: #ee9300 url(/assets/takaku/bg-0fdfde9ade7ac57e095d425e9bd2b4f116e64489b30c3896704bce6afc6669d4.png) bottom 260px right 50% no-repeat;
    background-size: 1128px 1129px;
  }
}

@media (min-width: 960px) {
  /* line 12, app/assets/stylesheets/lib/_takaku.scss */
  .section-takaku {
    background: #ee9300 url(/assets/takaku/bg@2x-29c8e4e993a2cb7082e3e42c21f2289c2829949454d6349d76cf4ab20addd731.png) bottom 400px right 50% no-repeat;
    background-size: 1128px 1129px;
  }
}

/* line 25, app/assets/stylesheets/lib/_takaku.scss */
.section-takaku .inner {
  margin: 0 auto;
  padding: 20px 15px;
  max-width: 960px;
}

@media (min-width: 960px) {
  /* line 25, app/assets/stylesheets/lib/_takaku.scss */
  .section-takaku .inner {
    padding: 40px 0;
  }
}

/* line 35, app/assets/stylesheets/lib/_takaku.scss */
.section-takaku .hero-img {
  text-align: center;
}

/* line 39, app/assets/stylesheets/lib/_takaku.scss */
.section-takaku .button-block {
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 960px) {
  /* line 39, app/assets/stylesheets/lib/_takaku.scss */
  .section-takaku .button-block {
    margin-top: 30px;
  }
}

/* line 49, app/assets/stylesheets/lib/_takaku.scss */
.present-block {
  margin-top: 20px;
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.7;
}

@media (min-width: 960px) {
  /* line 49, app/assets/stylesheets/lib/_takaku.scss */
  .present-block {
    margin-top: 40px;
    padding: 20px 30px;
    font-size: 16px;
  }
}

/* line 63, app/assets/stylesheets/lib/_takaku.scss */
.present-block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 18px;
}

@media (min-width: 960px) {
  /* line 63, app/assets/stylesheets/lib/_takaku.scss */
  .present-block .title {
    font-size: 30px;
  }
}

/* line 73, app/assets/stylesheets/lib/_takaku.scss */
.present-block .title:before, .present-block .title:after {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #000;
  content: "";
}

/* line 82, app/assets/stylesheets/lib/_takaku.scss */
.present-block .title:before {
  margin-right: .6em;
}

/* line 86, app/assets/stylesheets/lib/_takaku.scss */
.present-block .title:after {
  margin-left: .6em;
}

/* line 91, app/assets/stylesheets/lib/_takaku.scss */
.present-block dt {
  float: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 960px) {
  /* line 91, app/assets/stylesheets/lib/_takaku.scss */
  .present-block dt {
    font-size: 18px;
  }
}

/* line 102, app/assets/stylesheets/lib/_takaku.scss */
.present-block dd {
  margin: 5px 0 1em 7em;
}

@media (min-width: 960px) {
  /* line 102, app/assets/stylesheets/lib/_takaku.scss */
  .present-block dd {
    margin: 0 0 1em 7em;
  }
}

/* line 111, app/assets/stylesheets/lib/_takaku.scss */
.takaku_cf_text {
  max-width: 960px;
  margin: 80px auto 0 auto;
  padding: 0 15px;
}

/* line 116, app/assets/stylesheets/lib/_takaku.scss */
.takaku_cf_text h5 {
  font-size: 16px;
  margin-bottom: 1em;
  text-align: center;
}

@media (min-width: 960px) {
  /* line 116, app/assets/stylesheets/lib/_takaku.scss */
  .takaku_cf_text h5 {
    font-size: 20px;
  }
}

/* line 126, app/assets/stylesheets/lib/_takaku.scss */
.takaku_cf_text p {
  font-size: 13px;
}

@media (min-width: 960px) {
  /* line 126, app/assets/stylesheets/lib/_takaku.scss */
  .takaku_cf_text p {
    font-size: 14px;
  }
}

/* line 3, app/assets/stylesheets/lib/_5g.scss */
a {
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 5, app/assets/stylesheets/lib/_5g.scss */
a:hover {
  opacity: .7;
}

/* line 10, app/assets/stylesheets/lib/_5g.scss */
h2.section-head5g span {
  border-bottom: 4px solid #043786;
}

/* line 15, app/assets/stylesheets/lib/_5g.scss */
h3.section-head5g {
  padding: 5px 0;
  border: 3px solid #003395;
  border-radius: 50px;
  color: #003395;
  text-align: center;
  font-size: 16px;
}

@media (min-width: 600px) {
  /* line 15, app/assets/stylesheets/lib/_5g.scss */
  h3.section-head5g {
    padding: 10px 0;
    font-size: 32px;
  }
}

/* line 29, app/assets/stylesheets/lib/_5g.scss */
h4.section-head5g-sub {
  text-align: center;
  font-size: 22px;
}

@media (min-width: 600px) {
  /* line 29, app/assets/stylesheets/lib/_5g.scss */
  h4.section-head5g-sub {
    font-size: 45px;
  }
}

/* line 38, app/assets/stylesheets/lib/_5g.scss */
.ly-section {
  padding: 40px 0;
}

/* line 42, app/assets/stylesheets/lib/_5g.scss */
.bl-annotation5g {
  margin-top: 20px;
  font-size: 10px;
}

@media (min-width: 600px) {
  /* line 42, app/assets/stylesheets/lib/_5g.scss */
  .bl-annotation5g {
    margin-top: 30px;
    font-size: 20px;
  }
}

/* line 55, app/assets/stylesheets/lib/_5g.scss */
.hero5g {
  margin: 0 auto;
  max-width: 960px;
  padding: 20px 0 10px;
}

/* line 60, app/assets/stylesheets/lib/_5g.scss */
.hero5g-wrap {
  text-align: center;
  position: relative;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.03%, #008ae7), color-stop(21.77%, #0898eb), color-stop(62.63%, #1dbcf5), color-stop(99.87%, #34e3ff));
  background: -webkit-linear-gradient(right, #008ae7 0.03%, #0898eb 21.77%, #1dbcf5 62.63%, #34e3ff 99.87%);
  background: linear-gradient(-90deg, #008ae7 0.03%, #0898eb 21.77%, #1dbcf5 62.63%, #34e3ff 99.87%);
  background-size: cover;
}

/* line 72, app/assets/stylesheets/lib/_5g.scss */
.hero5g-wrap--sa {
  text-align: center;
  background: url(/assets/5g_lp/hero-bg_sa@2x-603c5ef0bd35593d37ddf74b6d2201da426cf218e1985f0131e8445af3cd4b1c.jpg) no-repeat top 50% left 50%/cover;
}

@media (max-width: 768px) {
  /* line 76, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-wrap--sa-f {
    padding-right: 15px;
  }
}

/* line 81, app/assets/stylesheets/lib/_5g.scss */
.hero5g-wrap--bridge {
  text-align: center;
  background: url(/assets/5g_lp/hero-bg_sa@2x-603c5ef0bd35593d37ddf74b6d2201da426cf218e1985f0131e8445af3cd4b1c.jpg) no-repeat top 50% left 50%/cover;
  padding: 0  0 20px;
}

/* line 86, app/assets/stylesheets/lib/_5g.scss */
.hero5g-wrap--upgrade5g {
  background: #1992eb;
}

@media (max-width: 768px) {
  /* line 89, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-wrap--upgrade5g .hero5g {
    padding-top: 0;
  }
}

/* line 94, app/assets/stylesheets/lib/_5g.scss */
.hero5g-wrap--home {
  background: transparent;
}

/* line 96, app/assets/stylesheets/lib/_5g.scss */
.hero5g-wrap--home img {
  width: 100%;
}

/* line 100, app/assets/stylesheets/lib/_5g.scss */
.hero5g-wrap--cloud {
  background: -webkit-gradient(linear, right top, left top, color-stop(0.03%, #c0efff), color-stop(18.3%, #b2edff), color-stop(52.81%, #8de9ff), color-stop(99.59%, #52e3ff), color-stop(99.87%, #52e3ff));
  background: -webkit-linear-gradient(right, #c0efff 0.03%, #b2edff 18.3%, #8de9ff 52.81%, #52e3ff 99.59%, #52e3ff 99.87%);
  background: linear-gradient(-90deg, #c0efff 0.03%, #b2edff 18.3%, #8de9ff 52.81%, #52e3ff 99.59%, #52e3ff 99.87%);
}

@media (max-width: 768px) {
  /* line 100, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-wrap--cloud {
    padding-right: 15px;
  }
}

/* line 106, app/assets/stylesheets/lib/_5g.scss */
.hero5g-wrap .hover-effect {
  opacity: 0.7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

/* line 110, app/assets/stylesheets/lib/_5g.scss */
.hero5g-wrap-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 115, app/assets/stylesheets/lib/_5g.scss */
.hero5g-wrap-btn--home {
  width: calc(454 / 1280 * 100%);
  bottom: calc(40 / 600 * 100%);
}

@media (max-width: 768px) {
  /* line 115, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-wrap-btn--home {
    width: calc(600 / 750 * 100%);
    bottom: calc(65 / 1040 * 100%);
  }
}

/* line 123, app/assets/stylesheets/lib/_5g.scss */
.hero5g-wrap-btn--car {
  width: calc(454 / 1280 * 100%);
  bottom: calc(40 / 600 * 100%);
}

@media (max-width: 768px) {
  /* line 123, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-wrap-btn--car {
    width: calc(600 / 750 * 100%);
    bottom: calc(40 / 1040 * 100%);
  }
}

/* line 133, app/assets/stylesheets/lib/_5g.scss */
.hero5g-img {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  /* line 133, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-img {
    margin-bottom: 0px;
  }
}

/* line 139, app/assets/stylesheets/lib/_5g.scss */
.hero5g-btn {
  max-width: 80%;
  margin: auto;
  width: 463px;
}

/* line 144, app/assets/stylesheets/lib/_5g.scss */
.hero5g-text {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 10px 0 10px;
}

@media (max-width: 768px) {
  /* line 144, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-text {
    font-size: 10px;
  }
}

/* line 155, app/assets/stylesheets/lib/_5g.scss */
.hero5g-band {
  background: #FDDD76;
  padding: 13px 20px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 155, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-band {
    padding: 10px 20px;
  }
}

/* line 164, app/assets/stylesheets/lib/_5g.scss */
.hero5g-cta {
  background: #1992eb;
  padding: 30px;
}

/* line 167, app/assets/stylesheets/lib/_5g.scss */
.hero5g-cta--hikari {
  padding: 10px;
  background: #009ED4;
}

/* line 170, app/assets/stylesheets/lib/_5g.scss */
.hero5g-cta--hikari img {
  width: 380px;
  max-width: 100%;
}

/* line 175, app/assets/stylesheets/lib/_5g.scss */
.hero5g-cta-wrap {
  width: 760px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 182, app/assets/stylesheets/lib/_5g.scss */
.hero5g-cta-wrap--hikari {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 187, app/assets/stylesheets/lib/_5g.scss */
.hero5g-cta-left {
  width: 53%;
}

/* line 190, app/assets/stylesheets/lib/_5g.scss */
.hero5g-cta-right {
  width: 44%;
}

/* line 193, app/assets/stylesheets/lib/_5g.scss */
.hero5g-cta-wrap2 {
  width: 780px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 201, app/assets/stylesheets/lib/_5g.scss */
.hero5g-cta-left2 {
  width: 44%;
}

/* line 204, app/assets/stylesheets/lib/_5g.scss */
.hero5g-cta-right2 {
  width: 51%;
}

/* line 207, app/assets/stylesheets/lib/_5g.scss */
.hero5g-cta-wrap3 {
  text-align: center;
  margin: auto;
  width: 810px;
  max-width: 100%;
}

/* line 213, app/assets/stylesheets/lib/_5g.scss */
.hero5g-cta-wrap4 {
  text-align: center;
  margin: auto;
  width: 400px;
  max-width: 100%;
}

/* line 220, app/assets/stylesheets/lib/_5g.scss */
.hero5g-cta-text {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

/* line 226, app/assets/stylesheets/lib/_5g.scss */
.hero5g-cta-text--hikari {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

/* line 232, app/assets/stylesheets/lib/_5g.scss */
.hero5g-cta-text--num {
  font-size: 34px;
}

/* line 235, app/assets/stylesheets/lib/_5g.scss */
.hero5g-cta-text--large {
  font-size: 41px;
  font-weight: bold;
  color: #ffff00;
}

@media (max-width: 768px) {
  /* line 164, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-cta {
    padding: 20px 20px 5px;
  }
  /* line 243, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-cta--hikari {
    padding: 10px;
  }
  /* line 246, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-cta-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 250, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-cta-left {
    width: 300px;
    margin-bottom: 15px;
  }
  /* line 254, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-cta-right {
    width: 240px;
  }
  /* line 257, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-cta-text {
    font-size: 14px;
  }
  /* line 259, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-cta-text--hikari {
    font-size: 19px;
    margin-bottom: 10px;
  }
  /* line 263, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-cta-text--num {
    font-size: 27px;
  }
  /* line 266, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-cta-text--large {
    font-size: 32px;
  }
  /* line 270, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-cta-wrap2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 273, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-cta-left2 {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 277, app/assets/stylesheets/lib/_5g.scss */
  .hero5g-cta-right2 {
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 768px) {
  /* line 289, app/assets/stylesheets/lib/_5g.scss */
  .header-bottom {
    padding: 0 5px;
  }
}

/* line 293, app/assets/stylesheets/lib/_5g.scss */
.header-bottom:not(.js-fixed) {
  position: relative;
}

/* line 297, app/assets/stylesheets/lib/_5g.scss */
.header-bottom-nav-5g {
  grid-template-columns: 1fr 115px 115px 115px;
}

@media (max-width: 768px) {
  /* line 297, app/assets/stylesheets/lib/_5g.scss */
  .header-bottom-nav-5g {
    grid-template-columns: 1fr 63px 63px 63px;
  }
  /* line 301, app/assets/stylesheets/lib/_5g.scss */
  .header-bottom-nav-5g .header-bottom-nav-cta {
    text-align: right;
  }
  /* line 303, app/assets/stylesheets/lib/_5g.scss */
  .header-bottom-nav-5g .header-bottom-nav-cta img {
    width: 100px;
  }
}

/* line 308, app/assets/stylesheets/lib/_5g.scss */
.header-bottom-nav-5g--2 {
  grid-template-columns: 1fr 230px 230px;
}

@media (max-width: 768px) {
  /* line 308, app/assets/stylesheets/lib/_5g.scss */
  .header-bottom-nav-5g--2 {
    padding: 15px 0;
    grid-template-columns: 1fr 120px 112px;
  }
  /* line 314, app/assets/stylesheets/lib/_5g.scss */
  .header-bottom-nav-5g--2 .header-bottom-nav-logo img {
    width: 100px;
  }
}

/* line 320, app/assets/stylesheets/lib/_5g.scss */
.header-bottom-nav-5g--3 {
  grid-template-columns: 1fr 230px;
}

@media (max-width: 768px) {
  /* line 320, app/assets/stylesheets/lib/_5g.scss */
  .header-bottom-nav-5g--3 {
    padding: 15px 0;
    grid-template-columns: 1fr 112px;
  }
  /* line 326, app/assets/stylesheets/lib/_5g.scss */
  .header-bottom-nav-5g--3 .header-bottom-nav-logo img {
    width: 100px;
  }
}

/* line 332, app/assets/stylesheets/lib/_5g.scss */
.header-bottom-nav-5g--4 {
  grid-template-columns: 1fr 115px 115px;
}

@media (max-width: 768px) {
  /* line 332, app/assets/stylesheets/lib/_5g.scss */
  .header-bottom-nav-5g--4 {
    padding: 15px 0;
    grid-template-columns: 1fr 63px 63px;
  }
  /* line 338, app/assets/stylesheets/lib/_5g.scss */
  .header-bottom-nav-5g--4 .header-bottom-nav-logo img {
    width: 100px;
  }
}

/* line 346, app/assets/stylesheets/lib/_5g.scss */
.header-bottom-business-btn {
  width: 218px;
  height: 60px;
  line-height: 56px;
  border: 2px solid #1992EB;
  border-radius: 30px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0px 4.61px 2.77px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4.61px 2.77px rgba(0, 0, 0, 0.3);
  display: block;
  text-align: center;
  color: #1992eb;
  text-decoration: none;
}

/* line 360, app/assets/stylesheets/lib/_5g.scss */
.header-bottom-business-btn:hover {
  color: #1992eb;
}

@media (max-width: 768px) {
  /* line 346, app/assets/stylesheets/lib/_5g.scss */
  .header-bottom-business-btn {
    width: 112px;
    height: 31px;
    line-height: 29px;
    border: 1px solid #1992EB;
    border-radius: 15px;
    font-size: 10px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  }
}

/* line 373, app/assets/stylesheets/lib/_5g.scss */
.header-bottom-cta-btn {
  width: 218px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0px 4.61px 2.77px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4.61px 2.77px rgba(0, 0, 0, 0.3);
  display: block;
  text-align: center;
  background: #FA5D6E;
  color: #fff;
  text-decoration: none;
}

/* line 387, app/assets/stylesheets/lib/_5g.scss */
.header-bottom-cta-btn:hover {
  color: #fff;
}

@media (max-width: 768px) {
  /* line 373, app/assets/stylesheets/lib/_5g.scss */
  .header-bottom-cta-btn {
    width: 112px;
    height: 31px;
    line-height: 31px;
    border-radius: 15px;
    font-size: 10px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  }
}

/* line 406, app/assets/stylesheets/lib/_5g.scss */
.header-bottom-nav-upgrade5g {
  grid-template-columns: 145px 1fr 260px 186px;
}

@media (min-width: 960px) {
  /* line 406, app/assets/stylesheets/lib/_5g.scss */
  .header-bottom-nav-upgrade5g {
    grid-template-columns: 240px 1fr 260px 186px;
  }
}

@media (max-width: 768px) {
  /* line 406, app/assets/stylesheets/lib/_5g.scss */
  .header-bottom-nav-upgrade5g {
    grid-template-columns: 1fr 48px 120px 90px;
  }
  /* line 413, app/assets/stylesheets/lib/_5g.scss */
  .header-bottom-nav-upgrade5g .header-bottom-nav-cta {
    text-align: right;
  }
}

/* line 420, app/assets/stylesheets/lib/_5g.scss */
.header-bottom-nav-cloud {
  grid-template-columns: 1fr 360px 180px;
  max-width: 800px;
}

@media (max-width: 768px) {
  /* line 420, app/assets/stylesheets/lib/_5g.scss */
  .header-bottom-nav-cloud {
    grid-template-columns: 1fr 63px 63px;
  }
  /* line 425, app/assets/stylesheets/lib/_5g.scss */
  .header-bottom-nav-cloud .header-bottom-nav-cta {
    text-align: right;
  }
}

/* line 431, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-gnav,
.bl-5g-nav-gnav,
.bl-5g-nav-gnav2 {
  background: #f5f6f7;
  padding: 20px 10px;
  overflow-x: auto;
}

/* line 437, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-gnav ul,
.bl-5g-nav-gnav ul,
.bl-5g-nav-gnav2 ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 1100px;
}

/* line 443, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-gnav ul li,
.bl-5g-nav-gnav ul li,
.bl-5g-nav-gnav2 ul li {
  position: relative;
  padding: 0 20px;
  white-space: nowrap;
}

/* line 448, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-gnav ul li:not(:last-child)::after,
.bl-5g-nav-gnav ul li:not(:last-child)::after,
.bl-5g-nav-gnav2 ul li:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #2a3b4c;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 458, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-gnav ul li a,
.bl-5g-nav-gnav ul li a,
.bl-5g-nav-gnav2 ul li a {
  text-decoration: none;
  color: #2a3b4c;
  font-weight: bold;
  font-size: 21px;
}

@media (min-width: 960px) {
  /* line 471, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--amazonring ul li:nth-of-type(7)::after,
.bl-5g-nav-gnav--amazonring ul li:nth-of-type(7)::after,
.bl-5g-nav-gnav2--amazonring ul li:nth-of-type(7)::after {
    content: none;
  }
  /* line 475, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--amazonring ul li:last-child,
.bl-5g-nav-gnav--amazonring ul li:last-child,
.bl-5g-nav-gnav2--amazonring ul li:last-child {
    display: none;
  }
}

/* line 483, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-gnav--upgrade5g ul,
.bl-5g-nav-gnav--upgrade5g ul,
.bl-5g-nav-gnav2--upgrade5g ul {
  max-width: 1260px;
}

/* line 489, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-gnav--cloud ul li,
.bl-5g-nav-gnav--cloud ul li,
.bl-5g-nav-gnav2--cloud ul li {
  padding: 0 15px;
  line-height: 1.2;
}

/* line 493, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-gnav--cloud ul li:last-child::after,
.bl-5g-nav-gnav--cloud ul li:last-child::after,
.bl-5g-nav-gnav2--cloud ul li:last-child::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #2a3b4c;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 504, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-gnav--cloud ul li:first-child::before,
.bl-5g-nav-gnav--cloud ul li:first-child::before,
.bl-5g-nav-gnav2--cloud ul li:first-child::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #2a3b4c;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 514, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-gnav--cloud ul li a,
.bl-5g-nav-gnav--cloud ul li a,
.bl-5g-nav-gnav2--cloud ul li a {
  font-size: 15px;
}

@media (min-width: 769px) {
  /* line 523, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nav-gnav2 .sp {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 529, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nav-gnav2 {
    background: #fff;
    padding: 0px;
    overflow-x: initial;
  }
  /* line 530, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nav-gnav2 .pc {
    display: none;
  }
  /* line 536, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nav-gnav2 ul {
    width: 100%;
  }
  /* line 538, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nav-gnav2 ul li {
    text-align: center;
    position: relative;
    white-space: nowrap;
    border-left: 1px solid #adadad;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    width: 20%;
    display: grid;
    place-items: center;
    padding: 0;
  }
  /* line 549, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nav-gnav2 ul li:after {
    content: none;
  }
  /* line 562, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nav-gnav2 ul li a {
    font-size: 10px;
    padding: 10px 0px;
    display: block;
  }
  /* line 568, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nav-gnav2 ul li:not(:last-child)::after {
    content: none;
  }
  /* line 575, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav,
.bl-5g-nav-gnav {
    background: #fff;
    padding: 0px;
    overflow-x: initial;
  }
  /* line 580, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav ul,
.bl-5g-nav-gnav ul {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 583, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav ul li,
.bl-5g-nav-gnav ul li {
    text-align: center;
    position: relative;
    white-space: nowrap;
    border-left: 1px solid #adadad;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    width: 25%;
    display: grid;
    place-items: center;
    padding: 0;
  }
  /* line 596, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav ul li:nth-of-type(1) a::before,
.bl-5g-nav-gnav ul li:nth-of-type(1) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav01-7fb18ba0c432164134b00b7d6fe65cad3b329e42babe57f5b639e8a0a411e929.svg) no-repeat top 50% left 50%/contain;
    top: 15px;
    width: 49px;
    height: 16px;
  }
  /* line 606, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav ul li:nth-of-type(2) a::before,
.bl-5g-nav-gnav ul li:nth-of-type(2) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav02-7e8913ade40244c1f2f237827f7442433cf9769d48e09b504fdd5101f77b077d.svg) no-repeat top 50% left 50%/contain;
    top: 15px;
    width: 14px;
    height: 15px;
  }
  /* line 616, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav ul li:nth-of-type(3) a::before,
.bl-5g-nav-gnav ul li:nth-of-type(3) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav03-b1151c6dbdab96a45dc51078b1b83978ef569855f5a2ad9f0ecd7e834c773453.svg) no-repeat top 50% left 50%/contain;
    width: 14px;
    height: 20px;
  }
  /* line 625, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav ul li:nth-of-type(4) a::before,
.bl-5g-nav-gnav ul li:nth-of-type(4) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav04-1e74550a6f49ee83ae66989df05b3715a7889dbe8d1f0f93106e1100a7bbd750.svg) no-repeat top 50% left 50%/contain;
    width: 37px;
    height: 31px;
  }
  /* line 632, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav ul li:nth-of-type(5),
.bl-5g-nav-gnav ul li:nth-of-type(5) {
    border-top: none;
  }
  /* line 635, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav ul li:nth-of-type(5) a::before,
.bl-5g-nav-gnav ul li:nth-of-type(5) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav05-c566a6d0713949e63f5f2bd669c65d676fdbfcd03362e9086ea36f20a0cc7891.svg) no-repeat top 50% left 50%/contain;
    width: 25px;
    height: 21px;
  }
  /* line 642, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav ul li:nth-of-type(6),
.bl-5g-nav-gnav ul li:nth-of-type(6) {
    border-top: none;
  }
  /* line 645, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav ul li:nth-of-type(6) a::before,
.bl-5g-nav-gnav ul li:nth-of-type(6) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav06-97e1fd4080718f1dcfd699c777236ecf90ea1147f48e4dd7e9babbf745936e22.svg) no-repeat top 50% left 50%/contain;
    top: 15px;
    width: 13px;
    height: 13px;
  }
  /* line 653, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav ul li:nth-of-type(7),
.bl-5g-nav-gnav ul li:nth-of-type(7) {
    border-top: none;
  }
  /* line 656, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav ul li:nth-of-type(7) a::before,
.bl-5g-nav-gnav ul li:nth-of-type(7) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav07-82ef9fc27e668fd27fe98c319e0f24c2033d949911408172460872775efdb54a.svg) no-repeat top 50% left 50%/contain;
    top: 15px;
    width: 10px;
    height: 16px;
  }
  /* line 664, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav ul li:last-child,
.bl-5g-nav-gnav ul li:last-child {
    background: #FF5965;
    border-top: none;
    border-left: none;
  }
  /* line 668, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav ul li:last-child a,
.bl-5g-nav-gnav ul li:last-child a {
    color: #fff;
    padding: 10px 20px;
  }
  /* line 674, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav ul li:not(:last-child)::after,
.bl-5g-nav-gnav ul li:not(:last-child)::after {
    width: 1px;
    height: 100%;
    background: #2a3b4c;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 684, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav ul li a,
.bl-5g-nav-gnav ul li a {
    text-decoration: none;
    color: #2a3b4c;
    font-weight: bold;
    font-size: 10px;
    position: relative;
    padding: 45px 10px 5px;
    display: block;
  }
  /* line 692, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav ul li a::before,
.bl-5g-nav-gnav ul li a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* line 704, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--upgrade5g ul,
.bl-5g-nav-gnav--upgrade5g ul {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 709, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--upgrade5g ul li:nth-of-type(1) a,
.bl-5g-nav-gnav--upgrade5g ul li:nth-of-type(1) a {
    padding: 10px 20px;
  }
  /* line 711, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--upgrade5g ul li:nth-of-type(1) a > span,
.bl-5g-nav-gnav--upgrade5g ul li:nth-of-type(1) a > span {
    color: #00b5dd;
  }
  /* line 714, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--upgrade5g ul li:nth-of-type(1) a::before,
.bl-5g-nav-gnav--upgrade5g ul li:nth-of-type(1) a::before {
    content: none;
  }
  /* line 721, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--upgrade5g ul li:nth-of-type(2) a::before,
.bl-5g-nav-gnav--upgrade5g ul li:nth-of-type(2) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav06-97e1fd4080718f1dcfd699c777236ecf90ea1147f48e4dd7e9babbf745936e22.svg) no-repeat top 50% left 50%/contain;
    top: 15px;
    width: 13px;
    height: 13px;
  }
  /* line 731, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--upgrade5g ul li:nth-of-type(3) a::before,
.bl-5g-nav-gnav--upgrade5g ul li:nth-of-type(3) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav02-7e8913ade40244c1f2f237827f7442433cf9769d48e09b504fdd5101f77b077d.svg) no-repeat top 50% left 50%/contain;
    top: 15px;
    width: 14px;
    height: 15px;
  }
  /* line 741, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--upgrade5g ul li:nth-of-type(4) a::before,
.bl-5g-nav-gnav--upgrade5g ul li:nth-of-type(4) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav03-b1151c6dbdab96a45dc51078b1b83978ef569855f5a2ad9f0ecd7e834c773453.svg) no-repeat top 50% left 50%/contain;
    width: 14px;
    height: 20px;
  }
  /* line 748, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--upgrade5g ul li:nth-of-type(5),
.bl-5g-nav-gnav--upgrade5g ul li:nth-of-type(5) {
    border-top: none;
  }
  /* line 751, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--upgrade5g ul li:nth-of-type(5) a::before,
.bl-5g-nav-gnav--upgrade5g ul li:nth-of-type(5) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav04-1e74550a6f49ee83ae66989df05b3715a7889dbe8d1f0f93106e1100a7bbd750.svg) no-repeat top 50% left 50%/contain;
    width: 25px;
    height: 21px;
  }
  /* line 758, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--upgrade5g ul li:nth-of-type(6),
.bl-5g-nav-gnav--upgrade5g ul li:nth-of-type(6) {
    border-top: none;
  }
  /* line 761, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--upgrade5g ul li:nth-of-type(6) a::before,
.bl-5g-nav-gnav--upgrade5g ul li:nth-of-type(6) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav05-c566a6d0713949e63f5f2bd669c65d676fdbfcd03362e9086ea36f20a0cc7891.svg) no-repeat top 50% left 50%/contain;
    width: 28px;
    height: 25px;
    top: 10px;
  }
  /* line 769, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--upgrade5g ul li:nth-of-type(7),
.bl-5g-nav-gnav--upgrade5g ul li:nth-of-type(7) {
    border-top: none;
  }
  /* line 772, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--upgrade5g ul li:nth-of-type(7) a::before,
.bl-5g-nav-gnav--upgrade5g ul li:nth-of-type(7) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav07-82ef9fc27e668fd27fe98c319e0f24c2033d949911408172460872775efdb54a.svg) no-repeat top 50% left 50%/contain;
    top: 15px;
    width: 10px;
    height: 16px;
  }
  /* line 780, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--upgrade5g ul li:last-child,
.bl-5g-nav-gnav--upgrade5g ul li:last-child {
    background: #FF5965;
    border-top: none;
    border-left: none;
  }
  /* line 784, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--upgrade5g ul li:last-child a,
.bl-5g-nav-gnav--upgrade5g ul li:last-child a {
    color: #fff;
    padding: 10px 20px;
  }
  /* line 790, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--upgrade5g ul li:not(:last-child)::after,
.bl-5g-nav-gnav--upgrade5g ul li:not(:last-child)::after {
    width: 1px;
    height: 100%;
    background: #2a3b4c;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 800, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--upgrade5g ul li a,
.bl-5g-nav-gnav--upgrade5g ul li a {
    text-decoration: none;
    color: #2a3b4c;
    font-weight: bold;
    font-size: 10px;
    position: relative;
    padding: 35px 10px 5px;
    display: block;
  }
  /* line 808, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--upgrade5g ul li a::before,
.bl-5g-nav-gnav--upgrade5g ul li a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* line 824, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--amazonring ul li:nth-of-type(1) a, .bl-5g-gnav--amazonring ul li:nth-of-type(2) a, .bl-5g-gnav--amazonring ul li:nth-of-type(3) a, .bl-5g-gnav--amazonring ul li:nth-of-type(4) a, .bl-5g-gnav--amazonring ul li:nth-of-type(5) a, .bl-5g-gnav--amazonring ul li:nth-of-type(6) a, .bl-5g-gnav--amazonring ul li:nth-of-type(7) a,
.bl-5g-nav-gnav--amazonring ul li:nth-of-type(1) a,
.bl-5g-nav-gnav--amazonring ul li:nth-of-type(2) a,
.bl-5g-nav-gnav--amazonring ul li:nth-of-type(3) a,
.bl-5g-nav-gnav--amazonring ul li:nth-of-type(4) a,
.bl-5g-nav-gnav--amazonring ul li:nth-of-type(5) a,
.bl-5g-nav-gnav--amazonring ul li:nth-of-type(6) a,
.bl-5g-nav-gnav--amazonring ul li:nth-of-type(7) a {
    padding: 10px 10px;
  }
  /* line 826, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--amazonring ul li:nth-of-type(1) a::before, .bl-5g-gnav--amazonring ul li:nth-of-type(2) a::before, .bl-5g-gnav--amazonring ul li:nth-of-type(3) a::before, .bl-5g-gnav--amazonring ul li:nth-of-type(4) a::before, .bl-5g-gnav--amazonring ul li:nth-of-type(5) a::before, .bl-5g-gnav--amazonring ul li:nth-of-type(6) a::before, .bl-5g-gnav--amazonring ul li:nth-of-type(7) a::before,
.bl-5g-nav-gnav--amazonring ul li:nth-of-type(1) a::before,
.bl-5g-nav-gnav--amazonring ul li:nth-of-type(2) a::before,
.bl-5g-nav-gnav--amazonring ul li:nth-of-type(3) a::before,
.bl-5g-nav-gnav--amazonring ul li:nth-of-type(4) a::before,
.bl-5g-nav-gnav--amazonring ul li:nth-of-type(5) a::before,
.bl-5g-nav-gnav--amazonring ul li:nth-of-type(6) a::before,
.bl-5g-nav-gnav--amazonring ul li:nth-of-type(7) a::before {
    content: none;
  }
  /* line 832, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--amazonring ul li:last-child a,
.bl-5g-nav-gnav--amazonring ul li:last-child a {
    padding: 10px 10px;
  }
  /* line 844, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--home ul,
.bl-5g-nav-gnav--home ul {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 847, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--home ul li,
.bl-5g-nav-gnav--home ul li {
    width: 20%;
  }
  /* line 851, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--home ul li:nth-of-type(1) a::before,
.bl-5g-nav-gnav--home ul li:nth-of-type(1) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav02-7e8913ade40244c1f2f237827f7442433cf9769d48e09b504fdd5101f77b077d.svg) no-repeat top 50% left 50%/contain;
    top: 15px;
    width: 14px;
    height: 15px;
  }
  /* line 861, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--home ul li:nth-of-type(2) a::before,
.bl-5g-nav-gnav--home ul li:nth-of-type(2) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav03-b1151c6dbdab96a45dc51078b1b83978ef569855f5a2ad9f0ecd7e834c773453.svg) no-repeat top 50% left 50%/contain;
    width: 14px;
    height: 20px;
    top: 11px;
  }
  /* line 871, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--home ul li:nth-of-type(3) a::before,
.bl-5g-nav-gnav--home ul li:nth-of-type(3) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav01-7fb18ba0c432164134b00b7d6fe65cad3b329e42babe57f5b639e8a0a411e929.svg) no-repeat top 50% left 50%/contain;
    top: 12px;
    width: 49px;
    height: 16px;
  }
  /* line 881, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--home ul li:nth-of-type(4) a::before,
.bl-5g-nav-gnav--home ul li:nth-of-type(4) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav08-f92016d86ef48cc239b33acea6db53ba8cd85cb3a17f826c3fb23f64b1a00dae.svg) no-repeat top 50% left 50%/contain;
    top: 11px;
    width: 35px;
    height: 20px;
  }
  /* line 889, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--home ul li:nth-of-type(5),
.bl-5g-nav-gnav--home ul li:nth-of-type(5) {
    border-top: 1px solid #adadad;
  }
  /* line 892, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--home ul li:nth-of-type(5) a::before,
.bl-5g-nav-gnav--home ul li:nth-of-type(5) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav05-c566a6d0713949e63f5f2bd669c65d676fdbfcd03362e9086ea36f20a0cc7891.svg) no-repeat top 50% left 50%/contain;
    width: 25px;
    height: 21px;
  }
  /* line 899, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--home ul li:nth-of-type(6),
.bl-5g-nav-gnav--home ul li:nth-of-type(6) {
    display: none;
  }
  /* line 904, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--home ul li:not(:last-child)::after,
.bl-5g-nav-gnav--home ul li:not(:last-child)::after {
    width: 1px;
    height: 100%;
    background: #2a3b4c;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 914, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--home ul li a,
.bl-5g-nav-gnav--home ul li a {
    text-decoration: none;
    color: #2a3b4c;
    font-weight: bold;
    font-size: 9px;
    position: relative;
    padding: 35px 3px 5px;
    display: block;
  }
  /* line 922, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--home ul li a::before,
.bl-5g-nav-gnav--home ul li a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* line 935, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--cloud ul,
.bl-5g-nav-gnav--cloud ul {
    width: 100%;
  }
  /* line 938, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--cloud ul li:nth-of-type(1),
.bl-5g-nav-gnav--cloud ul li:nth-of-type(1) {
    border-left: none;
  }
  /* line 941, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--cloud ul li:nth-of-type(1) a::before,
.bl-5g-nav-gnav--cloud ul li:nth-of-type(1) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav02-7e8913ade40244c1f2f237827f7442433cf9769d48e09b504fdd5101f77b077d.svg) no-repeat top 50% left 50%/contain;
    top: 15px;
    width: 14px;
    height: 15px;
  }
  /* line 951, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--cloud ul li:nth-of-type(2) a::before,
.bl-5g-nav-gnav--cloud ul li:nth-of-type(2) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav04-1e74550a6f49ee83ae66989df05b3715a7889dbe8d1f0f93106e1100a7bbd750.svg) no-repeat top 50% left 50%/contain;
    width: 25px;
    height: 21px;
    top: 12px;
  }
  /* line 961, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--cloud ul li:nth-of-type(3) a::before,
.bl-5g-nav-gnav--cloud ul li:nth-of-type(3) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav07-82ef9fc27e668fd27fe98c319e0f24c2033d949911408172460872775efdb54a.svg) no-repeat top 50% left 50%/contain;
    top: 15px;
    width: 10px;
    height: 16px;
  }
  /* line 969, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--cloud ul li:last-child,
.bl-5g-nav-gnav--cloud ul li:last-child {
    background: #FF5965;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  /* line 974, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--cloud ul li:last-child a,
.bl-5g-nav-gnav--cloud ul li:last-child a {
    color: #fff;
    padding: 10px 20px;
  }
  /* line 977, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--cloud ul li:last-child a::before,
.bl-5g-nav-gnav--cloud ul li:last-child a::before {
    content: none;
  }
  /* line 983, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--cloud ul li:not(:last-child)::after,
.bl-5g-nav-gnav--cloud ul li:not(:last-child)::after {
    width: 1px;
    height: 100%;
    background: #2a3b4c;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 993, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--cloud ul li a,
.bl-5g-nav-gnav--cloud ul li a {
    padding: 35px 10px 5px;
  }
  /* line 1000, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--wimax {
    margin: 0 -5px;
  }
  /* line 1003, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--wimax ul li {
    width: calc(100% / 7);
    border-top: 1px solid #adadad;
    border-right: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    border-left: 0;
  }
  /* line 1011, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(1) a::before {
    top: 10px;
    width: 35px;
    height: 11px;
  }
  /* line 1020, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(2) a::before {
    top: 5px;
    width: 14px;
    height: 15px;
  }
  /* line 1029, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(3) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav06-97e1fd4080718f1dcfd699c777236ecf90ea1147f48e4dd7e9babbf745936e22.svg) no-repeat top 50% left 50%/contain;
    top: 7px;
    width: 13px;
    height: 13px;
  }
  /* line 1039, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(4) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav03-b1151c6dbdab96a45dc51078b1b83978ef569855f5a2ad9f0ecd7e834c773453.svg) no-repeat top 50% left 50%/contain;
    width: 14px;
    height: 20px;
    top: -2px;
  }
  /* line 1047, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(5) {
    border-top: 1px solid #adadad;
  }
  /* line 1050, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(5) a::before {
    width: 20px;
    height: 17px;
    top: 5px;
  }
  /* line 1057, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(6) {
    border-top: 1px solid #adadad;
  }
  /* line 1060, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(6) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav04-1e74550a6f49ee83ae66989df05b3715a7889dbe8d1f0f93106e1100a7bbd750.svg) no-repeat top 50% left 50%/contain;
    width: 20px;
    height: 16px;
    top: 5px;
  }
  /* line 1068, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(7) {
    border-top: 1px solid #adadad;
    background: #fff;
  }
  /* line 1071, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(7) a {
    color: #2A3B4C;
    background: #fff;
  }
  /* line 1074, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(7) a::before {
    top: 5px;
    width: 10px;
    height: 15px;
  }
  /* line 1081, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--wimax ul li:last-child {
    border-left: none;
  }
  /* line 1083, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--wimax ul li:last-child a {
    padding: 22px 3px 3px;
  }
  /* line 1087, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--wimax ul li a {
    font-size: 10px;
    padding: 22px 3px 3px;
    letter-spacing: -0.15em;
    line-height: 1.22;
  }
  /* line 1092, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--wimax ul li a::before {
    top: 5px;
  }
  /* line 1099, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--sa {
    margin: 0 -5px;
  }
  /* line 1102, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--sa ul li {
    width: calc(100% / 7);
    border-top: 1px solid #adadad;
    border-right: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    border-left: 0;
  }
  /* line 1110, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--sa ul li:nth-of-type(1) a::before {
    top: 10px;
    width: 35px;
    height: 11px;
  }
  /* line 1119, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--sa ul li:nth-of-type(2) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav06-97e1fd4080718f1dcfd699c777236ecf90ea1147f48e4dd7e9babbf745936e22.svg) no-repeat top 50% left 50%/contain;
    top: 7px;
    width: 13px;
    height: 13px;
  }
  /* line 1129, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--sa ul li:nth-of-type(3) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav02-7e8913ade40244c1f2f237827f7442433cf9769d48e09b504fdd5101f77b077d.svg) no-repeat top 50% left 50%/contain;
    top: 5px;
    width: 14px;
    height: 15px;
  }
  /* line 1139, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--sa ul li:nth-of-type(4) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav03-b1151c6dbdab96a45dc51078b1b83978ef569855f5a2ad9f0ecd7e834c773453.svg) no-repeat top 50% left 50%/contain;
    width: 14px;
    height: 20px;
    top: -2px;
  }
  /* line 1147, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--sa ul li:nth-of-type(5) {
    border-top: 1px solid #adadad;
  }
  /* line 1150, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--sa ul li:nth-of-type(5) a::before {
    width: 20px;
    height: 17px;
    top: 5px;
  }
  /* line 1157, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--sa ul li:nth-of-type(6) {
    border-top: 1px solid #adadad;
  }
  /* line 1160, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--sa ul li:nth-of-type(6) a::before {
    background: url(/assets/5g_lp/svg/icon_gnav04-1e74550a6f49ee83ae66989df05b3715a7889dbe8d1f0f93106e1100a7bbd750.svg) no-repeat top 50% left 50%/contain;
    width: 20px;
    height: 16px;
    top: 5px;
  }
  /* line 1168, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--sa ul li:nth-of-type(7) {
    border-top: 1px solid #adadad;
    background: #fff;
  }
  /* line 1171, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--sa ul li:nth-of-type(7) a {
    color: #2A3B4C;
    background: #fff;
  }
  /* line 1174, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--sa ul li:nth-of-type(7) a::before {
    top: 5px;
    width: 10px;
    height: 15px;
  }
  /* line 1181, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--sa ul li:last-child {
    border-left: none;
  }
  /* line 1183, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--sa ul li:last-child a {
    padding: 22px 3px 3px;
  }
  /* line 1187, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--sa ul li a {
    font-size: 10px;
    padding: 22px 3px 3px;
    letter-spacing: -0.15em;
    line-height: 1.22;
  }
  /* line 1192, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-gnav--sa ul li a::before {
    top: 5px;
  }
}

/* line 1200, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-nav-gnav,
.bl-5g-nav-gnav2 {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}

@media (min-width: 960px) {
  /* line 1208, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nav-gnav--cloud,
.bl-5g-nav-gnav2--cloud {
    display: block;
    position: initial;
    background: #fff;
  }
}

/* line 1216, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-nav-menu {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding: 0;
}

@media (max-width: 768px) {
  /* line 1216, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nav-menu {
    font-size: 12px;
  }
  /* line 1240, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nav-menu::after {
    width: 8px;
    height: 8px;
    top: 11%;
  }
  /* line 1245, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nav-menu--upgrade5g {
    font-size: 10px;
    padding-right: 10px;
    margin-right: 10px;
  }
  /* line 1249, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nav-menu--upgrade5g::after {
    width: 5px;
    height: 5px;
    top: 17%;
    border-width: 1px;
  }
}

/* line 1259, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line {
  padding: 30px 15px 80px;
  text-align: center;
}

/* line 1262, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line-order {
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  width: 600px;
  max-width: 80%;
}

/* line 1269, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 1275, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line-btn {
  text-align: center;
}

/* line 1277, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line-btn a {
  background: #17B005;
  width: 606px;
  height: 117px;
  line-height: 117px;
  color: #fff;
  font-size: 37px;
  font-weight: bold;
  display: inline-block;
  -webkit-box-shadow: 0 12px 0 #959595;
          box-shadow: 0 12px 0 #959595;
  border-radius: 22px;
  text-decoration: none;
}

/* line 1291, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line-btn--isoyama a {
  position: relative;
}

/* line 1293, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line-btn--isoyama a::after {
  content: "";
  background: url(/assets/5g_lp/isoyama_img12@2x-db0cab8b38bfbbaa14f72d84d3fa663e48d4f23087e9af095a10686776469179.png) no-repeat top 50% left 50%/contain;
  width: 212px;
  height: 215px;
  position: absolute;
  left: -65px;
  top: -18px;
}

@media (max-width: 768px) {
  /* line 1259, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line {
    padding: 20px 15px 30px;
  }
  /* line 1307, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line-order {
    margin-bottom: 20px;
  }
  /* line 1310, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line-title {
    font-size: 11.5px;
    margin-bottom: 20px;
  }
  /* line 1315, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line-btn a {
    width: 300px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    -webkit-box-shadow: 0 6px 0 #959595;
            box-shadow: 0 6px 0 #959595;
    border-radius: 11px;
  }
  /* line 1325, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line-btn--isoyama a::after {
    width: 106px;
    height: 107px;
    left: -35px;
    top: -19px;
  }
}

/* line 1337, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line2 {
  background: url(/assets/5g_lp/line_bg-f83bc4d265938587be867a4b5275c506f375254884e3ebc8b57201b4ebb1ca41.jpg) no-repeat center/cover;
  padding: 30px 20px 0;
}

/* line 1340, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line2-container {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

/* line 1345, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line2-headline1 {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  font-size: 17px;
  font-weight: bold;
  background: #047df6;
  height: 32px;
  line-height: 32px;
  position: relative;
}

/* line 1355, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line2-headline1::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 20px solid #047df6;
  border-right: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 1370, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line2-headline2 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 30px;
}

/* line 1374, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line2-headline2 > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ff0));
  background: -webkit-linear-gradient(transparent 65%, #ff0 65%);
  background: linear-gradient(transparent 65%, #ff0 65%);
}

/* line 1378, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line2-lead {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 1383, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}

/* line 1388, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line2-wrap::before {
  content: "";
  background: url(/assets/5g_lp/line_img01-007764686a2f36d26361a40733c095a5a2bd06556a96e3e1e068d9e545e0153b.png) no-repeat center/contain;
  width: 190px;
  height: 140px;
  position: absolute;
  bottom: 100%;
  right: -5px;
}

/* line 1398, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line2-item {
  width: 31%;
  border: 3px solid #047df6;
  padding: 20px 15px;
  border-radius: 14px;
  background: #fff;
}

/* line 1405, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line2-head {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  padding-left: 90px;
}

/* line 1411, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line2-head::before {
  content: "";
  width: 54px;
  height: 54px;
  position: absolute;
  left: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 1420, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line2-head--1::before {
  background: url(/assets/5g_lp/svg/line_icon01-d69f0377c25b1a9720ea939fe2b32933a0cbd239a1dfb99e08df2709853eff84.svg) no-repeat center/contain;
}

/* line 1423, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line2-head--2::before {
  background: url(/assets/5g_lp/svg/line_icon02-cc843e2c4f86b91f85003ff50ef4334a2d9b4d0abf8f03f7e8749fd16bc003d3.svg) no-repeat center/contain;
}

/* line 1426, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line2-head--3::before {
  background: url(/assets/5g_lp/svg/line_icon03-8bb3312bf229fc0eb23e5bb08414b7333072b4eacb86e4c4a617455a106bcfbe.svg) no-repeat center/contain;
}

/* line 1430, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line2-text {
  font-size: 11px;
  font-weight: bold;
}

/* line 1434, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line2-btn {
  text-align: center;
}

/* line 1436, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-line2-btn img {
  padding-right: 57px;
}

@media (min-width: 769px) {
  /* line 1441, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line2 .sp {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 1337, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line2 {
    padding: 25px 20px 0;
  }
  /* line 1449, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line2-headline1 {
    padding: 0 10px;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 5px;
  }
  /* line 1455, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line2-headline1::after {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 16px solid #047df6;
  }
  /* line 1461, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line2-headline2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  /* line 1465, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line2-lead {
    font-size: 12px;
    margin-bottom: 40px;
    line-height: 1.9;
  }
  /* line 1470, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line2-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5px;
  }
  /* line 1473, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line2-wrap::before {
    width: 175px;
    height: 129px;
    right: -10px;
  }
  /* line 1479, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line2-item {
    width: 100%;
    border: 2px solid #047df6;
    padding: 10px 10px;
    border-radius: 11px;
    margin-bottom: 20px;
  }
  /* line 1486, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line2-head {
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 75px;
  }
  /* line 1490, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line2-head::before {
    content: "";
    width: 54px;
    height: 54px;
    left: 8px;
    top: 0;
    -webkit-transform: initial;
            transform: initial;
  }
  /* line 1499, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line2-text {
    padding-left: 75px;
    font-size: 9px;
  }
  /* line 1503, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line2-btn {
    text-align: center;
  }
  /* line 1505, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-line2-btn img {
    padding-right: 40px;
    width: 300px;
  }
}

/* line 1513, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-tel {
  padding: 50px 0 0;
}

/* line 1515, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-tel-text {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 1521, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-tel-btn {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 1513, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-tel {
    padding: 20px 0 0;
  }
  /* line 1526, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-tel-text {
    font-size: 13px;
    margin-bottom: 10px;
  }
  /* line 1531, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-tel-btn img {
    width: 300px;
  }
}

/* line 1538, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-crown {
  padding: 30px 15px;
  background: #1992EB;
}

/* line 1541, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-crown-img {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 1538, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-crown {
    padding: 10px 15px;
  }
}

/* line 1550, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present {
  padding: 30px 0;
  text-align: center;
}

/* line 1553, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-text1 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 15px;
}

/* line 1558, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-text2 {
  font-size: 22px;
  font-weight: bold;
}

/* line 1561, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-text2 > span {
  padding-left: 40px;
  position: relative;
}

/* line 1564, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-text2 > span::before {
  content: "";
  background: url(/assets/5g_lp/present_check@2x-19e2c0fdf67e1febab2befa280fcd3cd7a0066442ade076e6744b206362e4048.png) no-repeat top 50% left 50%/contain;
  width: 36px;
  height: 31px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 1573, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-text2 > span + span {
  margin-left: 20px;
}

/* line 1578, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-text3 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
}

/* line 1583, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-price {
  color: #ff7680;
  font-size: 64px;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ff0));
  background: -webkit-linear-gradient(transparent 80%, #ff0 80%);
  background: linear-gradient(transparent 80%, #ff0 80%);
}

/* line 1588, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-price > em {
  font-size: 27px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-style: normal;
}

/* line 1594, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-price > span {
  font-size: 46px;
}

/* line 1598, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-note {
  font-size: 19px;
  font-weight: bold;
}

/* line 1601, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-note > span {
  color: #ff0000;
}

/* line 1605, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-note2 {
  font-size: 19px;
  font-weight: bold;
  color: #0080ff;
  margin-bottom: 10px;
  text-align: left;
}

/* line 1612, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-note3 {
  font-size: 14px;
  text-align: left;
}

/* line 1616, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-note4 {
  font-size: 26px;
  font-weight: 900;
  color: #0080ff;
  margin-bottom: 10px;
}

/* line 1622, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-btn-text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 1550, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present {
    padding: 25px 15px;
  }
  /* line 1629, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-text1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  /* line 1633, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-text2 {
    font-size: 14px;
  }
  /* line 1635, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-text2 > span {
    padding-left: 26px;
    display: inline-block;
  }
  /* line 1638, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-text2 > span::before {
    width: 25px;
    height: 22px;
  }
  /* line 1642, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-text2 > span + span {
    margin-left: 10px;
  }
  /* line 1647, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-text3 {
    font-size: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 1654, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-text3 img.sp {
    display: inline-block;
    margin-top: 13px;
  }
  /* line 1659, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-price {
    font-size: 56px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ff0));
    background: -webkit-linear-gradient(transparent 80%, #ff0 80%);
    background: linear-gradient(transparent 80%, #ff0 80%);
  }
  /* line 1662, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-price > em {
    font-size: 24px;
  }
  /* line 1665, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-price > span {
    font-size: 40px;
  }
  /* line 1669, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-note {
    font-size: 13px;
  }
  /* line 1672, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-note2 {
    font-size: 12px;
  }
  /* line 1675, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-note3 {
    font-size: 10px;
  }
  /* line 1678, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-note4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* line 1682, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-btn-text {
    font-size: 12px;
  }
}

/* line 1688, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-flow {
  width: 900px;
  max-width: 100%;
  margin: auto;
  padding: 80px 20px;
}

@media (max-width: 768px) {
  /* line 1688, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-flow {
    padding: 30px 20px;
  }
}

/* line 1696, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-flow-h2 {
  font-size: 49px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  color: #0080FF;
}

@media (max-width: 768px) {
  /* line 1696, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-flow-h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

/* line 1707, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0;
}

@media (max-width: 768px) {
  /* line 1707, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-flow-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0 50px;
  }
}

/* line 1715, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-flow-wrap-item {
  width: 27%;
  position: relative;
}

/* line 1720, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-flow-wrap-item:not(:last-child) .bl-5g-present-flow-wrap-img::after {
  content: "";
  background: url(/assets/5g_lp/svg/arrow_flow2-2ad8979349e82708abb27bcd71dd98ad846648253444c56b2ae68e1d014d558e.svg) no-repeat top 50% left 50%/contain;
  width: 44px;
  height: 64px;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  /* line 1720, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-flow-wrap-item:not(:last-child) .bl-5g-present-flow-wrap-img::after {
    content: none;
  }
}

@media (max-width: 768px) {
  /* line 1735, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-flow-wrap-item:not(:last-child)::after {
    content: "";
    background: url(/assets/5g_lp/svg/arrow_flow2-2ad8979349e82708abb27bcd71dd98ad846648253444c56b2ae68e1d014d558e.svg) no-repeat top 50% left 50%/contain;
    width: 24px;
    height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media (max-width: 768px) {
  /* line 1715, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-flow-wrap-item {
    width: 100%;
  }
  /* line 1751, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-flow-wrap-item:not(:last-child) {
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  /* line 1757, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-flow-wrap-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 1761, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-flow-wrap-num {
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  /* line 1761, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-flow-wrap-num {
    text-align: left;
    width: 38px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}

/* line 1773, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-flow-wrap-img {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 1773, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-flow-wrap-img {
    width: 37px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

/* line 1785, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-flow-wrap-text {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 768px) {
  /* line 1785, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-flow-wrap-text {
    font-size: 15px;
    text-align: left;
  }
}

/* line 1794, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-flow-wrap-text2 {
  font-size: 12px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  /* line 1794, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-flow-wrap-text2 {
    font-size: 10px;
  }
}

/* line 1801, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-flow-wrap-btn {
  margin-top: 10px;
  text-align: center;
}

/* line 1806, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-flow-h3 {
  font-size: 19px;
  font-weight: bold;
  color: #0080ff;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  /* line 1806, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-flow-h3 {
    font-size: 12px;
  }
}

/* line 1815, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-flow-text {
  font-size: 14px;
}

/* line 1817, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-flow-text:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 1815, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-flow-text {
    font-size: 10px;
  }
  /* line 1822, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-flow-text:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* line 1833, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info {
  background: #1992eb;
  padding: 140px 0 100px;
}

/* line 1836, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-item {
  width: 870px;
  max-width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 35px 30px;
  margin: 0 auto;
  position: relative;
}

/* line 1844, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-item--narrow {
  width: 640px;
}

/* line 1847, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-item:not(:last-child) {
  margin-bottom: 180px;
}

/* line 1849, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-item:not(:last-child):before {
  content: "";
  background: url(/assets/5g_lp/svg/arrow_present-3ea97aa206a396cd00c5ad155a6110820a8a6c8603e3021d75169b87ab5c8b83.svg) no-repeat top 50% left 50%/contain;
  width: 89px;
  height: 62px;
  position: absolute;
  top: -95px;
  left: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/* line 1861, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-item:not(:last-child):after {
  content: "";
  background: url(/assets/5g_lp/svg/plus-03dab233287654644043bd52f7e49ef18eff7dcb9e067744c30678fafb2163d2.svg) no-repeat top 50% left 50%/contain;
  width: 98px;
  height: 98px;
  position: absolute;
  bottom: -140px;
  left: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/* line 1876, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-h2 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 1880, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-h2 > span {
  font-size: 40px;
  color: #0080ff;
}

/* line 1884, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-h2 > em {
  font-size: 62px;
  color: #ff7680;
  font-style: normal;
}

/* line 1889, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-h2-2 {
  font-size: 33px;
}

/* line 1891, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-h2-2 > span {
  font-size: 29px;
}

/* line 1894, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-h2-2 > em {
  font-size: 45px;
}

/* line 1899, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-wrap {
  padding: 10px 30px;
  border: solid 2px #1992EB;
  border-radius: 10px;
}

/* line 1904, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-head {
  font-size: 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

/* line 1909, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-head::after {
  content: "";
  background: url(/assets/5g_lp/svg/arrow_present2-3b2050d10926bb4710c30f823d118cdd32da4c7973ca54e03e12ee2c713081cc.svg) no-repeat top 50% left 50%/contain;
  width: 42px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
}

/* line 1922, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-head.is-open::after {
  -webkit-transform: rotate(-180deg) translateY(-50%);
          transform: rotate(-180deg) translateY(-50%);
}

/* line 1927, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-note {
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  /* line 1833, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info {
    padding: 50px 10px;
  }
  /* line 1933, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-item {
    width: 870px;
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 20px 10px;
  }
  /* line 1939, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-item:first-child {
    margin-bottom: 70px;
  }
  /* line 1941, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-item:first-child:before {
    width: 35px;
    height: 24px;
    top: -35px;
  }
  /* line 1946, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-item:first-child:after {
    width: 39px;
    height: 39px;
    bottom: -55px;
  }
  /* line 1954, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  /* line 1957, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-h2 > span {
    font-size: 16px;
  }
  /* line 1960, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-h2 > em {
    font-size: 24px;
  }
  /* line 1964, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-wrap {
    padding: 5px 10px;
  }
  /* line 1967, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-head {
    font-size: 12px;
  }
  /* line 1969, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-head::after {
    width: 16px;
    height: 8px;
  }
  /* line 1974, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-note {
    font-size: 10px;
  }
}

/* line 1978, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content {
  display: none;
  padding: 50px 0 0 0;
}

/* line 1981, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content-text1 {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

/* line 1987, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content-img {
  text-align: center;
}

/* line 1990, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0;
}

/* line 1994, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content-wrap-item {
  width: 30%;
  position: relative;
}

/* line 1999, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content-wrap-item:not(:last-child) .bl-5g-present-info-content-wrap-img::after {
  content: "";
  background: url(/assets/5g_lp/svg/arrow_return-882d26d0ec11de640cf934390415a63d93d1785820d746289e195b926a65ac7e.svg) no-repeat top 50% left 50%/contain;
  width: 53px;
  height: 76px;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 960px) {
  /* line 2012, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap-item--2 {
    width: 25%;
  }
}

/* line 2017, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content-wrap-num {
  text-align: center;
}

@media (min-width: 960px) {
  /* line 2020, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap-num img {
    width: 60px;
  }
}

/* line 2026, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content-wrap-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}

@media (min-width: 960px) {
  /* line 2032, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap-title--2 {
    font-size: 22px;
  }
}

/* line 2037, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content-wrap-img {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  /* line 2043, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap-img--2 {
    height: 110px;
    display: grid;
    place-items: center;
  }
}

/* line 2052, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content-wrap-text {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 960px) {
  /* line 2057, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap-text--2 {
    font-size: 16px;
  }
}

/* line 2063, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content-h3 {
  color: #1992eb;
  font-size: 35px;
  font-weight: bold;
  border-bottom: 1px solid #c6c6c6;
}

/* line 2069, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content-text2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 50px;
}

/* line 2074, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content-h3-2 {
  color: #1992eb;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
}

/* line 2080, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

/* line 2085, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content-wrap2-item {
  width: 48%;
  margin-bottom: 50px;
}

/* line 2089, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content-wrap2-item:nth-of-type(5) .bl-5g-present-info-content-wrap2-img {
  padding-top: 40px;
}

/* line 2094, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content-wrap2-img {
  text-align: center;
  margin-bottom: 10px;
}

/* line 2098, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content-wrap2-text1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

/* line 2103, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-present-info-content-wrap2-text2 {
  font-size: 25px;
  font-weight: 500;
}

@media (max-width: 768px) {
  /* line 1978, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content {
    padding: 20px 0 0 0;
  }
  /* line 2110, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-text1 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  /* line 2114, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap {
    margin: 15px 0;
  }
  /* line 2116, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap-item {
    width: 30%;
    position: relative;
  }
  /* line 2121, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap-item:not(:last-child) .bl-5g-present-info-content-wrap-img::after {
    width: 21px;
    height: 30px;
    left: calc(100% + 5px);
  }
  /* line 2130, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap-num img {
    width: 30px;
  }
  /* line 2134, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap-title {
    font-size: 13px;
  }
  /* line 2138, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap-img img {
    height: 40px;
  }
  /* line 2142, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap-text {
    font-size: 11px;
  }
  /* line 2146, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-h3 {
    font-size: 14px;
  }
  /* line 2149, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-text2 {
    font-size: 11px;
    margin-bottom: 30px;
    margin-top: 10px !important;
  }
  /* line 2154, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-h3-2 {
    font-size: 14px;
  }
  /* line 2157, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap2 {
    margin-bottom: 30px;
  }
  /* line 2159, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap2-item {
    margin-bottom: 30px;
  }
  /* line 2162, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap2-item:nth-of-type(5) .bl-5g-present-info-content-wrap2-img {
    padding-top: 15px;
  }
  /* line 2168, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap2-item:nth-of-type(6) .bl-5g-present-info-content-wrap2-img img {
    height: 145px;
  }
  /* line 2174, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap2-img {
    margin-bottom: 10px;
  }
  /* line 2176, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap2-img img {
    height: 130px;
  }
  /* line 2180, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap2-text1 {
    font-size: 11px;
    margin-top: 10px !important;
  }
  /* line 2184, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-present-info-content-wrap2-text2 {
    font-size: 10px;
    margin-top: 10px !important;
  }
}

/* line 2200, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-wifi-no1 {
  background: #1992eb;
  padding: 10px 10px;
  text-align: center;
}

/* line 2205, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-bnr {
  text-align: center;
}

/* line 2207, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-bnr-h2 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}

/* line 2212, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-bnr img {
  margin: auto;
}

@media (max-width: 768px) {
  /* line 2216, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-h2 {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: bold;
  }
}

/* line 2223, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-bnr-kakaku {
  background: #dadada;
  padding: 15px 10px;
  text-align: center;
}

/* line 2228, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-bnr-upgrade {
  background: #9AD2FF;
  padding: 15px 10px 0;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 2228, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-upgrade {
    padding-bottom: 10px;
  }
}

/* line 2237, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-bnr-f {
  background: #1992eb;
  padding: 80px 0;
}

/* line 2240, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-bnr-f-h2 {
  font-size: 49px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

/* line 2246, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-bnr-f-wrap {
  max-width: 900px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  /* line 2252, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-f-wrap--wide {
    max-width: 1040px;
  }
  /* line 2255, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-f-wrap--wide .bl-5g-bnr-f-item {
    width: calc(25% - 50px);
    padding: 15px 5px 10px;
  }
  /* line 2258, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-f-wrap--wide .bl-5g-bnr-f-item:not(:last-child)::after {
    width: 37px;
    height: 54px;
    left: calc(100% + 17px);
  }
}

/* line 2267, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-bnr-f-item {
  width: calc(33% - 53px);
  padding: 20px 8px;
  border-radius: 7px;
  background: #fff;
  position: relative;
}

/* line 2273, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-bnr-f-item:not(:last-child)::after {
  content: "";
  background: url(/assets/5g_lp/svg/arrow_flow-d325c91689e696b5973d4b4f7d9e6617f3475e1a729181cc05318e1ec7d2c3bb.svg) no-repeat top 50% left 50%/contain;
  width: 44px;
  height: 64px;
  position: absolute;
  left: calc(100% + 22px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 2284, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-bnr-f-step {
  background: #000;
  background: #0080ff;
  color: #fff;
  text-align: center;
  font-size: 26px;
  width: 62px;
  height: 62px;
  padding: 4px 0;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 1;
}

/* line 2296, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-bnr-f-step > span {
  font-size: 13px;
}

/* line 2300, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-bnr-f-img {
  margin: 20px 0;
  text-align: center;
  height: 80px;
}

/* line 2305, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-bnr-f-h3 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

/* line 2310, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-bnr-f-text {
  font-size: 12px;
}

/* line 2313, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-bnr-f-note {
  max-width: 800px;
  margin: auto;
  color: #fff;
  font-size: 14px;
}

/* line 2319, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-bnr-f-btn {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 2237, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-f {
    padding: 30px 0;
  }
  /* line 2324, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-f-h2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  /* line 2328, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-f-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  /* line 2333, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-f-item {
    width: 100%;
    padding: 15px 10px;
    border-radius: 5px;
  }
  /* line 2337, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-f-item:not(:last-child) {
    margin-bottom: 40px;
  }
  /* line 2339, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-f-item:not(:last-child)::after {
    width: 24px;
    height: 36px;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  /* line 2350, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-f-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  /* line 2354, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-f-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  /* line 2357, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-f-step {
    background: #000;
    background: #0080ff;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 39px;
    height: 39px;
  }
  /* line 2365, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-f-step > span {
    font-size: 10px;
  }
  /* line 2369, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-f-img {
    margin: 0px 0;
    text-align: center;
    width: 53px;
    padding: 0 7px;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  /* line 2380, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-f-h3 {
    font-size: 15px;
    text-align: left;
    margin-bottom: 0px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  /* line 2386, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-f-text {
    font-size: 10px;
  }
  /* line 2389, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-bnr-f-note {
    font-size: 10px;
    padding: 0 20px;
  }
}

/* line 2396, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-accordion {
  width: 590px;
  max-width: calc(100% - 40px);
  margin: 0 auto 50px;
  border: solid 3px #666;
}

/* line 2401, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-accordion-head {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  background: #666666;
  padding: 15px;
  position: relative;
  cursor: pointer;
}

/* line 2410, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-accordion-head::after {
  content: "";
  width: 18px;
  height: 18px;
  border-bottom: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 2423, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-accordion-head.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

/* line 2428, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-accordion-content {
  padding: 30px 25px;
  background: #fff;
  display: none;
}

/* line 2433, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-accordion-headline {
  position: relative;
  font-size: 24px;
  margin-bottom: 15px;
  padding-left: 15px;
  font-weight: bold;
  line-height: 1.2;
}

/* line 2440, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-accordion-headline::before {
  content: "";
  width: 7px;
  height: 100%;
  background: #0098fe;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 2450, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-accordion-text {
  font-size: 15px;
  line-height: 1.86;
}

/* line 2453, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-accordion-text:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  /* line 2396, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-accordion {
    margin: 0 auto 30px;
    border: solid 2px #666;
  }
  /* line 2460, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-accordion-head {
    font-size: 15px;
    padding: 10px;
  }
  /* line 2463, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-accordion-head::after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    right: 20px;
  }
  /* line 2472, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-accordion-content {
    padding: 15px 15px;
  }
  /* line 2475, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-accordion-headline {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  /* line 2479, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-accordion-headline::before {
    width: 5px;
  }
  /* line 2483, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-accordion-text {
    font-size: 12px;
  }
  /* line 2485, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-accordion-text:not(:last-child) {
    margin-bottom: 25px;
  }
}

/* line 2493, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-nolimit {
  background: url(/assets/5g_lp/nolimit-bg@2x-1e6e6da74cd9f4ed43783b2377d542a18f272e261bece59cd27b8afa413acac4.png) no-repeat center/cover;
  padding: 40px 0 60px;
}

/* line 2496, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-nolimit-text1 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

/* line 2502, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-nolimit-text2 {
  text-align: center;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.8;
}

/* line 2507, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-nolimit-text2 > span {
  font-size: 27px;
  position: relative;
}

/* line 2510, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-nolimit-text2 > span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #2a3b4c;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 2520, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-nolimit-text2 small {
  font-size: 16px;
}

/* line 2524, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-nolimit-price {
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  line-height: 1.1;
}

/* line 2532, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-nolimit-price1 {
  font-size: 59px;
  padding-right: 50px;
  position: relative;
}

/* line 2536, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-nolimit-price1::after {
  content: "";
  background: url(/assets/5g_lp/svg/nolimit-arrow-94c1e639d48f1430d0e50b5e356d753f3f70c3f27381b41845bec0945d57d596.svg) no-repeat center/contain;
  width: 36px;
  height: 53px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 2546, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-nolimit-price1 > small {
  font-size: 42px;
}

/* line 2549, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-nolimit-price1 > span {
  font-size: 28px;
}

/* line 2553, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-nolimit-price2 {
  font-size: 84px;
  color: #ff7680;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ff0));
  background: -webkit-linear-gradient(transparent 80%, #ff0 80%);
  background: linear-gradient(transparent 80%, #ff0 80%);
}

/* line 2557, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-nolimit-price2 > small {
  font-size: 61px;
}

/* line 2560, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-nolimit-price2 > span {
  font-size: 41px;
}

/* line 2564, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-nolimit-note {
  text-align: center;
  font-size: 19px;
}

@media (max-width: 768px) {
  /* line 2493, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nolimit {
    padding: 50px 0 25px;
    background: url(/assets/5g_lp/nolimit-bg_sp@2x-bb3b3718a3021d776906eb93800a37f7bfa2ff423062fa6c2b578845f10b41c2.png) no-repeat center/cover;
  }
  /* line 2571, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nolimit-text1 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  /* line 2575, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nolimit-text2 {
    margin-bottom: 10px;
  }
  /* line 2577, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nolimit-text2 > span {
    font-size: 18px;
  }
  /* line 2579, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nolimit-text2 > span::after {
    height: 2px;
  }
  /* line 2583, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nolimit-text2 small {
    font-size: 11px;
  }
  /* line 2587, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nolimit-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  /* line 2593, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nolimit-price1 {
    font-size: 39px;
    padding-right: 0px;
    padding-bottom: 35px;
  }
  /* line 2597, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nolimit-price1::after {
    background: url(/assets/5g_lp/svg/nolimit-arrow_sp-25d25703bc131de083930e1c84644b140a1890ee8c6b656a572e6a61430f4ae9.svg) no-repeat center/contain;
    width: 35px;
    height: 24px;
    right: 0px;
    left: 0;
    top: auto;
    margin: auto;
    bottom: 0px;
    -webkit-transform: initial;
            transform: initial;
  }
  /* line 2608, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nolimit-price1 > small {
    font-size: 28px;
  }
  /* line 2611, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nolimit-price1 > span {
    font-size: 19px;
  }
  /* line 2615, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nolimit-price2 {
    font-size: 56px;
    line-height: 1;
  }
  /* line 2619, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nolimit-price2 > small {
    font-size: 40px;
  }
  /* line 2622, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nolimit-price2 > span {
    font-size: 27px;
  }
  /* line 2626, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-nolimit-note {
    font-size: 10px;
  }
}

/* line 2636, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead {
  text-align: center;
  padding: 100px 0;
}

/* line 2639, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-container {
  width: 790px;
  max-width: 100%;
  margin: auto;
}

/* line 2644, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-h2 {
  font-size: 50px;
  margin-bottom: 50px;
}

/* line 2648, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-img {
  margin-bottom: 50px;
}

/* line 2651, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-headline {
  margin-bottom: 30px;
}

/* line 2654, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-list {
  text-align: left;
  max-width: 600px;
  margin: auto;
  margin-bottom: 50px;
}

/* line 2659, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-list > li {
  font-size: 39px;
  position: relative;
  padding-left: 70px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 2665, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-list > li > span {
  color: #1992eb;
}

/* line 2668, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-list > li::before {
  content: "";
  background: url(/assets/5g_lp/svg/check-33cf8dcde46ff9f3bef5bc8ae0115927cd697f6c923761a5fdaef71abe5cddd8.svg) no-repeat top 50% left 50%/contain;
  width: 61px;
  height: 47px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 2678, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-list-bold {
  font-weight: bold;
}

/* line 2681, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-list--wide {
  max-width: 980px;
}

/* line 2683, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-list--wide > li {
  font-size: 50px;
  padding-left: 90px;
}

/* line 2686, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-list--wide > li::before {
  padding-left: 90px;
  margin-bottom: 10px;
  width: 78px;
  height: 67px;
}

/* line 2695, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-list--small > li {
  font-size: 48px;
}

/* line 2702, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-btn {
  max-width: 90%;
  margin: auto;
}

/* line 2706, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-btn2 {
  max-width: 90%;
  margin: 0 auto 80px;
}

/* line 2710, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-text1 {
  font-weight: bold;
  font-size: 41px;
  color: #1992eb;
  text-align: center;
  margin-bottom: 30px;
}

/* line 2717, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

/* line 2722, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-wrap-item {
  width: 48%;
  margin-bottom: 40px;
}

/* line 2726, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-wrap-headline {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  background: #1992eb;
  color: #fff;
  padding: 10px 0;
  border-radius: 20px;
  margin-bottom: 20px;
}

/* line 2736, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-wrap-img {
  text-align: center;
}

/* line 2740, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-frame {
  background: #EEF9FF;
  border-radius: 22px;
  padding: 50px 30px;
}

/* line 2744, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-frame-img {
  margin-bottom: 50px;
}

/* line 2747, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-frame-btn {
  max-width: 90%;
  margin: 0 auto;
}

/* line 2753, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-modal-headline {
  font-size: 29px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

/* line 2759, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-modal-img {
  text-align: center;
}

/* line 2762, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-modal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 30px;
}

/* line 2768, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-modal-wrap-img {
  width: 21%;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 2773, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-modal-wrap-content {
  width: 73%;
}

/* line 2776, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-modal-wrap-headline {
  font-size: 22px;
  font-weight: bold;
  color: #1992EB;
  margin-bottom: 10px;
}

/* line 2781, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-modal-wrap-headline > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ff0));
  background: -webkit-linear-gradient(transparent 75%, #ff0 75%);
  background: linear-gradient(transparent 75%, #ff0 75%);
}

/* line 2785, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-modal-wrap-headline2 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 2789, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-modal-wrap-headline2 > span {
  color: #1992EB;
}

/* line 2793, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-modal-wrap-text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* line 2799, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-modal-btn {
  margin-top: 30px;
  text-align: center;
}

/* line 2802, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-modal-btn a {
  display: inline-block;
  max-width: 600px;
  width: 100%;
  font-size: 37px;
  font-weight: bold;
  text-decoration: none;
  height: 118px;
  line-height: 118px;
  background: #FF5865;
  color: #fff;
  border-radius: 55px;
  -webkit-box-shadow: 0 10px 0 #949494;
          box-shadow: 0 10px 0 #949494;
  position: relative;
}

/* line 2816, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-modal-btn a::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 768px) {
  /* line 2636, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead {
    padding: 50px 0;
  }
  /* line 2832, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  /* line 2836, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-img {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  /* line 2840, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-headline {
    margin-bottom: 30px;
  }
  /* line 2843, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-list {
    margin-bottom: 30px;
    max-width: 300px;
  }
  /* line 2846, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-list > li {
    font-size: 17px;
    padding-left: 35px;
    margin-bottom: 10px;
  }
  /* line 2850, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-list > li::before {
    width: 26px;
    height: 22px;
  }
  /* line 2855, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-list--wide {
    max-width: 95%;
  }
  /* line 2857, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-list--wide > li {
    font-size: 20px;
  }
  /* line 2859, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-list--wide > li::before {
    padding-left: 0px;
  }
  /* line 2865, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-list--small > li {
    font-size: 18px;
  }
  /* line 2870, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-btn2 {
    margin: 0 auto 40px;
  }
  /* line 2873, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-text1 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  /* line 2877, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-wrap {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  /* line 2880, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-wrap-item {
    width: 48%;
    margin-bottom: 30px;
  }
  /* line 2884, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-wrap-headline {
    font-size: 14px;
    padding: 6px 0;
    border-radius: 9px;
    margin-bottom: 20px;
  }
  /* line 2891, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-wrap-img img {
    max-height: 120px;
  }
  /* line 2897, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-frame {
    border-radius: 11px;
    padding: 25px 15px;
    margin: 0 15px;
  }
  /* line 2901, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-frame-img {
    margin-bottom: 30px;
  }
  /* line 2904, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-frame-btn {
    max-width: 90%;
    margin: 0 auto;
  }
  /* line 2910, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-modal-headline {
    font-size: 14px;
    margin-bottom: 20px;
  }
  /* line 2914, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-modal-wrap {
    margin: 0 auto 20px;
  }
  /* line 2920, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-modal-wrap-headline {
    font-size: 11px;
    margin-bottom: 10px;
  }
  /* line 2924, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-modal-wrap-headline2 {
    font-size: 10px;
    margin-bottom: 5px;
  }
  /* line 2928, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-modal-wrap-text {
    font-size: 8px;
    margin-bottom: 10px;
  }
  /* line 2933, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-modal-btn {
    margin-top: 20px;
  }
  /* line 2935, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-modal-btn a {
    height: 59px;
    line-height: 59px;
    font-size: 18px;
    border-radius: 27px;
    -webkit-box-shadow: 0 5px 0 #949494;
            box-shadow: 0 5px 0 #949494;
  }
  /* line 2941, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-modal-btn a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 20px;
  }
}

/* line 2959, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number {
  background: #C5ECFF;
  padding: 100px 15px;
}

@media (max-width: 768px) {
  /* line 2959, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number {
    padding: 25px 15px;
  }
}

/* line 2965, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 2971, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-h2::before {
  content: "";
  background: url(/assets/5g_lp/svg/search-8d6aa28efd2b36c33e1d5d2f000af19c4d36872778c1ca1b597fa082907f4339.svg) no-repeat top 50% left 50%/contain;
  width: 105px;
  height: 105px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

/* line 2982, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-h2--isoyama {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 980px;
  max-width: 100%;
  margin: auto;
  padding-top: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 2995, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-h2-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 2965, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number-h2 {
    font-size: 25px;
    margin-bottom: 20px;
    padding-top: 55px;
  }
  /* line 3002, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number-h2::before {
    width: 37px;
    height: 45px;
  }
  /* line 3006, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number-h2--isoyama {
    margin: auto;
    margin-bottom: 20px;
    padding-top: 55px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /* line 3012, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number-h2-text {
    font-size: 23px;
  }
  /* line 3015, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number-h2-img {
    width: 202px;
    margin-top: -40px;
  }
}

/* line 3021, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-head {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 90%;
}

@media (max-width: 768px) {
  /* line 3021, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number-head {
    margin-bottom: 20px;
  }
}

/* line 3029, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-frame {
  width: 980px;
  max-width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 23px;
  padding: 40px 120px;
  margin-bottom: 80px;
}

/* line 3037, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-frame--isoyama {
  padding: 40px 20px 10px;
}

/* line 3040, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-frame-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -65px;
}

/* line 3047, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-frame-row-text .bl-5g-number-text2 {
  text-align: left;
}

/* line 3051, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-frame-row-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 3029, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number-frame {
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 30px;
  }
  /* line 3058, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number-frame--isoyama {
    padding: 40px 20px 10px;
  }
  /* line 3061, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number-frame-col {
    margin-top: -20px;
  }
  /* line 3068, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number-frame-row-img {
    width: 121px;
    margin-left: 15px;
  }
}

/* line 3074, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-text1 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

/* line 3079, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-text1 > span {
  font-size: 44px;
  color: #1992EB;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFFF00));
  background: -webkit-linear-gradient(transparent 80%, #FFFF00 80%);
  background: linear-gradient(transparent 80%, #FFFF00 80%);
}

@media (max-width: 768px) {
  /* line 3074, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number-text1 {
    font-size: 17px;
    margin-bottom: 30px;
  }
  /* line 3087, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number-text1 > span {
    font-size: 18px;
  }
}

/* line 3092, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-text2 {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  color: #1992EB;
}

@media (max-width: 768px) {
  /* line 3092, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number-text2 {
    font-size: 20px;
  }
}

/* line 3101, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-img {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 3105, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number-img img {
    width: 300px;
  }
}

/* line 3110, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-text3 {
  font-size: 41px;
  font-weight: bold;
  text-align: center;
  color: #1992EB;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 3110, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number-text3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/* line 3121, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 3124, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-row-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}

/* line 3128, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-row-text {
  font-size: 35px;
  font-weight: bold;
}

/* line 3132, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-number-row-text2 {
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 768px) {
  /* line 3137, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number-row-img {
    width: 78px;
  }
  /* line 3140, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number-row-text {
    font-size: 14px;
  }
  /* line 3143, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-number-row-text2 {
    font-size: 10px;
  }
}

/* line 3153, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice {
  padding: 100px 15px;
}

@media (max-width: 768px) {
  /* line 3153, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice {
    padding: 25px 15px;
  }
}

/* line 3158, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice-h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 3165, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice-h2--isoyama > span {
  position: relative;
}

/* line 3167, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice-h2--isoyama > span::after {
  content: "";
  background: url(/assets/5g_lp/isoyama_img15@2x-4ca05fc774221e4a3be6c079153f5ecfe2a7d8b231b0cc932be3e33fe04b3543.png) no-repeat top 50% left 50%/contain;
  width: 355px;
  height: 278px;
  position: absolute;
  right: -340px;
  top: -145px;
}

/* line 3178, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice-h2::before {
  content: "";
  background: url(/assets/5g_lp/svg/voice-34b14bf7fb5a33b73993638c00855101a3f15c895f385b7996a82778095c0e20.svg) no-repeat top 50% left 50%/contain;
  width: 95px;
  height: 95px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 3158, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice-h2 {
    font-size: 25px;
    margin-bottom: 20px;
    padding-top: 55px;
  }
  /* line 3193, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice-h2--isoyama {
    text-align: left;
    padding: 80px 0 50px;
  }
  /* line 3197, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice-h2--isoyama > span::after {
    width: 202px;
    height: 158px;
    right: -215px;
    top: -80px;
  }
  /* line 3205, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice-h2::before {
    width: 45px;
    height: 45px;
  }
}

/* line 3211, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice-img {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 3211, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice-img {
    margin-bottom: 30px;
  }
}

/* line 3218, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice-note {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 50px;
  font-size: 18px;
}

@media (max-width: 768px) {
  /* line 3218, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice-note {
    margin-bottom: 30px;
    font-size: 10px;
  }
}

/* line 3230, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice2 {
  padding: 80px 20px;
  text-align: center;
}

/* line 3233, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice2-headline {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 3230, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice2 {
    padding: 40px 20px;
    text-align: center;
  }
  /* line 3242, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice2-headline {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

/* line 3254, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-recommend {
  text-align: center;
  padding: 70px 0;
}

/* line 3257, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-recommend--2 {
  background: #C5ECFF;
}

@media (max-width: 768px) {
  /* line 3254, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-recommend {
    padding: 30px 10px;
  }
}

/* line 3263, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-recommend-h2 {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 3268, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-recommend-h2::before {
  content: "";
  background: url(/assets/5g_lp/svg/recommend-4833959dfbbc425356df9ea52de0d8317de502222d1c89e1d6f3410e6fc7b961.svg) no-repeat top 50% left 50%/contain;
  width: 108px;
  height: 108px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 3263, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-recommend-h2 {
    font-size: 25px;
    margin-bottom: 20px;
    padding-top: 55px;
  }
  /* line 3283, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-recommend-h2::before {
    width: 37px;
    height: 45px;
  }
}

/* line 3289, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-recommend-head {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 3289, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-recommend-head {
    margin-bottom: 10px;
  }
}

/* line 3295, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-recommend .bl-5g-plan-others-table {
  margin-bottom: 50px;
}

/* line 3297, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-recommend .bl-5g-plan-others-table th {
  background: #ececec;
}

@media (max-width: 768px) {
  /* line 3295, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-recommend .bl-5g-plan-others-table {
    margin-bottom: 30px;
  }
}

/* line 3304, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-recommend .bl-5g-plan-note {
  font-size: 18px;
  padding: 0;
}

@media (max-width: 768px) {
  /* line 3304, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-recommend .bl-5g-plan-note {
    font-size: 10px;
  }
}

/* line 3317, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about {
  text-align: center;
  padding: 70px 0;
  background: #c5ecff;
}

@media (max-width: 768px) {
  /* line 3317, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about {
    padding: 30px 10px;
  }
}

/* line 3324, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-h2 {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 3329, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-h2::before {
  content: "";
  background: url(/assets/5g_lp/svg/5g-ee5da2ed2f0f654633367a75e6126033764596f73b803af885fcef94a14ca271.svg) no-repeat top 50% left 50%/contain;
  width: 88px;
  height: 105px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 3324, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-h2 {
    font-size: 25px;
    margin-bottom: 20px;
    padding-top: 55px;
  }
  /* line 3344, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-h2::before {
    width: 37px;
    height: 45px;
  }
}

/* line 3349, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-h2-2 {
  font-size: 50px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 3349, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-h2-2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

/* line 3357, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-h2-3 {
  font-size: 50px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 3357, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-h2-3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

/* line 3365, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-h2-4 {
  font-size: 50px;
  margin-bottom: 20px;
  text-align: center;
}

/* line 3369, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-h2-4 > span {
  color: #00b4dc;
}

@media (max-width: 768px) {
  /* line 3365, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-h2-4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

/* line 3378, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-slider {
  margin: 50px 0 80px;
}

/* line 3380, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-slider-item {
  -moz-text-align-last: left;
       text-align-last: left;
  border-radius: 23px;
  border: 1px solid #2a3b4c;
  padding: 30px;
  width: 520px;
  max-width: 100%;
  margin: 0 15px 30px;
  background: #fff;
  height: 530px !important;
}

/* line 3391, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-slider-head {
  font-size: 30px;
  color: #1992eb;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 3397, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-slider-img {
  margin-bottom: 10px;
}

/* line 3400, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-slider-text {
  font-size: 21px;
  margin-bottom: 10px;
  line-height: 1.7;
}

/* line 3405, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-slider-note {
  font-size: 17px;
  line-height: 1.7;
}

/* line 3409, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-slider .slick-prev,
.bl-5g-about-slider .slick-next {
  top: 40%;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid #2a3b4c;
  background: #fff;
}

/* line 3418, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-slider .slick-prev:before,
.bl-5g-about-slider .slick-next:before {
  content: "";
  width: 35px;
  height: 35px;
  border-right: 2px solid #2a3b4c;
  border-top: 2px solid #2a3b4c;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 3430, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-slider .slick-prev:hover, .bl-5g-about-slider .slick-prev:focus,
.bl-5g-about-slider .slick-next:hover,
.bl-5g-about-slider .slick-next:focus {
  background: #fff;
  opacity: 1;
}

/* line 3435, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-slider .slick-prev {
  left: calc(50vw - 319px);
}

/* line 3437, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-slider .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 3442, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-slider .slick-next {
  right: calc(50vw - 319px);
}

/* line 3444, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-slider .slick-next:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 15px;
}

@media (max-width: 768px) {
  /* line 3378, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-slider {
    margin: 30px -10px 30px;
  }
  /* line 3452, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-slider-item {
    border-radius: 10px;
    border: 1px solid #2a3b4c;
    padding: 15px;
    max-width: 80%;
    width: 270px;
    margin: 0 5px 30px;
    height: 340px !important;
  }
  /* line 3461, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-slider-head {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* line 3465, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-slider-img {
    margin-bottom: 10px;
  }
  /* line 3468, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-slider-text {
    font-size: 13px;
    margin-bottom: 5px;
  }
  /* line 3472, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-slider-note {
    font-size: 12px;
  }
  /* line 3475, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-slider .slick-prev,
.bl-5g-about-slider .slick-next {
    top: 40%;
    width: 32px;
    height: 32px;
  }
  /* line 3481, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-slider .slick-prev:before,
.bl-5g-about-slider .slick-next:before {
    content: "";
    width: 15px;
    height: 15px;
    border-right: 2px solid #2a3b4c;
    border-top: 2px solid #2a3b4c;
  }
  /* line 3489, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-slider .slick-prev {
    left: calc(50vw - 155px);
  }
  /* line 3491, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-slider .slick-prev:before {
    left: 5px;
  }
  /* line 3495, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-slider .slick-next {
    right: calc(50vw - 155px);
  }
  /* line 3497, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-slider .slick-next:before {
    right: 5px;
  }
}

/* line 3504, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-wrap {
  width: 980px;
  max-width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 23px;
  padding: 40px 110px;
  margin-bottom: 50px;
}

/* line 3514, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-wrap--recommend {
  border: 1px solid #2A3B4C;
}

/* line 3517, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-wrap .bl-5g-plan-lead-item {
  width: 590px;
}

@media (max-width: 768px) {
  /* line 3504, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-wrap {
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 30px;
  }
  /* line 3524, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-wrap--2 {
    padding: 20px 0px;
    margin-bottom: 0;
  }
  /* line 3528, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-wrap .bl-5g-plan-lead-item {
    width: 275px;
  }
}

/* line 3533, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-wifi {
  width: 720px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
  margin-bottom: 90px;
}

/* line 3540, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-wifi-item:not(:last-child) {
  margin-bottom: 20px;
}

/* line 3544, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-wifi-head {
  background: #ceefff;
  font-size: 29px;
  font-weight: bold;
  padding: 10px 70px 10px 20px;
  position: relative;
  cursor: pointer;
}

/* line 3551, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-wifi-head::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #2a3b4c;
  border-right: 3px solid #2a3b4c;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

/* line 3563, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-wifi-head.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* line 3568, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-wifi-content {
  background: #E5F7FF;
  padding: 30px 40px;
  display: none;
}

/* line 3573, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-wifi-text {
  font-size: 20px;
  line-height: 1.7;
}

/* line 3576, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-wifi-text > span {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ff0));
  background: -webkit-linear-gradient(transparent 75%, #ff0 75%);
  background: linear-gradient(transparent 75%, #ff0 75%);
}

/* line 3581, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-wifi-btn {
  margin-top: 30px;
  text-align: center;
}

/* line 3584, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-wifi-btn img {
  width: 500px;
  max-width: 100%;
}

@media (max-width: 768px) {
  /* line 3533, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-wifi {
    margin-bottom: 60px;
  }
  /* line 3595, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-wifi-head {
    font-size: 15px;
    padding: 7px 40px 7px 15px;
  }
  /* line 3598, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-wifi-head::after {
    width: 8px;
    height: 8px;
    right: 15px;
  }
  /* line 3604, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-wifi-content {
    padding: 12px 20px;
  }
  /* line 3607, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-wifi-text {
    font-size: 11px;
  }
}

/* line 3612, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-h3 {
  font-size: 42px;
  margin-bottom: 50px;
}

/* line 3615, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-h3 > span {
  color: #1992eb;
}

/* line 3617, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-h3 > span.bl-5g-about-h3--red {
  color: #ff5865;
}

@media (max-width: 768px) {
  /* line 3612, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* line 3625, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-h3--2 {
  font-size: 50px;
}

@media (max-width: 768px) {
  /* line 3625, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-h3--2 {
    font-size: 26px;
  }
}

/* line 3631, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-h3-3 {
  font-size: 41px;
  margin-bottom: 20px;
  text-align: center;
  color: #1992eb;
}

@media (max-width: 768px) {
  /* line 3631, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-h3-3 {
    font-size: 18px;
  }
}

/* line 3641, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-img {
  margin-bottom: 30px;
  text-align: center;
  padding: 0 20px;
}

@media (max-width: 768px) {
  /* line 3641, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-img {
    margin-bottom: 20px;
  }
}

/* line 3649, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-text1 {
  font-size: 27px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 3654, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-text1 + .bl-5g-about-h3 {
  margin-top: 120px;
}

@media (max-width: 768px) {
  /* line 3654, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-text1 + .bl-5g-about-h3 {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  /* line 3649, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-text1 {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

/* line 3665, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-link {
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 3665, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-link {
    font-size: 12px;
  }
}

/* line 3672, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-frame {
  border-radius: 23px;
  background: #f2f6f9;
  padding: 45px 50px 30px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 3679, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-frame-img {
  margin-bottom: 30px;
  width: 30%;
}

/* line 3683, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-frame-content {
  width: 67%;
}

/* line 3686, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-frame-h3 {
  font-size: 38px;
  margin-bottom: 10px;
}

/* line 3690, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-frame-note {
  font-size: 21px;
}

@media (max-width: 768px) {
  /* line 3672, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-frame {
    border-radius: 23px;
    padding: 20px 10px 5px;
    margin-bottom: 30px;
  }
  /* line 3697, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-frame-h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  /* line 3701, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-frame-img {
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 3704, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-frame-img img {
    width: 120px;
    margin: auto;
  }
  /* line 3709, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-frame-note {
    font-size: 10px;
  }
}

/* line 3714, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-text2 {
  text-align: left;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  /* line 3714, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-text2 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  /* line 3722, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-text2:last-of-type {
    margin-bottom: 0;
  }
}

/* line 3727, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-text3 {
  text-align: center;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 3727, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-text3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/* line 3737, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-text4 {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 3737, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-text4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* line 3747, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-text5 {
  font-size: 34px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 3747, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-text5 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/* line 3757, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-text6 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  color: #1992eb;
}

@media (max-width: 768px) {
  /* line 3757, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-text6 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

/* line 3768, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-text7 {
  font-size: 38px;
  margin-bottom: 80px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 3768, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-text7 {
    font-size: 16px;
    margin-bottom: 50px;
  }
}

/* line 3778, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-text8 {
  font-size: 37px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 3778, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-text8 {
    font-size: 16px;
  }
}

/* line 3786, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-text9 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

/* line 3791, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-text9 > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ff0));
  background: -webkit-linear-gradient(transparent 75%, #ff0 75%);
  background: linear-gradient(transparent 75%, #ff0 75%);
}

@media (max-width: 768px) {
  /* line 3786, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-text9 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/* line 3799, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-text10 {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 80px;
}

/* line 3805, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-text10 > span {
  font-size: 44px;
}

/* line 3807, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-text10 > span > span {
  color: #ff5865;
}

@media (max-width: 768px) {
  /* line 3799, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-text10 {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  /* line 3815, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-text10 > span {
    font-size: 21px;
  }
}

/* line 3821, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-line {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #17b005;
}

@media (max-width: 768px) {
  /* line 3821, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-line {
    font-size: 14px;
  }
}

/* line 3830, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-note {
  font-size: 17px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 3830, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-note {
    font-size: 10px;
  }
}

/* line 3837, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-h4 {
  font-size: 39px;
  margin-bottom: 50px;
}

/* line 3840, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-h4 img {
  vertical-align: baseline;
}

@media (max-width: 768px) {
  /* line 3837, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-h4 {
    font-size: 17px;
    margin-bottom: 30px;
  }
  /* line 3846, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-h4 img {
    width: 135px;
  }
}

/* line 3851, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2 {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

/* line 3855, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2-title {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-right: 35px;
  text-align: center;
}

/* line 3861, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2-title img {
  margin-bottom: 50px;
}

/* line 3865, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2-title2 {
  font-size: 32px;
  color: #ff5865;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 3871, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2-title2 > span {
  font-size: 45px;
  color: #047df6;
}

/* line 3880, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2 td, .bl-5g-about-table2 th {
  padding: 15px 25px;
  border-top: 2px solid #C6C6C6;
  border-bottom: 2px solid #C6C6C6;
}

/* line 3886, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2 thead th {
  font-size: 22px;
  font-weight: 500;
}

/* line 3889, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2 thead th:nth-of-type(1) {
  background: #ECECEC;
}

/* line 3892, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2 thead th:nth-of-type(2) {
  font-size: 25px;
  font-weight: bold;
  background: #FF5865;
  color: #fff;
  border-top: 2px solid #FF5865;
  border-bottom: 2px solid #FF5865;
  border-left: 7px solid #FF5865;
  border-right: 7px solid #FF5865;
}

/* line 3905, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2 tbody th {
  font-size: 22px;
  background: #ECECEC;
}

/* line 3910, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2 tbody td:nth-of-type(1) {
  font-size: 22px;
  font-weight: bold;
  border-top: 2px solid #FF5865;
  border-bottom: 2px solid #FF5865;
  border-left: 7px solid #FF5865;
  border-right: 7px solid #FF5865;
  text-align: center;
}

/* line 3919, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2 tbody td:nth-of-type(2) {
  font-size: 17px;
  font-weight: 500;
}

/* line 3927, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2 tbody tr:last-child td:nth-of-type(1) {
  border-bottom: 7px solid #FF5865;
}

/* line 3934, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2-large {
  font-size: 32px;
}

/* line 3937, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2-red {
  color: #ff5865;
}

/* line 3940, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2-0 {
  font-size: 58px;
  color: #ff5865;
}

/* line 3943, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2-0 > span {
  font-size: 43px;
}

/* line 3947, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #1CE94B;
  padding: 5px 25px 5px 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px 0px #00000040;
          box-shadow: 0px 4px 4px 0px #00000040;
  font-size: 14px;
  position: relative;
}

/* line 3957, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #ffffff;
  border-right: 0;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 3971, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table2-btn:hover {
  color: #fff;
}

@media (max-width: 768px) {
  /* line 3851, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table2 {
    width: auto;
  }
  /* line 3977, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table2-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* line 3980, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table2-title img {
    margin-bottom: 25px;
    width: 170px;
  }
  /* line 3985, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table2-title2 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  /* line 3988, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table2-title2 > span {
    font-size: 17px;
  }
  /* line 3992, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table2 td, .bl-5g-about-table2 th {
    padding: 8px 5px;
    border-top: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
  }
  /* line 3998, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table2 thead th {
    font-size: 12px;
  }
  /* line 4000, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table2 thead th:nth-of-type(2) {
    font-size: 12px;
    border-top: 1px solid #FF5865;
    border-bottom: 1px solid #FF5865;
    border-left: 3px solid #FF5865;
    border-right: 3px solid #FF5865;
  }
  /* line 4010, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table2 tbody th {
    font-size: 11px;
  }
  /* line 4014, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table2 tbody td:nth-of-type(1) {
    font-size: 10px;
    border-top: 1px solid #FF5865;
    border-bottom: 1px solid #FF5865;
    border-left: 3px solid #FF5865;
    border-right: 3px solid #FF5865;
  }
  /* line 4021, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table2 tbody td:nth-of-type(2) {
    font-size: 10px;
  }
  /* line 4028, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table2 tbody tr:last-child td:nth-of-type(1) {
    border-bottom: 3px solid #FF5865;
  }
  /* line 4035, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table2-large {
    font-size: 15px;
  }
  /* line 4038, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table2-0 {
    font-size: 27px;
  }
  /* line 4040, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table2-0 > span {
    font-size: 20px;
  }
  /* line 4044, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table2-btn {
    padding: 3px 15px 3px 6px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 2px 0px #00000040;
            box-shadow: 0px 2px 2px 0px #00000040;
    font-size: 7px;
  }
  /* line 4049, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table2-btn::after {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #ffffff;
    right: 3px;
  }
}

/* line 4059, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-modal-h3 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 30px;
}

/* line 4064, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-modal-large {
  font-size: 32px;
  font-weight: bold;
  color: #1992eb;
  text-align: center;
  margin-bottom: 20px;
}

/* line 4070, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-modal-large > span {
  padding-left: 40px;
  position: relative;
}

/* line 4073, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-modal-large > span::before {
  content: "";
  background: url(/assets/5g_lp/svg/light-bulb-5c4423db8bf2493e657ff6837acdc2a64606a305c196ea3ec6451638d2108a47.svg) no-repeat top 50% left 50%/contain;
  width: 22px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 4085, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-modal-h4 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 30px;
}

/* line 4092, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-modal-img {
  text-align: center;
  margin-bottom: 30px;
}

/* line 4096, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-modal-note {
  font-size: 19px;
}

/* line 4099, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-modal-table {
  width: 100%;
  margin: 0 auto 50px;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
  font-size: 26px;
  text-align: center;
  font-weight: 500;
}

/* line 4108, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-modal-table th,
.bl-5g-about-modal-table td {
  border: 1px solid #d1d1d1;
  padding: 1rem;
  line-height: 1.4;
  word-wrap: break-word;
  vertical-align: middle;
}

/* line 4117, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-modal-table tbody th {
  background-color: #f9f9f9;
}

/* line 4122, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-modal-table-galaxy td, .bl-5g-about-modal-table-l11 td {
  color: #1992eb;
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 4129, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-modal-h3 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 4134, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-modal-large {
    font-size: 12px;
    margin-bottom: 15px;
  }
  /* line 4137, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-modal-large > span {
    padding-left: 15px;
  }
  /* line 4139, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-modal-large > span::before {
    width: 9px;
    height: 14px;
  }
  /* line 4145, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-modal-h4 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 4152, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-modal-img {
    margin-bottom: 20px;
  }
  /* line 4155, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-modal-note {
    font-size: 10px;
  }
  /* line 4158, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-modal-table {
    font-size: 11px;
    margin-bottom: 40px;
  }
  /* line 4161, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-modal-table th,
.bl-5g-about-modal-table td {
    padding: 0.5rem;
  }
}

/* line 4176, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table {
  font-size: 22px;
  width: 100%;
  margin-bottom: 30px;
}

/* line 4180, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table th,
.bl-5g-about-table td {
  padding: 20px 0px;
}

/* line 4184, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table-th-blank {
  width: 38%;
}

/* line 4187, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table-th-2plus {
  background: #c6c6c6;
  font-size: 22px;
  width: 31%;
  border-top: 2px solid #c6c6c6;
}

/* line 4193, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table-th-5g {
  background: #1992eb;
  color: #fff;
  font-size: 22px;
  width: 31%;
  border-top: 2px solid #c6c6c6;
}

/* line 4201, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table tbody th {
  background: #fff;
  font-size: 25px;
  padding: 30px 20px;
}

/* line 4206, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table tbody tr {
  border-top: 2px solid #c6c6c6;
  border-bottom: 2px solid #c6c6c6;
}

/* line 4211, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table-td-5g {
  position: relative;
}

/* line 4213, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table-td-5g::before {
  content: "";
  background: url(/assets/5g_lp/svg/arrows-right-98122b2b561f35b8c7b5df01deb0254f8a25974ae75d063c7415f2e87bb46115.svg) no-repeat top 50% left 50%/contain;
  width: 29px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 4224, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table-underline {
  font-size: 25px;
  position: relative;
  font-weight: bold;
}

/* line 4228, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table-underline::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #1992eb;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 4238, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table-large {
  font-size: 25px;
  font-weight: bold;
}

/* line 4242, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table-small {
  font-size: 17px;
}

/* line 4246, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-table-note {
  font-size: 12px;
}

@media (max-width: 768px) {
  /* line 4176, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table {
    font-size: 10px;
    margin-bottom: 20px;
  }
  /* line 4252, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table th,
.bl-5g-about-table td {
    padding: 5px 0px;
  }
  /* line 4256, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table-th-blank {
    width: 36%;
  }
  /* line 4259, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table-th-2plus {
    font-size: 10px;
    width: 32%;
  }
  /* line 4263, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table-th-5g {
    font-size: 10px;
    width: 32%;
  }
  /* line 4268, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table tbody th {
    background: #fff;
    font-size: 10px;
    padding: 15px 0px;
  }
  /* line 4276, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table-td-5g {
    position: relative;
  }
  /* line 4278, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table-td-5g::before {
    width: 12px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  /* line 4287, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table-underline {
    font-size: 14px;
  }
  /* line 4289, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table-underline::after {
    height: 2px;
  }
  /* line 4293, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table-large {
    font-size: 12px;
  }
  /* line 4296, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table-small {
    font-size: 10px;
  }
  /* line 4300, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-table-note {
    font-size: 10px;
  }
}

/* line 4306, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-reason-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 670px;
}

/* line 4313, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-reason-item {
  width: 47%;
  margin-bottom: 30px;
  border: 5px solid #1992eb;
  padding: 0 10px 20px;
  border-radius: 23px;
}

/* line 4320, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-reason-num {
  display: inline-block;
  width: 78px;
  height: 55px;
  line-height: 55px;
  font-size: 30px;
  background: url(/assets/5g_lp/svg/pentagon-6b6b7d024f377530e499d7ebd378a2d038c65b38e3fa81cdc556d1892a227ab6.svg) no-repeat top 50% left 50%/contain;
  color: #fff;
  margin: 0 auto 10px;
}

/* line 4330, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-reason-img {
  text-align: center;
  height: 155px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 4338, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-reason-text {
  text-align: center;
  font-size: 31px;
  font-weight: bold;
}

/* line 4343, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-reason-description {
  font-size: 31px;
  text-align: left;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 4349, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-reason-wrap {
    margin-bottom: 0px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  /* line 4353, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-reason-item {
    width: 45%;
    margin-bottom: 15px;
    border: 2px solid #1992eb;
    padding: 0 10px 10px;
    border-radius: 10px;
  }
  /* line 4360, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-reason-num {
    width: 34px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    margin: 0 auto 5px;
  }
  /* line 4367, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-reason-img {
    height: 75px;
    margin-bottom: 10px;
  }
  /* line 4371, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-reason-img-1 img {
    height: 66px;
  }
  /* line 4376, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-reason-img-2 img {
    height: 70px;
  }
  /* line 4381, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-reason-img-3 img {
    height: 53px;
  }
  /* line 4386, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-reason-img-4 img {
    height: 53px;
  }
  /* line 4391, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-reason-text {
    font-size: 13px;
  }
  /* line 4394, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-reason-description {
    font-size: 15px;
    margin-bottom: 0px;
  }
}

/* line 4400, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice {
  text-align: left;
}

/* line 4402, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice-sec {
  padding: 80px 0;
  background: #5eb3f1;
}

/* line 4405, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice-sec h3 {
  text-align: center;
  color: #fff;
}

/* line 4410, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice-item {
  border-radius: 23px;
  border: 1px solid #2a3b4c;
  padding: 30px;
  width: 641px;
  max-width: 100%;
  margin: 0 15px 30px;
  background: #fff;
  height: 358px !important;
}

/* line 4420, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  margin-bottom: 20px;
}

/* line 4425, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice-img {
  margin-right: 20px;
}

/* line 4428, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice-title {
  font-size: 34px;
  font-weight: bold;
}

/* line 4431, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice-title > span {
  font-weight: normal;
  font-size: 27px;
}

/* line 4436, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice-star {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}

/* line 4440, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice-star img {
  margin-left: 10px;
  vertical-align: initial;
}

/* line 4445, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice-text {
  font-size: 24px;
}

/* line 4448, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice .slick-prev,
.bl-5g-about-voice .slick-next {
  top: 40%;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid #2a3b4c;
  background: #fff;
}

/* line 4457, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice .slick-prev:before,
.bl-5g-about-voice .slick-next:before {
  content: "";
  width: 35px;
  height: 35px;
  border-right: 2px solid #2a3b4c;
  border-top: 2px solid #2a3b4c;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 4469, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice .slick-prev:hover, .bl-5g-about-voice .slick-prev:focus,
.bl-5g-about-voice .slick-next:hover,
.bl-5g-about-voice .slick-next:focus {
  background: #fff;
  opacity: 1;
}

/* line 4474, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice .slick-prev {
  left: calc(50vw - 382px);
}

/* line 4476, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 4481, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice .slick-next {
  right: calc(50vw - 382px);
}

/* line 4483, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice .slick-next:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 15px;
}

@media (max-width: 768px) {
  /* line 4490, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice-sec {
    padding: 30px 0;
  }
  /* line 4495, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice-item {
    border-radius: 10px;
    border: 1px solid #2a3b4c;
    padding: 15px;
    max-width: 80%;
    width: 270px;
    margin: 0 5px 30px;
    height: 190px !important;
  }
  /* line 4504, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  /* line 4509, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice-img {
    margin-right: 10px;
    width: 38px;
  }
  /* line 4513, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice-title {
    font-size: 17px;
  }
  /* line 4515, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice-title > span {
    font-size: 14px;
  }
  /* line 4519, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice-star {
    font-size: 11px;
    margin-bottom: 10px;
  }
  /* line 4522, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice-star img {
    margin-left: 10px;
    width: 80px;
    display: inline-block !important;
  }
  /* line 4528, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice-text {
    font-size: 12px;
  }
  /* line 4531, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice .slick-prev,
.bl-5g-about-voice .slick-next {
    top: 40%;
    width: 32px;
    height: 32px;
  }
  /* line 4537, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice .slick-prev:before,
.bl-5g-about-voice .slick-next:before {
    content: "";
    width: 15px;
    height: 15px;
    border-right: 2px solid #2a3b4c;
    border-top: 2px solid #2a3b4c;
  }
  /* line 4545, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice .slick-prev {
    left: calc(50vw - 155px);
  }
  /* line 4547, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice .slick-prev:before {
    left: 5px;
  }
  /* line 4551, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice .slick-next {
    right: calc(50vw - 155px);
  }
  /* line 4553, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice .slick-next:before {
    right: 5px;
  }
}

/* line 4560, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2 {
  text-align: left;
  margin: 0 -110px 30px;
}

/* line 4563, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2-frame {
  max-width: 980px;
  margin: auto;
  background: #eef9ff;
  border-radius: 23px;
  margin-bottom: 70px;
  padding: 45px 120px;
}

/* line 4570, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2-frame--white {
  background: #fff;
}

/* line 4574, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2-item {
  border-radius: 23px;
  border: 1px solid #2a3b4c;
  padding: 20px 30px;
  width: 631px;
  max-width: 100%;
  margin: 0 15px 0px;
  background: #fff;
  height: 240px !important;
}

/* line 4583, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2-item--2 {
  height: 275px !important;
}

/* line 4585, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2-item--2 .bl-5g-about-voice2-text {
  min-height: 7.5em;
}

/* line 4590, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  margin-bottom: 20px;
}

/* line 4595, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2-img {
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 4599, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2-text {
  font-size: 26px;
  font-weight: bold;
  min-height: 6em;
  line-height: 1.5;
}

/* line 4604, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2-text > span {
  color: #1992eb;
}

/* line 4607, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2-text .color-red {
  color: #FD1313;
}

/* line 4610, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2-text .color-blue {
  color: #1992eb;
}

/* line 4614, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2-title {
  font-size: 28px;
}

/* line 4617, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2 .slick-prev,
.bl-5g-about-voice2 .slick-next {
  top: 40%;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid #2a3b4c;
  background: #fff;
}

/* line 4625, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2 .slick-prev:before,
.bl-5g-about-voice2 .slick-next:before {
  content: "";
  width: 35px;
  height: 35px;
  border-right: 2px solid #2a3b4c;
  border-top: 2px solid #2a3b4c;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 4637, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2 .slick-prev:hover, .bl-5g-about-voice2 .slick-prev:focus,
.bl-5g-about-voice2 .slick-next:hover,
.bl-5g-about-voice2 .slick-next:focus {
  background: #fff;
  opacity: 1;
}

/* line 4642, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2 .slick-prev {
  left: 115px;
}

/* line 4644, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2 .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 4649, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2 .slick-next {
  right: 115px;
}

/* line 4651, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-voice2 .slick-next:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 15px;
}

@media (max-width: 768px) {
  /* line 4560, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice2 {
    margin: 0 -20px;
  }
  /* line 4659, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice2-frame {
    margin: 0px 15px 40px;
    padding: 30px 20px;
  }
  /* line 4662, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice2-frame--white {
    margin: 0px 0px 40px;
  }
  /* line 4666, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice2-item {
    border-radius: 10px;
    border: 1px solid #2a3b4c;
    padding: 10px 15px;
    max-width: 80%;
    width: 285px;
    margin: 0 5px 0px;
    height: 105px !important;
  }
  /* line 4674, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice2-item--2 {
    height: 125px !important;
  }
  /* line 4676, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice2-item--2 .bl-5g-about-voice2-text {
    min-height: 8em;
  }
  /* line 4681, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice2-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  /* line 4685, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice2-img {
    margin-right: 10px;
    width: 47px;
  }
  /* line 4689, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice2-text {
    font-size: 11px;
  }
  /* line 4692, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice2-title {
    font-size: 12px;
  }
  /* line 4695, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice2 .slick-prev,
.bl-5g-about-voice2 .slick-next {
    top: 40%;
    width: 32px;
    height: 32px;
  }
  /* line 4701, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice2 .slick-prev:before,
.bl-5g-about-voice2 .slick-next:before {
    content: "";
    width: 15px;
    height: 15px;
    border-right: 2px solid #2a3b4c;
    border-top: 2px solid #2a3b4c;
  }
  /* line 4709, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice2 .slick-prev {
    left: 15px;
  }
  /* line 4711, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice2 .slick-prev:before {
    left: 5px;
  }
  /* line 4715, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice2 .slick-next {
    right: 15px;
  }
  /* line 4717, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-voice2 .slick-next:before {
    right: 5px;
  }
}

/* line 4724, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-bnr {
  width: 980px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 4724, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-bnr {
    margin-bottom: 30px;
  }
}

/* line 4734, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-btn {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 4734, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-btn {
    max-width: 90%;
    margin: auto;
  }
}

/* line 4741, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 4747, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 4754, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-youtube-text {
  font-size: 39px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 4741, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-youtube {
    margin-bottom: 20px;
  }
  /* line 4762, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-youtube-text {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

/* line 4768, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-faq-head {
  font-size: 35px;
  color: #1992eb;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 4777, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-faq-head::before {
  content: "";
  background: url(/assets/5g_lp/svg/icon-faq-217cb6e456e01eb841c734e1868ca82eddd6f5f04d97aa60502bc0a10d5e065d.svg) no-repeat top 50% left 50%/contain;
  width: 110px;
  height: 94px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  /* line 4768, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-faq-head {
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* line 4787, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-faq-head::before {
    width: 47px;
    height: 40px;
    margin-right: 20px;
  }
}

/* line 4794, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-faq-btn {
  margin-top: 80px;
  padding: 0 30px;
}

@media (max-width: 768px) {
  /* line 4794, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-faq-btn {
    margin-top: 30px;
  }
}

/* line 4805, app/assets/stylesheets/lib/_5g.scss */
.bl-about-news-color-txt {
  color: #043786;
}

/* line 4809, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-news-img {
  display: block;
  border: 1px solid #DADADA;
  border-radius: 10px;
}

/* line 4815, app/assets/stylesheets/lib/_5g.scss */
.faq5g-grad {
  text-align: left;
}

/* line 4817, app/assets/stylesheets/lib/_5g.scss */
.faq5g-grad .number span {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/assets/5g_lp/svg/baloon-blue2-c130388fd14e8fd7b332d80afde45bcf4da2ed4f26e5e168a9526a7992e5d9d8.svg) no-repeat top 50% left 50%;
  background-size: contain;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 27px;
}

@media (min-width: 960px) {
  /* line 4817, app/assets/stylesheets/lib/_5g.scss */
  .faq5g-grad .number span {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 40px;
  }
}

/* line 4834, app/assets/stylesheets/lib/_5g.scss */
.faq5g-grad .grad-trigger {
  display: none;
}

/* line 4838, app/assets/stylesheets/lib/_5g.scss */
.faq5g-grad .accordion-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: 100%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

@media (min-width: 960px) {
  /* line 4838, app/assets/stylesheets/lib/_5g.scss */
  .faq5g-grad .accordion-top-inner {
    padding: 10px 20px;
  }
}

/* line 4850, app/assets/stylesheets/lib/_5g.scss */
.faq5g-grad .accordion-top-item.number {
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 960px) {
  /* line 4850, app/assets/stylesheets/lib/_5g.scss */
  .faq5g-grad .accordion-top-item.number {
    -ms-flex-preferred-size: 65px;
        flex-basis: 65px;
  }
}

/* line 4857, app/assets/stylesheets/lib/_5g.scss */
.faq5g-grad .accordion-top-item.text {
  color: #3e4549;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin: 0 5px;
  font-size: 10px;
}

@media (min-width: 960px) {
  /* line 4857, app/assets/stylesheets/lib/_5g.scss */
  .faq5g-grad .accordion-top-item.text {
    font-size: 24px;
    margin: 0 5px 0 0;
  }
}

/* line 4867, app/assets/stylesheets/lib/_5g.scss */
.faq5g-grad .accordion-top-item.icon {
  font-size: 5rem;
}

@media (max-width: 768px) {
  /* line 4867, app/assets/stylesheets/lib/_5g.scss */
  .faq5g-grad .accordion-top-item.icon {
    font-size: 2rem;
  }
}

/* line 4873, app/assets/stylesheets/lib/_5g.scss */
.faq5g-grad .accordion-top-item .icon-open:before {
  font-size: 4rem;
}

@media (max-width: 768px) {
  /* line 4873, app/assets/stylesheets/lib/_5g.scss */
  .faq5g-grad .accordion-top-item .icon-open:before {
    font-size: 20px;
  }
}

/* line 4880, app/assets/stylesheets/lib/_5g.scss */
.faq5g-grad .accordion-bottom {
  display: none;
}

/* line 4884, app/assets/stylesheets/lib/_5g.scss */
.faq5g-grad .accordion-bottom-inner .number {
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 4887, app/assets/stylesheets/lib/_5g.scss */
.faq5g-grad .accordion-bottom-inner .number img {
  width: 45px;
}

@media (min-width: 960px) {
  /* line 4884, app/assets/stylesheets/lib/_5g.scss */
  .faq5g-grad .accordion-bottom-inner .number {
    -ms-flex-preferred-size: 65px;
        flex-basis: 65px;
  }
}

/* line 4894, app/assets/stylesheets/lib/_5g.scss */
.faq5g-grad .accordion-bottom-inner .text {
  font-size: 24px;
}

/* line 4896, app/assets/stylesheets/lib/_5g.scss */
.faq5g-grad .accordion-bottom-inner .text span {
  color: #ff0000;
  font-weight: bold;
}

/* line 4900, app/assets/stylesheets/lib/_5g.scss */
.faq5g-grad .accordion-bottom-inner .text > small {
  font-size: 19px;
}

@media (max-width: 768px) {
  /* line 4894, app/assets/stylesheets/lib/_5g.scss */
  .faq5g-grad .accordion-bottom-inner .text {
    font-size: 10px;
  }
  /* line 4905, app/assets/stylesheets/lib/_5g.scss */
  .faq5g-grad .accordion-bottom-inner .text > small {
    font-size: 10px;
  }
}

/* line 4933, app/assets/stylesheets/lib/_5g.scss */
.bl-plan5g-faq-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  /* line 4933, app/assets/stylesheets/lib/_5g.scss */
  .bl-plan5g-faq-card {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 4943, app/assets/stylesheets/lib/_5g.scss */
.bl-plan5g-faq-cardItem {
  text-align: center;
  line-height: 1.3;
}

@media (min-width: 960px) {
  /* line 4947, app/assets/stylesheets/lib/_5g.scss */
  .bl-plan5g-faq-cardItem:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 960px) {
  /* line 4953, app/assets/stylesheets/lib/_5g.scss */
  .bl-plan5g-faq-cardItem:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* line 4959, app/assets/stylesheets/lib/_5g.scss */
.bl-plan5g-faq-cardItem-txt {
  font-size: 15px;
}

@media (min-width: 600px) {
  /* line 4959, app/assets/stylesheets/lib/_5g.scss */
  .bl-plan5g-faq-cardItem-txt {
    font-size: 18px;
  }
}

/* line 4966, app/assets/stylesheets/lib/_5g.scss */
.bl-plan5g-faq-cardItem-txt .txt-sm {
  font-size: 90%;
}

/* line 4970, app/assets/stylesheets/lib/_5g.scss */
.bl-plan5g-faq-cardItem-txt .txt-lg {
  color: #ff219f;
  font-size: 156.66%;
}

/* line 4977, app/assets/stylesheets/lib/_5g.scss */
.bl-plan5g-faq-card img {
  margin-bottom: 10px;
  width: 105px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 600px) {
  /* line 4977, app/assets/stylesheets/lib/_5g.scss */
  .bl-plan5g-faq-card img {
    width: 151px;
    height: 89px;
  }
}

/* line 4989, app/assets/stylesheets/lib/_5g.scss */
.bl-plan5g-faq-card-ttl {
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
}

@media (min-width: 600px) {
  /* line 4989, app/assets/stylesheets/lib/_5g.scss */
  .bl-plan5g-faq-card-ttl {
    font-size: 30px;
  }
}

@media (min-width: 960px) {
  /* line 4989, app/assets/stylesheets/lib/_5g.scss */
  .bl-plan5g-faq-card-ttl {
    margin-top: 30px;
  }
}

/* line 5008, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan {
  text-align: center;
  padding: 120px 0 0;
}

/* line 5011, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan--bg {
  background: #ceefff;
  padding: 80px 0 80px;
}

@media (max-width: 768px) {
  /* line 5008, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan {
    padding: 30px 0px 0;
  }
  /* line 5017, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan--bg {
    padding: 20px 0 40px;
  }
}

/* line 5021, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-h2 {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 5026, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-h2::before {
  content: "";
  background: url(/assets/5g_lp/svg/bill-aa05fb6a47692e369b95c205f49285166588b2a1ab5b86c80ef99566f409c06a.svg) no-repeat top 50% left 50%/contain;
  width: 134px;
  height: 77px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 5021, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-h2 {
    font-size: 26px;
    margin-bottom: 15px;
    padding-top: 55px;
  }
  /* line 5041, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-h2::before {
    width: 57px;
    height: 33px;
  }
}

/* line 5047, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-h2-2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 5047, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-h2-2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

/* line 5056, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-h3 {
  display: inline-block;
  margin: 0 auto 20px;
  font-size: 42px;
  padding-left: 45px;
  padding-bottom: 10px;
  position: relative;
}

/* line 5063, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-h3::before {
  content: "";
  background: url(/assets/5g_lp/svg/arrows-right-98122b2b561f35b8c7b5df01deb0254f8a25974ae75d063c7415f2e87bb46115.svg) no-repeat top 50% left 50%/contain;
  width: 29px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 15px;
}

/* line 5072, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-h3 > span {
  color: #ff7680;
}

@media (max-width: 768px) {
  /* line 5056, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-h3 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    position: relative;
  }
  /* line 5081, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-h3::before {
    width: 12px;
    height: 10px;
    left: 0;
    top: 8px;
  }
}

/* line 5089, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-text1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* line 5094, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-text1 > span {
  font-size: 37px;
}

/* line 5097, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-text1 img {
  margin: auto;
}

@media (max-width: 768px) {
  /* line 5089, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-text1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  /* line 5103, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-text1 > span {
    font-size: 19px;
  }
  /* line 5106, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-text1 img {
    width: 295px;
  }
}

/* line 5111, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-text2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
}

/* line 5115, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-text2 > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ff0));
  background: -webkit-linear-gradient(transparent 75%, #ff0 75%);
  background: linear-gradient(transparent 75%, #ff0 75%);
}

@media (max-width: 768px) {
  /* line 5111, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-text2 {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

/* line 5123, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-bnr {
  margin: auto;
  margin-bottom: 60px;
  max-width: 800px;
}

@media (max-width: 768px) {
  /* line 5123, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-bnr {
    margin-bottom: 30px;
  }
}

/* line 5132, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead {
  max-width: 1000px;
  margin: auto;
}

/* line 5135, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

/* line 5139, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-head-item {
  width: 54.5%;
  padding: 30px 0;
  background: #1992eb;
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  position: relative;
}

/* line 5148, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-head-item > span {
  font-size: 26px;
  position: relative;
  display: block;
}

/* line 5152, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-head-item > span::after {
  content: "";
  width: 375px;
  max-width: 90%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 5165, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-head-item::after {
  content: "";
  width: 40px;
  height: 40px;
  background: #1992eb;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

/* line 5178, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-head-item-2year {
  background: #00afdd;
}

/* line 5180, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-head-item-2year::after {
  background: #00afdd;
}

@media (max-width: 768px) {
  /* line 5135, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-head {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  /* line 5188, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-head-item {
    width: 48.5%;
    padding: 10px 0;
    font-size: 16px;
  }
  /* line 5192, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-head-item > span {
    font-size: 10px;
  }
  /* line 5194, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-head-item > span::after {
    height: 1px;
    bottom: -3px;
    left: 0;
    right: 0;
  }
  /* line 5201, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-head-item::after {
    content: "";
    width: 25px;
    height: 25px;
    bottom: -12px;
  }
  /* line 5207, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-head-item-inactive {
    background: #adadad;
  }
  /* line 5209, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-head-item-inactive::after {
    content: none;
  }
}

/* line 5216, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 5219, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-content .slick-prev,
.bl-5g-plan-lead-content .slick-next {
  top: 27%;
  width: 50px;
  height: 50px;
}

/* line 5225, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-content .slick-prev:before,
.bl-5g-plan-lead-content .slick-next:before {
  content: "";
  width: 30px;
  height: 30px;
  border-right: 2px solid #2a3b4c;
  border-top: 2px solid #2a3b4c;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 5238, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-content .slick-prev {
  left: 20px;
}

/* line 5240, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-content .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 5px;
}

/* line 5245, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-content .slick-next {
  right: 20px;
}

/* line 5247, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-content .slick-next:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 5px;
}

/* line 5252, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-content .slick-disabled {
  display: none !important;
}

@media (max-width: 768px) {
  /* line 5256, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-content .slick-prev,
.bl-5g-plan-lead-content .slick-next {
    top: 54%;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid #2a3b4c;
    background: #fff;
  }
  /* line 5265, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-content .slick-prev:before,
.bl-5g-plan-lead-content .slick-next:before {
    width: 15px;
    height: 15px;
  }
  /* line 5270, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-content .slick-prev {
    left: 27px;
  }
  /* line 5273, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-content .slick-next {
    right: 27px;
  }
  /* line 5276, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-content .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 5279, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-content .slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
  }
}

/* line 5285, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item {
  width: 543px;
  border-radius: 10px;
  border: 1px solid #1992eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 5291, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-2year {
  border: 1px solid #00afdd;
}

/* line 5294, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-head {
  background: #1992eb;
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  position: relative;
}

/* line 5296, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-head-2year {
  background: #00afdd;
}

/* line 5306, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-head > span {
  font-size: 34px;
}

/* line 5309, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-head-recommend {
  position: absolute;
  right: left;
  top: -9px;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
}

/* line 5314, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-head-recommend img {
  width: 95px;
  height: 95px;
}

@media (max-width: 768px) {
  /* line 5309, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-head-recommend {
    top: -5px;
  }
  /* line 5320, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-head-recommend img {
    width: 57px;
    height: 57px;
  }
}

/* line 5327, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-text1 {
  font-size: 24px;
  margin: 15px 0;
  font-weight: bold;
  color: #1992eb;
}

/* line 5332, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-text1-2 {
  color: #00afdd;
}

/* line 5336, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-bottom {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 5340, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-bottom-text1 {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  color: #1992eb;
}

/* line 5347, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-bottom-text2 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 5px;
}

/* line 5355, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-price {
  position: relative;
  padding-bottom: 20px;
}

/* line 5358, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-price::before {
  content: "";
  background: url(/assets/5g_lp/price_img05@2x-ce83e9c64936e9c3c33d7e08313c72e8f09fe376f5a5777891230821c5b84d11.png) no-repeat top 50% left 50%/contain;
  width: 193px;
  height: 121px;
  position: absolute;
  right: -123px;
  top: 131px;
}

/* line 5367, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-price-head {
  font-size: 29px;
  line-height: 1.2;
  position: relative;
  font-weight: bold;
  display: inline-block;
  color: #ff5865;
}

/* line 5374, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-price-head-k {
  font-size: 29px;
  font-weight: bold;
}

/* line 5378, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-price-head--kakaku {
  line-height: 1;
}

/* line 5381, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-price-head--kakaku em::before {
  content: none !important;
}

/* line 5387, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-price-bottom {
  font-size: 21px;
}

/* line 5390, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-price em {
  font-size: 57px;
  font-style: normal;
}

/* line 5393, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-price em::before {
  content: "月額";
  color: #000;
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
  width: 1em;
  font-size: 23px;
}

/* line 5403, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-price::after {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 5417, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-price2 {
  position: relative;
  margin-bottom: 10px;
}

/* line 5420, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-price2-head {
  font-size: 33px;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
}

/* line 5426, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-price2-bottom {
  font-size: 25px;
}

/* line 5429, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-price2 em {
  font-size: 65px;
  font-style: normal;
}

/* line 5434, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-bottom2 {
  background: #1992eb;
  color: #fff;
  text-align: center;
  padding: 30px 30px 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 5440, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-bottom2-2 {
  background: #00afdd;
}

/* line 5444, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-bottom2-text1 {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}

/* line 5449, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-bottom2-text2 {
  font-size: 18px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 5285, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item {
    width: 275px;
    margin: 5px 8px 0;
  }
  /* line 5457, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-head {
    font-size: 13px;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
  }
  /* line 5461, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-head > span {
    font-size: 20px;
  }
  /* line 5466, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-bottom-text1 {
    font-size: 15px;
  }
  /* line 5468, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-bottom-text1::before {
    width: 14px;
    height: 11px;
    top: 5px;
  }
  /* line 5474, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-bottom-text2 {
    font-size: 13px;
    margin-bottom: 5px;
  }
  /* line 5477, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-bottom-text2::before {
    width: 13px;
    height: 10px;
    top: 5px;
  }
  /* line 5484, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-price {
    margin-bottom: 10px;
  }
  /* line 5487, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-price-head {
    font-size: 20px;
  }
  /* line 5489, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-price-head-k {
    font-size: 20px;
  }
  /* line 5493, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-price-bottom {
    font-size: 15px;
  }
  /* line 5496, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-price em {
    font-size: 40px;
  }
  /* line 5498, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-price em::before {
    margin-right: 4px;
    font-size: 16px;
  }
  /* line 5503, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-price-1 {
    padding-bottom: 10px;
  }
  /* line 5505, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-price-1::before {
    width: 65px;
    height: 41px;
    right: -37px;
    top: 104px;
  }
  /* line 5511, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-price-1::after {
    bottom: -20px;
  }
  /* line 5515, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-price-img {
    padding: 0 10px;
    position: relative;
    z-index: 1;
  }
  /* line 5521, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-text1 {
    font-size: 14px;
  }
  /* line 5524, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-bottom2 {
    padding: 20px 15px 15px;
  }
  /* line 5526, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-bottom2-text1 {
    font-size: 15px;
  }
  /* line 5529, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-bottom2-text2 {
    font-size: 11px;
  }
  /* line 5533, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-price2 {
    margin-bottom: 10px;
  }
  /* line 5535, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-price2-head {
    font-size: 19px;
  }
  /* line 5538, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-price2-bottom {
    font-size: 15px;
  }
  /* line 5541, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-item-price2 em {
    font-size: 38px;
  }
}

/* line 5547, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-price {
  margin-bottom: 100px;
}

/* line 5549, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-price-head {
  font-size: 68px;
  line-height: 1.2;
  position: relative;
  font-weight: bold;
  display: inline-block;
}

/* line 5555, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-price-head::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #2a3b4c;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 5565, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-price-bottom {
  font-size: 51px;
}

/* line 5568, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-price em {
  color: #ff7680;
  font-size: 135px;
  font-style: normal;
}

/* line 5572, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-price em::before {
  content: "月額";
  color: #000;
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
  width: 1em;
  font-size: 56px;
}

/* line 5584, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-price2 {
  color: #fff;
  position: relative;
  background: #1992eb;
  border-radius: 26px;
  max-width: 730px;
  margin: 0 auto 50px;
  padding: 35px 0 15px;
}

/* line 5592, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-price2-circle {
  width: 121px;
  height: 121px;
  background: #fff;
  color: #1992eb;
  border: 2px solid #1992eb;
  font-size: 33px;
  line-height: 121px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -90px;
  border-radius: 50%;
  font-weight: bold;
}

/* line 5608, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-price2-head {
  font-size: 52px;
  line-height: 1.2;
  position: relative;
  font-weight: bold;
  display: inline-block;
}

/* line 5614, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-price2-head > span {
  font-weight: normal;
  font-size: 46px;
  position: relative;
}

/* line 5620, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-price2-bottom {
  font-size: 39px;
}

/* line 5623, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-price2 em {
  color: #fff;
  font-size: 103px;
  font-style: normal;
}

/* line 5627, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-price2 em::before {
  content: "月額";
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
  width: 1em;
  font-size: 42px;
}

@media (max-width: 768px) {
  /* line 5584, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-price2 {
    border-radius: 13px;
    margin: 0 auto 30px;
    padding: 20px 0 10px;
    max-width: 90%;
  }
  /* line 5642, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-price2-circle {
    width: 52px;
    height: 52px;
    border: 1px solid #1992eb;
    font-size: 14px;
    line-height: 52px;
    top: -40px;
  }
  /* line 5650, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-price2-head {
    font-size: 22px;
  }
  /* line 5652, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-price2-head > span {
    font-size: 19px;
  }
  /* line 5656, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-price2-bottom {
    font-size: 17px;
  }
  /* line 5659, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-price2 em {
    font-size: 44px;
  }
  /* line 5661, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead-price2 em::before {
    margin-right: 6px;
    font-size: 18px;
  }
}

/* line 5669, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead2 {
  width: 700px;
  max-width: calc(100% - 30px);
  margin: auto;
  border: 3px solid #1992eb;
  border-radius: 20px;
  text-align: center;
  color: #fff;
}

/* line 5677, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead2-head {
  background: #1992eb;
  font-size: 52px;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 15px 15px 0 0;
  position: relative;
}

/* line 5685, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead2-content {
  background: #fff;
  padding: 20px;
}

/* line 5688, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead2-content--upgrade5g {
  position: relative;
  padding-bottom: 30px;
}

/* line 5691, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead2-content--upgrade5g::after {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 5706, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead2-bottom {
  background: #1992eb;
  padding: 20px;
  border-radius: 0 0 15px 15px;
}

/* line 5710, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead2-bottom--upgrade5g {
  padding: 50px 20px;
}

/* line 5714, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead2-text {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 5719, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead2-text2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 5724, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead2-text3 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 5728, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead2-text3 span {
  color: #ffff00;
}

/* line 5731, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead2-text3 em {
  font-style: normal;
  background-image: -webkit-radial-gradient(center, circle, #ffff00 20%, transparent 20%);
  background-image: radial-gradient(circle at center, #ffff00 20%, transparent 20%);
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .2em;
}

/* line 5740, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead2-btn1 {
  margin-bottom: 20px;
}

/* line 5742, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead2-btn1 img {
  width: 100%;
}

/* line 5747, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead2-btn2 img {
  width: 80%;
}

/* line 5751, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead2-note {
  font-size: 17px;
  text-align: left;
}

/* line 5755, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead2-notion {
  width: 700px;
  max-width: calc(100% - 30px);
  margin: auto;
  font-size: 15px;
  text-align: left;
}

/* line 5761, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead2-notion > span {
  text-decoration: underline;
  color: #FF0000;
}

@media (max-width: 768px) {
  /* line 5669, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead2 {
    border: 2px solid #1992eb;
    border-radius: 10px;
  }
  /* line 5769, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead2-head {
    font-size: 25px;
    padding: 10px 0;
    border-radius: 8px 8px 0 0;
  }
  /* line 5774, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead2-content {
    padding: 15px;
  }
  /* line 5776, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead2-content--upgrade5g {
    padding-bottom: 20px;
  }
  /* line 5778, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead2-content--upgrade5g::after {
    width: 20px;
    height: 20px;
    bottom: -10px;
  }
  /* line 5785, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead2-bottom {
    padding: 15px;
    border-radius: 0 0 8px 8px;
  }
  /* line 5788, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead2-bottom--upgrade5g {
    padding: 25px 20px;
  }
  /* line 5792, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead2-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* line 5796, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead2-text2 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  /* line 5800, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead2-text3 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  /* line 5805, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead2-text3 em {
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: .2em;
  }
  /* line 5811, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead2-btn1 {
    margin-bottom: 15px;
  }
  /* line 5820, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead2-note {
    font-size: 10px;
  }
  /* line 5823, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-lead2-notion {
    font-size: 12px;
  }
}

/* line 5831, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-accordion {
  padding: 100px 15px 0;
  width: 800px;
  max-width: 100%;
  margin: auto;
}

/* line 5836, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-accordion-item {
  background: #B2E7FF;
  margin-bottom: 50px;
  border-radius: 23px;
  padding: 20px;
}

/* line 5842, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-accordion-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  text-align: left;
}

/* line 5848, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-accordion-head:after {
  font-family: 'iconfont';
  content: "\e904";
  font-size: 53px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 5857, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-accordion-head-title {
  font-size: 34px;
  font-weight: bold;
}

/* line 5861, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-accordion-head.is-open {
  margin-bottom: 30px;
}

/* line 5863, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-accordion-head.is-open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/* line 5868, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-accordion-content {
  display: none;
  border-radius: 23px;
  padding: 25px;
  background: #fff;
}

/* line 5874, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-accordion-text1 {
  font-size: 41px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #1992EB;
  text-align: center;
}

/* line 5881, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-accordion-img {
  text-align: center;
  margin-bottom: 30px;
}

/* line 5885, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-accordion-note {
  font-size: 19px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 5831, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-accordion {
    padding: 50px 15px 0;
  }
  /* line 5891, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-accordion-item {
    margin-bottom: 0px;
    border-radius: 10px;
    padding: 12px;
  }
  /* line 5897, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-accordion-head:after {
    font-size: 23px;
  }
  /* line 5900, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-accordion-head-title {
    font-size: 15px;
  }
  /* line 5903, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-accordion-head.is-open {
    margin-bottom: 12px;
  }
  /* line 5907, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-accordion-content {
    border-radius: 10px;
    padding: 15px;
  }
  /* line 5911, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-accordion-text1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  /* line 5914, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-accordion-text1 > img {
    width: 125px;
  }
  /* line 5919, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-accordion-text1 > small {
    font-size: 10px;
  }
  /* line 5923, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-accordion-img {
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 5926, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-accordion-img--1 {
    width: 175px;
    margin: auto;
  }
  /* line 5931, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-accordion-note {
    font-size: 10px;
  }
}

/* line 5936, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-pay {
  max-width: 1000px;
  margin: auto;
  padding-top: 80px;
}

/* line 5940, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-pay-h4 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #1992eb;
}

/* line 5945, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-pay-img {
  margin-bottom: 5px;
}

/* line 5948, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-pay-frame {
  border-radius: 23px;
  background: #eef9ff;
  padding: 45px 130px;
  margin-bottom: 30px;
}

/* line 5953, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-pay-frame--white {
  background: #fff;
  margin-bottom: 120px;
}

/* line 5956, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-pay-frame--white:last-child {
  margin-bottom: 0;
}

/* line 5960, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-pay-frame-h3 {
  font-size: 39px;
  margin-bottom: 30px;
}

/* line 5965, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-pay-text {
  font-size: 24px;
  text-align: left;
}

/* line 5969, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-pay-text2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 5973, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-pay-text2 > span {
  color: #ff5865;
  font-size: 43px;
}

/* line 5978, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-pay-text3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}

/* line 5984, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-pay-text4 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 30px;
}

/* line 5989, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-pay-text5 {
  font-size: 22px;
}

/* line 5991, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-pay-text5 > a {
  color: #1992eb;
}

/* line 5996, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-pay-btn .bl-5g-btn {
  width: 100%;
  font-size: 32px;
}

@media (max-width: 768px) {
  /* line 5936, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-pay {
    padding: 50px 15px 0;
  }
  /* line 6003, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-pay-frame {
    border-radius: 23px;
    padding: 20px 20px 5px;
    margin-bottom: 40px;
  }
  /* line 6008, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-pay-h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  /* line 6014, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-pay-text {
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* line 6018, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-pay-text2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  /* line 6021, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-pay-text2 > span {
    font-size: 17px;
  }
  /* line 6025, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-pay-text3 {
    font-size: 12px;
  }
  /* line 6028, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-pay-text4 {
    font-size: 10px;
    margin-bottom: 20px;
  }
  /* line 6032, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-pay-text5 {
    font-size: 11px;
    margin-bottom: 20px;
  }
  /* line 6037, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-pay-btn .bl-5g-btn {
    width: 100%;
    font-size: 14px;
  }
}

/* line 6044, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others {
  max-width: 1000px;
  margin: auto;
  padding: 80px 0px 50px;
}

/* line 6048, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-img {
  margin-bottom: 30px;
}

/* line 6051, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table {
  max-width: 725px;
  width: 100%;
  margin: auto;
  border-top: solid 2px #c6c6c6;
  border-bottom: solid 2px #c6c6c6;
}

/* line 6052, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table-wrap {
  background: #eef9ff;
  border-radius: 23px;
  margin-bottom: 20px;
  padding: 45px 120px;
}

/* line 6057, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table-wrap--white {
  background: #fff;
}

/* line 6066, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table thead {
  text-align: center;
}

/* line 6068, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table thead td {
  color: #fff;
  background: #1992eb;
  font-weight: bold;
  font-size: 33px;
  text-align: center !important;
}

/* line 6074, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table thead td:last-child {
  background: #00afdd;
}

/* line 6079, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table tr {
  font-size: 24px;
  padding: 5px 0;
  border-top: solid 2px #c6c6c6;
  border-bottom: solid 2px #c6c6c6;
  text-align: center;
}

/* line 6086, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table tr:first-child th,
.bl-5g-plan-others-table tr:first-child td {
  padding-top: 15px;
}

/* line 6096, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table th,
.bl-5g-plan-others-table td {
  padding: 25px 14px;
}

/* line 6101, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table th {
  vertical-align: middle;
  text-align: center;
  background: #fff;
}

/* line 6105, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table th > span {
  display: inline-block;
  background: #1992EB;
  color: #fff;
  font-weight: bold;
  padding: 15px 18px;
  font-size: 34px;
}

/* line 6123, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table td {
  vertical-align: middle;
  font-size: 27px;
  line-height: 1.1;
  background: #EEF9FF;
}

/* line 6128, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table td sup {
  font-size: 16px;
}

/* line 6134, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table td dl {
  margin: 0 0 20px;
}

/* line 6137, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table td dd {
  margin: 0;
  font-weight: bold;
}

/* line 6141, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table td.bl-5g-plan-others-table-bgy {
  background: #FFFF37;
  padding: 15px 20px;
}

/* line 6146, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table-0 {
  position: relative;
  font-size: 33px;
  font-weight: bold;
}

/* line 6150, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table-0::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #1992eb;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 6160, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table-em {
  position: relative;
  font-size: 33px;
  font-weight: bold;
  color: #ff7680;
}

/* line 6165, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table-em > sup {
  color: #2a3b4c;
}

/* line 6168, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table-em::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #1992eb;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 6178, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table-small {
  font-size: 17px;
}

/* line 6181, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table-kakaku {
  font-size: 40px;
  font-weight: bold;
}

/* line 6185, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table-kakaku0 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  display: inline-block;
}

/* line 6190, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table-kakaku0 > em {
  color: #ff5865;
  font-size: 65px;
  font-style: normal;
  line-height: 1;
}

/* line 6196, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-table-kakaku0 > span {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 6204, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-bnr {
  width: 980px;
  max-width: 100%;
  margin: 50px auto 0;
}

/* line 6209, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-others-note {
  font-size: 19px;
  text-align: left;
  width: 700px;
  max-width: 100%;
  margin: 20px auto 0;
}

@media (max-width: 768px) {
  /* line 6044, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others {
    padding: 40px 15px 40px;
  }
  /* line 6218, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-img {
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 6221, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-img img {
    width: 90%;
    margin: auto;
  }
  /* line 6227, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-table-wrap {
    padding: 20px;
    border-radius: 23px;
    margin-bottom: 10px;
  }
  /* line 6233, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-table thead td {
    font-size: 13px;
  }
  /* line 6237, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-table tr {
    font-size: 10px;
    padding: 5px 0;
  }
  /* line 6241, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-table th,
.bl-5g-plan-others-table td {
    padding: 10px 5px;
  }
  /* line 6246, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-table th > span {
    padding: 7px 8px;
    font-size: 15px;
  }
  /* line 6251, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-table td {
    font-size: 12px;
  }
  /* line 6253, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-table td sup {
    font-size: 10px;
  }
  /* line 6258, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-table td dl {
    margin: 0 0 10px;
  }
  /* line 6261, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-table td.bl-5g-plan-others-table-bgy {
    padding: 10px 10px;
  }
  /* line 6265, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-table-0 {
    font-size: 15px;
  }
  /* line 6267, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-table-0::after {
    height: 2px;
  }
  /* line 6271, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-table-em {
    font-size: 15px;
  }
  /* line 6273, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-table-em::after {
    height: 2px;
  }
  /* line 6277, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-table-small {
    font-size: 10px;
  }
  /* line 6280, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-table-kakaku {
    font-size: 20px;
    font-weight: bold;
  }
  /* line 6284, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-table-kakaku0 {
    font-size: 22px;
  }
  /* line 6286, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-table-kakaku0 > em {
    font-size: 45px;
    line-height: 1;
  }
  /* line 6290, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-table-kakaku0 > span {
    font-size: 12px;
  }
  /* line 6295, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-bnr {
    margin: 30px auto 0;
  }
  /* line 6298, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-others-note {
    margin-top: 20px;
    font-size: 10px;
  }
}

/* line 6304, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp {
  max-width: 800px;
  margin: auto;
  padding-top: 30px;
}

/* line 6308, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

/* line 6312, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-bnr-item {
  width: 49%;
}

/* line 6318, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal .opt2-info-body {
  background: #fff;
}

/* line 6321, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-headline {
  position: relative;
  font-size: 36px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-weight: bold;
}

/* line 6327, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-headline::before {
  content: "";
  width: 10px;
  height: 100%;
  background: #0098fe;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 6337, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-headline--2::before {
  background: #E6560A;
}

/* line 6342, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-text {
  font-size: 25px;
  margin-bottom: 50px;
}

/* line 6345, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-text > span {
  font-size: 18px;
  display: inline-block;
}

/* line 6350, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-text2 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* line 6354, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-table {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}

/* line 6358, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-table-title {
  font-size: 14px;
}

/* line 6361, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-table th,
.bl-5g-plan-sp-modal-table td {
  border: 1px solid #d1d1d1;
  padding: 10px;
  font-size: 15px;
}

/* line 6370, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-table th {
  background: #f3f3f4;
  font-size: 13px;
}

/* line 6374, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-table th p:not(:last-child) {
  margin-bottom: 1em;
}

/* line 6379, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-table td {
  text-align: center;
}

/* line 6381, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-table td span {
  color: #FF0000;
}

/* line 6385, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-table--2 {
  text-align: left;
}

/* line 6387, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-table--2 th,
.bl-5g-plan-sp-modal-table--2 td {
  font-size: 20px;
}

/* line 6393, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-note {
  font-size: 18px;
  margin-bottom: 30px;
}

/* line 6397, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-note2 {
  font-size: 17px;
  margin-bottom: 30px;
}

/* line 6401, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-btn {
  width: 600px;
  height: 96px;
  line-height: 96px;
  border-radius: 45px;
  display: inline-block;
  font-size: 30px;
  position: relative;
  text-decoration: none;
  color: #fff;
  background: #fb5d6f;
  -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 6402, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-btn-wrap {
  text-align: center;
}

/* line 6417, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-btn:hover {
  opacity: 0.8;
  color: #fff;
}

/* line 6422, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-accordion {
  text-decoration: underline;
  cursor: pointer;
}

/* line 6425, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-sp-modal-accordion-content {
  display: none;
}

@media (max-width: 768px) {
  /* line 6304, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-sp {
    padding-top: 0px;
  }
  /* line 6432, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-sp-bnr {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  /* line 6437, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-sp-modal .opt2-info-body {
    padding: 10px;
  }
  /* line 6440, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-sp-modal-headline {
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  /* line 6444, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-sp-modal-headline::before {
    width: 7px;
  }
  /* line 6448, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-sp-modal-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  /* line 6451, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-sp-modal-text > span {
    font-size: 12px;
  }
  /* line 6455, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-sp-modal-text2 {
    font-size: 10px;
    margin-bottom: 20px;
  }
  /* line 6460, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-sp-modal-table-title {
    font-size: 10px;
  }
  /* line 6463, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-sp-modal-table th,
.bl-5g-plan-sp-modal-table td {
    padding: 3px;
    font-size: 7px;
  }
  /* line 6468, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-sp-modal-table th {
    background: #f3f3f4;
  }
  /* line 6471, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-sp-modal-table th p:not(:last-child) {
    margin-bottom: 1em;
  }
  /* line 6476, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-sp-modal-table td {
    text-align: center;
  }
  /* line 6480, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-sp-modal-table--2 th,
.bl-5g-plan-sp-modal-table--2 td {
    font-size: 9px;
  }
  /* line 6483, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-sp-modal-table--2 th span,
.bl-5g-plan-sp-modal-table--2 td span {
    font-size: 9px;
  }
  /* line 6489, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-sp-modal-note {
    font-size: 8px;
    margin-bottom: 20px;
  }
  /* line 6493, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-sp-modal-note2 {
    font-size: 8px;
    margin-bottom: 20px;
  }
  /* line 6497, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-sp-modal-btn {
    max-width: 600px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
  }
}

/* line 6509, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-note {
  font-size: 17px;
  text-align: left;
  padding: 0px 80px;
}

/* line 6513, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-note > span {
  font-size: 20px;
}

@media (max-width: 768px) {
  /* line 6509, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-note {
    font-size: 10px;
    padding: 0 10px;
  }
  /* line 6519, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-note > span {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  /* line 6525, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-btn {
    max-width: 90%;
    margin: auto;
  }
}

/* line 6531, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-return-text1 {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

/* line 6537, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-return-img {
  text-align: center;
}

/* line 6540, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-return-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0;
}

/* line 6544, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-return-wrap-item {
  width: 30%;
  position: relative;
}

/* line 6549, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-return-wrap-item:not(:last-child) .bl-5g-plan-return-wrap-img::after {
  content: "";
  background: url(/assets/5g_lp/svg/arrow_return-882d26d0ec11de640cf934390415a63d93d1785820d746289e195b926a65ac7e.svg) no-repeat top 50% left 50%/contain;
  width: 53px;
  height: 76px;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 6562, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-return-wrap-num {
  text-align: center;
}

/* line 6565, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-return-wrap-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}

/* line 6571, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-return-wrap-img {
  position: relative;
  text-align: center;
}

/* line 6577, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-return-wrap-text {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}

/* line 6583, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-return-h3 {
  color: #1992eb;
  font-size: 35px;
  font-weight: bold;
  border-bottom: 1px solid #c6c6c6;
}

/* line 6589, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-return-text2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 50px;
}

/* line 6594, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-return-h3-2 {
  color: #1992eb;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
}

/* line 6600, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-return-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

/* line 6605, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-return-wrap2-item {
  width: 48%;
  margin-bottom: 50px;
}

/* line 6609, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-return-wrap2-item:nth-of-type(5) .bl-5g-plan-return-wrap2-img {
  padding-top: 40px;
}

/* line 6614, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-return-wrap2-img {
  text-align: center;
}

/* line 6617, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-return-wrap2-text1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

/* line 6622, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-return-wrap2-text2 {
  font-size: 25px;
  font-weight: 500;
}

@media (max-width: 768px) {
  /* line 6628, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-return-text1 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  /* line 6632, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-return-wrap {
    margin: 30px 0;
  }
  /* line 6634, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-return-wrap-item {
    width: 30%;
    position: relative;
  }
  /* line 6639, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-return-wrap-item:not(:last-child) .bl-5g-plan-return-wrap-img::after {
    width: 21px;
    height: 30px;
    left: calc(100% + 5px);
  }
  /* line 6648, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-return-wrap-num img {
    width: 30px;
  }
  /* line 6652, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-return-wrap-title {
    font-size: 13px;
  }
  /* line 6656, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-return-wrap-img img {
    height: 40px;
  }
  /* line 6660, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-return-wrap-text {
    font-size: 11px;
  }
  /* line 6664, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-return-h3 {
    font-size: 14px;
  }
  /* line 6667, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-return-text2 {
    font-size: 11px;
    margin-bottom: 30px;
    margin-top: 10px !important;
  }
  /* line 6672, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-return-h3-2 {
    font-size: 14px;
  }
  /* line 6675, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-return-wrap2 {
    margin-bottom: 30px;
  }
  /* line 6677, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-return-wrap2-item {
    margin-bottom: 30px;
  }
  /* line 6680, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-return-wrap2-item:nth-of-type(5) .bl-5g-plan-return-wrap2-img {
    padding-top: 15px;
  }
  /* line 6686, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-return-wrap2-item:nth-of-type(6) .bl-5g-plan-return-wrap2-img img {
    height: 145px;
  }
  /* line 6693, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-return-wrap2-img img {
    height: 130px;
  }
  /* line 6697, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-return-wrap2-text1 {
    font-size: 11px;
    margin-top: 10px !important;
  }
  /* line 6701, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan-return-wrap2-text2 {
    font-size: 10px;
    margin-top: 10px !important;
  }
}

/* line 6710, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2 {
  padding: 70px 20px;
  background: #D8F6FF;
}

/* line 6713, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-h2 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 6718, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-h3 {
  font-size: 41px;
  color: #1992EB;
  text-align: center;
  margin-bottom: 20px;
}

/* line 6724, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-lead {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}

/* line 6730, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-box {
  position: relative;
  width: 828px;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 20px 64px 0;
}

/* line 6736, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-box-gb {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 6741, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-box-head {
  text-align: center;
  background: #1992EB;
  color: #fff;
  font-size: 52px;
  font-weight: bold;
  padding: 32px 65px;
  border-radius: 26px 26px 0px 0px;
}

/* line 6750, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-box-content {
  border-radius: 0px 0px 26px 26px;
  background: #fff;
  padding: 30px 10px;
  border: 3px solid #1992EB;
}

/* line 6756, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-box-price1 {
  color: #FF5865;
  font-size: 111px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}

/* line 6763, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-box-price1 > span {
  font-size: 56px;
  position: relative;
}

/* line 6766, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-box-price1 > span > span {
  font-size: 29px;
  position: absolute;
  bottom: 90%;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 6776, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-box-price2 {
  text-align: center;
  font-size: 42px;
}

/* line 6781, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-accordion {
  width: 490px;
  max-width: 100%;
  margin: 0 auto 50px;
}

/* line 6785, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-accordion-head {
  border: 2px solid #262626;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 10px 70px;
  font-size: 34px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
}

/* line 6795, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-accordion-head > span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 41px;
  border: 2px solid #262626;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 6808, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-accordion-table {
  border: 3px solid #1992EB;
  margin-top: 50px;
  display: none;
}

/* line 6812, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-accordion-table-head {
  text-align: center;
  color: #fff;
  background: #1992EB;
  font-size: 31px;
  padding: 11px 20px;
  font-weight: bold;
  line-height: 1.3;
}

/* line 6820, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-accordion-table-head > span {
  font-size: 21px;
}

/* line 6824, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-accordion-table-content {
  background: #fff;
  padding: 5px 30px 20px;
}

/* line 6827, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-accordion-table-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1;
  border-bottom: 2px solid #262626;
}

/* line 6836, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-accordion-table-content dt {
  font-size: 29px;
  font-weight: bold;
}

/* line 6839, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-accordion-table-content dt > span {
  font-size: 22px;
}

/* line 6843, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-accordion-table-content dd {
  font-size: 26px;
  font-weight: bold;
  color: #1992EB;
  text-align: right;
  width: 180px;
  position: relative;
  margin: 0;
}

/* line 6851, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-accordion-table-content dd > span {
  font-size: 52px;
}

/* line 6854, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-accordion-table-content dd::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #262626;
  border-right: 3px solid #262626;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* line 6867, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-accordion-table-note {
  font-size: 19px;
  text-indent: -1em;
  padding-left: 1em;
}

/* line 6874, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-btn {
  text-align: center;
  margin-bottom: 110px;
}

/* line 6878, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-bg {
  width: 980px;
  max-width: 100%;
  margin: 0 auto 30px;
  background: #fff;
  padding: 50px 130px;
  border-radius: 25px;
}

/* line 6886, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-table1 {
  width: 100%;
}

/* line 6888, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-table1 td, .bl-5g-plan2-table1 th {
  border: 2px solid #C6C6C6;
  border-left: none;
  padding: 10px 15px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

/* line 6895, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-table1 td > span, .bl-5g-plan2-table1 th > span {
  color: #FF5865;
}

/* line 6898, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-table1 td:nth-of-type(2), .bl-5g-plan2-table1 th:nth-of-type(2) {
  border: 8px solid #FF5865;
}

/* line 6903, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-table1 tbody th {
  background: #ECECEC;
}

/* line 6908, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-table1 tbody tr:nth-of-type(1) td:nth-of-type(2) {
  font-size: 21px;
  font-weight: bold;
}

/* line 6911, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-table1 tbody tr:nth-of-type(1) td:nth-of-type(2) > span {
  font-size: 25px;
}

/* line 6917, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-table1 tbody tr:nth-of-type(2) td:nth-of-type(2) {
  font-size: 24px;
  font-weight: bold;
}

/* line 6920, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-table1 tbody tr:nth-of-type(2) td:nth-of-type(2) > span {
  font-size: 32px;
}

/* line 6928, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-note {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 19px;
}

/* line 6933, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-note:not(:last-child) {
  margin-bottom: 50px;
}

/* line 6937, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-table2 {
  width: 100%;
}

/* line 6939, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-table2 th, .bl-5g-plan2-table2 td {
  text-align: center;
  padding: 15px 15px;
  font-weight: 500;
  border-top: 2px solid #C5C5C5;
  border-bottom: 2px solid #C5C5C5;
}

/* line 6946, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-table2 th {
  font-size: 24px;
}

/* line 6949, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-table2 td {
  font-size: 27px;
  background: #EEF9FF;
}

/* line 6952, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-table2 td > span {
  font-size: 33px;
  font-weight: bold;
  position: relative;
}

/* line 6956, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan2-table2 td > span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #1992EB;
  position: absolute;
  bottom: -5px;
  left: 0;
}

@media (max-width: 768px) {
  /* line 6710, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2 {
    padding: 37px 20px;
  }
  /* line 6970, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  /* line 6974, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  /* line 6978, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-lead {
    font-size: 17px;
    margin-bottom: 30px;
  }
  /* line 6982, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-box {
    width: 320px;
    margin: 0 auto 20px;
    padding: 10px 25px 0;
  }
  /* line 6986, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-box-gb {
    width: 50px;
  }
  /* line 6989, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-box-head {
    font-size: 21px;
    padding: 20px 25px;
    border-radius: 13px 13px 0px 0px;
  }
  /* line 6994, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-box-content {
    border-radius: 0px 0px 13px 13px;
    padding: 20px 10px;
    border-width: 1px;
  }
  /* line 6999, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-box-price1 {
    font-size: 46px;
    margin-bottom: 10px;
  }
  /* line 7002, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-box-price1 > span {
    font-size: 23px;
  }
  /* line 7004, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-box-price1 > span > span {
    font-size: 12px;
    bottom: 90%;
  }
  /* line 7010, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-box-price2 {
    font-size: 17px;
  }
  /* line 7014, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-accordion {
    width: 243px;
    margin: 0 auto 30px;
  }
  /* line 7017, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-accordion-head {
    border: 1px solid #262626;
    padding: 6px 40px;
    font-size: 18px;
    border-radius: 4px;
  }
  /* line 7022, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-accordion-head > span {
    width: 23px;
    height: 23px;
    line-height: 20px;
    border: 1px solid #262626;
    left: 10px;
    font-size: 17px;
  }
  /* line 7031, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-accordion-table {
    border: 2px solid #1992EB;
    margin-top: 20px;
  }
  /* line 7034, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-accordion-table-head {
    font-size: 15px;
    padding: 7px 20px;
  }
  /* line 7037, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-accordion-table-head > span {
    font-size: 10px;
  }
  /* line 7041, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-accordion-table-content {
    padding: 3px 15px 15px;
  }
  /* line 7043, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-accordion-table-content dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #262626;
  }
  /* line 7048, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-accordion-table-content dt {
    font-size: 15px;
  }
  /* line 7050, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-accordion-table-content dt > span {
    font-size: 11px;
  }
  /* line 7054, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-accordion-table-content dd {
    font-size: 13px;
    width: 90px;
  }
  /* line 7057, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-accordion-table-content dd > span {
    font-size: 26px;
  }
  /* line 7060, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-accordion-table-content dd::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #262626;
    border-right: 1px solid #262626;
  }
  /* line 7069, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-accordion-table-note {
    font-size: 10px;
  }
  /* line 7074, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-btn {
    margin-bottom: 40px;
  }
  /* line 7076, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-btn img {
    width: 300px;
  }
  /* line 7080, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-bg {
    width: 300px;
    margin: 0 auto 15px;
    padding: 20px 15px;
    border-radius: 10px;
  }
  /* line 7087, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-table1 td, .bl-5g-plan2-table1 th {
    border-width: 1px;
    padding: 5px 5px;
    font-size: 10px;
  }
  /* line 7091, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-table1 td:nth-of-type(2), .bl-5g-plan2-table1 th:nth-of-type(2) {
    border: 3px solid #FF5865;
  }
  /* line 7098, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-table1 tbody tr:nth-of-type(1) td:nth-of-type(2) {
    font-size: 8px;
  }
  /* line 7100, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-table1 tbody tr:nth-of-type(1) td:nth-of-type(2) > span {
    font-size: 9px;
  }
  /* line 7106, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-table1 tbody tr:nth-of-type(2) td:nth-of-type(2) {
    font-size: 10px;
  }
  /* line 7108, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-table1 tbody tr:nth-of-type(2) td:nth-of-type(2) > span {
    font-size: 13px;
  }
  /* line 7116, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-note {
    width: 300px;
    font-size: 8px;
  }
  /* line 7119, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-note:not(:last-child) {
    margin-bottom: 30px;
  }
  /* line 7124, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-table2 th, .bl-5g-plan2-table2 td {
    padding: 8px 8px;
    border-width: 1px;
  }
  /* line 7128, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-table2 th {
    font-size: 9px;
  }
  /* line 7131, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-table2 td {
    font-size: 11px;
  }
  /* line 7133, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-table2 td > span {
    font-size: 13px;
  }
  /* line 7135, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-plan2-table2 td > span::after {
    height: 1px;
    bottom: -3px;
  }
}

/* line 7150, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device {
  text-align: center;
  padding: 70px 0 100px;
}

@media (max-width: 768px) {
  /* line 7150, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device {
    padding: 50px 15px;
  }
}

/* line 7156, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-h2 {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 130px;
  position: relative;
}

/* line 7161, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-h2::before {
  content: "";
  background: url(/assets/5g_lp/svg/device-617bf66aae16cf1530a792d197bee8b9f505a4e67a3c75be4452152fe92790ef.svg) no-repeat top 50% left 50%/contain;
  width: 111px;
  height: 105px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 7156, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-h2 {
    font-size: 25px;
    margin-bottom: 15px;
    padding-top: 55px;
  }
  /* line 7176, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-h2::before {
    width: 48px;
    height: 45px;
  }
}

/* line 7182, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-bnr {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  /* line 7182, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-bnr {
    margin: 0 -15px 30px;
  }
}

/* line 7188, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-unit {
  max-width: 800px;
  margin: auto;
  margin-top: 50px;
}

/* line 7192, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-unit:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  /* line 7188, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-unit {
    margin-top: 20px;
  }
  /* line 7197, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-unit:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* line 7202, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-h3 {
  display: inline-block;
  background: #2a3b4c;
  font-size: 28px;
  color: #fff;
  border-radius: 19px;
  line-height: 1;
  padding: 14px 50px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 7202, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-h3 {
    font-size: 14px;
    border-radius: 7px;
    padding: 8px 25px;
    margin-bottom: 15px;
  }
}

/* line 7218, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-lead {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 7218, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-lead {
    font-size: 19px;
    margin-bottom: 30px;
  }
}

/* line 7228, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-slider-wrap {
  position: relative;
  margin-bottom: 90px;
}

/* line 7232, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-slider-circle {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 7236, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-slider-circle-new {
  width: 131px;
  height: 131px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #1992eb;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  line-height: 131px;
}

/* line 7247, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-slider-circle-popular {
  width: 131px;
  height: 131px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 4px solid #1992eb;
  color: #1992eb;
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  display: grid;
  place-items: center;
}

/* line 7260, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-slider-circle-recommend {
  width: 131px;
  height: 131px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #FF7B82;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  line-height: 131px;
}

/* line 7272, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-slider img {
  margin: auto;
  max-width: 450px;
}

/* line 7276, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-slider .slick-dots li {
  width: 64px;
  height: 12px;
}

/* line 7279, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-slider .slick-dots li button {
  width: 64px;
  height: 12px;
}

/* line 7282, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-slider .slick-dots li button::before {
  width: 64px;
  height: 12px;
  background: #000;
}

@media (max-width: 768px) {
  /* line 7290, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-slider-wrap {
    margin-bottom: 60px;
  }
  /* line 7293, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-slider-circle {
    top: 20px;
  }
  /* line 7295, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-slider-circle-new {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 56px;
  }
  /* line 7302, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-slider-circle-popular {
    width: 56px;
    height: 56px;
    border: 2px solid #1992eb;
    font-size: 15px;
    line-height: 20px;
  }
  /* line 7309, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-slider-circle-recommend {
    width: 56px;
    height: 56px;
    font-size: 12px;
    line-height: 56px;
  }
  /* line 7315, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-slider-circle img {
    width: 52px;
    height: 52px;
  }
  /* line 7320, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-slider img {
    max-width: 200px;
    max-height: 200px;
  }
  /* line 7324, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-slider .slick-dots li {
    width: 28px;
    height: 5px;
  }
  /* line 7327, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-slider .slick-dots li button {
    width: 28px;
    height: 5px;
  }
  /* line 7330, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-slider .slick-dots li button::before {
    width: 28px;
    height: 5px;
  }
}

/* line 7338, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 7340, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 7344, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-price dl:not(:last-child) {
  margin-right: 30px;
}

/* line 7348, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-price dt {
  font-size: 22px;
  border: 1px solid #2a3b4c;
  padding: 5px 10px;
}

/* line 7353, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-price dd {
  font-size: 33px;
  margin-left: 10px;
  font-weight: bold;
}

/* line 7357, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-price dd > sup {
  font-size: 10px;
}

/* line 7361, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-price-note {
  font-size: 19px;
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 7368, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-price dl:not(:last-child) {
    margin-right: 10px;
  }
  /* line 7372, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-price dt {
    font-size: 10px;
    padding: 5px 5px;
  }
  /* line 7376, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-price dd {
    font-size: 14px;
    margin-left: 5px;
  }
  /* line 7380, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-price-note {
    font-size: 10px;
    margin-bottom: 15px;
  }
}

/* line 7386, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-h4 {
  font-size: 53px;
  margin-bottom: 30px;
}

/* line 7389, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-h4 img {
  max-width: 80%;
}

@media (max-width: 768px) {
  /* line 7386, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-h4 {
    font-size: 22px;
  }
}

/* line 7396, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-present {
  background: #ffff00;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* line 7402, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-present > span {
  font-size: 56px;
  color: #ff0000;
}

@media (max-width: 768px) {
  /* line 7396, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-present {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  /* line 7410, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-present > span {
    font-size: 25px;
    color: #ff0000;
  }
}

/* line 7416, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

/* line 7420, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-detail-item {
  width: 25%;
  border-left: 1px solid #2a3b4c;
  padding: 0 30px;
}

/* line 7424, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-detail-item:last-child {
  border-right: 1px solid #2a3b4c;
}

/* line 7428, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-detail-head {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 7433, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-detail-content {
  display: grid;
  place-items: center;
  height: 120px;
}

/* line 7438, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-detail-line {
  margin-bottom: 10px;
  background: #2a3b4c;
  color: #fff;
  font-size: 22px;
  width: 100%;
}

/* line 7444, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-detail-line-gray {
  background: #8d969f;
}

/* line 7448, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-detail-speed {
  font-size: 37px;
  font-weight: bold;
}

/* line 7451, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-detail-speed > span {
  font-size: 23px;
  position: relative;
  padding-top: 40px;
  display: block;
}

/* line 7456, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-detail-speed > span::before {
  content: "";
  background: url(/assets/5g_lp/svg/wifi-ac794834ef7268ef4ee183241ef35a35bc842752aa4410bf9e86b93edc049d90.svg) no-repeat top 50% left 50%/contain;
  width: 46px;
  height: 33px;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  margin: auto;
}

/* line 7469, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-detail-connect {
  font-size: 38px;
  font-weight: bold;
  position: relative;
  background: url(/assets/5g_lp/svg/pc-70f8172042522a3efb95cad13029051061a418c0cc123016b7e6930afed2dbc0.svg) no-repeat top 50% left 50%/contain;
  width: 142px;
  height: 85px;
  padding-top: 10px;
}

/* line 7477, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-detail-connect > span {
  font-size: 14px;
}

/* line 7480, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-detail-connect-head {
  font-size: 14px;
  display: block;
  margin: 5px 0 -20px;
}

/* line 7485, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-detail-connect-bottom {
  font-size: 23px;
}

/* line 7487, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-detail-connect-bottom > em {
  font-size: 29px;
  font-style: initial;
}

/* line 7493, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-detail-weight {
  font-size: 38px;
  font-weight: bold;
  position: relative;
  padding-bottom: 70px;
}

/* line 7498, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-detail-weight::before {
  content: "";
  background: url(/assets/5g_lp/svg/weight-e4d9390564b466a3752872e16d200abf81639210509b9e2c11cefc738852a7a4.svg) no-repeat top 50% left 50%/contain;
  width: 65px;
  height: 66px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 7416, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-detail {
    margin-bottom: 30px;
  }
  /* line 7512, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-detail-item {
    padding: 0 5px;
  }
  /* line 7515, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-detail-head {
    font-size: 11px;
    margin-bottom: 10px;
  }
  /* line 7519, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-detail-content {
    height: 60px;
  }
  /* line 7522, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-detail-line {
    margin-bottom: 5px;
    font-size: 10px;
  }
  /* line 7526, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-detail-speed {
    font-size: 16px;
  }
  /* line 7528, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-detail-speed > span {
    font-size: 10px;
    padding-top: 25px;
  }
  /* line 7531, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-detail-speed > span::before {
    width: 20px;
    height: 14px;
    top: 5px;
  }
  /* line 7538, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-detail-connect {
    font-size: 16px;
    width: 81px;
    height: 48px;
    padding-top: 5px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  /* line 7545, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-detail-connect > span {
    font-size: 10px;
  }
  /* line 7548, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-detail-connect-head {
    font-size: 10px;
    margin: 0px 0 -5px;
  }
  /* line 7552, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-detail-connect-bottom {
    font-size: 10px;
  }
  /* line 7554, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-detail-connect-bottom > em {
    font-size: 15px;
  }
  /* line 7559, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-detail-weight {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
  }
  /* line 7564, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-detail-weight::before {
    width: 27px;
    height: 28px;
  }
}

/* line 7571, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-text {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 7571, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-text {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

/* line 7580, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-h3 {
  font-size: 35px;
  color: #1992eb;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 7580, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

/* line 7590, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-btn {
  margin-bottom: 30px;
}

/* line 7595, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2 {
  text-align: center;
  padding: 70px 15px 100px;
  background: #ceefff;
}

@media (max-width: 768px) {
  /* line 7595, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2 {
    padding: 35px 15px;
  }
}

/* line 7602, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-h2 {
  font-size: 50px;
  margin-bottom: 50px;
}

/* line 7605, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-h2 > span {
  font-size: 41px;
  display: block;
  color: #1992EB;
  margin-top: 20px;
}

@media (max-width: 768px) {
  /* line 7602, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  /* line 7614, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-h2 > span {
    font-size: 18px;
    margin-top: 10px;
  }
}

/* line 7620, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-h3 {
  font-size: 35px;
  color: #1992eb;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 7620, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

/* line 7630, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-head {
  width: 750px;
  max-width: 100%;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 7636, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-head-item {
  width: 45%;
}

/* line 7639, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-head-h3 {
  font-size: 31px;
  color: #fff;
  background: #1992eb;
  margin-bottom: 20px;
  padding: 13px;
  border-radius: 21px;
  line-height: 1;
}

/* line 7648, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-head-text {
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  /* line 7630, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-head {
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* line 7658, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-head-item {
    width: 45%;
  }
  /* line 7661, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-head-h3 {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 9px;
  }
  /* line 7667, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-head-text {
    font-size: 10px;
    margin-bottom: 10px;
  }
}

/* line 7673, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-bnr {
  margin: 50px auto 80px;
  width: 800px;
  max-width: 100%;
}

@media (max-width: 768px) {
  /* line 7673, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-bnr {
    margin: 30px auto 50px;
  }
}

/* line 7681, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-bnr2 {
  text-align: center;
  margin: 0px auto 20px;
}

/* line 7684, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-bnr2 img {
  margin: auto;
}

@media (max-width: 768px) {
  /* line 7681, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-bnr2 {
    margin: 10px auto 20px;
  }
}

/* line 7693, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-wrap.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

/* line 7696, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-wrap .slick-prev,
.bl-5g-device2-wrap .slick-next {
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 61px;
  height: 61px;
  border-radius: 50%;
  border: 1px solid #2a3b4c;
  background: #fff;
}

/* line 7706, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-wrap .slick-prev:before,
.bl-5g-device2-wrap .slick-next:before {
  content: "";
  width: 30px;
  height: 30px;
  border-right: 2px solid #2a3b4c;
  border-top: 2px solid #2a3b4c;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 7718, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-wrap .slick-prev:hover, .bl-5g-device2-wrap .slick-prev:focus,
.bl-5g-device2-wrap .slick-next:hover,
.bl-5g-device2-wrap .slick-next:focus {
  background: #fff;
  opacity: 1;
}

/* line 7723, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-wrap .slick-prev {
  left: calc(50vw - 450px);
}

/* line 7725, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-wrap .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 7730, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-wrap .slick-next {
  right: calc(50vw - 450px);
}

/* line 7732, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-wrap .slick-next:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 15px;
}

/* line 7737, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-wrap > .slick-dots {
  bottom: -75px;
}

/* line 7740, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-wrap > .slick-dots li:only-child {
  display: none;
}

/* line 7744, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-wrap > .slick-dots li.slick-active button {
  background: #1992eb;
}

/* line 7748, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-wrap > .slick-dots li button {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 2px #acacac solid;
}

@media (max-width: 768px) {
  /* line 7758, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-wrap.slick-dotted.slick-slider {
    margin-bottom: 40px;
  }
  /* line 7761, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-wrap .slick-prev,
.bl-5g-device2-wrap .slick-next {
    width: 26px;
    height: 26px;
  }
  /* line 7765, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-wrap .slick-prev:before,
.bl-5g-device2-wrap .slick-next:before {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 1px solid #2a3b4c;
    border-top: 1px solid #2a3b4c;
  }
  /* line 7773, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-wrap .slick-prev {
    left: calc(50vw - 195px);
  }
  /* line 7775, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-wrap .slick-prev:before {
    left: 5px;
  }
  /* line 7779, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-wrap .slick-next {
    right: calc(50vw - 195px);
  }
  /* line 7781, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-wrap .slick-next:before {
    right: 5px;
  }
  /* line 7785, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-wrap > .slick-dots {
    bottom: -40px;
  }
  /* line 7788, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-wrap > .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 2px #acacac solid;
  }
}

/* line 7798, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-unit {
  width: 1060px;
  max-width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 23px;
  padding: 35px 45px;
  position: relative;
}

@media (max-width: 768px) {
  /* line 7798, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-unit {
    border-radius: 10px;
    padding: 20px 20px;
  }
}

/* line 7811, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  /* line 7811, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 7818, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-col {
  width: 49.5%;
}

@media (max-width: 768px) {
  /* line 7818, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-col {
    width: 100%;
  }
}

/* line 7824, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-lead {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 7824, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-lead {
    font-size: 13px;
    margin-bottom: 0px;
  }
}

/* line 7832, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-lead--car {
  font-size: 22px;
}

@media (max-width: 768px) {
  /* line 7832, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-lead--car {
    font-size: 13px;
  }
}

/* line 7840, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-slider-wrap {
  position: relative;
  margin-bottom: 45px;
}

/* line 7844, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-slider-wrap--no-slider img {
  margin: auto;
}

/* line 7849, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-slider-circle {
  position: absolute;
  left: -15px;
  top: 0px;
}

/* line 7853, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-slider-circle-new {
  width: 86px;
  height: 86px;
  line-height: 86px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #1992eb;
  color: #fff;
  font-size: 31px;
  font-weight: bold;
}

/* line 7864, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-slider-circle-popular {
  width: 95px;
  height: 95px;
  line-height: 40px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 4px solid #1992eb;
  color: #1992eb;
  font-size: 35px;
  font-weight: bold;
  display: grid;
  place-items: center;
}

/* line 7878, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-slider-circle-recommend {
  width: 95px;
  height: 95px;
  line-height: 95px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #FF7B82;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}

/* line 7890, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-slider img {
  margin: auto;
  max-width: 70%;
}

/* line 7895, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-slider .slick-dots li {
  width: 64px;
  height: 12px;
}

/* line 7898, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-slider .slick-dots li button {
  width: 64px;
  height: 12px;
}

/* line 7901, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-slider .slick-dots li button::before {
  width: 64px;
  height: 12px;
  background: #000;
}

@media (max-width: 768px) {
  /* line 7909, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-slider-wrap {
    margin-bottom: 35px;
  }
  /* line 7912, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-slider-circle {
    top: 0px;
    left: 0px;
  }
  /* line 7915, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-slider-circle-new {
    width: 41px;
    height: 41px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 41px;
  }
  /* line 7922, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-slider-circle-popular {
    width: 41px;
    height: 41px;
    border: 2px solid #1992eb;
    font-size: 10px;
    line-height: 20px;
  }
  /* line 7929, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-slider-circle-recommend {
    width: 41px;
    height: 41px;
    font-size: 10px;
    line-height: 41px;
  }
  /* line 7935, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-slider-circle img {
    width: 52px;
    height: 52px;
  }
  /* line 7940, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-slider img {
    max-width: 200px;
    max-height: 200px;
  }
  /* line 7944, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-slider .slick-dots li {
    width: 28px;
    height: 5px;
  }
  /* line 7947, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-slider .slick-dots li button {
    width: 28px;
    height: 5px;
  }
  /* line 7950, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-slider .slick-dots li button::before {
    width: 28px;
    height: 5px;
  }
}

/* line 7958, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 7960, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 7964, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-price dl:not(:last-child) {
  margin-right: 30px;
}

/* line 7968, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-price dt {
  font-size: 22px;
  border: 1px solid #2a3b4c;
  padding: 5px 10px;
}

/* line 7973, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-price dd {
  font-size: 33px;
  margin-left: 10px;
  font-weight: bold;
}

/* line 7977, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-price dd > sup {
  font-size: 10px;
}

/* line 7981, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-price-note {
  font-size: 19px;
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 7988, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-price dl:not(:last-child) {
    margin-right: 10px;
  }
  /* line 7992, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-price dt {
    font-size: 10px;
    padding: 5px 5px;
  }
  /* line 7996, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-price dd {
    font-size: 14px;
    margin-left: 5px;
  }
  /* line 8000, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-price-note {
    font-size: 10px;
    margin-bottom: 15px;
  }
}

/* line 8006, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-h4 {
  font-size: 38px;
  margin-bottom: 20px;
}

/* line 8009, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-h4 img {
  max-width: 80%;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 8006, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

/* line 8018, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-h5 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #1992eb;
  background: #ffff00;
  padding: 3px;
  border-radius: 9px;
}

@media (max-width: 768px) {
  /* line 8018, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-h5 {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

/* line 8030, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-present {
  background: #ffff00;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* line 8036, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-present > span {
  font-size: 56px;
  color: #ff0000;
}

@media (max-width: 768px) {
  /* line 8030, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-present {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  /* line 8044, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-present > span {
    font-size: 25px;
    color: #ff0000;
  }
}

/* line 8050, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

/* line 8054, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-detail-item {
  width: 25%;
  padding: 0 10px;
}

/* line 8057, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-detail-item:nth-of-type(n+2) {
  border-left: 1px solid #2a3b4c;
}

/* line 8061, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-detail-head {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 8066, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-detail-content {
  display: grid;
  place-items: center;
  height: 120px;
}

/* line 8071, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-detail-line {
  margin-bottom: 10px;
  background: #2a3b4c;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 3px 0;
}

/* line 8078, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-detail-line-gray {
  background: #8d969f;
}

/* line 8082, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-detail-speed {
  font-size: 22px;
  font-weight: bold;
}

/* line 8085, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-detail-speed > span {
  font-size: 16px;
  position: relative;
  padding-top: 40px;
  display: block;
}

/* line 8090, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-detail-speed > span::before {
  content: "";
  background: url(/assets/5g_lp/svg/wifi-ac794834ef7268ef4ee183241ef35a35bc842752aa4410bf9e86b93edc049d90.svg) no-repeat top 50% left 50%/contain;
  width: 34px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  margin: auto;
}

/* line 8103, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-detail-connect {
  font-size: 29px;
  font-weight: bold;
  position: relative;
  background: url(/assets/5g_lp/svg/pc-70f8172042522a3efb95cad13029051061a418c0cc123016b7e6930afed2dbc0.svg) no-repeat top 50% left 50%/contain;
  width: 104px;
  height: 61px;
  padding-top: 5px;
}

/* line 8111, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-detail-connect > span {
  font-size: 11px;
}

/* line 8114, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-detail-connect-head {
  font-size: 11px;
  display: block;
  margin: 5px 0 -15px;
}

/* line 8119, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-detail-connect-bottom {
  font-size: 17px;
}

/* line 8121, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-detail-connect-bottom > em {
  font-size: 21px;
  font-style: initial;
}

/* line 8127, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-detail-weight {
  font-size: 27px;
  font-weight: bold;
  position: relative;
  padding-bottom: 50px;
}

/* line 8132, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-detail-weight::before {
  content: "";
  background: url(/assets/5g_lp/svg/weight-e4d9390564b466a3752872e16d200abf81639210509b9e2c11cefc738852a7a4.svg) no-repeat top 50% left 50%/contain;
  width: 47px;
  height: 48px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 8050, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-detail {
    margin-bottom: 30px;
  }
  /* line 8146, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-detail-item {
    padding: 0 5px;
  }
  /* line 8149, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-detail-head {
    font-size: 10px;
    margin-bottom: 10px;
  }
  /* line 8153, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-detail-content {
    height: 60px;
  }
  /* line 8156, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-detail-line {
    margin-bottom: 5px;
    font-size: 10px;
  }
  /* line 8160, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-detail-speed {
    font-size: 14px;
  }
  /* line 8162, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-detail-speed > span {
    font-size: 10px;
    padding-top: 25px;
  }
  /* line 8165, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-detail-speed > span::before {
    width: 20px;
    height: 14px;
    top: 5px;
  }
  /* line 8172, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-detail-connect {
    font-size: 14px;
    width: 72px;
    height: 46px;
    padding-top: 5px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  /* line 8179, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-detail-connect > span {
    font-size: 10px;
  }
  /* line 8182, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-detail-connect-head {
    font-size: 10px;
    margin: 0px 0 -5px;
  }
  /* line 8186, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-detail-connect-bottom {
    font-size: 10px;
  }
  /* line 8188, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-detail-connect-bottom > em {
    font-size: 15px;
  }
  /* line 8193, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-detail-weight {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
  }
  /* line 8198, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-detail-weight::before {
    width: 27px;
    height: 28px;
  }
}

/* line 8205, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

/* line 8209, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-recommend-content {
  width: 64%;
}

/* line 8212, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-recommend-img {
  width: 30%;
}

/* line 8215, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-recommend-headline {
  padding-left: 50px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  color: #1992EB;
  position: relative;
  text-align: left;
}

/* line 8223, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-recommend-headline::before {
  content: "";
  background: url(/assets/5g_lp/svg/check-33cf8dcde46ff9f3bef5bc8ae0115927cd697f6c923761a5fdaef71abe5cddd8.svg) no-repeat top 50% left 50%/contain;
  width: 40px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 5px;
}

/* line 8233, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-recommend-text {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

/* line 8238, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-recommend-note {
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 8205, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-recommend {
    margin-bottom: 20px;
  }
  /* line 8245, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-recommend-headline {
    padding-left: 20px;
    margin-bottom: 5px;
    font-size: 11px;
  }
  /* line 8249, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-recommend-headline::before {
    width: 15px;
    height: 12px;
    top: 2px;
  }
  /* line 8255, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-recommend-text {
    font-size: 10px;
  }
  /* line 8258, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-recommend-note {
    font-size: 9px;
    margin-top: 10px;
  }
}

/* line 8264, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 8268, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-text > span {
  font-size: 15px;
}

@media (max-width: 768px) {
  /* line 8264, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-text {
    font-size: 12px;
    margin-bottom: 15px;
  }
  /* line 8274, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-text > span {
    font-size: 10px;
  }
}

/* line 8279, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-text2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}

/* line 8284, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-text2 > span {
  font-size: 15px;
}

@media (max-width: 768px) {
  /* line 8279, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-text2 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  /* line 8290, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-text2 > span {
    font-size: 10px;
  }
}

/* line 8295, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-note {
  font-size: 21px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 8295, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-note {
    font-size: 10px;
  }
}

/* line 8302, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-note2 {
  font-size: 20px;
  width: 800px;
  max-width: 100%;
  margin: auto;
  text-align: left;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  /* line 8302, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-note2 {
    font-size: 10px;
    margin-bottom: 40px;
  }
}

/* line 8314, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-note3 {
  font-size: 14px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 8314, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-note3 {
    font-size: 9px;
    margin-bottom: 20px;
  }
}

/* line 8322, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-note4 {
  font-size: 18px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 8322, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-note4 {
    font-size: 9px;
  }
}

/* line 8329, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-btn {
  text-align: center;
}

@media (min-width: 769px) {
  /* line 8331, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-btn.sp {
    display: none;
  }
}

/* line 8336, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-btn img {
  margin: auto;
}

/* line 8340, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-btn2 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 8343, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-btn2 > a {
  display: block;
  width: 610px;
  max-width: 100%;
  margin: auto;
  height: 111px;
  line-height: 109px;
  border: 1px solid #2a3b4c;
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  color: #2a3b4c;
  background: #fff;
  border-radius: 56px;
  position: relative;
}

/* line 8358, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device2-btn2 > a::after {
  content: "";
  background: url(/assets/5g_lp/svg/link-af09e79eaa5c3f50f28b5fa6ad86203779fe626e7dca29f5ea2bdfb89a9bb66b.svg) no-repeat top 50% left 50%/contain;
  width: 40px;
  height: 27px;
  border: none;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  /* line 8340, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-btn2 {
    margin-bottom: 20px;
  }
  /* line 8372, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-btn2 > a {
    width: 300px;
    height: 48px;
    line-height: 46px;
    font-size: 14px;
    border-radius: 24px;
  }
  /* line 8378, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device2-btn2 > a::after {
    width: 21px;
    height: 14px;
    right: 20px;
  }
}

/* line 8390, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3 {
  background: #D8F6FF;
  padding: 80px 20px;
}

/* line 8393, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-h2 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
}

/* line 8398, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-h3 {
  text-align: center;
  font-weight: bold;
  font-size: 41px;
  color: #1992EB;
  margin-bottom: 20px;
}

/* line 8405, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-frame {
  background: #fff;
  border-radius: 25px;
  padding: 45px 20px;
  width: 980px;
  max-width: 100%;
  margin: 0 auto 60px;
}

/* line 8413, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-headline1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/* line 8419, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-headline2 {
  text-align: center;
  font-weight: bold;
  font-size: 41px;
  color: #1992EB;
  margin-bottom: 20px;
}

/* line 8426, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-name {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

/* line 8432, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-device {
  text-align: center;
  margin-bottom: 30px;
}

/* line 8436, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-btn1 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 8439, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-btn1 > a {
  display: block;
  width: 610px;
  max-width: 100%;
  margin: auto;
  height: 111px;
  line-height: 109px;
  border: 1px solid #2a3b4c;
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  color: #2a3b4c;
  background: #fff;
  border-radius: 56px;
  position: relative;
}

/* line 8454, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-btn1 > a::after {
  content: "";
  background: url(/assets/5g_lp/svg/link-af09e79eaa5c3f50f28b5fa6ad86203779fe626e7dca29f5ea2bdfb89a9bb66b.svg) no-repeat top 50% left 50%/contain;
  width: 40px;
  height: 27px;
  border: none;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 8467, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-btn2 {
  text-align: center;
}

/* line 8470, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-img1 {
  margin-bottom: 30px;
  text-align: center;
}

/* line 8474, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-img2 {
  text-align: center;
}

/* line 8478, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-modal-table {
  width: 100%;
}

/* line 8480, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-modal-table th, .bl-5g-device3-modal-table td {
  border: 1px solid #C6C6C6;
  font-size: 18px;
  font-weight: 500;
  padding: 3px 15px;
}

/* line 8486, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-modal-table th {
  background: #ECECEC;
}

/* line 8491, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-detail {
  width: 540px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  text-align: center;
}

/* line 8498, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-detail-item {
  width: 25%;
  padding: 0 10px;
}

/* line 8501, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-detail-item:nth-of-type(n+2) {
  border-left: 1px solid #2a3b4c;
}

/* line 8505, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-detail-head {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 8510, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-detail-content {
  display: grid;
  place-items: center;
  height: 120px;
}

/* line 8515, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-detail-line {
  margin-bottom: 10px;
  background: #2a3b4c;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 3px 0;
}

/* line 8522, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-detail-line-gray {
  background: #8d969f;
}

/* line 8526, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-detail-speed {
  font-size: 22px;
  font-weight: bold;
}

/* line 8529, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-detail-speed > span {
  font-size: 16px;
  position: relative;
  padding-top: 40px;
  display: block;
}

/* line 8534, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-detail-speed > span::before {
  content: "";
  background: url(/assets/5g_lp/svg/wifi-ac794834ef7268ef4ee183241ef35a35bc842752aa4410bf9e86b93edc049d90.svg) no-repeat top 50% left 50%/contain;
  width: 34px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  margin: auto;
}

/* line 8547, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-detail-connect {
  font-size: 29px;
  font-weight: bold;
  position: relative;
  background: url(/assets/5g_lp/svg/pc-70f8172042522a3efb95cad13029051061a418c0cc123016b7e6930afed2dbc0.svg) no-repeat top 50% left 50%/contain;
  width: 104px;
  height: 61px;
  padding-top: 5px;
}

/* line 8555, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-detail-connect > span {
  font-size: 11px;
}

/* line 8558, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-detail-connect-head {
  font-size: 11px;
  display: block;
  margin: 5px 0 -15px;
}

/* line 8563, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-detail-connect-bottom {
  font-size: 17px;
}

/* line 8565, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-detail-connect-bottom > em {
  font-size: 21px;
  font-style: initial;
}

/* line 8571, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-detail-weight {
  font-size: 27px;
  font-weight: bold;
  position: relative;
  padding-bottom: 50px;
}

/* line 8576, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device3-detail-weight::before {
  content: "";
  background: url(/assets/5g_lp/svg/weight-e4d9390564b466a3752872e16d200abf81639210509b9e2c11cefc738852a7a4.svg) no-repeat top 50% left 50%/contain;
  width: 47px;
  height: 48px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 8390, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3 {
    padding: 30px 20px;
  }
  /* line 8591, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  /* line 8595, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-h3 {
    font-size: 19px;
    margin-bottom: 20px;
  }
  /* line 8599, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-frame {
    border-radius: 10px;
    padding: 20px 15px;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  /* line 8606, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-headline1 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  /* line 8610, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-headline2 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  /* line 8614, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-name {
    font-size: 20px;
    margin-bottom: 20px;
  }
  /* line 8618, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-device {
    margin-bottom: 20px;
  }
  /* line 8620, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-device img {
    width: 200px;
  }
  /* line 8624, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-btn1 {
    margin-bottom: 30px;
  }
  /* line 8626, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-btn1 > a {
    width: 250px;
    height: 48px;
    line-height: 46px;
    font-size: 14px;
    border-radius: 24px;
  }
  /* line 8632, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-btn1 > a::after {
    width: 21px;
    height: 14px;
    right: 20px;
  }
  /* line 8641, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-img1 {
    margin-bottom: 15px;
  }
  /* line 8648, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-modal-table th, .bl-5g-device3-modal-table td {
    font-size: 9px;
    padding: 3px 10px;
  }
  /* line 8657, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-detail-item {
    padding: 0 5px;
  }
  /* line 8660, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-detail-head {
    font-size: 8px;
    margin-bottom: 5px;
  }
  /* line 8664, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-detail-content {
    height: 53px;
  }
  /* line 8667, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-detail-line {
    margin-bottom: 3px;
    font-size: 8px;
    padding: -1px 0;
  }
  /* line 8672, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-detail-speed {
    font-size: 13px;
  }
  /* line 8674, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-detail-speed > span {
    font-size: 7px;
    padding-top: 23px;
  }
  /* line 8677, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-detail-speed > span::before {
    width: 20px;
    height: 14px;
    top: 5px;
  }
  /* line 8684, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-detail-connect {
    font-size: 14px;
    width: 62px;
    height: 37px;
    padding-top: 5px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  /* line 8691, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-detail-connect > span {
    font-size: 7px;
  }
  /* line 8694, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-detail-connect-head {
    font-size: 10px;
    margin: 0px 0 -5px;
  }
  /* line 8698, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-detail-connect-bottom {
    font-size: 10px;
  }
  /* line 8700, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-detail-connect-bottom > em {
    font-size: 13px;
  }
  /* line 8705, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-detail-weight {
    font-size: 13px;
    padding-bottom: 26px;
  }
  /* line 8708, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device3-detail-weight::before {
    width: 23px;
    height: 24px;
  }
}

/* line 8718, app/assets/stylesheets/lib/_5g.scss */
.cradle-x11-table {
  width: 100%;
  max-width: 660px;
  margin: 0 auto 20px;
  border: 1px solid #333;
}

/* line 8723, app/assets/stylesheets/lib/_5g.scss */
.cradle-x11-table td, .cradle-x11-table th {
  border: 1px solid #333;
  padding: 20px;
}

/* line 8727, app/assets/stylesheets/lib/_5g.scss */
.cradle-x11-table thead th {
  background: #00afdd;
  color: #fff;
  font-size: 24px;
}

/* line 8732, app/assets/stylesheets/lib/_5g.scss */
.cradle-x11-table img {
  margin: auto;
  display: block;
  max-width: 100%;
}

/* line 8738, app/assets/stylesheets/lib/_5g.scss */
.cradle-x11-table tbody th {
  font-size: 20px;
}

/* line 8741, app/assets/stylesheets/lib/_5g.scss */
.cradle-x11-table tbody td {
  font-size: 17px;
}

/* line 8745, app/assets/stylesheets/lib/_5g.scss */
.cradle-x11-table-large {
  font-size: 19px;
  margin-bottom: 10px;
}

/* line 8750, app/assets/stylesheets/lib/_5g.scss */
.cradle-x11-note {
  width: 100%;
  max-width: 660px;
  margin: auto;
  font-size: 12px;
  color: #888;
}

@media screen and (max-width: 599px) {
  /* line 8759, app/assets/stylesheets/lib/_5g.scss */
  .cradle-x11-table td, .cradle-x11-table th {
    padding: 10px;
  }
  /* line 8762, app/assets/stylesheets/lib/_5g.scss */
  .cradle-x11-table thead th {
    font-size: 16px;
  }
  /* line 8765, app/assets/stylesheets/lib/_5g.scss */
  .cradle-x11-table img {
    margin: auto;
    display: block;
    max-width: 100%;
  }
  /* line 8771, app/assets/stylesheets/lib/_5g.scss */
  .cradle-x11-table tbody th {
    font-size: 15px;
  }
  /* line 8774, app/assets/stylesheets/lib/_5g.scss */
  .cradle-x11-table tbody td {
    font-size: 12px;
  }
  /* line 8778, app/assets/stylesheets/lib/_5g.scss */
  .cradle-x11-table-large {
    font-size: 14px;
    margin-bottom: 5px;
  }
  /* line 8783, app/assets/stylesheets/lib/_5g.scss */
  .cradle-x11-note {
    font-size: 10px;
  }
}

/* line 8792, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option {
  margin: auto;
  text-align: center;
  padding: 120px 0 0;
}

@media (max-width: 768px) {
  /* line 8792, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option {
    padding: 50px 0px 0;
  }
}

/* line 8799, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-h2 {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 8804, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-h2::before {
  content: "";
  background: url(/assets/5g_lp/svg/security-d503c61a6c9463fc38583105d9fde54064f5964e8fb67b7dc884c4a4e47eebb5.svg) no-repeat top 50% left 50%/contain;
  width: 99px;
  height: 107px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 8799, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-h2 {
    font-size: 26px;
    margin-bottom: 30px;
    padding-top: 55px;
  }
  /* line 8819, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-h2::before {
    width: 37px;
    height: 45px;
  }
}

/* line 8824, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-h2-2 {
  font-size: 50px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  /* line 8824, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-h2-2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

/* line 8833, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-h3 {
  font-size: 35px;
  color: #1992eb;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 8833, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/* line 8842, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-h4 {
  width: 630px;
  max-width: 100%;
  font-size: 48px;
  color: #fff;
  background: #1992eb;
  border-radius: 14px;
  margin: 0 auto 30px;
  padding: 5px 0;
}

@media (max-width: 768px) {
  /* line 8842, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-h4 {
    font-size: 17px;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 5px 0;
    width: 275px;
  }
}

/* line 8859, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-unit:not(:last-child) {
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  /* line 8859, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-unit:not(:last-child) {
    padding-bottom: 20px;
  }
}

/* line 8865, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-bg {
  background: #c5ecff;
  padding: 120px 0 50px;
}

@media (max-width: 768px) {
  /* line 8865, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-bg {
    padding: 40px 0 30px;
  }
}

/* line 8872, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-unit2 {
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 8872, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-unit2 {
    padding-bottom: 0px;
  }
}

/* line 8878, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-container {
  max-width: 800px;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 8878, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-container {
    padding: 0 15px;
  }
}

/* line 8885, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-head {
  font-size: 39px;
  color: #fff;
  border-radius: 14px;
  background: #ff5865;
  padding: 9px 10px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 8885, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-head {
    font-size: 17px;
    border-radius: 6px;
    padding: 5px 5px;
    margin-bottom: 20px;
  }
}

/* line 8900, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-head-2 {
  background: #1992eb;
}

/* line 8904, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-head2 {
  font-size: 25px;
  color: #fff;
  border-radius: 50%;
  background: #ff5865;
  width: 130px;
  height: 130px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  display: grid;
  place-content: center;
  margin-top: -100px;
}

/* line 8917, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-head2 span {
  font-size: 44px;
}

@media (max-width: 768px) {
  /* line 8904, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-head2 {
    font-size: 11px;
    width: 56px;
    height: 56px;
    margin-top: -45px;
  }
  /* line 8925, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-head2 span {
    font-size: 19px;
  }
}

/* line 8930, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-img {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 8930, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-img {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/* line 8937, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-list {
  text-align: left;
  margin: 0 auto 20px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 8943, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-list li {
  width: 49%;
  position: relative;
  padding-left: 55px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 33px;
}

/* line 8950, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-list li::before {
  content: "";
  background: url(/assets/5g_lp/svg/check-33cf8dcde46ff9f3bef5bc8ae0115927cd697f6c923761a5fdaef71abe5cddd8.svg) no-repeat top 50% left 50%/contain;
  width: 52px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  /* line 8937, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-list {
    margin: 0 auto 10px;
  }
  /* line 8962, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-list li {
    font-size: 14px;
    padding-left: 27px;
    margin-bottom: 10px;
  }
  /* line 8966, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-list li::before {
    width: 23px;
    height: 20px;
  }
}

/* line 8973, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-text1 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 8973, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-text1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* line 8983, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-note {
  text-align: left;
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
  font-size: 27px;
}

@media (max-width: 768px) {
  /* line 8983, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-note {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

/* line 8994, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-note2 {
  text-align: center;
  max-width: 800px;
  margin: auto;
  font-size: 24px;
}

@media (max-width: 768px) {
  /* line 8994, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-note2 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

/* line 9004, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-under {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff00));
  background: -webkit-linear-gradient(transparent 50%, #ffff00 50%);
  background: linear-gradient(transparent 50%, #ffff00 50%);
}

/* line 9007, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-bnr {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 9007, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-bnr {
    margin-bottom: 20px;
    padding: 0 35px;
  }
}

/* line 9017, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-item {
  background: #fff;
  padding: 20px;
  width: 630px;
  margin: auto;
  border-radius: 23px;
  color: inherit;
  display: block;
  text-decoration: none;
  position: relative;
}

@media (max-width: 768px) {
  /* line 9017, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-item {
    padding: 10px 5px;
    width: 275px;
    margin: auto;
    border-radius: 10px;
  }
}

/* line 9033, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-item:hover {
  color: inherit;
}

/* line 9036, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-item::after {
  content: "";
  background: url(/assets/5g_lp/svg/link-af09e79eaa5c3f50f28b5fa6ad86203779fe626e7dca29f5ea2bdfb89a9bb66b.svg) no-repeat top 50% left 50%/contain;
  width: 29px;
  height: 20px;
  position: absolute;
  right: 30px;
  bottom: 20px;
}

@media (max-width: 768px) {
  /* line 9036, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-item::after {
    width: 13px;
    height: 9px;
    right: 10px;
    bottom: 10px;
  }
}

/* line 9052, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-item--nolink::after {
  content: none;
}

/* line 9057, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-lead {
  font-size: 29px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #1992eb;
}

@media (max-width: 768px) {
  /* line 9057, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-lead {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

/* line 9067, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 9071, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-logo {
  width: 17%;
  margin: auto;
  text-align: center;
  margin: 10px auto 0;
}

/* line 9076, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-logo img {
  margin: auto;
}

@media (max-width: 768px) {
  /* line 9071, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-logo {
    max-width: 100px;
  }
}

/* line 9083, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-right {
  width: 70%;
  text-align: left;
}

/* line 9087, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-name {
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  height: 3em;
}

@media (max-width: 768px) {
  /* line 9087, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-name {
    font-size: 13px;
    margin-bottom: 3px;
  }
}

/* line 9098, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-price {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  text-align: left;
  color: #ff5865;
  display: inline-block;
  position: relative;
}

/* line 9107, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-price--del::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* line 9119, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-price em {
  font-size: 64px;
  font-style: normal;
}

/* line 9122, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-price em::before {
  content: "月額";
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
  vertical-align: middle;
  font-size: 26px;
}

/* line 9131, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-price2 {
  font-size: 24px;
  text-align: left;
  padding-left: 75px;
}

/* line 9136, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-price3 {
  display: inline-block;
  font-size: 32px;
  text-align: left;
  padding-left: 55px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fff100));
  background: -webkit-linear-gradient(transparent 80%, #fff100 80%);
  background: linear-gradient(transparent 80%, #fff100 80%);
  line-height: 1.2;
  position: relative;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 9147, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-price3::before {
  content: "";
  background: url(/assets/5g_lp/svg/allow_option-f488253e31e6913ff0b6b588981604a87bce01b6d2c9c9b33ce27384f60107dc.svg) no-repeat top 50% left 50%/contain;
  width: 42px;
  height: 44px;
  position: absolute;
  left: 0;
  bottom: 7px;
}

/* line 9156, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-price3 em {
  font-size: 88px;
  font-style: normal;
  color: #ff5865;
}

/* line 9160, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-price3 em > span {
  font-size: 45px;
}

/* line 9165, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-price4 {
  font-size: 24px;
  margin-bottom: 20px;
}

/* line 9169, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-price5 {
  font-size: 22px;
  color: #ff5865;
  width: 262px;
  text-align: center;
  font-weight: bold;
}

/* line 9176, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-price6 {
  display: inline-block;
  font-size: 47px;
  font-weight: bold;
  color: #ff5865;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fff100));
  background: -webkit-linear-gradient(transparent 80%, #fff100 80%);
  background: linear-gradient(transparent 80%, #fff100 80%);
  margin-bottom: 20px;
}

/* line 9184, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-price-note {
  font-size: 22px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 9098, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-price {
    font-size: 13px;
  }
  /* line 9190, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-price em {
    font-size: 25px;
  }
  /* line 9192, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-price em::before {
    margin-right: 6px;
    font-size: 13px;
  }
  /* line 9197, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-price2 {
    font-size: 11px;
    padding-left: 40px;
  }
  /* line 9201, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-price3 {
    font-size: 14px;
    padding-left: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  /* line 9206, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-price3::before {
    width: 18px;
    height: 19px;
    bottom: 4px;
  }
  /* line 9211, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-price3 em {
    font-size: 38px;
  }
  /* line 9213, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-price3 em > span {
    font-size: 20px;
  }
  /* line 9218, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-price4 {
    font-size: 10px;
    margin-bottom: 10px;
  }
  /* line 9222, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-price5 {
    font-size: 9.5px;
    width: 110px;
  }
  /* line 9226, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-price6 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 9230, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-price-note {
    font-size: 10px;
  }
}

/* line 9235, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-table {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
}

/* line 9239, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-table th,
.bl-5g-option-table td {
  padding: 20px;
  border: 2px solid #c6c6c6;
}

/* line 9244, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-table th {
  width: 35%;
  vertical-align: top;
}

/* line 9249, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-table ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  list-style-type: disc;
}

/* line 9254, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-table ul + p {
  margin-top: 15px;
  font-size: 14px;
}

@media (max-width: 768px) {
  /* line 9260, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-table th,
.bl-5g-option-table td {
    padding: 10px;
  }
  /* line 9264, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-table th {
    width: 35%;
  }
  /* line 9269, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-table ul {
    margin-left: 20px;
  }
  /* line 9271, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-table ul + p {
    font-size: 12px;
  }
}

/* line 9278, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-slider-item {
  margin: 0 15px 0px;
}

/* line 9282, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-slider .slick-prev,
.bl-5g-option-slider .slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid #2a3b4c;
  background: #fff;
}

/* line 9292, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-slider .slick-prev:before,
.bl-5g-option-slider .slick-next:before {
  content: "";
  width: 35px;
  height: 35px;
  border-right: 2px solid #2a3b4c;
  border-top: 2px solid #2a3b4c;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 9304, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-slider .slick-prev:hover, .bl-5g-option-slider .slick-prev:focus,
.bl-5g-option-slider .slick-next:hover,
.bl-5g-option-slider .slick-next:focus {
  background: #fff;
  opacity: 1;
}

/* line 9309, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-slider .slick-prev {
  left: calc(50vw - 420px);
}

/* line 9311, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-slider .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 9316, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-slider .slick-next {
  right: calc(50vw - 420px);
}

/* line 9318, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-option-slider .slick-next:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 15px;
}

@media (max-width: 768px) {
  /* line 9325, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-slider-item {
    margin: 0 7px 0px;
  }
  /* line 9328, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-slider .slick-prev,
.bl-5g-option-slider .slick-next {
    width: 32px;
    height: 32px;
  }
  /* line 9333, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-slider .slick-prev:before,
.bl-5g-option-slider .slick-next:before {
    content: "";
    width: 15px;
    height: 15px;
    border-right: 2px solid #2a3b4c;
    border-top: 2px solid #2a3b4c;
  }
  /* line 9341, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-slider .slick-prev {
    left: calc(50vw - 180px);
  }
  /* line 9343, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-slider .slick-prev:before {
    left: 5px;
  }
  /* line 9347, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-slider .slick-next {
    right: calc(50vw - 180px);
  }
  /* line 9349, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-option-slider .slick-next:before {
    right: 5px;
  }
}

/* line 9360, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area {
  max-width: 800px;
  margin: auto;
  text-align: center;
  padding: 70px 0 0;
}

@media (max-width: 768px) {
  /* line 9360, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area {
    padding: 50px 10px 0;
  }
}

/* line 9368, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-head {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url(/assets/5g_lp/svg/ribbon-a86a53ae7145fd0031ea995c90277302031987ac86e36f35911881ab06898a0a.svg) no-repeat top 50% left 50%/contain;
  width: 250px;
  height: 42px;
  line-height: 42px;
  margin: 0 auto 30px;
}

@media (max-width: 768px) {
  /* line 9368, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-head {
    font-size: 17px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 15px;
  }
}

/* line 9386, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-h2 {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 9391, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-h2::before {
  content: "";
  background: url(/assets/5g_lp/svg/area-c59ab7977dd6ea37a48c7b2431a830e632b18c26cc9a87a629328fbedd145eb1.svg) no-repeat top 50% left 50%/contain;
  width: 103px;
  height: 103px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

/* line 9402, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-h2-2 {
  font-size: 50px;
  margin-bottom: 50px;
  position: relative;
  font-weight: bold;
}

/* line 9408, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-h2-3 {
  font-size: 40px;
  margin-bottom: 50px;
  color: #264F90;
  position: relative;
}

@media (max-width: 768px) {
  /* line 9386, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-h2 {
    font-size: 26px;
    margin-bottom: 30px;
    padding-top: 55px;
  }
  /* line 9418, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-h2::before {
    width: 44px;
    height: 44px;
  }
  /* line 9422, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-h2-2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  /* line 9426, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-h2-3 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

/* line 9432, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-h3 {
  font-size: 39px;
  padding: 10px;
  margin: 0 auto 30px;
  text-align: center;
  color: #1992EB;
}

@media (max-width: 768px) {
  /* line 9432, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-h3 {
    font-size: 17px;
    margin-bottom: 0px;
  }
}

/* line 9443, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-lead {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 9443, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-lead {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/* line 9453, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 9453, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-wrap {
    margin-bottom: 10px;
  }
}

/* line 9461, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0px;
}

/* line 9468, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-item {
  width: 45%;
}

/* line 9471, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-square {
  width: 31px;
  height: 31px;
  margin: 5px 14px 5px 0;
  display: inline-block;
  vertical-align: middle;
}

/* line 9477, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-square--red {
  background: #fd8b8f;
}

/* line 9480, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-square--orange {
  background: #FEC76D;
}

/* line 9483, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-square--yellow {
  background: #FFEF81;
}

@media (max-width: 768px) {
  /* line 9471, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-square {
    width: 20px;
    height: 20px;
    margin: 4px 7px 4px 0;
  }
}

/* line 9495, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-img {
  margin-bottom: 20px;
}

/* line 9497, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-img2 {
  position: relative;
}

/* line 9499, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-img2::before {
  content: "";
  background: url(/assets/5g_lp/svg/arrows-right-98122b2b561f35b8c7b5df01deb0254f8a25974ae75d063c7415f2e87bb46115.svg) no-repeat top 50% left 50%/contain;
  width: 29px;
  height: 23px;
  position: absolute;
  left: -54px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  /* line 9495, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-img {
    margin-bottom: 10px;
  }
  /* line 9513, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-img2::before {
    width: 20px;
    height: 15px;
    left: -27px;
  }
}

/* line 9521, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-num {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 23px;
  border-radius: 50%;
  background: #9199a2;
  color: #fff;
  margin: 0 auto 10px;
}

@media (max-width: 768px) {
  /* line 9521, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-num {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    margin: 0 auto 10px;
  }
}

/* line 9539, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-text {
  font-size: 23px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 9539, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-text {
    font-size: 12px;
  }
}

/* line 9546, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-text1 {
  font-size: 28px;
  text-align: left;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 30px;
}

@media (max-width: 768px) {
  /* line 9546, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-text1 {
    font-size: 14px;
    margin: 0 auto 15px;
  }
}

/* line 9557, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-text2 {
  font-size: 23px;
  text-align: left;
  width: 90%;
  margin: 0 auto 30px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  /* line 9557, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-text2 {
    font-size: 12px;
    margin: 0 auto 15px;
  }
}

/* line 9568, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-btn {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 9568, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-btn {
    margin-bottom: 30px;
  }
}

/* line 9574, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-frame {
  background: #eef9ff;
  padding: 20px;
  max-width: 800px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 23px;
}

/* line 9581, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-frame--2 {
  padding: 60px 85px;
}

/* line 9584, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-frame-title {
  font-weight: bold;
  font-size: 43px;
  text-align: center;
}

/* line 9589, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-frame-img {
  text-align: center;
  margin-bottom: 10px;
}

/* line 9593, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-frame-text {
  font-size: 34px;
}

/* line 9596, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-frame-list {
  text-align: left;
  margin: 30px 0 10px;
}

/* line 9599, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-frame-list li {
  padding-left: 50px;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}

/* line 9605, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-frame-list li::before {
  content: "";
  background: url(/assets/5g_lp/svg/check_red-7867faa1d38bc48338325a8de2c3bbc5a715ce2f9bc56c630ddd6f242a0aa913.svg) no-repeat top 50% left 50%/contain;
  width: 44px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 9614, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-frame-list li span {
  color: #ff5865;
}

/* line 9619, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-frame-btn {
  display: inline-block;
  color: #fff;
  background: #1992eb;
  border-radius: 42px;
  line-height: 86px;
  width: 400px;
  max-width: 100%;
  height: 86px;
  font-size: 26px;
  font-weight: 500;
  -webkit-box-shadow: 0 8px #7D7D7D;
          box-shadow: 0 8px #7D7D7D;
  margin-bottom: 20px;
  position: relative;
  text-decoration: none;
}

/* line 9634, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-frame-btn::after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* line 9645, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-frame-btn:hover {
  color: #fff;
  text-decoration: none;
}

/* line 9649, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-frame-btn:focus {
  outline: 0;
  text-decoration: none;
  color: #fff;
}

/* line 9655, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-frame-note {
  font-size: 19px;
}

@media (max-width: 768px) {
  /* line 9574, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-frame {
    padding: 15px;
  }
  /* line 9660, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-frame--2 {
    padding: 25px 40px;
  }
  /* line 9663, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-frame-title {
    font-size: 19px;
  }
  /* line 9667, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-frame-img img {
    width: 240px;
  }
  /* line 9671, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-frame-text {
    font-size: 15px;
  }
  /* line 9674, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-frame-list {
    margin: 30px 0 10px;
  }
  /* line 9676, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-frame-list li {
    padding-left: 25px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  /* line 9680, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-frame-list li::before {
    width: 19px;
    height: 16px;
  }
  /* line 9686, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-frame-btn {
    border-radius: 22px;
    line-height: 46px;
    width: 210px;
    height: 46px;
    font-size: 14px;
    -webkit-box-shadow: 0 4px #7D7D7D;
            box-shadow: 0 4px #7D7D7D;
    margin-bottom: 15px;
  }
  /* line 9694, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-frame-btn::after {
    width: 7px;
    height: 7px;
    right: 15px;
  }
  /* line 9700, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-frame-note {
    font-size: 10px;
  }
}

/* line 9705, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-note {
  max-width: 800px;
  margin: auto;
  font-size: 17px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 9705, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-note {
    font-size: 10px;
    padding: 0 10px;
  }
}

/* line 9715, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-note2 {
  font-size: 18px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 9715, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-note2 {
    font-size: 12px;
  }
}

/* line 9722, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

/* line 9727, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-btn-left {
  width: 40%;
  padding: 10px 0;
  padding-right: 2%;
  border-right: 1px solid #2A3B4C;
}

/* line 9733, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-btn-right {
  width: 58%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 9741, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-btn2 {
  width: 48%;
}

/* line 9744, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-btn3 {
  width: 48%;
}

@media (max-width: 768px) {
  /* line 9722, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
  }
  /* line 9750, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-btn-left {
    width: 80%;
    padding-right: 0%;
    border-right: 0;
  }
  /* line 9755, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-btn-right {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 9763, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-btn2 {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 9767, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-btn3 {
    width: 100%;
  }
}

/* line 9774, app/assets/stylesheets/lib/_5g.scss */
.section-area .iframe-block {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width: 800px;
  width: 100%;
}

/* line 9783, app/assets/stylesheets/lib/_5g.scss */
.section-area iframe {
  border: 0;
  width: 720px;
  max-width: 100%;
  height: 700px;
}

@media (max-width: 768px) {
  /* line 9783, app/assets/stylesheets/lib/_5g.scss */
  .section-area iframe {
    height: 500px;
  }
}

/* line 9793, app/assets/stylesheets/lib/_5g.scss */
.section-area .cf-block {
  margin-top: 20px;
  font-size: 10px;
  font-size: 1rem;
}

/* line 9799, app/assets/stylesheets/lib/_5g.scss */
.section-area .button-block {
  text-align: center;
}

/* line 9803, app/assets/stylesheets/lib/_5g.scss */
.section-area .button-block a.button-area {
  display: inline-block;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  background-color: #043786;
  -webkit-box-shadow: 0 4px 0 #032354;
          box-shadow: 0 4px 0 #032354;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}

/* line 9818, app/assets/stylesheets/lib/_5g.scss */
.section-area .button-block a.button-area:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

/* line 9823, app/assets/stylesheets/lib/_5g.scss */
.section-area .button-block a.button-area:after {
  margin-left: 5px;
  content: "\e905";
  vertical-align: middle;
  font-family: "iconfont";
}

/* line 9830, app/assets/stylesheets/lib/_5g.scss */
.section-area .button-block p {
  margin-top: 20px;
  color: #043786;
}

/* line 9835, app/assets/stylesheets/lib/_5g.scss */
.section-area .button-block p span:before {
  margin-right: 5px;
  content: "\e908";
  font-family: "iconfont";
}

@media (min-width: 600px) {
  /* line 9841, app/assets/stylesheets/lib/_5g.scss */
  .section-area .iframe-block {
    display: block;
  }
  /* line 9845, app/assets/stylesheets/lib/_5g.scss */
  .section-area .button-block {
    display: none;
  }
  /* line 9849, app/assets/stylesheets/lib/_5g.scss */
  .section-area .cf-block {
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    font-size: 1.6rem;
  }
}

/* line 9857, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal {
  width: 100%;
  max-width: 630px;
  margin: auto;
}

/* line 9861, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-headline1 {
  font-size: 53px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

/* line 9867, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-headline2 {
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

/* line 9873, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-text1 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

/* line 9879, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-frame {
  border: 3px solid #0080FF;
  padding: 40px 20px 20px;
  position: relative;
  margin-bottom: 80px;
}

/* line 9884, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-frame-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 9894, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-frame-head-text {
  background: #0080FF;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 2px 20px 2px 10px;
}

/* line 9901, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-frame-head-num {
  font-size: 35px;
  font-weight: bold;
  color: #0080FF;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #0080FF;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  margin-left: -15px;
}

/* line 9915, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-frame-wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 9918, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-frame-wrap1-img {
  width: 27%;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 9923, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-frame-wrap1-text {
  font-size: 21px;
  font-weight: bold;
}

/* line 9928, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-frame-text {
  font-size: 29px;
  color: #0080FF;
  font-weight: bold;
  margin: 20px 0;
}

/* line 9934, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-frame-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 9937, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-frame-wrap2-text {
  font-size: 21px;
  font-weight: bold;
  margin-right: 15px;
}

/* line 9942, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-frame-wrap2-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 9947, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

/* line 9951, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-wrap-content {
  width: 66%;
}

/* line 9954, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-wrap-img {
  width: 27%;
}

/* line 9957, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-wrap-point {
  font-size: 17px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 9963, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-wrap-point > span:first-child {
  background: #0080FF;
  color: #fff;
  padding: 1px 14px 1px 10px;
  letter-spacing: .1em;
}

/* line 9969, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-wrap-point > span:last-child {
  font-size: 34px;
  color: #0080FF;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #0080FF;
  width: 44px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  margin-left: -10px;
}

/* line 9983, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-wrap-headline {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 9988, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-wrap-text {
  font-size: 19px;
  font-weight: 500;
}

/* line 9993, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

/* line 9997, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-wrap2-item {
  width: 30%;
}

/* line 10000, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-wrap2-step {
  margin-bottom: 10px;
}

/* line 10003, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-wrap2-headline {
  font-size: 24px;
  font-weight: bold;
  min-height: 3em;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* line 10010, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-wrap2-img {
  margin-bottom: 10px;
  height: 111px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 10015, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-wrap2-img img {
  max-height: 100%;
}

/* line 10019, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-wrap2-text {
  font-size: 20px;
  font-weight: 500;
}

/* line 10024, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-btn {
  text-align: center;
}

/* line 10026, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-btn a {
  width: 600px;
  max-width: 100%;
  height: 117px;
  line-height: 117px;
  border-radius: 55px;
  display: inline-block;
  font-size: 37px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: #fff;
  background: #fb5d6f;
  -webkit-box-shadow: 0 12px 0px 0 #949494;
          box-shadow: 0 12px 0px 0 #949494;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 10041, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-support-modal-btn a::after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 768px) {
  /* line 10055, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-headline1 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  /* line 10059, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-headline2 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  /* line 10063, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-text1 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  /* line 10067, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-frame {
    border-width: 2px;
    padding: 20px 15px 15px;
    margin-bottom: 50px;
  }
  /* line 10072, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-frame-head-text {
    font-size: 12px;
    padding: 2px 10px 2px 5px;
  }
  /* line 10076, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-frame-head-num {
    font-size: 17px;
    border-width: 1px;
    width: 25px;
    height: 25px;
    line-height: 21px;
    margin-left: -7px;
  }
  /* line 10085, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-frame-wrap1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 10088, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-frame-wrap1-img {
    width: 27%;
    margin-right: 8px;
  }
  /* line 10092, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-frame-wrap1-text {
    font-size: 10px;
  }
  /* line 10096, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-frame-text {
    font-size: 14px;
    margin: 10px 0;
  }
  /* line 10101, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-frame-wrap2-text {
    font-size: 10px;
    margin-right: 8px;
  }
  /* line 10105, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-frame-wrap2-img {
    width: 25%;
  }
  /* line 10110, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-wrap {
    margin-bottom: 20px;
  }
  /* line 10112, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-wrap-point {
    font-size: 8px;
  }
  /* line 10115, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-wrap-point > span:first-child {
    padding: 1px 7px 1px 5px;
  }
  /* line 10118, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-wrap-point > span:last-child {
    font-size: 15px;
    width: 22px;
    height: 22px;
    border-width: 1px;
    line-height: 20px;
    margin-left: -5px;
  }
  /* line 10128, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-wrap-headline {
    font-size: 15px;
    margin-bottom: 5px;
  }
  /* line 10132, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-wrap-text {
    font-size: 10px;
  }
  /* line 10136, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-wrap2 {
    margin-bottom: 30px;
  }
  /* line 10138, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-wrap2-item {
    width: 29%;
  }
  /* line 10141, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-wrap2-step {
    margin-bottom: 5px;
  }
  /* line 10144, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-wrap2-headline {
    font-size: 11px;
    margin-bottom: 10px;
  }
  /* line 10148, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-wrap2-img {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) and (max-width: 430px) {
  /* line 10148, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-wrap2-img {
    height: 65px;
  }
}

@media (max-width: 768px) {
  /* line 10155, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-wrap2-text {
    font-size: 10px;
  }
  /* line 10159, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-btn {
    text-align: center;
  }
  /* line 10161, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-btn a {
    height: 65px;
    line-height: 65px;
    border-radius: 55px;
    font-size: 18px;
    -webkit-box-shadow: 0 6px 0px 0 #949494;
            box-shadow: 0 6px 0px 0 #949494;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  /* line 10168, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-support-modal-btn a::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 20px;
  }
}

/* line 10183, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow {
  max-width: 860px;
  margin: auto;
  text-align: center;
  padding: 70px 0 0;
}

@media (max-width: 768px) {
  /* line 10183, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow {
    padding: 0px 10px;
  }
}

/* line 10191, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow-frame {
  background: #C5ECFF;
  padding: 50px;
  max-width: 860px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 23px;
}

@media (max-width: 768px) {
  /* line 10191, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow-frame {
    padding: 15px;
    margin: 0 10px 10px;
  }
}

/* line 10203, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow-h2 {
  font-size: 50px;
  margin-bottom: 20px;
  padding-top: 120px;
  position: relative;
}

/* line 10208, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow-h2::before {
  content: "";
  background: url(/assets/5g_lp/svg/lamp-7157ee4e8a48be22018e194807b423b89ea3f43beb06c48b9ed807b29fab25b5.svg) no-repeat top 50% left 50%/contain;
  width: 103px;
  height: 103px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 10203, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow-h2 {
    font-size: 25px;
    margin-bottom: 30px;
    padding-top: 55px;
  }
  /* line 10223, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow-h2::before {
    width: 44px;
    height: 44px;
  }
}

/* line 10229, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 23px;
  padding: 30px 0;
}

@media (max-width: 768px) {
  /* line 10229, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow-wrap {
    margin-bottom: 30px;
  }
}

/* line 10240, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow-item {
  width: 29%;
}

/* line 10243, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow-img {
  margin-bottom: 20px;
  height: 108px;
}

/* line 10246, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow-img-arrow {
  position: relative;
}

/* line 10248, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow-img-arrow::before {
  content: "";
  background: url(/assets/5g_lp/svg/arrows-right-98122b2b561f35b8c7b5df01deb0254f8a25974ae75d063c7415f2e87bb46115.svg) no-repeat top 50% left 50%/contain;
  width: 29px;
  height: 23px;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  /* line 10243, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow-img {
    margin-bottom: 10px;
    height: 50px;
  }
  /* line 10262, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow-img img {
    max-height: 100%;
    max-width: 80%;
  }
  /* line 10268, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow-img-arrow::before {
    width: 20px;
    height: 15px;
    left: -15px;
  }
}

/* line 10276, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow-num {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 23px;
  border-radius: 50%;
  background: #9199a2;
  color: #fff;
  margin: 0 auto 10px;
}

@media (max-width: 768px) {
  /* line 10276, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow-num {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    margin: 0 auto 10px;
  }
}

/* line 10294, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1992eb;
}

@media (max-width: 768px) {
  /* line 10294, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow-title {
    font-size: 10px;
  }
}

/* line 10303, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow-text {
  font-size: 30px;
  font-weight: bold;
  color: #1992eb;
}

@media (max-width: 768px) {
  /* line 10303, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow-text {
    font-size: 12px;
  }
}

/* line 10311, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow-btn {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 10311, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow-btn {
    margin-bottom: 30px;
  }
}

/* line 10319, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2 {
  width: 800px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  padding: 80px 0;
}

/* line 10325, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-h2 {
  font-size: 35px;
  margin-bottom: 50px;
  line-height: 2;
}

/* line 10329, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-h2 > span {
  font-size: 50px;
}

/* line 10333, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-wrap {
  margin-bottom: 80px;
}

/* line 10336, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-item {
  padding: 30px 50px;
  background: #EEF9FF;
  border-radius: 23px;
}

/* line 10340, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-item:not(:last-child) {
  margin-bottom: 135px;
  position: relative;
}

/* line 10343, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-item:not(:last-child)::after {
  content: "";
  background: url(/assets/5g_lp/svg/flow_arrow-abf9025677bd7e8c6e883c289c1e4e8812a876df830b9a27fe155cb1f5c719f7.svg) no-repeat top 50% left 50%/contain;
  width: 200px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

/* line 10357, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-h3 {
  text-align: left;
  font-size: 36px;
  padding-left: 70px;
  margin-bottom: 30px;
  color: #1992eb;
  position: relative;
}

/* line 10364, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-h3::before {
  content: "";
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 10373, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-h3--1::before {
  background: url(/assets/5g_lp/flow01@2x-d8fd07d8415c716a9c5d04b25f32c3a2a4a28daefbcb6dfda3fe4b187d167e51.png) no-repeat top 50% left 50%/contain;
}

/* line 10376, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-h3--2::before {
  background: url(/assets/5g_lp/flow02@2x-f30fd1a5b3935ce1ad2f4c10ac51259fc5f037688ed6340dec2149942b1945ca.png) no-repeat top 50% left 50%/contain;
}

/* line 10379, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-h3--3::before {
  background: url(/assets/5g_lp/flow03@2x-04d94d18923bb171b6739a1cf5f4f20f479b6253b02defa6211e566f63e4be83.png) no-repeat top 50% left 50%/contain;
}

/* line 10382, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-h3--4::before {
  background: url(/assets/5g_lp/flow04@2x-766255bd836482215e3185b2138ceb1dbf105be533ecc272e012ce225c2969ff.png) no-repeat top 50% left 50%/contain;
}

/* line 10386, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 10389, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-text {
  width: 423px;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  margin-right: 20px;
}

/* line 10396, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-text2 {
  font-size: 37px;
  color: #ff5865;
  margin: 20px 0 0 0;
  font-weight: bold;
}

/* line 10402, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-img {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 10405, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-img--1 {
  margin-top: -80px;
}

/* line 10409, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-btn {
  margin-top: 20px;
}

/* line 10413, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-movie:not(:last-child) {
  margin-bottom: 50px;
}

/* line 10416, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-movie-h2 {
  font-size: 41px;
  width: 800px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 50px;
  padding-bottom: 20px;
  position: relative;
  cursor: pointer;
}

/* line 10425, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-movie-h2::before {
  content: "";
  height: 2px;
  width: 100%;
  background: #c5c5c5;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 10434, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-movie-h2::after {
  content: "";
  height: 24px;
  width: 24px;
  border-top: 2px solid #2a3b4c;
  border-right: 2px solid #2a3b4c;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-90%) rotate(135deg);
          transform: translateY(-90%) rotate(135deg);
}

/* line 10446, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-movie-h2.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* line 10451, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-movie-content {
  display: none;
}

/* line 10454, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-movie-wrap {
  max-width: 100%;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 10462, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 10471, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-present {
  margin-top: 100px;
}

/* line 10473, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-present-text1 {
  color: #0080ff;
  font-weight: bold;
  font-size: 43px;
  margin-bottom: 10px;
}

/* line 10479, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-present-text2 {
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 10px;
}

/* line 10484, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-present-text3 {
  font-weight: bold;
  font-size: 47px;
  margin-bottom: 20px;
}

/* line 10489, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-present-img {
  margin: 30px 0;
}

/* line 10493, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-present-price > p {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 36px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ff0));
  background: -webkit-linear-gradient(transparent 80%, #ff0 80%);
  background: linear-gradient(transparent 80%, #ff0 80%);
  line-height: 1;
  margin-bottom: 20px;
}

/* line 10501, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-present-price > p > span {
  font-size: 64px;
  color: #ff7680;
}

/* line 10504, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-present-price > p > span > em {
  font-size: 89px;
  font-style: initial;
}

/* line 10512, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow2-present-note {
  font-size: 19px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 10319, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2 {
    padding: 60px 15px 30px;
  }
  /* line 10519, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2:not(:last-child) {
    margin-bottom: 30px;
  }
  /* line 10522, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  /* line 10525, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-h2 > span {
    font-size: 26px;
  }
  /* line 10529, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-wrap {
    margin-bottom: 40px;
  }
  /* line 10532, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-item {
    padding: 15px 20px;
    border-radius: 10px;
  }
  /* line 10535, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-item:not(:last-child) {
    margin-bottom: 50px;
  }
  /* line 10537, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-item:not(:last-child)::after {
    width: 87px;
    height: 26px;
    bottom: -15px;
  }
  /* line 10544, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-h3 {
    font-size: 16px;
    padding-left: 40px;
    margin-bottom: 20px;
  }
  /* line 10548, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-h3::before {
    width: 23px;
    height: 23px;
  }
  /* line 10555, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-text {
    width: 183px;
    font-size: 12px;
    margin-right: 20px;
  }
  /* line 10560, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-text2 {
    font-size: 16px;
    margin: 15px 0 0 0;
  }
  /* line 10565, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-img--1 {
    margin-top: -40px;
  }
  /* line 10567, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-img--1 img {
    width: 78px;
  }
  /* line 10572, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-img--2 img {
    width: 78px;
  }
  /* line 10577, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-img--3 img {
    width: 53px;
  }
  /* line 10582, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-img--4 img {
    width: 78px;
  }
  /* line 10589, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-btn {
    margin-top: 20px;
  }
  /* line 10593, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-movie-h2 {
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  /* line 10597, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-movie-h2::before {
    height: 1px;
  }
  /* line 10600, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-movie-h2::after {
    height: 18px;
    width: 18px;
    border-top: 1px solid #2a3b4c;
    border-right: 1px solid #2a3b4c;
    right: 20px;
  }
  /* line 10608, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-movie-content {
    margin: 0 -15px;
  }
  /* line 10611, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-movie-wrap {
    max-width: calc(100% + 30px);
    margin: 0 0 30px;
  }
  /* line 10616, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-present {
    margin-top: 50px;
  }
  /* line 10618, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-present-text1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* line 10622, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-present-text2 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* line 10627, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-present-text3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
  }
  /* line 10632, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-present-img {
    margin: 20px 0;
  }
  /* line 10638, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-present-price > p {
    font-size: 15px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ff0));
    background: -webkit-linear-gradient(transparent 80%, #ff0 80%);
    background: linear-gradient(transparent 80%, #ff0 80%);
    margin-bottom: 20px;
  }
  /* line 10642, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-present-price > p > span {
    font-size: 27px;
  }
  /* line 10644, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-present-price > p > span > em {
    font-size: 38px;
  }
  /* line 10651, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow2-present-note {
    font-size: 10px;
  }
}

/* line 10658, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3 {
  width: 800px;
  max-width: 100%;
  margin: auto;
  padding: 80px 0;
}

/* line 10663, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-h2 {
  font-size: 50px;
  margin-bottom: 100px;
  line-height: 1.5;
  text-align: center;
}

/* line 10668, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-h2 > span {
  font-size: 33px;
}

/* line 10672, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-wrap {
  margin-bottom: 20px;
}

/* line 10675, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-item {
  padding: 70px 50px 30px 50px;
  background: #EEF9FF;
  border-radius: 23px;
  position: relative;
}

/* line 10680, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-item:not(:last-child) {
  margin-bottom: 140px;
  position: relative;
}

/* line 10683, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-item:not(:last-child)::after {
  content: "";
  background: url(/assets/5g_lp/svg/flow_arrow-abf9025677bd7e8c6e883c289c1e4e8812a876df830b9a27fe155cb1f5c719f7.svg) no-repeat top 50% left 50%/contain;
  width: 200px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -25px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

/* line 10696, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-item--2 {
  background: #F2F2F2;
}

/* line 10700, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-head {
  width: 490px;
  background: #1992EB;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  padding: 10px 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 8px;
}

/* line 10715, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-head--2 {
  background: #999999;
}

/* line 10719, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-h3 {
  text-align: left;
  font-size: 36px;
  padding-left: 70px;
  margin-bottom: 30px;
  color: #1992eb;
  position: relative;
}

/* line 10726, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-h3::before {
  content: "";
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  display: grid;
  place-items: center;
}

/* line 10743, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-h3--1::before {
  content: "1";
}

/* line 10747, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-h3--2::before {
  content: "2";
}

/* line 10751, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-h3--3::before {
  content: "3";
}

/* line 10755, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-h3--4::before {
  content: "4";
}

/* line 10759, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-h3--1, .bl-5g-flow3-h3--3 {
  color: #1992eb;
}

/* line 10761, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-h3--1::before, .bl-5g-flow3-h3--3::before {
  color: #1992EB;
  border-color: #1992EB;
}

/* line 10766, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-h3--2, .bl-5g-flow3-h3--4 {
  color: #262626;
}

/* line 10768, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-h3--2::before, .bl-5g-flow3-h3--4::before {
  color: #262626;
  border-color: #000;
}

/* line 10774, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 10777, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-text {
  width: 423px;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  margin-right: 20px;
}

/* line 10784, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-text2 {
  font-size: 37px;
  color: #ff5865;
  margin: 20px 0 0 0;
  font-weight: bold;
}

/* line 10790, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-img {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 10794, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-btn {
  margin-top: 20px;
}

/* line 10797, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-note {
  font-size: 14px;
  margin-bottom: 80px;
}

/* line 10800, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-note > span {
  font-size: 17px;
}

/* line 10804, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-img2 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 10808, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-list {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 30px;
}

/* line 10812, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-list li {
  font-size: 29px;
  font-weight: bold;
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}

/* line 10818, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-list li span {
  color: #1992EB;
}

/* line 10821, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-list li::before {
  content: "";
  background: url(/assets/5g_lp/svg/check2-7666882c42c2e93ecde5d8d0b4bb0945c1b6ef3b0c0c79c7aeaf5951d9906a4a.svg) no-repeat top 50% left 50%/contain;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 10833, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-img3 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 10837, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow3-btn2 {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 10658, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3 {
    padding: 30px 15px 30px;
  }
  /* line 10842, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-h2 {
    font-size: 26px;
    margin-bottom: 37px;
  }
  /* line 10845, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-h2 > span {
    font-size: 16px;
  }
  /* line 10849, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-wrap {
    margin-bottom: 20px;
  }
  /* line 10852, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-item {
    padding: 40px 20px 20px;
    border-radius: 10px;
  }
  /* line 10855, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-item:not(:last-child) {
    margin-bottom: 70px;
  }
  /* line 10857, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-item:not(:last-child)::after {
    width: 87px;
    height: 26px;
    bottom: -10px;
  }
  /* line 10864, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-head {
    width: 210px;
    font-size: 15px;
    padding: 6px 5px;
    border-radius: 4px;
  }
  /* line 10870, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-h3 {
    font-size: 15px;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  /* line 10874, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-h3::before {
    width: 23px;
    height: 23px;
    border-width: 1px;
    font-size: 17px;
    line-height: 20px;
  }
  /* line 10884, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-text {
    width: 183px;
    font-size: 12px;
    margin-right: 20px;
  }
  /* line 10889, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-text2 {
    font-size: 16px;
    margin: 15px 0 0 0;
  }
  /* line 10895, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-img--1 img {
    width: 78px;
  }
  /* line 10900, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-img--2 img {
    width: 90px;
  }
  /* line 10905, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-img--3 img {
    width: 41px;
  }
  /* line 10910, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-img--4 img {
    width: 41px;
  }
  /* line 10915, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-btn {
    margin-top: 20px;
  }
  /* line 10918, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-note {
    font-size: 8px;
    margin-bottom: 30px;
  }
  /* line 10921, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-note > span {
    font-size: 10px;
  }
  /* line 10925, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-img2 {
    margin-bottom: 20px;
  }
  /* line 10928, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-list {
    width: 300px;
    margin: 0 auto 20px;
  }
  /* line 10931, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-list li {
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 15px;
  }
  /* line 10935, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-list li::before {
    width: 18px;
    height: 18px;
  }
  /* line 10941, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow3-img3 {
    margin-bottom: 20px;
  }
}

/* line 10952, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq {
  max-width: 800px;
  margin: auto;
  text-align: center;
  padding: 70px 0;
}

@media (max-width: 768px) {
  /* line 10952, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq {
    padding: 50px 10px;
  }
}

/* line 10960, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-head {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url(/assets/5g_lp/svg/ribbon-a86a53ae7145fd0031ea995c90277302031987ac86e36f35911881ab06898a0a.svg) no-repeat top 50% left 50%/contain;
  width: 250px;
  height: 42px;
  line-height: 42px;
  margin: 0 auto 30px;
}

@media (max-width: 768px) {
  /* line 10960, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq-head {
    font-size: 17px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 15px;
  }
}

/* line 10978, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-h2 {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 10983, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-h2::before {
  content: "";
  background: url(/assets/5g_lp/svg/faq-9d09075bd019760974e63d3777cb5ac410bd71cc6bf3d7773d2c57f2eaef6a6d.svg) no-repeat top 50% left 50%/contain;
  width: 107px;
  height: 104px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 10978, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq-h2 {
    font-size: 26px;
    margin-bottom: 30px;
    padding-top: 55px;
  }
  /* line 10998, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq-h2::before {
    width: 37px;
    height: 45px;
  }
}

/* line 11003, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-h2-2 {
  font-size: 50px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 11003, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq-h2-2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

/* line 11011, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-h2-3 {
  font-size: 40px;
  margin-bottom: 50px;
  color: #264F90;
}

@media (max-width: 768px) {
  /* line 11011, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq-h2-3 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

/* line 11021, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-h3 {
  font-size: 33px;
  margin-bottom: 50px;
}

/* line 11024, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-h3 > span {
  padding-left: 45px;
  padding-bottom: 10px;
  position: relative;
}

/* line 11028, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-h3 > span::before {
  content: "";
  background: url(/assets/5g_lp/svg/arrows-right-98122b2b561f35b8c7b5df01deb0254f8a25974ae75d063c7415f2e87bb46115.svg) no-repeat top 50% left 50%/contain;
  width: 29px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 13px;
}

@media (max-width: 768px) {
  /* line 11021, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq-h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  /* line 11041, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq-h3 > span {
    padding-left: 20px;
    padding-bottom: 10px;
    position: relative;
  }
  /* line 11045, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq-h3 > span::before {
    width: 12px;
    height: 10px;
    left: 0;
    top: 8px;
  }
}

/* line 11055, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-wrap:not(:last-child) {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  /* line 11055, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq-wrap:not(:last-child) {
    margin-bottom: 70px;
  }
}

/* line 11062, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-item {
  text-align: left;
  border-top: 2px solid #c6c6c6;
}

/* line 11065, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-item:last-child {
  border-bottom: 2px solid #c6c6c6;
}

/* line 11069, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-question {
  padding: 20px 80px 20px 0;
  font-size: 31px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

/* line 11075, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-question::after {
  content: "";
  width: 25px;
  height: 25px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 768px) {
  /* line 11069, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq-question {
    padding: 10px 50px 10px 0;
    font-size: 14px;
  }
  /* line 11095, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq-question::after {
    width: 13px;
    height: 13px;
    right: 20px;
  }
}

/* line 11102, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-answer {
  padding: 30px;
  background: #f2f6f9;
  font-size: 23px;
  display: none;
}

@media (max-width: 768px) {
  /* line 11102, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq-answer {
    padding: 15px;
    font-size: 12px;
  }
}

/* line 11112, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-answer-text + p {
  margin-top: 30px;
}

/* line 11116, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-answer-text2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

/* line 11122, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-answer-btn {
  text-align: center;
}

/* line 11124, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-answer-btn .bl-5g-btn {
  width: 100%;
}

/* line 11129, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-line {
  margin-bottom: 50px;
}

/* line 11131, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-line-text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 20px;
}

/* line 11137, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-line-btn {
  display: block;
  background: #00B900;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  width: 300px;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}

/* line 11149, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-line-btn:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  /* line 11129, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq-line {
    margin-bottom: 40px;
  }
  /* line 11156, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq-line-text {
    font-size: 15px;
    margin: 0 auto 10px;
  }
  /* line 11160, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq-line-btn {
    font-size: 16px;
    padding: 15px;
  }
}

/* line 11166, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 11170, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq-btn-item {
  width: 48%;
}

@media (max-width: 768px) {
  /* line 11166, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 11175, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq-btn-item {
    width: 90%;
  }
  /* line 11177, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq-btn-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* line 11186, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq2-wrap {
  background: #ECECEC;
  padding: 25px 30px;
  border-radius: 11px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  cursor: pointer;
}

/* line 11194, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq2-wrap::after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 2px solid #2A3B4C;
  border-bottom: 2px solid #2A3B4C;
  position: absolute;
  right: 30px;
  top: 27px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
}

/* line 11206, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq2-wrap.is-open {
  background: #CEEFFF;
}

/* line 11208, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq2-wrap.is-open::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* line 11211, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq2-wrap.is-open .bl-5g-faq2-h3 {
  color: #1992EB;
}

/* line 11216, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq2-h3 {
  font-size: 30px;
  line-height: 1;
}

/* line 11220, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq2-content {
  display: none;
}

/* line 11223, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq2-item {
  background: #fff;
  border-radius: 11px;
  padding: 0px 20px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

/* line 11230, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq2-item::after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 2px solid #2A3B4C;
  border-bottom: 2px solid #2A3B4C;
  position: absolute;
  right: 25px;
  top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
}

/* line 11242, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq2-item:first-child {
  margin-top: 20px;
}

/* line 11246, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq2-item.is-open::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* line 11251, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq2-question {
  padding: 15px 40px;
  position: relative;
  font-size: 28px;
  font-weight: 500;
}

/* line 11256, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq2-question::before {
  content: "Q.";
  font-size: 30px;
  font-weight: 500;
  color: #1992EB;
  position: absolute;
  left: 0;
  top: 13px;
}

/* line 11266, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq2-answer {
  display: none;
  padding: 15px 40px;
  position: relative;
  font-size: 28px;
  font-weight: 500;
}

/* line 11272, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-faq2-answer::before {
  content: "A.";
  font-size: 30px;
  font-weight: 500;
  color: #FF7680;
  position: absolute;
  left: 0;
  top: 13px;
}

@media (max-width: 768px) {
  /* line 11283, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq2-wrap {
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
  }
  /* line 11287, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq2-wrap::after {
    content: "";
    width: 10px;
    height: 10px;
    border-width: 1px;
    right: 15px;
    top: 13px;
  }
  /* line 11296, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq2-h3 {
    font-size: 16px;
  }
  /* line 11299, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq2-item {
    background: #fff;
    border-radius: 6px;
    padding: 0px 10px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
  }
  /* line 11306, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq2-item::after {
    width: 10px;
    height: 10px;
    border-width: 1px;
    right: 13px;
    top: 10px;
  }
  /* line 11313, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq2-item:first-child {
    margin-top: 10px;
  }
  /* line 11317, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq2-question {
    padding: 7px 20px;
    font-size: 15px;
  }
  /* line 11320, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq2-question::before {
    font-size: 16px;
    top: 6px;
  }
  /* line 11325, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq2-answer {
    padding: 7px 20px;
    font-size: 15px;
  }
  /* line 11328, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-faq2-answer::before {
    font-size: 16px;
    top: 6px;
  }
}

/* line 11339, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-btn {
  width: 490px;
  max-width: 100%;
  height: 90px;
  line-height: 90px;
  border-radius: 45px;
  border: 1px solid #2a3b4c;
  display: inline-block;
  font-size: 26px;
  position: relative;
  text-decoration: none;
  color: #2a3b4c;
  text-align: center;
  background: #fff;
}

/* line 11353, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-btn:hover {
  color: #2a3b4c;
}

/* line 11356, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-btn::after {
  content: "";
  width: 18px;
  height: 18px;
  border-right: 2px solid #2a3b4c;
  border-bottom: 2px solid #2a3b4c;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
}

@media (max-width: 768px) {
  /* line 11339, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-btn {
    width: 280px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    font-size: 14px;
  }
  /* line 11373, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-btn::after {
    width: 10px;
    height: 10px;
    border-right: 1px solid #2a3b4c;
    border-bottom: 1px solid #2a3b4c;
    right: 20px;
  }
}

/* line 11382, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-btn2::after {
  content: "";
  width: 40px;
  height: 27px;
  border: none;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/assets/5g_lp/svg/link-af09e79eaa5c3f50f28b5fa6ad86203779fe626e7dca29f5ea2bdfb89a9bb66b.svg) no-repeat top 50% left 50%/contain;
}

@media (max-width: 768px) {
  /* line 11382, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-btn2::after {
    width: 30px;
    height: 18px;
    right: 20px;
  }
}

/* line 11400, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-btn3::after {
  content: "";
  width: 30px;
  height: 30px;
  border: none;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/assets/5g_lp/svg/link2-b85542fe9c55e889eafca774bb6c86ff24ce8674f58be49d97ea150d9bdd4d31.svg) no-repeat top 50% left 50%/contain;
}

@media (max-width: 768px) {
  /* line 11400, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-btn3::after {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}

/* line 11417, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-btn4 {
  width: 610px;
  height: 97px;
  line-height: 97px;
  -webkit-box-shadow: 0 5px 5px rgba(52, 52, 52, 0.3);
          box-shadow: 0 5px 5px rgba(52, 52, 52, 0.3);
}

/* line 11422, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-btn4::after {
  content: none;
}

@media (max-width: 768px) {
  /* line 11417, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-btn4 {
    height: 48px;
    line-height: 48px;
  }
}

/* line 11435, app/assets/stylesheets/lib/_5g.scss */
.wimax5g-cta {
  text-align: center;
}

/* line 11438, app/assets/stylesheets/lib/_5g.scss */
.wimax5g-cta-bottom {
  padding: 10px 15px;
}

@media (min-width: 960px) {
  /* line 11438, app/assets/stylesheets/lib/_5g.scss */
  .wimax5g-cta-bottom {
    padding: 40px 0;
  }
}

/* line 11446, app/assets/stylesheets/lib/_5g.scss */
.wimax5g-cta-txtImage {
  display: block;
  margin: 0 auto 5px;
  width: 43.06vw;
}

@media (min-width: 960px) {
  /* line 11446, app/assets/stylesheets/lib/_5g.scss */
  .wimax5g-cta-txtImage {
    width: 276px;
  }
}

/* line 11460, app/assets/stylesheets/lib/_5g.scss */
.banner-2plus {
  margin: 0 auto;
  padding: 50px 15px 0;
  max-width: 960px;
}

@media (min-width: 600px) {
  /* line 11460, app/assets/stylesheets/lib/_5g.scss */
  .banner-2plus {
    padding: 50px 0 20px;
  }
}

@media (min-width: 960px) {
  /* line 11471, app/assets/stylesheets/lib/_5g.scss */
  .sp {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 11476, app/assets/stylesheets/lib/_5g.scss */
  .pc {
    display: none;
  }
}

/* line 11484, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-news {
  background: -webkit-radial-gradient(#e2ffff, #ade2f9);
  background: radial-gradient(#e2ffff, #ade2f9);
  font-weight: bold;
  padding: 40px 10px;
}

/* line 11489, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-news-inner {
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: auto;
  border: 3px solid #003395;
  padding: 20px 20px;
  height: 180px;
  overflow-y: auto;
}

/* line 11499, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-news-title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}

/* line 11505, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-news-list {
  list-style: initial;
  padding-left: 35px;
  font-size: 20px;
}

/* line 11509, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-news-list li {
  margin-bottom: 20px;
}

/* line 11512, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-news-list a {
  text-decoration: none;
  border-bottom: 2px solid #1992eb;
  color: #1992eb;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 11517, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-news-list a:hover {
  opacity: .7;
}

@media (max-width: 768px) {
  /* line 11484, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-news {
    padding: 20px 10px;
  }
  /* line 11525, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-news-inner {
    padding: 15px 15px;
    height: 185px;
  }
  /* line 11529, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-news-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* line 11533, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-news-list {
    list-style: initial;
    padding-left: 25px;
    font-size: 15px;
  }
  /* line 11537, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-news-list li {
    margin-bottom: 15px;
  }
}

/* line 11543, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-news .bl-5g-news-color-txt {
  border-bottom: 2px solid #1992eb;
  color: #1992eb;
  display: inline-block;
}

/* line 11548, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-news .bl-5g-news-color-txt::after {
  background: url(/assets/5g_lp/svg/link2-b85542fe9c55e889eafca774bb6c86ff24ce8674f58be49d97ea150d9bdd4d31.svg) no-repeat top 50% left 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 0.7em;
  margin-left: 5px;
  width: 0.7em;
}

@media (min-width: 960px) {
  /* line 11559, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-news br {
    display: none;
  }
}

/* line 11567, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin: auto;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

/* line 11575, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-isoyama {
  width: 166px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

/* line 11580, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-list--isoyama {
  width: calc(100% - 186px);
  max-width: none;
}

/* line 11583, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-lead-list--isoyama > li {
  font-size: 42px;
}

@media (max-width: 768px) {
  /* line 11588, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
  /* line 11592, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-isoyama {
    width: 98px;
    margin-right: 10px;
  }
  /* line 11596, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-list--isoyama {
    width: calc(100% - 120px);
  }
  /* line 11598, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-lead-list--isoyama > li {
    font-size: 20px;
  }
}

/* line 11605, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-wrap--isoyama {
  position: relative;
}

/* line 11607, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-about-wrap--isoyama::after {
  content: "";
  background: url(/assets/5g_lp/isoyama_img02@2x-83a8266f414a18487fe133a30e92ed221061276627f3cffda3599ca349efd5b7.png) no-repeat top 50% left 50%/contain;
  width: 292px;
  height: 346px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  /* line 11607, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-wrap--isoyama::after {
    width: 108px;
    height: 128px;
    right: -10px;
  }
}

@media (max-width: 768px) {
  /* line 11622, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-about-wrap--isoyama-2::after {
    right: 0;
  }
}

/* line 11632, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-plan-lead-item-head {
  padding: 10px 0 0;
}

/* line 11635, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-device-h3-isoyama {
  padding-right: 20px;
}

@media (max-width: 768px) {
  /* line 11635, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-device-h3-isoyama {
    width: 200px;
    margin: auto;
  }
}

/* line 11643, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-img-isoyama {
  position: relative;
}

/* line 11645, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-area-img-isoyama::before {
  content: "";
  background: url(/assets/5g_lp/isoyama_img10@2x-70a82972efabfccc31ae87978f842dd1a7f305692e3e420f037f774b273f162d.png) no-repeat top 50% left 50%/contain;
  width: 278px;
  height: 281px;
  position: absolute;
  bottom: 100%;
  right: -30px;
}

@media (max-width: 768px) {
  /* line 11645, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-area-img-isoyama::before {
    width: 110px;
    height: 111px;
    right: -10px;
  }
}

/* line 11661, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow-wrap-isoyama {
  position: relative;
}

/* line 11663, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-flow-wrap-isoyama::before {
  content: "";
  background: url(/assets/5g_lp/isoyama_img11@2x-b61c0e3499f17d1a5525d7736fa0ea8417546ea677c9111cb68d50af68a498a3.png) no-repeat top 50% left 50%/contain;
  width: 230px;
  height: 371px;
  position: absolute;
  bottom: 100%;
  right: 0px;
}

@media (max-width: 768px) {
  /* line 11661, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow-wrap-isoyama {
    border-radius: 10px;
    padding: 10px 0;
  }
  /* line 11675, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow-wrap-isoyama::before {
    width: 100px;
    height: 166px;
    right: 5px;
  }
}

@media (max-width: 768px) {
  /* line 11683, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow {
    padding: 0;
  }
  /* line 11687, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-flow-frame {
    margin: 0;
    border-radius: 0;
  }
}

/* line 11693, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-cta {
  background: #1992EB;
  padding: 30px 15px 30px;
}

/* line 11696, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-cta-container {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  position: relative;
}

/* line 11711, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

/* line 11717, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-cta-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
  width: 790px;
  max-width: 100%;
  margin: auto;
}

/* line 11728, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-cta-tel {
  margin-bottom: -10px;
}

/* line 11731, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-cta-content {
  width: 45%;
  margin-right: 20px;
}

/* line 11734, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-cta-content--small {
  width: 32%;
  margin-right: 50px;
}

/* line 11738, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-cta-content--small2 {
  width: 38%;
  margin-right: 20px;
  text-align: center;
}

/* line 11742, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-cta-content--small2 img {
  width: 310px;
}

/* line 11747, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-cta-content2 {
  width: 57%;
  margin-right: 20px;
}

/* line 11751, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-cta-text {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}

/* line 11757, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-cta-text--2 {
  font-size: 17px;
}

/* line 11760, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-cta-text--3 {
  font-size: 16px;
}

/* line 11766, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-cta-btn1--small img {
  width: 310px;
}

/* line 11771, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-cta-btn2 {
  text-align: center;
  width: 90%;
  margin: auto;
}

/* line 11776, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-cta-note {
  font-size: 13px;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  /* line 11693, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-cta {
    padding: 20px 15px 20px;
  }
  /* line 11785, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-cta-container::after {
    background: url(/assets/5g_lp/isoyama_img15@2x-4ca05fc774221e4a3be6c079153f5ecfe2a7d8b231b0cc932be3e33fe04b3543.png) no-repeat center/contain;
    width: 236px;
    height: 191px;
    bottom: -8px;
  }
  /* line 11792, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-cta-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 11796, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-cta-wrap--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  /* line 11800, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-cta-wrap2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 11805, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-cta-badge {
    margin-right: 0px;
    width: 100%;
  }
  /* line 11808, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-cta-badge--2 {
    margin-bottom: 15px;
  }
  /* line 11812, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-cta-content {
    width: 90%;
    margin: 0 auto 0;
  }
  /* line 11816, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-cta-content--small2 img {
    width: 220px;
  }
  /* line 11821, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-cta-content2 {
    width: 90%;
    margin: 0 auto 0;
    text-align: center;
  }
  /* line 11826, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-cta-tel {
    width: 65%;
    margin: 0 auto 0;
    text-align: center;
  }
  /* line 11831, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-cta-text {
    font-size: 14px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #1992eb;
  }
  /* line 11835, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-cta-text--3 {
    font-size: 12px;
  }
  /* line 11839, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-cta-btn1 {
    margin-bottom: 15px;
  }
  /* line 11842, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-cta-btn2 {
    width: 85%;
  }
  /* line 11845, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-cta-note {
    font-size: 10px;
  }
}

/* line 11851, app/assets/stylesheets/lib/_5g.scss */
.sa-about {
  background: #ceefff;
  padding: 80px 0;
}

/* line 11854, app/assets/stylesheets/lib/_5g.scss */
.sa-about-container {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}

/* line 11860, app/assets/stylesheets/lib/_5g.scss */
.sa-about-head {
  text-align: center;
  margin-bottom: 40px;
}

/* line 11864, app/assets/stylesheets/lib/_5g.scss */
.sa-about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 11868, app/assets/stylesheets/lib/_5g.scss */
.sa-about-column {
  width: 48%;
}

/* line 11871, app/assets/stylesheets/lib/_5g.scss */
.sa-about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

/* line 11876, app/assets/stylesheets/lib/_5g.scss */
.sa-about-img {
  margin-right: 20px;
  width: 32%;
}

/* line 11880, app/assets/stylesheets/lib/_5g.scss */
.sa-about-headline {
  font-size: 26px;
  font-weight: bold;
  color: #1992eb;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

/* line 11887, app/assets/stylesheets/lib/_5g.scss */
.sa-about-headline::after {
  content: "";
  background: yellow;
  height: 19px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* line 11898, app/assets/stylesheets/lib/_5g.scss */
.sa-about-text {
  font-size: 19px;
  font-weight: 500;
}

/* line 11902, app/assets/stylesheets/lib/_5g.scss */
.sa-about-btn {
  text-align: center;
}

/* line 11905, app/assets/stylesheets/lib/_5g.scss */
.sa-about-note {
  font-size: 16px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 11851, app/assets/stylesheets/lib/_5g.scss */
  .sa-about {
    padding: 25px 0;
  }
  /* line 11913, app/assets/stylesheets/lib/_5g.scss */
  .sa-about-head {
    max-width: 90%;
    margin: 0 auto 15px;
  }
  /* line 11918, app/assets/stylesheets/lib/_5g.scss */
  .sa-about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 11921, app/assets/stylesheets/lib/_5g.scss */
  .sa-about-column {
    width: 100%;
  }
  /* line 11924, app/assets/stylesheets/lib/_5g.scss */
  .sa-about-item {
    margin-bottom: 20px;
  }
  /* line 11927, app/assets/stylesheets/lib/_5g.scss */
  .sa-about-img {
    margin-right: 15px;
    width: 32%;
  }
  /* line 11931, app/assets/stylesheets/lib/_5g.scss */
  .sa-about-headline {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* line 11934, app/assets/stylesheets/lib/_5g.scss */
  .sa-about-headline::after {
    height: 9px;
  }
  /* line 11938, app/assets/stylesheets/lib/_5g.scss */
  .sa-about-text {
    font-size: 12px;
  }
  /* line 11941, app/assets/stylesheets/lib/_5g.scss */
  .sa-about-note {
    font-size: 12px;
    margin-bottom: 20px;
  }
  /* line 11945, app/assets/stylesheets/lib/_5g.scss */
  .sa-about-btn {
    text-align: center;
    max-width: 90%;
    margin: auto;
  }
}

/* line 11953, app/assets/stylesheets/lib/_5g.scss */
.sa-set-lead {
  background: #CEEFFF;
  padding: 50px 20px;
}

/* line 11956, app/assets/stylesheets/lib/_5g.scss */
.sa-set-lead-img {
  margin-bottom: 80px;
  padding: 0 20px;
}

/* line 11960, app/assets/stylesheets/lib/_5g.scss */
.sa-set-lead-text1 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 11966, app/assets/stylesheets/lib/_5g.scss */
.sa-set-lead-frame {
  width: 800px;
  max-width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 23px;
  padding: 30px 30px;
  margin-bottom: 30px;
}

/* line 11974, app/assets/stylesheets/lib/_5g.scss */
.sa-set-lead-frame-text {
  margin-top: 15px;
  font-size: 19px;
}

/* line 11979, app/assets/stylesheets/lib/_5g.scss */
.sa-set-lead-plus {
  width: 70px;
  margin: -10px auto 20px;
}

/* line 11985, app/assets/stylesheets/lib/_5g.scss */
.sa-set-lead-modaal-wrap .modaal-content-container {
  background: #CEEFFF;
  padding: 50px 30px;
}

/* line 11990, app/assets/stylesheets/lib/_5g.scss */
.sa-set-lead-modaal-h2 {
  margin-bottom: 20px;
}

/* line 11993, app/assets/stylesheets/lib/_5g.scss */
.sa-set-lead-modaal-text1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

/* line 11999, app/assets/stylesheets/lib/_5g.scss */
.sa-set-lead-modaal-text2 {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

/* line 12003, app/assets/stylesheets/lib/_5g.scss */
.sa-set-lead-modaal-text2 > span {
  color: #197ce6;
}

/* line 12007, app/assets/stylesheets/lib/_5g.scss */
.sa-set-lead-modaal-frame {
  background: #fff;
  border-radius: 18px;
  padding: 30px 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 11953, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-lead {
    padding: 30px 15px;
  }
  /* line 12018, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-lead-text1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  /* line 12022, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-lead-frame {
    border-radius: 10px;
    padding: 15px 15px;
    margin-bottom: 15px;
  }
  /* line 12026, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-lead-frame-text {
    margin-top: 10px;
    font-size: 9px;
  }
  /* line 12031, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-lead-plus {
    width: 30px;
    margin: -5px auto 10px;
  }
  /* line 12037, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-lead-modaal-wrap .modaal-content-container {
    padding: 25px 15px;
  }
  /* line 12041, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-lead-modaal-h2 {
    margin-bottom: 15px;
  }
  /* line 12044, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-lead-modaal-text1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* line 12048, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-lead-modaal-text2 {
    font-size: 16px;
  }
  /* line 12051, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-lead-modaal-frame {
    border-radius: 9px;
    padding: 15px 15px;
    margin-bottom: 15px;
  }
}

/* line 12061, app/assets/stylesheets/lib/_5g.scss */
.sa-set-about {
  padding: 80px 20px;
  background: #ceefff;
}

/* line 12067, app/assets/stylesheets/lib/_5g.scss */
.sa-set-about-img {
  text-align: center;
  margin-bottom: 50px;
}

/* line 12071, app/assets/stylesheets/lib/_5g.scss */
.sa-set-about-accordion {
  width: 760px;
  max-width: 100%;
  margin: auto;
}

/* line 12076, app/assets/stylesheets/lib/_5g.scss */
.sa-set-about-accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

/* line 12080, app/assets/stylesheets/lib/_5g.scss */
.sa-set-about-accordion-head {
  background: #fff;
  font-size: 40px;
  padding: 10px 70px 10px 20px;
  border: 1px solid #000;
  position: relative;
  cursor: pointer;
  text-align: center;
}

/* line 12088, app/assets/stylesheets/lib/_5g.scss */
.sa-set-about-accordion-head::after {
  content: "";
  width: 25px;
  height: 25px;
  border-top: 2px solid #2a3b4c;
  border-right: 2px solid #2a3b4c;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

/* line 12100, app/assets/stylesheets/lib/_5g.scss */
.sa-set-about-accordion-head.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* line 12105, app/assets/stylesheets/lib/_5g.scss */
.sa-set-about-accordion-content {
  padding: 30px 0px;
  display: none;
}

/* line 12109, app/assets/stylesheets/lib/_5g.scss */
.sa-set-about-accordion-text {
  font-size: 20px;
  line-height: 1.7;
}

/* line 12112, app/assets/stylesheets/lib/_5g.scss */
.sa-set-about-accordion-text > span {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ff0));
  background: -webkit-linear-gradient(transparent 75%, #ff0 75%);
  background: linear-gradient(transparent 75%, #ff0 75%);
}

@media (max-width: 768px) {
  /* line 12061, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-about {
    padding: 30px 20px;
  }
  /* line 12120, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-about-img {
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 12129, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-about-accordion-head {
    font-size: 17px;
    padding: 7px 40px 7px 15px;
  }
  /* line 12132, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-about-accordion-head::after {
    width: 12px;
    height: 12px;
    right: 25px;
  }
  /* line 12138, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-about-accordion-content {
    padding: 10px 0px;
  }
  /* line 12141, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-about-accordion-text {
    font-size: 10px;
  }
}

/* line 12150, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq {
  width: 800px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  padding: 80px 0;
}

/* line 12156, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-h2 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 35px;
}

/* line 12162, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-wrap {
  margin-bottom: 80px;
}

/* line 12166, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-item:not(:last-child) {
  margin-bottom: 60px;
}

/* line 12170, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-head {
  background: #EEF9FF;
  font-size: 30px;
  height: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 110px 10px 110px;
  position: relative;
  cursor: pointer;
  text-align: left;
}

/* line 12180, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-head::before {
  content: "";
  background: url(/assets/5g_lp/sa_set_q@2x-6a215edc33a2548a9856b0a904ac0e71ae57194773a4e53e3743d5d409874f67.png) no-repeat center/contain;
  width: 45px;
  height: 51px;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 12192, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-head.is-open .sa-set-faq-icon::after {
  content: none;
}

/* line 12198, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 12205, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-icon::before {
  content: "";
  background: #757575;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 12216, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-icon::after {
  content: "";
  background: #757575;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

/* line 12229, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-content {
  display: none;
  padding: 30px 40px 0;
}

/* line 12233, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-text {
  font-size: 27px;
  text-align: left;
  margin-bottom: 20px;
}

/* line 12238, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-text2 {
  font-size: 18px;
  text-align: left;
  margin-top: 10px;
}

/* line 12244, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion-headline {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 12251, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion-item:not(:last-child) {
  margin-bottom: 80px;
}

/* line 12255, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion-head {
  background: #C5ECFF;
  color: #197ce6;
  font-size: 53px;
  padding: 10px 70px 10px 20px;
  position: relative;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}

/* line 12264, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion-head::after {
  content: "";
  width: 25px;
  height: 25px;
  border-top: 2px solid #197CE6;
  border-right: 2px solid #197CE6;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

/* line 12276, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion-head.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* line 12281, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion-content {
  padding: 30px 0px;
  display: none;
}

/* line 12285, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion-table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 12288, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion-table td, .sa-set-faq-accordion-table th {
  border: 1px solid #868686;
  font-size: 19px;
  padding: 10px;
  text-align: left;
}

/* line 12294, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion-table th {
  width: 42%;
  background: #eeeeee;
}

/* line 12298, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion-table td {
  font-weight: bold;
}

/* line 12300, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion-table td span {
  color: #ff0000;
}

/* line 12305, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion-text {
  text-align: left;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 12311, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion-img {
  margin-bottom: 20px;
  text-align: left;
}

/* line 12315, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion-note {
  text-align: left;
  font-size: 15px;
}

/* line 12319, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion-note2 {
  margin-top: 50px;
  text-align: left;
  font-size: 26px;
  font-weight: 500;
}

/* line 12325, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion-accordion {
  padding: 10px;
  border: 1px solid #e5e5e5;
}

/* line 12328, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion-accordion-head {
  cursor: pointer;
  font-size: 16px;
  text-align: center;
}

/* line 12333, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion-accordion-content {
  padding-top: 10px;
  display: none;
}

/* line 12339, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion2 {
  text-align: left;
  margin-top: 30px;
}

/* line 12342, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion2-head {
  font-size: 19px;
  cursor: pointer;
}

/* line 12346, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-accordion2-content {
  font-size: 19px;
  display: none;
}

/* line 12351, app/assets/stylesheets/lib/_5g.scss */
.sa-set-faq-btn {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 12150, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq {
    padding: 0px 0 40px;
  }
  /* line 12356, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  /* line 12360, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-wrap {
    margin-bottom: 50px;
  }
  /* line 12364, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-item:not(:last-child) {
    margin-bottom: 30px;
  }
  /* line 12368, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-head {
    font-size: 14px;
    height: 67px;
    padding: 10px 50px 10px 50px;
  }
  /* line 12372, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-head::before {
    width: 20px;
    height: 23px;
    left: 20px;
  }
  /* line 12378, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-icon {
    width: 10px;
    height: 10px;
    right: 30px;
  }
  /* line 12382, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-icon::before {
    height: 2px;
  }
  /* line 12385, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-icon::after {
    width: 2px;
  }
  /* line 12389, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-content {
    display: none;
    padding: 15px 25px 0;
  }
  /* line 12393, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-text {
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* line 12397, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-text2 {
    font-size: 12px;
  }
  /* line 12401, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-accordion-headline {
    font-size: 21px;
    margin-bottom: 20px;
  }
  /* line 12406, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-accordion-item:not(:last-child) {
    margin-bottom: 30px;
  }
  /* line 12410, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-accordion-head {
    font-size: 22px;
    padding: 10px 20px 10px 20px;
  }
  /* line 12413, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-accordion-head::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #197CE6;
    border-right: 1px solid #197CE6;
    right: 30px;
  }
  /* line 12422, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-accordion-content {
    padding: 20px 0px;
    display: none;
  }
  /* line 12426, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-accordion-table {
    margin-bottom: 15px;
  }
  /* line 12428, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-accordion-table td, .sa-set-faq-accordion-table th {
    font-size: 10px;
    padding: 10px;
  }
  /* line 12435, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-accordion-text {
    font-size: 10px;
    margin-bottom: 10px;
  }
  /* line 12439, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-accordion-img {
    margin-bottom: 15px;
  }
  /* line 12442, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-accordion-note {
    font-size: 10px;
  }
  /* line 12445, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-accordion-note2 {
    margin-top: 30px;
    font-size: 10px;
  }
  /* line 12450, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-accordion-accordion-head {
    font-size: 12px;
  }
  /* line 12453, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-accordion-accordion-content {
    padding-top: 7px;
  }
  /* line 12458, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-accordion2 {
    margin-top: 20px;
  }
  /* line 12460, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-accordion2-head {
    font-size: 12px;
  }
  /* line 12463, app/assets/stylesheets/lib/_5g.scss */
  .sa-set-faq-accordion2-content {
    font-size: 12px;
  }
}

/* line 12470, app/assets/stylesheets/lib/_5g.scss */
.modaal-content-container {
  max-width: calc(100vw - 60px);
}

/* line 12475, app/assets/stylesheets/lib/_5g.scss */
.saving-mv {
  margin: 0 auto;
  max-width: 960px;
  padding: 20px 0 10px;
}

/* line 12479, app/assets/stylesheets/lib/_5g.scss */
.saving-mv-wrap {
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.03%, #008ae7), color-stop(21.77%, #0898eb), color-stop(62.63%, #1dbcf5), color-stop(99.87%, #34e3ff));
  background: -webkit-linear-gradient(right, #008ae7 0.03%, #0898eb 21.77%, #1dbcf5 62.63%, #34e3ff 99.87%);
  background: linear-gradient(-90deg, #008ae7 0.03%, #0898eb 21.77%, #1dbcf5 62.63%, #34e3ff 99.87%);
  background-size: cover;
}

/* line 12485, app/assets/stylesheets/lib/_5g.scss */
.saving-accordion-content {
  margin: 0 -30px -30px;
}

/* line 12488, app/assets/stylesheets/lib/_5g.scss */
.saving-band {
  padding: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #1992eb;
  text-align: center;
  background: #FFFF00;
}

@media (max-width: 768px) {
  /* line 12488, app/assets/stylesheets/lib/_5g.scss */
  .saving-band {
    font-size: 24px;
  }
}

/* line 12499, app/assets/stylesheets/lib/_5g.scss */
.saving-sec2 {
  background: #CEEFFF;
  text-align: center;
  padding: 60px 20px;
}

@media (max-width: 768px) {
  /* line 12499, app/assets/stylesheets/lib/_5g.scss */
  .saving-sec2 {
    padding: 40px 20px;
  }
}

/* line 12507, app/assets/stylesheets/lib/_5g.scss */
.saving-sec3 {
  background: #FFFFC0;
  text-align: center;
  padding: 60px 20px;
  width: 980px;
  max-width: 100%;
}

/* line 12513, app/assets/stylesheets/lib/_5g.scss */
.saving-sec3-head {
  margin-bottom: 30px;
}

/* line 12516, app/assets/stylesheets/lib/_5g.scss */
.saving-sec3-text {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 12522, app/assets/stylesheets/lib/_5g.scss */
.saving-sec3-slider-item {
  padding: 0 45px;
  margin: auto;
  display: block;
  position: relative;
}

/* line 12527, app/assets/stylesheets/lib/_5g.scss */
.saving-sec3-slider-item img {
  margin: auto;
}

/* line 12531, app/assets/stylesheets/lib/_5g.scss */
.saving-sec3-slider .slick-prev,
.saving-sec3-slider .slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #2a3b4c;
  background: #fff;
}

/* line 12540, app/assets/stylesheets/lib/_5g.scss */
.saving-sec3-slider .slick-prev:before,
.saving-sec3-slider .slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 1px solid #2a3b4c;
  border-top: 1px solid #2a3b4c;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 12552, app/assets/stylesheets/lib/_5g.scss */
.saving-sec3-slider .slick-prev:hover, .saving-sec3-slider .slick-prev:focus,
.saving-sec3-slider .slick-next:hover,
.saving-sec3-slider .slick-next:focus {
  background: #fff;
  opacity: 1;
}

/* line 12557, app/assets/stylesheets/lib/_5g.scss */
.saving-sec3-slider .slick-prev {
  left: calc(50% - 350px);
}

/* line 12559, app/assets/stylesheets/lib/_5g.scss */
.saving-sec3-slider .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 12564, app/assets/stylesheets/lib/_5g.scss */
.saving-sec3-slider .slick-next {
  right: calc(50% - 350px);
}

/* line 12566, app/assets/stylesheets/lib/_5g.scss */
.saving-sec3-slider .slick-next:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 15px;
}

@media (max-width: 768px) {
  /* line 12507, app/assets/stylesheets/lib/_5g.scss */
  .saving-sec3 {
    padding: 40px 20px;
  }
  /* line 12574, app/assets/stylesheets/lib/_5g.scss */
  .saving-sec3-head {
    margin-bottom: 20px;
  }
  /* line 12577, app/assets/stylesheets/lib/_5g.scss */
  .saving-sec3-text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  /* line 12582, app/assets/stylesheets/lib/_5g.scss */
  .saving-sec3-slider .slick-prev,
.saving-sec3-slider .slick-next {
    width: 30px;
    height: 30px;
  }
  /* line 12586, app/assets/stylesheets/lib/_5g.scss */
  .saving-sec3-slider .slick-prev:before,
.saving-sec3-slider .slick-next:before {
    content: "";
    width: 12px;
    height: 12px;
  }
  /* line 12592, app/assets/stylesheets/lib/_5g.scss */
  .saving-sec3-slider .slick-prev {
    left: 0;
  }
  /* line 12594, app/assets/stylesheets/lib/_5g.scss */
  .saving-sec3-slider .slick-prev:before {
    left: 10px;
  }
  /* line 12598, app/assets/stylesheets/lib/_5g.scss */
  .saving-sec3-slider .slick-next {
    right: 0;
  }
  /* line 12600, app/assets/stylesheets/lib/_5g.scss */
  .saving-sec3-slider .slick-next:before {
    right: 10px;
  }
}

/* line 12607, app/assets/stylesheets/lib/_5g.scss */
.saving-sec4 {
  background: #CEEFFF;
  text-align: center;
  padding: 60px 20px;
}

@media (max-width: 768px) {
  /* line 12607, app/assets/stylesheets/lib/_5g.scss */
  .saving-sec4 {
    padding: 40px 20px;
  }
}

/* line 12615, app/assets/stylesheets/lib/_5g.scss */
.saving-accordion-lead {
  width: 980px;
  max-width: 100%;
  margin: auto;
  background: #fff;
  padding: 40px 110px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 12615, app/assets/stylesheets/lib/_5g.scss */
  .saving-accordion-lead {
    padding: 20px 0px;
  }
}

/* line 12626, app/assets/stylesheets/lib/_5g.scss */
.saving-accordion-head {
  background: #FFFF99;
  text-align: center;
  padding: 14px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

/* line 12633, app/assets/stylesheets/lib/_5g.scss */
.saving-accordion-head > span {
  font-weight: bold;
  font-size: 31px;
  color: #1992EB;
  position: relative;
}

/* line 12638, app/assets/stylesheets/lib/_5g.scss */
.saving-accordion-head > span::after {
  content: "";
  width: 22px;
  height: 22px;
  border-right: 2px solid #1992EB;
  border-bottom: 2px solid #1992EB;
  position: absolute;
  top: 8px;
  right: -50px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 768px) {
  /* line 12626, app/assets/stylesheets/lib/_5g.scss */
  .saving-accordion-head {
    padding: 10px 0;
  }
  /* line 12654, app/assets/stylesheets/lib/_5g.scss */
  .saving-accordion-head > span {
    font-size: 20px;
  }
  /* line 12656, app/assets/stylesheets/lib/_5g.scss */
  .saving-accordion-head > span::after {
    width: 15px;
    height: 15px;
    top: 5px;
    right: -30px;
  }
}

/* line 12667, app/assets/stylesheets/lib/_5g.scss */
.upgrade5g-bnr {
  padding: 80px 20px 30px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 12667, app/assets/stylesheets/lib/_5g.scss */
  .upgrade5g-bnr {
    padding: 30px 20px 20px;
  }
}

/* line 12675, app/assets/stylesheets/lib/_5g.scss */
.upgrade5g-about {
  background: #d6f1ff;
  padding: 80px 20px;
}

/* line 12678, app/assets/stylesheets/lib/_5g.scss */
.upgrade5g-about-h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

/* line 12682, app/assets/stylesheets/lib/_5g.scss */
.upgrade5g-about-h2 > span {
  font-size: 45px;
  color: #ff5865;
}

/* line 12687, app/assets/stylesheets/lib/_5g.scss */
.upgrade5g-about-img {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 12675, app/assets/stylesheets/lib/_5g.scss */
  .upgrade5g-about {
    padding: 30px 0px 40px;
  }
  /* line 12693, app/assets/stylesheets/lib/_5g.scss */
  .upgrade5g-about-h2 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  /* line 12697, app/assets/stylesheets/lib/_5g.scss */
  .upgrade5g-about-h2 > span {
    font-size: 21px;
  }
  /* line 12701, app/assets/stylesheets/lib/_5g.scss */
  .upgrade5g-about-img {
    margin-bottom: 0px;
    padding: 0 20px;
  }
}

/* line 12708, app/assets/stylesheets/lib/_5g.scss */
.upgrade5g-cradle {
  background: #D6F1FF;
  padding: 80px 20px 0px;
}

/* line 12711, app/assets/stylesheets/lib/_5g.scss */
.upgrade5g-cradle-headline {
  font-size: 39px;
  text-align: center;
  margin-bottom: 40px;
}

/* line 12715, app/assets/stylesheets/lib/_5g.scss */
.upgrade5g-cradle-headline > span {
  font-size: 50px;
}

/* line 12719, app/assets/stylesheets/lib/_5g.scss */
.upgrade5g-cradle-img {
  text-align: center;
  margin-bottom: 30px;
}

/* line 12723, app/assets/stylesheets/lib/_5g.scss */
.upgrade5g-cradle-price {
  text-align: center;
  margin-bottom: 30px;
}

/* line 12727, app/assets/stylesheets/lib/_5g.scss */
.upgrade5g-cradle-text1 {
  font-size: 41px;
  font-weight: bold;
  color: #1992eb;
  text-align: center;
  margin-bottom: 30px;
}

/* line 12734, app/assets/stylesheets/lib/_5g.scss */
.upgrade5g-cradle-text2 {
  width: 700px;
  max-width: 100%;
  margin: auto;
  font-size: 17px;
}

@media (max-width: 768px) {
  /* line 12708, app/assets/stylesheets/lib/_5g.scss */
  .upgrade5g-cradle {
    padding: 30px 20px 20px;
  }
  /* line 12742, app/assets/stylesheets/lib/_5g.scss */
  .upgrade5g-cradle-headline {
    font-size: 19px;
    margin-bottom: 20px;
  }
  /* line 12745, app/assets/stylesheets/lib/_5g.scss */
  .upgrade5g-cradle-headline > span {
    font-size: 25px;
  }
  /* line 12749, app/assets/stylesheets/lib/_5g.scss */
  .upgrade5g-cradle-img {
    max-width: 80%;
    margin: 0 auto 20px;
  }
  /* line 12753, app/assets/stylesheets/lib/_5g.scss */
  .upgrade5g-cradle-price {
    max-width: 80%;
    margin: 0 auto 20px;
  }
  /* line 12757, app/assets/stylesheets/lib/_5g.scss */
  .upgrade5g-cradle-text1 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  /* line 12761, app/assets/stylesheets/lib/_5g.scss */
  .upgrade5g-cradle-text2 {
    font-size: 10px;
  }
}

/* line 12767, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-step {
  padding: 100px 0;
}

@media (max-width: 768px) {
  /* line 12767, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-step {
    padding: 40px 0;
  }
}

/* line 12773, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-step-title {
  font-size: 50px;
  margin-bottom: 60px;
}

/* line 12776, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-step-title > span {
  font-size: 41px;
  color: #1992eb;
  line-height: 1.3;
  display: inline-block;
  margin-top: 10px;
}

@media (max-width: 768px) {
  /* line 12773, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-step-title {
    font-size: 26px;
    margin-bottom: 50px;
  }
  /* line 12786, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-step-title > span {
    font-size: 18px;
  }
}

/* line 12792, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media (max-width: 768px) {
  /* line 12792, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-step-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 12799, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-step-item:not(:last-child) {
  padding-bottom: 5rem;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  /* line 12799, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-step-item:not(:last-child) {
    padding-bottom: 3rem;
    margin-bottom: 2rem;
  }
}

/* line 12808, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-step-item:not(:last-child)::after {
  content: "";
  background: url(/assets/mypage/pages/model-change-5g/icon-step-arrow-77d919bb594b48c65d9158b5acde00c085f7cbb4518b717416c4f74d1e9ae73b.svg);
  width: 30px;
  height: 17px;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 12808, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-step-item:not(:last-child)::after {
    width: 18px;
    height: 10px;
  }
}

/* line 12829, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-step-img {
  width: 51%;
}

@media (max-width: 768px) {
  /* line 12829, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-step-img {
    width: 100%;
    margin-bottom: 1rem;
  }
}

/* line 12838, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-step-content {
  width: 46%;
  padding-top: 25px;
}

@media (max-width: 768px) {
  /* line 12838, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-step-content {
    width: 100%;
    padding-top: 0;
  }
}

/* line 12845, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-step-content .btn {
  max-width: 450px;
  font-size: 21px;
  height: 65px;
  line-height: 65px;
  -webkit-box-shadow: 0 0 0 5px #fff000;
          box-shadow: 0 0 0 5px #fff000;
  margin-top: 20px;
}

@media (max-width: 768px) {
  /* line 12845, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-step-content .btn {
    font-size: 16px;
  }
}

/* line 12858, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-step-h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  /* line 12858, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-step-h3 {
    text-align: center;
    font-size: 20px;
  }
}

/* line 12867, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-step-text {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: 500;
}

@media (max-width: 768px) {
  /* line 12867, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-step-text {
    text-align: center;
    font-size: 16px;
  }
}

/* line 12877, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-step-blue {
  color: #1992eb;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 12877, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-step-blue {
    text-align: center;
    font-size: 18px;
  }
}

/* line 12887, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-step-notion {
  font-size: 15px;
}

/* line 12889, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-step-notion > span {
  text-decoration: underline;
  color: #FF0000;
}

@media (max-width: 768px) {
  /* line 12887, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-step-notion {
    font-size: 10px;
  }
}

/* line 12899, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-stand {
  text-align: center;
  padding: 80px 20px;
}

/* line 12902, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-stand-h2 {
  font-size: 48px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 12899, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-stand {
    padding: 40px 30px;
  }
  /* line 12908, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-stand-h2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
}

/* line 12917, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure {
  background: #D6F1FF;
  padding: 5rem 0 0 !important;
}

@media (max-width: 768px) {
  /* line 12917, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-measure {
    padding: 1.5rem 0 0 !important;
  }
}

/* line 12923, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure-title {
  font-size: 50px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 12923, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-measure-title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

/* line 12931, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure-title2 {
  font-size: 30px;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  /* line 12931, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-measure-title2 {
    font-size: 18px;
  }
}

/* line 12938, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure-table {
  max-width: 815px;
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
  font-size: 32px;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 768px) {
  /* line 12938, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-measure-table {
    font-size: 15px;
    margin-bottom: 1rem;
  }
}

/* line 12953, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure-table th, .modelChange5g-measure-table td {
  border: 1px solid #d1d1d1;
  padding: 1rem;
  line-height: 1.4;
  word-wrap: break-word;
  vertical-align: middle;
}

@media (max-width: 767px) {
  /* line 12953, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-measure-table th, .modelChange5g-measure-table td {
    padding: 0.5rem;
  }
}

/* line 12964, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure-table tbody th {
  background-color: #f9f9f9;
  font-size: 21px;
}

/* line 12967, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure-table tbody th > span {
  font-size: 55px;
}

@media (max-width: 768px) {
  /* line 12964, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-measure-table tbody th {
    font-size: 11px;
  }
  /* line 12972, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-measure-table tbody th > span {
    font-size: 26px;
  }
}

/* line 12978, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure-table tbody td > span {
  color: #f44e2d;
}

/* line 12980, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure-table tbody td > span > span {
  font-size: 21px;
}

@media (max-width: 768px) {
  /* line 12984, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-measure-table tbody td > span > span {
    font-size: 11px;
  }
}

/* line 12992, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure-table-galaxy td {
  color: #1992eb;
  font-weight: bold;
}

/* line 12998, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure-notion {
  font-size: 16px;
  max-width: 815px;
  width: 100%;
  margin: 0 auto 3rem;
}

@media (max-width: 768px) {
  /* line 12998, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-measure-notion {
    font-size: 10px;
    margin-bottom: 1rem;
  }
}

/* line 13008, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure-result {
  margin: auto;
  padding: 0 3rem;
  position: relative;
  display: inline-block;
  color: #1992eb;
  font-size: 38px;
  font-weight: bold;
}

/* line 13009, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure-result-wrap {
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  /* line 13008, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-measure-result {
    font-size: 16px;
    padding: 0 2rem;
  }
}

/* line 13024, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure-result::before {
  content: "＼";
  position: absolute;
  bottom: 0;
  display: inline-block;
  left: 0;
  color: #1992eb;
}

/* line 13032, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure-result::after {
  content: "／";
  position: absolute;
  bottom: 0;
  display: inline-block;
  right: 0;
  color: #1992eb;
}

/* line 13041, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure-accent {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5rem;
}

/* line 13046, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure-accent > span {
  font-size: 43px;
  color: #ff7682;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFFF00));
  background: -webkit-linear-gradient(transparent 70%, #FFFF00 70%);
  background: linear-gradient(transparent 70%, #FFFF00 70%);
}

@media (max-width: 768px) {
  /* line 13041, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-measure-accent {
    font-size: 16px;
    margin-bottom: 1.5rem;
  }
  /* line 13054, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-measure-accent > span {
    font-size: 21px;
  }
}

/* line 13059, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure-arrow {
  background: url(/assets/mypage/pages/model-change-5g/icon-arrow-d676b30f929f97909d1add64871723dd9f1e72f104eff33226894631bb7ab7b8.svg);
  width: 209px;
  height: 63px;
  margin: auto;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  /* line 13059, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-measure-arrow {
    width: 87px;
    height: 26px;
  }
}

/* line 13070, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-measure .option-accordion4 {
  display: none;
}

/* line 13074, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-speed {
  background: #D6F1FF;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  /* line 13074, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-speed {
    padding-bottom: 50px;
  }
}

/* line 13080, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-speed-title {
  font-size: 36px;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  /* line 13080, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-speed-title {
    font-size: 15px;
    margin-bottom: 2rem;
  }
}

/* line 13088, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-speed-title span {
  position: relative;
  padding-left: 5rem;
}

@media (max-width: 768px) {
  /* line 13088, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-speed-title span {
    padding-left: 2.5rem;
  }
}

/* line 13094, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-speed-title span::before {
  content: "";
  background: url(/assets/mypage/pages/model-change-5g/icon-question-a4ed106f3fd94d759c4431b5dc4dac05174ab972694d75355c05bc5e3132ca9c.svg);
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  /* line 13094, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-speed-title span::before {
    width: 18px;
    height: 18px;
  }
}

/* line 13112, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-speed-title-2 span::before {
  background: url(/assets/mypage/pages/model-change-5g/icon-arrow-down-fb6834ca75d4bf79227c05c7212397f82766bdd6a59498fe4801e3868cf374f8.svg);
}

/* line 13118, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-speed-figure {
  text-align: center;
  margin-bottom: 1rem;
}

/* line 13122, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-speed-text {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  /* line 13122, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-speed-text {
    font-size: 11px;
  }
}

/* line 13130, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-speed-text span {
  font-size: 29px;
}

@media (max-width: 768px) {
  /* line 13130, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-speed-text span {
    font-size: 12px;
  }
}

/* line 13137, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-speed-notion {
  font-size: 16px;
  max-width: 815px;
  width: 100%;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 13137, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-speed-notion {
    font-size: 10px;
  }
}

/* line 13149, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-device-btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  vertical-align: middle;
  border-radius: 500px;
  line-height: 1.3;
  padding: 1em 1.875em;
  font-weight: 700;
  -webkit-box-shadow: 0 3px 5px rgba(68, 68, 68, 0.3);
          box-shadow: 0 3px 5px rgba(68, 68, 68, 0.3);
  background: #78d9ff;
  color: #fff;
  width: 600px;
  font-size: 28px;
  margin-bottom: 4rem;
  position: relative;
  cursor: pointer;
}

/* line 13167, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-device-btn::after {
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  width: 1em;
  height: 1em;
  background: url(/assets/mypage/pages/model-change-5g/arrow-bottom-white-bbe5319c23f418dbe06178611e0e314f82737ca1d65107b45fdd05e09f74c95f.svg) no-repeat top 50% left 50%;
  background-size: contain;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 13179, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-device-btn:hover {
  color: #fff;
  background-color: #1992eb;
}

@media (max-width: 768px) {
  /* line 13149, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-device-btn {
    max-width: 95%;
    font-size: 16px;
    margin-bottom: 1rem;
  }
}

/* line 13192, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option {
  padding: 80px 0;
}

@media (max-width: 768px) {
  /* line 13192, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option {
    padding: 30px 0;
  }
}

/* line 13199, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option-title {
  font-size: 50px;
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  /* line 13199, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option-title {
    font-size: 21px;
    margin-bottom: 1rem;
  }
}

/* line 13209, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option-text {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  /* line 13209, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option-text {
    font-size: 15px;
    margin-bottom: 2rem;
  }
}

/* line 13222, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option-head {
  font-size: 39px;
  color: #fff;
  border-radius: 14px;
  background: #ff5865;
  padding: 9px 10px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 13222, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option-head {
    font-size: 17px;
    border-radius: 6px;
    padding: 5px 5px;
    margin-bottom: 20px;
  }
}

/* line 13240, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option-img {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 13240, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option-img {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/* line 13249, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option-btn {
  text-align: center;
}

/* line 13254, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2 {
  margin: auto;
  text-align: center;
  padding: 120px 0 0;
  background: #c5ecff;
  width: 100%;
}

@media (max-width: 768px) {
  /* line 13254, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2 {
    padding: 50px 0px 0;
  }
}

/* line 13265, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-title {
  font-size: 50px;
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  /* line 13265, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-title {
    font-size: 21px;
    margin-bottom: 1rem;
  }
}

/* line 13276, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-h3 {
  font-size: 36px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 13276, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/* line 13286, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-h4 {
  font-size: 48px;
  color: #fff;
  background: #1992eb;
  border-radius: 14px;
  margin: auto;
  margin-bottom: 30px;
  padding: 5px 0;
  width: 630px;
}

@media (max-width: 768px) {
  /* line 13286, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-h4 {
    font-size: 17px;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 5px 0;
    width: 275px;
  }
}

/* line 13305, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-unit:not(:last-child) {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  /* line 13305, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-unit:not(:last-child) {
    padding-bottom: 40px;
  }
}

/* line 13313, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-unit2 {
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  /* line 13313, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-unit2 {
    padding-bottom: 35px;
  }
}

/* line 13328, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-container {
  max-width: 980px;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 13328, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-container {
    padding: 0 15px;
  }
}

/* line 13337, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-note {
  text-align: left;
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
  font-size: 27px;
}

@media (max-width: 768px) {
  /* line 13337, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-note {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

/* line 13350, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-under {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff00));
  background: -webkit-linear-gradient(transparent 50%, #ffff00 50%);
  background: linear-gradient(transparent 50%, #ffff00 50%);
}

/* line 13356, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-item {
  background: #fff;
  padding: 20px 20px 40px;
  width: 630px;
  margin: auto;
  border-radius: 23px;
  color: inherit;
  display: block;
  text-decoration: none;
  position: relative;
  line-height: 1.5;
}

@media (max-width: 768px) {
  /* line 13356, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-item {
    padding: 10px 5px;
    width: 275px;
    margin: auto;
    border-radius: 10px;
  }
}

/* line 13375, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-item:hover {
  color: inherit;
  text-decoration: none;
}

/* line 13380, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-item::after {
  content: "";
  background: url(/assets/5g_lp/svg/link-af09e79eaa5c3f50f28b5fa6ad86203779fe626e7dca29f5ea2bdfb89a9bb66b.svg) no-repeat top 50% left 50%/contain;
  width: 29px;
  height: 20px;
  position: absolute;
  right: 30px;
  bottom: 20px;
}

@media (max-width: 768px) {
  /* line 13380, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-item::after {
    width: 13px;
    height: 9px;
    right: 10px;
    bottom: 10px;
  }
}

/* line 13398, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-lead {
  font-size: 29px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #1992eb;
}

@media (max-width: 768px) {
  /* line 13398, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-lead {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

/* line 13410, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 13415, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-logo {
  width: 17%;
  margin: auto;
  text-align: center;
  margin: 10px auto 0;
}

/* line 13421, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-logo img {
  margin: auto;
}

@media (max-width: 768px) {
  /* line 13415, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-logo {
    max-width: 100px;
  }
}

/* line 13430, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-right {
  width: 70%;
}

/* line 13434, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-name {
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: left;
  height: 3em;
}

@media (max-width: 768px) {
  /* line 13434, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-name {
    font-size: 14px;
    margin-bottom: 3px;
  }
}

/* line 13447, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-price {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  text-align: left;
  color: #ff5865;
}

/* line 13454, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-price em {
  font-size: 64px;
  font-style: normal;
}

/* line 13458, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-price em::before {
  content: "月額";
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
  vertical-align: middle;
  font-size: 26px;
}

/* line 13468, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-price2 {
  font-size: 24px;
  text-align: left;
  padding-left: 75px;
}

@media (max-width: 768px) {
  /* line 13447, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-price {
    font-size: 14px;
  }
  /* line 13477, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-price em {
    font-size: 27px;
  }
  /* line 13480, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-price em::before {
    margin-right: 6px;
    font-size: 14px;
  }
  /* line 13486, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-price2 {
    font-size: 11px;
    padding-left: 40px;
  }
}

/* line 13493, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-table {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
}

/* line 13498, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-table th,
.modelChange5g-option2-table td {
  padding: 20px;
  border: 2px solid #c6c6c6;
}

/* line 13504, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-table th {
  width: 35%;
  vertical-align: top;
}

/* line 13509, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-table ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  list-style-type: disc;
}

/* line 13515, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-table ul + p {
  margin-top: 15px;
  font-size: 14px;
}

@media (max-width: 768px) {
  /* line 13521, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-table th,
.modelChange5g-option2-table td {
    padding: 10px;
  }
  /* line 13525, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-table th {
    width: 35%;
  }
  /* line 13530, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-table ul {
    margin-left: 20px;
  }
  /* line 13533, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-table ul + p {
    font-size: 12px;
  }
}

/* line 13543, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-slider .slick-prev,
.modelChange5g-option2-slider .slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid #2a3b4c;
  background: #fff;
}

/* line 13553, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-slider .slick-prev:before,
.modelChange5g-option2-slider .slick-next:before {
  content: "";
  width: 35px;
  height: 35px;
  border-right: 2px solid #2a3b4c;
  border-top: 2px solid #2a3b4c;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 13566, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-slider .slick-prev:hover, .modelChange5g-option2-slider .slick-prev:focus,
.modelChange5g-option2-slider .slick-next:hover,
.modelChange5g-option2-slider .slick-next:focus {
  background: #fff;
  opacity: 1;
}

/* line 13572, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-slider .slick-prev {
  left: calc(50vw - 382px);
}

/* line 13575, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-slider .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 13581, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-slider .slick-next {
  right: calc(50vw - 382px);
}

/* line 13584, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-option2-slider .slick-next:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 15px;
}

@media (max-width: 768px) {
  /* line 13592, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-slider .slick-prev,
.modelChange5g-option2-slider .slick-next {
    width: 32px;
    height: 32px;
  }
  /* line 13597, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-slider .slick-prev:before,
.modelChange5g-option2-slider .slick-next:before {
    content: "";
    width: 15px;
    height: 15px;
    border-right: 2px solid #2a3b4c;
    border-top: 2px solid #2a3b4c;
  }
  /* line 13605, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-slider .slick-prev {
    left: calc(50vw - 162px);
  }
  /* line 13607, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-slider .slick-prev:before {
    left: 5px;
  }
  /* line 13611, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-slider .slick-next {
    right: calc(50vw - 162px);
  }
  /* line 13613, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-option2-slider .slick-next:before {
    right: 5px;
  }
}

/* line 13620, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area {
  max-width: 980px;
  width: 100%;
  margin: auto;
  padding: 70px 0;
}

@media (max-width: 768px) {
  /* line 13620, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-area {
    padding: 50px 10px;
  }
}

/* line 13628, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-title {
  font-size: 50px;
  margin-bottom: 50px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  /* line 13628, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-area-title {
    font-size: 21px;
    margin-bottom: 30px;
  }
}

/* line 13636, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-title > span {
  position: relative;
  font-size: 41px;
  color: #1992EB;
}

@media (max-width: 768px) {
  /* line 13636, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-area-title > span {
    font-size: 18px;
  }
}

/* line 13643, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-title > span::after {
  content: "";
  background: url(/assets/mypage/pages/model-change-5g/isoyama_img01@2x-ae56e30c325503bb5ad0951fdcbf20cfeafa8180b05a40ba3fe7ce6ff2f42330.png) no-repeat top 50% left 50%;
  width: 182px;
  height: 184px;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  left: calc( 100% + 20px);
}

@media (max-width: 768px) {
  /* line 13643, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-area-title > span::after {
    width: 91px;
    height: 92px;
    left: calc( 100% + 10px);
  }
}

/* line 13660, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-h2 {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 13665, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-h2::before {
  content: "";
  background: url(/assets/5g_lp/svg/area-c59ab7977dd6ea37a48c7b2431a830e632b18c26cc9a87a629328fbedd145eb1.svg) no-repeat top 50% left 50%/contain;
  width: 103px;
  height: 103px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 13660, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-area-h2 {
    font-size: 25px;
    margin-bottom: 30px;
    padding-top: 55px;
  }
  /* line 13680, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-area-h2::before {
    width: 44px;
    height: 44px;
  }
}

/* line 13686, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-lead {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 13686, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-area-lead {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/* line 13695, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  /* line 13695, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-area-wrap {
    margin-bottom: 30px;
  }
}

/* line 13703, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0px;
}

/* line 13708, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-square {
  width: 31px;
  height: 31px;
  margin: 5px 14px 5px 0;
  display: inline-block;
  vertical-align: middle;
}

/* line 13714, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-square--red {
  background: #fd8b8f;
}

/* line 13717, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-square--orange {
  background: #FEC76D;
}

/* line 13720, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-square--yellow {
  background: #FFEF81;
}

/* line 13723, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-square--purple {
  background: #ae68f6;
}

@media (max-width: 768px) {
  /* line 13708, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-area-square {
    width: 20px;
    height: 20px;
    margin: 4px 7px 4px 0;
  }
}

/* line 13732, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-text1 {
  font-size: 28px;
  text-align: left;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 30px;
}

@media (max-width: 768px) {
  /* line 13732, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-area-text1 {
    font-size: 14px;
    margin: 0 auto 15px;
  }
}

/* line 13743, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-text2 {
  font-size: 23px;
  text-align: left;
  width: 90%;
  margin: 0 auto 30px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  /* line 13743, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-area-text2 {
    font-size: 12px;
    margin: 0 auto 15px;
  }
}

/* line 13754, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-item {
  width: 45%;
}

/* line 13757, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-img {
  margin-bottom: 20px;
}

/* line 13759, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-img2 {
  position: relative;
}

/* line 13761, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-img2::before {
  content: "";
  background: url(/assets/5g_lp/svg/arrows-right-98122b2b561f35b8c7b5df01deb0254f8a25974ae75d063c7415f2e87bb46115.svg) no-repeat top 50% left 50%/contain;
  width: 29px;
  height: 23px;
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  /* line 13757, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-area-img {
    margin-bottom: 10px;
  }
  /* line 13775, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-area-img2::before {
    width: 20px;
    height: 15px;
    left: -27px;
  }
}

/* line 13783, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-num {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 23px;
  border-radius: 50%;
  background: #9199a2;
  color: #fff;
  margin: 0 auto 10px;
}

@media (max-width: 768px) {
  /* line 13783, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-area-num {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    margin: 0 auto 10px;
  }
}

/* line 13801, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-text {
  font-size: 23px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 13801, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-area-text {
    font-size: 12px;
  }
}

/* line 13808, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-title2 {
  margin-top: 0;
  margin-bottom: 3.5rem;
  font-size: 38px;
}

@media (max-width: 768px) {
  /* line 13808, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-area-title2 {
    font-size: 18px;
  }
}

/* line 13816, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-area-btn {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 13816, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-area-btn {
    margin-bottom: 30px;
  }
}

/* line 13824, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-btn {
  width: 600px;
  height: 90px;
  line-height: 90px;
  border-radius: 45px;
  border: 1px solid #2a3b4c;
  display: inline-block;
  font-size: 26px;
  position: relative;
  text-decoration: none;
  color: #2a3b4c;
}

/* line 13835, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-btn:hover {
  color: #2a3b4c;
}

/* line 13838, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-btn::after {
  content: "";
  width: 18px;
  height: 18px;
  border-right: 2px solid #2a3b4c;
  border-bottom: 2px solid #2a3b4c;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
}

@media (max-width: 768px) {
  /* line 13824, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-btn {
    width: 280px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    font-size: 14px;
  }
  /* line 13855, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-btn::after {
    width: 10px;
    height: 10px;
    border-right: 1px solid #2a3b4c;
    border-bottom: 1px solid #2a3b4c;
    right: 20px;
  }
}

/* line 13864, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-btn2::after {
  content: "";
  width: 40px;
  height: 27px;
  border: none;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/assets/5g_lp/svg/link-af09e79eaa5c3f50f28b5fa6ad86203779fe626e7dca29f5ea2bdfb89a9bb66b.svg) no-repeat top 50% left 50%/contain;
}

@media (max-width: 768px) {
  /* line 13864, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-btn2::after {
    width: 30px;
    height: 18px;
    right: 20px;
  }
}

/* line 13882, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-btn3::after {
  content: "";
  width: 30px;
  height: 30px;
  border: none;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/assets/5g_lp/svg/link2-b85542fe9c55e889eafca774bb6c86ff24ce8674f58be49d97ea150d9bdd4d31.svg) no-repeat top 50% left 50%/contain;
}

@media (max-width: 768px) {
  /* line 13882, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-btn3::after {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}

/* line 13901, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-notice {
  padding: 100px 20px;
  width: 1000px;
  max-width: 100%;
  margin: auto;
}

/* line 13906, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-notice p {
  font-size: 16px;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  /* line 13901, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-notice {
    padding: 50px 0px;
  }
  /* line 13912, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-notice p {
    font-size: 12px;
  }
}

/* line 13918, app/assets/stylesheets/lib/_5g.scss */
.amazonring-about {
  width: 840px;
  max-width: 100%;
  margin: auto;
  padding: 60px 20px 60px;
}

/* line 13923, app/assets/stylesheets/lib/_5g.scss */
.amazonring-about-img {
  margin-bottom: 20px;
  text-align: center;
}

/* line 13927, app/assets/stylesheets/lib/_5g.scss */
.amazonring-about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 13931, app/assets/stylesheets/lib/_5g.scss */
.amazonring-about-item {
  width: 48%;
}

@media (max-width: 768px) {
  /* line 13918, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-about {
    padding: 30px 20px 30px;
  }
  /* line 13936, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-about-img {
    margin-bottom: 20px;
  }
}

/* line 13943, app/assets/stylesheets/lib/_5g.scss */
.amazonring-about-modal-head {
  font-size: 37px;
  color: #197ce6;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

/* line 13950, app/assets/stylesheets/lib/_5g.scss */
.amazonring-about-modal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 50px;
  width: 720px;
  max-width: 100%;
}

/* line 13956, app/assets/stylesheets/lib/_5g.scss */
.amazonring-about-modal-img {
  margin-right: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 13960, app/assets/stylesheets/lib/_5g.scss */
.amazonring-about-modal-text {
  font-size: 28px;
  font-weight: 500;
}

/* line 13964, app/assets/stylesheets/lib/_5g.scss */
.amazonring-about-modal-headline {
  font-size: 36px;
  font-weight: bold;
  color: #1992eb;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

/* line 13971, app/assets/stylesheets/lib/_5g.scss */
.amazonring-about-modal-headline::after {
  content: "";
  background: yellow;
  height: 19px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* line 13982, app/assets/stylesheets/lib/_5g.scss */
.amazonring-about-modal-text2 {
  font-size: 26px;
  font-weight: 500;
}

/* line 13986, app/assets/stylesheets/lib/_5g.scss */
.amazonring-about-modal-img2 {
  margin: 30px 0 50px;
  text-align: center;
}

/* line 13990, app/assets/stylesheets/lib/_5g.scss */
.amazonring-about-modal-img3 {
  text-align: center;
}

/* line 13993, app/assets/stylesheets/lib/_5g.scss */
.amazonring-about-modal-text3 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 14000, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-about-modal-head {
    font-size: 16px;
    margin-bottom: 30px;
  }
  /* line 14004, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-about-modal-item {
    margin-bottom: 20px;
    width: 100%;
  }
  /* line 14008, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-about-modal-img {
    margin-right: 15px;
    width: 32%;
  }
  /* line 14012, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-about-modal-text {
    font-size: 14px;
  }
  /* line 14015, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-about-modal-headline {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* line 14018, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-about-modal-headline::after {
    height: 9px;
  }
  /* line 14022, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-about-modal-text2 {
    font-size: 12px;
  }
  /* line 14025, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-about-modal-img2 {
    margin: 30px 0 30px;
  }
  /* line 14030, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-about-modal-text3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

/* line 14038, app/assets/stylesheets/lib/_5g.scss */
.amazonring-reason {
  padding: 80px 20px;
  background: #CEEFFF;
}

/* line 14041, app/assets/stylesheets/lib/_5g.scss */
.amazonring-reason-headline {
  width: 700px;
  max-width: 100%;
  margin: 0 auto 80px;
  padding: 30px 20px;
  background: #0C66E3;
  font-size: 49px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
}

/* line 14052, app/assets/stylesheets/lib/_5g.scss */
.amazonring-reason-headline::after {
  content: "";
  width: 45px;
  height: 45px;
  background: #0C66E3;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 14065, app/assets/stylesheets/lib/_5g.scss */
.amazonring-reason-wrap {
  width: 700px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px 80px 40px;
}

/* line 14071, app/assets/stylesheets/lib/_5g.scss */
.amazonring-reason-item {
  background: #fff;
  padding: 40px 80px;
  position: relative;
  min-height: 230px;
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 14079, app/assets/stylesheets/lib/_5g.scss */
.amazonring-reason-item:not(:last-child) {
  margin-bottom: 40px;
}

/* line 14083, app/assets/stylesheets/lib/_5g.scss */
.amazonring-reason-num {
  width: 64px;
  height: 64px;
  background: #0C66E3;
  border-radius: 50%;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  display: grid;
  place-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
}

/* line 14099, app/assets/stylesheets/lib/_5g.scss */
.amazonring-reason-text {
  font-size: 34px;
  font-weight: 500;
}

@media (max-width: 768px) {
  /* line 14038, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-reason {
    padding: 25px 20px;
  }
  /* line 14105, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-reason-headline {
    margin: 0 auto 40px;
    padding: 11px 10px;
    font-size: 22px;
  }
  /* line 14109, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-reason-headline::after {
    width: 18px;
    height: 18px;
    bottom: -9px;
  }
  /* line 14115, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-reason-wrap {
    padding: 0 20px 40px 20px;
  }
  /* line 14118, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-reason-item {
    padding: 20px 35px;
    min-height: 110px;
    border-radius: 10px;
  }
  /* line 14122, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-reason-item:not(:last-child) {
    margin-bottom: 17px;
  }
  /* line 14126, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-reason-num {
    width: 29px;
    height: 29px;
    font-size: 19px;
  }
  /* line 14131, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-reason-text {
    font-size: 16px;
  }
}

/* line 14138, app/assets/stylesheets/lib/_5g.scss */
.amazonring-recommend {
  background: #fff;
  width: 1000px;
  max-width: 100%;
  margin: auto;
  padding: 85px 150px;
  border-radius: 23px;
}

/* line 14145, app/assets/stylesheets/lib/_5g.scss */
.amazonring-recommend-h2 {
  color: #1992EB;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

/* line 14153, app/assets/stylesheets/lib/_5g.scss */
.amazonring-recommend-item:not(:last-child) {
  margin-bottom: 80px;
}

/* line 14157, app/assets/stylesheets/lib/_5g.scss */
.amazonring-recommend-h3 {
  color: #1992EB;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

/* line 14164, app/assets/stylesheets/lib/_5g.scss */
.amazonring-recommend-img {
  text-align: center;
  margin-bottom: 20px;
}

/* line 14168, app/assets/stylesheets/lib/_5g.scss */
.amazonring-recommend-headline {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  background: #197CE6;
  border-radius: 14px;
  padding: 10px 20px;
  margin-bottom: 20px;
  position: relative;
}

/* line 14178, app/assets/stylesheets/lib/_5g.scss */
.amazonring-recommend-headline::before {
  content: "";
  background: url(/assets/5g_lp/amazonring-icon-check@2x-f079a68bb2ca861f877d7d6cd1d7780581ce42a2873c4fe362fb2d12819b5632.png) no-repeat top 50% left 50%/contain;
  width: 48px;
  height: 46px;
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 14189, app/assets/stylesheets/lib/_5g.scss */
.amazonring-recommend-text {
  font-size: 37px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 14138, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-recommend {
    padding: 20px 40px;
    border-radius: 10px;
  }
  /* line 14197, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-recommend-h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  /* line 14202, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-recommend-item:not(:last-child) {
    margin-bottom: 30px;
  }
  /* line 14206, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-recommend-h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  /* line 14210, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-recommend-img {
    margin-bottom: 10px;
  }
  /* line 14213, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-recommend-headline {
    font-size: 16px;
    border-radius: 7px;
    padding: 5px 20px;
    margin-bottom: 10px;
  }
  /* line 14218, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-recommend-headline::before {
    width: 20px;
    height: 19px;
    left: 15px;
  }
  /* line 14224, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-recommend-text {
    font-size: 16px;
  }
}

/* line 14230, app/assets/stylesheets/lib/_5g.scss */
.amazonring-faq {
  width: 875px;
  max-width: 100%;
  margin: auto;
  padding: 100px 20px;
}

/* line 14235, app/assets/stylesheets/lib/_5g.scss */
.amazonring-faq-headline1 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
  color: #1992eb;
}

/* line 14241, app/assets/stylesheets/lib/_5g.scss */
.amazonring-faq-headline2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 14230, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-faq {
    padding: 40px 20px;
  }
  /* line 14248, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-faq-headline1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  /* line 14252, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-faq-headline2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

/* line 14261, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-headline {
  text-align: center;
  font-size: 62px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 14267, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-lead {
  width: 800px;
  max-width: calc(100% - 30px);
  margin: auto;
  border: 3px solid #1992eb;
  border-radius: 20px;
}

/* line 14273, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-lead-head {
  text-align: center;
  color: #fff;
  background: #1992eb;
  font-size: 60px;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 15px 15px 0 0;
  position: relative;
}

/* line 14283, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-lead-content {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 15px 15px;
  text-align: center;
}

/* line 14289, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-lead-wrap {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 40px;
  border-radius: 0 0 15px 15px;
}

/* line 14296, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-lead-device {
  width: 30%;
}

/* line 14299, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-lead-body {
  width: 65%;
  text-align: left;
}

/* line 14303, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-lead-headline {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 14308, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-lead-price1 {
  font-size: 87px;
  color: #ff5865;
  font-weight: bold;
}

/* line 14312, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-lead-price1 > span {
  font-size: 44px;
}

/* line 14316, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-lead-price2 {
  font-size: 33px;
  padding-left: 20px;
  margin-bottom: 20px;
}

/* line 14321, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-lead-text {
  font-size: 28px;
}

/* line 14325, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-plus {
  text-align: center;
  margin: 30px 0;
}

/* line 14330, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-slider .slick-prev,
.amazonring-plan-slider .slick-next {
  top: 65%;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid #2a3b4c;
  background: #fff;
}

/* line 14339, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-slider .slick-prev:before,
.amazonring-plan-slider .slick-next:before {
  content: "";
  width: 25px;
  height: 25px;
  border-right: 2px solid #2a3b4c;
  border-top: 2px solid #2a3b4c;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 14351, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-slider .slick-prev:hover, .amazonring-plan-slider .slick-prev:focus,
.amazonring-plan-slider .slick-next:hover,
.amazonring-plan-slider .slick-next:focus {
  background: #fff;
  opacity: 1;
}

/* line 14356, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-slider .slick-prev {
  left: calc(50vw - 430px);
}

/* line 14358, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-slider .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 14363, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-slider .slick-next {
  right: calc(50vw - 430px);
}

/* line 14365, app/assets/stylesheets/lib/_5g.scss */
.amazonring-plan-slider .slick-next:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 15px;
}

@media (max-width: 768px) {
  /* line 14372, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-headline {
    font-size: 26px;
    margin-bottom: 20px;
  }
  /* line 14376, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-lead {
    border: 2px solid #1992eb;
    border-radius: 10px;
  }
  /* line 14379, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-lead-head {
    font-size: 25px;
    padding: 10px 0;
    border-radius: 8px 8px 0 0;
  }
  /* line 14384, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-lead-content {
    padding: 15px;
    border-radius: 0 0 8px 8px;
  }
  /* line 14388, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-lead-wrap {
    padding: 20px 20px;
    border-radius: 0 0 10px 10px;
  }
  /* line 14392, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-lead-device {
    width: 30%;
  }
  /* line 14395, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-lead-body {
    width: 65%;
  }
  /* line 14398, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-lead-headline {
    font-size: 17px;
    margin-bottom: 0px;
  }
  /* line 14402, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-lead-price1 {
    font-size: 37px;
  }
  /* line 14404, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-lead-price1 > span {
    font-size: 18px;
  }
  /* line 14408, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-lead-price2 {
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  /* line 14413, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-lead-text {
    font-size: 12px;
  }
  /* line 14417, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-plus {
    margin: 20px auto;
    width: 46px;
  }
  /* line 14422, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-slider .slick-prev,
.amazonring-plan-slider .slick-next {
    top: 65%;
    width: 26px;
    height: 26px;
    border-radius: 50%;
  }
  /* line 14428, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-slider .slick-prev:before,
.amazonring-plan-slider .slick-next:before {
    width: 12px;
    height: 12px;
    border-width: 1px;
    top: 50%;
  }
  /* line 14435, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-slider .slick-prev {
    left: 5px;
  }
  /* line 14437, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-slider .slick-prev:before {
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    left: 5px;
  }
  /* line 14442, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-slider .slick-next {
    right: 5px;
  }
  /* line 14444, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-plan-slider .slick-next:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 5px;
  }
}

/* line 14453, app/assets/stylesheets/lib/_5g.scss */
.amazonring-lead {
  text-align: center;
  padding: 100px 0;
}

/* line 14456, app/assets/stylesheets/lib/_5g.scss */
.amazonring-lead-h2 {
  font-size: 62px;
  margin-bottom: 50px;
}

/* line 14460, app/assets/stylesheets/lib/_5g.scss */
.amazonring-lead-h3 {
  font-size: 41px;
  color: #1992eb;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 14453, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-lead {
    padding: 50px 20px;
  }
  /* line 14467, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-lead-h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  /* line 14471, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-lead-h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

/* line 14478, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check {
  padding: 60px 0 70px;
}

/* line 14480, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-container {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 14484, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-container--wide {
  width: 1100px;
}

/* line 14488, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-head {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .2em;
  text-align: center;
  background: url(/assets/5g_lp/svg/ribbon-a86a53ae7145fd0031ea995c90277302031987ac86e36f35911881ab06898a0a.svg) no-repeat top 50% left 50%/contain;
  width: 250px;
  height: 42px;
  line-height: 42px;
  margin: 0 auto 30px;
}

/* line 14500, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}

/* line 14507, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-headline img {
  width: 298px;
  margin-right: 20px;
}

/* line 14512, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

/* line 14516, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-wrap-item {
  width: 31%;
  position: relative;
  border: 3px solid #1992EB;
  padding: 35px 9px 10px;
  border-radius: 12px;
}

/* line 14522, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-wrap-item--car {
  width: 23%;
}

/* line 14526, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-wrap-num {
  background: #1992EB;
  width: 53px;
  height: 53px;
  display: grid;
  place-items: center;
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 14543, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-wrap-head {
  color: #264F90;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

/* line 14549, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-wrap-head > span {
  font-size: 26px;
}

/* line 14553, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-wrap-img {
  text-align: center;
  margin-bottom: 5px;
}

/* line 14557, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-wrap-img2 {
  display: none;
}

/* line 14560, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-wrap-text {
  font-weight: 500;
  font-size: 17px;
}

/* line 14563, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-wrap-text > span {
  color: #1992EB;
}

/* line 14568, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-accordion {
  background: #C5ECFF;
  padding: 20px 60px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 90px;
}

/* line 14574, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-accordion-head {
  text-align: center;
  font-size: 30px;
  color: #264F90;
  font-weight: bold;
  position: relative;
}

/* line 14580, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-accordion-head em {
  color: #FF5965;
  font-size: 33px;
  font-style: initial;
}

/* line 14584, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-accordion-head em span {
  font-size: 39px;
}

/* line 14588, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-accordion-head::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #264F90;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 14599, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-accordion-head::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

/* line 14611, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-accordion-head.is-open::after {
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* line 14617, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-accordion-content {
  display: none;
  padding-top: 30px;
}

/* line 14622, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-headline2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}

/* line 14627, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-headline2 > span {
  display: inline-block;
  background: #2A3B4C;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  padding: 5px 25px;
  margin-right: 15px;
}

/* line 14637, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 14642, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-check-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 14478, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check {
    padding: 35px 0;
  }
  /* line 14654, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-head {
    font-size: 17px;
    width: 160px;
    height: 21px;
    line-height: 21px;
    margin: 0 auto 25px;
  }
  /* line 14661, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-headline {
    font-size: 26px;
    margin-bottom: 35px;
  }
  /* line 14664, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-headline img {
    width: 180px;
    margin-right: 15px;
  }
  /* line 14669, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap {
    margin-bottom: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 14673, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-item {
    width: 290px;
    border: 2px solid #1992EB;
    padding: 20px 18px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* line 14682, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-item:nth-of-type(1) img {
    width: 29px;
  }
  /* line 14687, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-item:nth-of-type(2) img {
    width: 49px;
  }
  /* line 14692, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-item:nth-of-type(3) img {
    width: 49px;
  }
  /* line 14696, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-item:not(:last-child) {
    margin-bottom: 20px;
  }
  /* line 14699, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-item--unlimited {
    padding: 20px 10px;
  }
  /* line 14702, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-item--unlimited:nth-of-type(1) img {
    width: 49px;
  }
  /* line 14707, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-item--unlimited:nth-of-type(2) img {
    width: 60px;
  }
  /* line 14712, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-item--unlimited:nth-of-type(3) img {
    width: 55px;
  }
  /* line 14717, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-item--car {
    padding: 20px 10px;
  }
  /* line 14720, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-item--car:nth-of-type(1) img {
    width: 49px;
  }
  /* line 14725, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-item--car:nth-of-type(2) img {
    width: 50px;
  }
  /* line 14730, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-item--car:nth-of-type(3) img {
    width: 38px;
  }
  /* line 14735, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-item--car:nth-of-type(4) img {
    width: 51px;
  }
  /* line 14741, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-num {
    width: 28px;
    height: 28px;
    font-size: 14px;
    left: 20px;
    margin: initial;
  }
  /* line 14748, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-head {
    font-size: 10px;
    text-align: left;
    margin-bottom: 3px;
  }
  /* line 14752, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-head > span {
    font-size: 15px;
  }
  /* line 14755, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-head br {
    display: none;
  }
  /* line 14758, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-head--unlimited {
    font-size: 10px;
    margin-bottom: 3px;
  }
  /* line 14761, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-head--unlimited > span {
    font-size: 15px;
  }
  /* line 14766, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-img {
    display: none;
  }
  /* line 14769, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-text {
    font-size: 10px;
  }
  /* line 14772, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-wrap-img2 {
    width: 60px;
    margin-left: 15px;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
  }
  /* line 14780, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-accordion {
    padding: 15px 25px;
    margin-bottom: 40px;
  }
  /* line 14783, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-accordion-head {
    font-size: 15px;
  }
  /* line 14785, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-accordion-head em {
    font-size: 17px;
  }
  /* line 14787, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-accordion-head em span {
    font-size: 20px;
  }
  /* line 14791, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-accordion-head::before {
    width: 16px;
    height: 16px;
  }
  /* line 14795, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-accordion-head::after {
    width: 5px;
    height: 5px;
    border-width: 1px;
    right: 5px;
  }
  /* line 14806, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-accordion-content {
    padding-top: 20px;
  }
  /* line 14810, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-headline2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  /* line 14813, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-check-headline2 > span {
    font-size: 16px;
    padding: 3px 17px;
    margin-right: 15px;
    margin-bottom: 5px;
  }
}

/* line 14826, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point {
  padding: 60px 20px 70px;
}

/* line 14828, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 14833, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-head {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .2em;
  text-align: center;
  background: url(/assets/5g_lp/svg/ribbon-a86a53ae7145fd0031ea995c90277302031987ac86e36f35911881ab06898a0a.svg) no-repeat top 50% left 50%/contain;
  width: 250px;
  height: 42px;
  line-height: 42px;
  margin: 0 auto 30px;
}

/* line 14845, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}

/* line 14853, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-headline img {
  width: 298px;
  margin-right: 20px;
}

/* line 14857, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-headline > span {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #264F90;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-left: 5px;
  text-align: center;
}

/* line 14871, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-frame {
  border: 3px solid #1992EB;
  border-radius: 25px;
  padding: 40px 80px;
  margin-bottom: 65px;
}

/* line 14876, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-frame-headline {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #1992EB;
  margin-bottom: 30px;
}

/* line 14882, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-frame-headline > span {
  color: #2A3B4C;
}

/* line 14886, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-frame-text {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

/* line 14891, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-frame-text > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ff0));
  background: -webkit-linear-gradient(transparent 75%, #ff0 75%);
  background: linear-gradient(transparent 75%, #ff0 75%);
}

/* line 14895, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-frame-img {
  text-align: center;
}

/* line 14898, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-frame-table {
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}

/* line 14903, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-frame-table thead td:last-child {
  background: #264F90;
  color: #fff;
  font-size: 31px;
}

/* line 14909, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-frame-table tr {
  border-top: solid 2px #c6c6c6;
  border-bottom: solid 2px #c6c6c6;
}

/* line 14913, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-frame-table td, .bl-5g-point-frame-table th {
  padding: 20px 20px;
}

/* line 14916, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-frame-table th {
  vertical-align: middle;
  text-align: center;
  background: #eee;
  font-size: 24px;
  font-weight: 500;
}

/* line 14923, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-frame-table td {
  vertical-align: middle;
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
}

/* line 14929, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-frame-table-red {
  color: #FF5965;
}

/* line 14932, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-frame-table-small {
  font-size: 23px;
}

/* line 14935, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-frame-table-note {
  font-size: 18px;
}

/* line 14939, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-frame-note {
  font-size: 19px;
}

/* line 14943, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-point-bnr {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 14826, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-point {
    padding: 35px 15px 35px;
  }
  /* line 14948, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-point-head {
    font-size: 17px;
    width: 160px;
    height: 21px;
    line-height: 21px;
    margin: 0 auto 25px;
  }
  /* line 14955, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-point-headline {
    font-size: 26px;
    margin-bottom: 35px;
  }
  /* line 14958, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-point-headline img {
    width: 180px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  /* line 14963, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-point-headline > span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-left: 5px;
  }
  /* line 14972, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-point-frame {
    border-width: 2px;
    border-radius: 10px;
    padding: 15px 15px;
    margin-bottom: 25px;
  }
  /* line 14977, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-point-frame-headline {
    font-size: 16px;
    margin-bottom: 20px;
  }
  /* line 14981, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-point-frame-text {
    font-size: 11px;
    margin-bottom: 20px;
  }
  /* line 14985, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-point-frame-table {
    margin-bottom: 20px;
  }
  /* line 14988, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-point-frame-table thead td:last-child {
    font-size: 12px;
  }
  /* line 14992, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-point-frame-table tr {
    border-width: 1px;
  }
  /* line 14995, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-point-frame-table td, .bl-5g-point-frame-table th {
    padding: 10px 10px;
  }
  /* line 14998, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-point-frame-table th {
    font-size: 10px;
  }
  /* line 15001, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-point-frame-table td {
    font-size: 13px;
  }
  /* line 15004, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-point-frame-table-small {
    font-size: 9px;
  }
  /* line 15007, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-point-frame-table-note {
    font-size: 7px;
  }
  /* line 15011, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-point-frame-note {
    font-size: 8px;
  }
}

/* line 15021, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-information-head {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url(/assets/5g_lp/svg/ribbon-a86a53ae7145fd0031ea995c90277302031987ac86e36f35911881ab06898a0a.svg) no-repeat top 50% left 50%/contain;
  width: 250px;
  height: 42px;
  line-height: 42px;
  margin: 0 auto 30px;
}

/* line 15032, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-information-headline {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  color: #264F90;
}

@media (max-width: 768px) {
  /* line 15020, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-information {
    padding: 35px 0;
  }
  /* line 15041, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-information-head {
    font-size: 17px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 15px;
  }
  /* line 15048, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-information-headline {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

/* line 15055, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice4 {
  padding: 70px 0;
  background: #C5ECFF;
}

/* line 15058, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice4-head {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url(/assets/5g_lp/svg/ribbon-a86a53ae7145fd0031ea995c90277302031987ac86e36f35911881ab06898a0a.svg) no-repeat top 50% left 50%/contain;
  width: 250px;
  height: 42px;
  line-height: 42px;
  margin: 0 auto 30px;
}

/* line 15069, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice4-headline {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  color: #264F90;
}

/* line 15076, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice4-item {
  border-radius: 19px;
  border: 1px solid #2a3b4c;
  padding: 20px 30px;
  width: 530px;
  max-width: 100%;
  margin: 0 15px 0px;
  background: #fff;
  height: 240px !important;
}

/* line 15086, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice4-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  margin-bottom: 20px;
}

/* line 15091, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice4-img {
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 87px;
}

/* line 15096, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice4-text {
  font-size: 21px;
  font-weight: bold;
  min-height: 7.5em;
  line-height: 1.5;
}

/* line 15101, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice4-text > span {
  color: #1992eb;
}

/* line 15104, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice4-text .color-red {
  color: #FD1313;
}

/* line 15107, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice4-text .color-blue {
  color: #1992eb;
}

/* line 15111, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice4-title {
  font-size: 23px;
}

/* line 15114, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice4 .slick-prev,
.bl-5g-voice4 .slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #1992EB;
}

/* line 15122, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice4 .slick-prev:before,
.bl-5g-voice4 .slick-next:before {
  content: "";
  width: 30px;
  height: 30px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 15134, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice4 .slick-prev:hover, .bl-5g-voice4 .slick-prev:focus,
.bl-5g-voice4 .slick-next:hover,
.bl-5g-voice4 .slick-next:focus {
  opacity: 1;
  background: #1992EB;
}

/* line 15139, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice4 .slick-prev {
  left: calc(50% - 312px);
}

/* line 15141, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice4 .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 15146, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice4 .slick-next {
  right: calc(50% - 312px);
}

/* line 15148, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-voice4 .slick-next:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 15px;
}

@media (max-width: 768px) {
  /* line 15055, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice4 {
    padding: 35px 0;
  }
  /* line 15156, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice4-head {
    font-size: 17px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 15px;
  }
  /* line 15163, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice4-headline {
    font-size: 26px;
    margin-bottom: 25px;
  }
  /* line 15167, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice4-item {
    border-radius: 10px;
    border: 1px solid #2a3b4c;
    padding: 10px 15px;
    max-width: 80%;
    width: 270px;
    margin: 0 5px 0px;
    height: 115px !important;
  }
  /* line 15176, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice4-img {
    margin-right: 10px;
    width: 47px;
  }
  /* line 15180, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice4-text {
    font-size: 11px;
  }
  /* line 15183, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice4-title {
    font-size: 12px;
  }
  /* line 15186, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice4 .slick-prev,
.bl-5g-voice4 .slick-next {
    width: 32px;
    height: 32px;
  }
  /* line 15191, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice4 .slick-prev:before,
.bl-5g-voice4 .slick-next:before {
    content: "";
    width: 15px;
    height: 15px;
  }
  /* line 15197, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice4 .slick-prev {
    left: calc(50% - 156px);
  }
  /* line 15199, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice4 .slick-prev:before {
    left: 5px;
  }
  /* line 15203, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice4 .slick-next {
    right: calc(50% - 156px);
  }
  /* line 15205, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-voice4 .slick-next:before {
    right: 5px;
  }
}

/* line 15214, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-saqsaq {
  padding: 80px 20px;
}

/* line 15216, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-saqsaq-head {
  text-align: center;
  margin-bottom: 40px;
}

/* line 15220, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-saqsaq-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  max-width: 100%;
  margin: 0 auto 30px;
}

/* line 15225, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-saqsaq-point-num {
  margin-right: 20px;
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 15233, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-saqsaq-point-text1 {
  font-weight: 500;
  font-size: 27px;
  margin-bottom: 15px;
}

/* line 15237, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-saqsaq-point-text1 > span {
  color: #1992EB;
  font-size: 39px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ff0));
  background: -webkit-linear-gradient(transparent 75%, #ff0 75%);
  background: linear-gradient(transparent 75%, #ff0 75%);
}

/* line 15244, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-saqsaq-point-text2 {
  font-size: 23px;
  font-weight: 500;
}

/* line 15249, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-saqsaq-headline {
  font-size: 41px;
  font-weight: bold;
  text-align: center;
  color: #1992EB;
  margin-bottom: 30px;
  margin-top: 60px;
}

/* line 15257, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-saqsaq-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 800px;
  max-width: 100%;
  margin: 0 auto 60px;
}

/* line 15263, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-saqsaq-price-item {
  width: 47.5%;
  border-radius: 14px;
  border: 3px solid #1992EB;
}

/* line 15268, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-saqsaq-price-head {
  background: #1992EB;
  color: #fff;
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  height: 100px;
  display: grid;
  place-items: center;
  text-align: center;
}

/* line 15279, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-saqsaq-price-content {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 15px 15px;
}

/* line 15284, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-saqsaq-price-content > span {
  font-size: 60px;
}

/* line 15289, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-saqsaq-btn {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 15214, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-saqsaq {
    padding: 40px 20px;
  }
  /* line 15294, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-saqsaq-head {
    margin-bottom: 20px;
  }
  /* line 15296, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-saqsaq-head img {
    width: 250px;
  }
  /* line 15300, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-saqsaq-point {
    width: 325px;
    margin: 0 auto 25px;
  }
  /* line 15303, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-saqsaq-point-num {
    margin-right: 15px;
    width: 47px;
  }
  /* line 15309, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-saqsaq-point-text1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* line 15312, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-saqsaq-point-text1 > span {
    font-size: 20px;
  }
  /* line 15316, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-saqsaq-point-text2 {
    font-size: 12px;
  }
  /* line 15320, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-saqsaq-headline {
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  /* line 15325, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-saqsaq-price {
    width: 325px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  /* line 15329, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-saqsaq-price-item {
    border-radius: 6px;
    border: 2px solid #1992EB;
  }
  /* line 15333, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-saqsaq-price-head {
    font-size: 11px;
    line-height: 1.3;
    height: 40px;
  }
  /* line 15338, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-saqsaq-price-content {
    font-size: 13px;
    padding: 5px 10px;
  }
  /* line 15341, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-saqsaq-price-content > span {
    font-size: 25px;
  }
  /* line 15347, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-saqsaq-btn img {
    width: 300px;
  }
}

/* line 15354, app/assets/stylesheets/lib/_5g.scss */
.amazonring-lead {
  text-align: center;
  padding: 100px 0;
}

/* line 15357, app/assets/stylesheets/lib/_5g.scss */
.amazonring-lead-h2 {
  font-size: 62px;
  margin-bottom: 50px;
}

/* line 15361, app/assets/stylesheets/lib/_5g.scss */
.amazonring-lead-h3 {
  font-size: 41px;
  color: #1992eb;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 15354, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-lead {
    padding: 50px 20px;
  }
  /* line 15368, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-lead-h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  /* line 15372, app/assets/stylesheets/lib/_5g.scss */
  .amazonring-lead-h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

/* line 15379, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 50px;
}

/* line 15383, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2-sec {
  padding: 70px 0 90px;
  background: #D6F1FF;
}

@media (max-width: 768px) {
  /* line 15383, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2-sec {
    padding: 20px 0;
  }
}

/* line 15390, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2-h2 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 15390, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2-h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

/* line 15399, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2-h3 {
  color: #1992eb;
  font-size: 41px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 15399, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2-h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}

/* line 15408, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2-slider {
  background: #fff;
  margin-bottom: 30px;
  padding: 40px 0;
  border-radius: 25px;
  position: relative;
}

/* line 15415, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2-item {
  border-radius: 18px;
  padding: 30px;
  max-width: 100%;
  width: 520px;
  margin: 0 auto 30px;
  background: #fff;
  margin: 0 15px 0;
  line-height: 1.5;
  border: 1px solid #C4C4C4;
}

/* line 15426, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2-headline {
  font-size: 31px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}

/* line 15432, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2-headline::before {
  content: "";
  width: 25px;
  height: 25px;
  background: #1992eb;
  position: absolute;
  left: 0;
  top: 13px;
}

/* line 15442, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  margin-bottom: 20px;
}

/* line 15448, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2-img {
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30%;
}

/* line 15453, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2-title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 15458, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2-title > span {
  font-weight: normal;
  font-size: 27px;
}

/* line 15463, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2-star {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}

/* line 15468, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2-star img {
  margin-left: 10px;
  vertical-align: initial;
}

/* line 15473, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2-text {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 15px;
}

/* line 15478, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2-text2 {
  font-size: 21px;
}

/* line 15481, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2-note {
  font-size: 17px;
}

/* line 15484, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2-btn {
  text-align: center;
  padding: 0 15px;
}

/* line 15488, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2 .slick-prev,
.modelChange5g-voice2 .slick-next {
  top: 40%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #2a3b4c;
  background: #fff;
  z-index: 1;
}

/* line 15497, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2 .slick-prev:before,
.modelChange5g-voice2 .slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 1px solid #2a3b4c;
  border-top: 1px solid #2a3b4c;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 15509, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2 .slick-prev:hover, .modelChange5g-voice2 .slick-prev:focus,
.modelChange5g-voice2 .slick-next:hover,
.modelChange5g-voice2 .slick-next:focus {
  background: #fff;
  opacity: 1;
}

/* line 15515, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2 .slick-prev {
  left: calc(50% - 299px);
}

/* line 15517, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2 .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 15522, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2 .slick-next {
  right: calc(50% - 299px);
}

/* line 15524, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-voice2 .slick-next:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 15px;
}

@media (max-width: 768px) {
  /* line 15530, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2-slider {
    padding: 15px 0;
    border-radius: 9px;
    margin: 30px 15px;
  }
  /* line 15535, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2-item {
    width: 180px;
    border-radius: 6px;
    padding: 15px;
    margin: 0 5px 0;
  }
  /* line 15541, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2-headline {
    font-size: 13px;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  /* line 15545, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2-headline::before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
  /* line 15551, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2-head {
    margin-bottom: 10px;
  }
  /* line 15554, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2-img {
    margin-right: 10px;
  }
  /* line 15557, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2-right {
    margin-right: 20px;
  }
  /* line 15560, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2-title {
    font-size: 7px;
  }
  /* line 15563, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2-title > span {
    font-size: 14px;
  }
  /* line 15567, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2-star {
    font-size: 11px;
    margin-bottom: 10px;
  }
  /* line 15571, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2-text {
    font-size: 8px;
    margin-bottom: 10px;
  }
  /* line 15575, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2-text2 {
    font-size: 7px;
  }
  /* line 15578, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2-note {
    font-size: 10px;
    padding-left: 20px;
  }
  /* line 15582, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2 .slick-prev,
.modelChange5g-voice2 .slick-next {
    top: 40%;
    width: 16px;
    height: 16px;
  }
  /* line 15587, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2 .slick-prev:before,
.modelChange5g-voice2 .slick-next:before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #2a3b4c;
    border-top: 1px solid #2a3b4c;
  }
  /* line 15595, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2 .slick-prev {
    left: calc(50% - 103px);
  }
  /* line 15597, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2 .slick-prev:before {
    left: 5px;
  }
  /* line 15601, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2 .slick-next {
    right: calc(50% - 103px);
  }
  /* line 15603, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-voice2 .slick-next:before {
    right: 5px;
  }
}

/* line 15610, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-spec {
  padding: 110px 0 30px;
}

/* line 15612, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-spec-title {
  text-align: center;
  font-size: 41px;
  margin-bottom: 60px;
}

/* line 15616, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-spec-title > span {
  font-size: 50px;
}

/* line 15619, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-spec-title--red {
  color: #FF4D6D;
}

/* line 15623, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-spec-headline {
  width: 550px;
  max-width: 100%;
  margin: 0 auto 30px;
  font-size: 34px;
  color: #fff;
  border-radius: 12px;
  text-align: center;
  background: #1992EB;
  padding: 8px 0;
}

/* line 15634, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-spec-headline2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

/* line 15639, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-spec-headline2--red {
  color: #FF4D6D;
}

/* line 15642, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-spec-headline2--blue {
  color: #1992EB;
}

/* line 15647, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-spec-item:not(:last-child) {
  margin-bottom: 100px;
}

/* line 15651, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-spec-table {
  text-align: center;
  margin-bottom: 50px;
}

/* line 15655, app/assets/stylesheets/lib/_5g.scss */
.modelChange5g-spec-btn {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 15610, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-spec {
    padding: 35px 0 20px;
  }
  /* line 15660, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-spec-title {
    font-size: 15px;
    margin-bottom: 30px;
  }
  /* line 15663, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-spec-title > span {
    font-size: 21px;
  }
  /* line 15667, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-spec-headline {
    margin: 0 auto 20px;
    font-size: 17px;
    border-radius: 6px;
    padding: 4px 0;
  }
  /* line 15673, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-spec-headline2 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  /* line 15678, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-spec-item:not(:last-child) {
    margin-bottom: 50px;
  }
  /* line 15682, app/assets/stylesheets/lib/_5g.scss */
  .modelChange5g-spec-table {
    margin-bottom: 25px;
  }
}

/* line 15688, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-contact {
  max-width: 800px;
  margin: auto;
  text-align: center;
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  /* line 15688, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-contact {
    padding: 50px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 15702, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-sns {
  padding: 0 0 70px;
}

/* line 15704, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-sns-headline {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 15710, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 460px;
  max-width: 100%;
  margin: auto;
}

/* line 15717, app/assets/stylesheets/lib/_5g.scss */
.bl-5g-sns-item {
  width: 85px;
}

@media (max-width: 768px) {
  /* line 15702, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-sns {
    padding: 0 0 50px;
  }
  /* line 15722, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-sns-headline {
    font-size: 26px;
    margin-bottom: 20px;
  }
  /* line 15726, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-sns-wrap {
    width: 250px;
  }
  /* line 15729, app/assets/stylesheets/lib/_5g.scss */
  .bl-5g-sns-item {
    width: 46px;
  }
}

/* line 15738, app/assets/stylesheets/lib/_5g.scss */
.p-device-comparison__table thead td {
  padding: 0.5rem;
}

/* line 15740, app/assets/stylesheets/lib/_5g.scss */
.p-device-comparison__table thead td > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 270px;
}

/* line 15748, app/assets/stylesheets/lib/_5g.scss */
.p-device-comparison__name {
  margin: 1em 0;
}

/* line 15751, app/assets/stylesheets/lib/_5g.scss */
.p-device-comparison__btn {
  margin-top: auto;
}

/* line 15753, app/assets/stylesheets/lib/_5g.scss */
.p-device-comparison__btn .c-btn {
  color: #fff;
  background-color: #ff7682;
  display: inline-block;
  text-align: center;
  position: relative;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1.3;
  font-weight: 700;
  -webkit-box-shadow: rgba(68, 68, 68, 0.3) 0px 3px 5px;
          box-shadow: rgba(68, 68, 68, 0.3) 0px 3px 5px;
  text-decoration: none;
  overflow: hidden;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -webkit-border-image: initial;
       -o-border-image: initial;
          border-image: initial;
  border-radius: 500px;
  padding: 1rem 1.875em;
  margin: 0.5rem;
  font-size: 12px;
}

/* line 15780, app/assets/stylesheets/lib/_5g.scss */
.p-product-note {
  font-size: 12px;
}

/* line 15783, app/assets/stylesheets/lib/_5g.scss */
.u-fontsize--sm {
  font-size: 12px;
}

/* line 15786, app/assets/stylesheets/lib/_5g.scss */
.u-text--light-color {
  color: #888888 !important;
}

/* line 15790, app/assets/stylesheets/lib/_5g.scss */
.upgrade5g-switch {
  background: #ceefff;
  padding: 50px 20px;
  text-align: center;
}

/* line 15794, app/assets/stylesheets/lib/_5g.scss */
.upgrade5g-switch-headline {
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 30px;
}

/* line 15798, app/assets/stylesheets/lib/_5g.scss */
.upgrade5g-switch-headline > span {
  font-size: 53px;
  color: #ED7F82;
}

/* line 15803, app/assets/stylesheets/lib/_5g.scss */
.upgrade5g-switch-frame {
  max-width: 1000px;
  margin: 0 auto 30px;
  background: #fff;
  border-radius: 23px;
  padding: 45px 130px;
}

/* line 15810, app/assets/stylesheets/lib/_5g.scss */
.upgrade5g-switch-img {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 15790, app/assets/stylesheets/lib/_5g.scss */
  .upgrade5g-switch {
    padding: 30px 20px;
  }
  /* line 15815, app/assets/stylesheets/lib/_5g.scss */
  .upgrade5g-switch-headline {
    font-size: 15px;
    margin-bottom: 20px;
  }
  /* line 15818, app/assets/stylesheets/lib/_5g.scss */
  .upgrade5g-switch-headline > span {
    font-size: 21px;
  }
  /* line 15822, app/assets/stylesheets/lib/_5g.scss */
  .upgrade5g-switch-frame {
    border-radius: 10px;
    padding: 15px 15px;
  }
}

/* line 4, app/assets/stylesheets/lib/_campaign_e.scss */
.campaignE-hero {
  position: relative;
}

/* line 8, app/assets/stylesheets/lib/_campaign_e.scss */
.campaignE-hero-btn {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  max-height: 14%;
  max-width: 90%;
  width: 463px;
}

@media (max-width: 600px) {
  /* line 8, app/assets/stylesheets/lib/_campaign_e.scss */
  .campaignE-hero-btn {
    bottom: 3%;
  }
}

@media (max-width: 1200px) {
  /* line 22, app/assets/stylesheets/lib/_campaign_e.scss */
  .campaignE-hero-btn img {
    width: 350px;
  }
}

@media (max-width: 768px) {
  /* line 22, app/assets/stylesheets/lib/_campaign_e.scss */
  .campaignE-hero-btn img {
    width: 270px;
  }
}

@media (max-width: 600px) {
  /* line 22, app/assets/stylesheets/lib/_campaign_e.scss */
  .campaignE-hero-btn img {
    width: auto;
  }
}

/* line 40, app/assets/stylesheets/lib/_campaign_e.scss */
.cta-campaignE_5g {
  text-align: center;
  padding-top: 0px;
}

@media (min-width: 960px) {
  /* line 40, app/assets/stylesheets/lib/_campaign_e.scss */
  .cta-campaignE_5g {
    padding-top: 0px;
  }
}

/* line 47, app/assets/stylesheets/lib/_campaign_e.scss */
.cta-campaignE_5g-inner {
  margin: 0 auto;
  padding: 15px;
  max-width: 960px;
}

@media (min-width: 600px) {
  /* line 47, app/assets/stylesheets/lib/_campaign_e.scss */
  .cta-campaignE_5g-inner {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 15px;
    gap: 25px;
    grid-template-columns: 1fr 39%;
  }
}

@media (min-width: 960px) {
  /* line 47, app/assets/stylesheets/lib/_campaign_e.scss */
  .cta-campaignE_5g-inner {
    padding: 25px 0;
  }
}

/* line 66, app/assets/stylesheets/lib/_campaign_e.scss */
.cta-campaignE_5g-lead {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  /* line 66, app/assets/stylesheets/lib/_campaign_e.scss */
  .cta-campaignE_5g-lead {
    margin-bottom: 0;
  }
}

/* line 78, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-present {
  padding: 25px 15px;
  text-align: center;
}

/* line 81, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-present-text {
  font-size: 16px;
  font-weight: bold;
}

/* line 85, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-present--f {
  padding: 0;
}

@media (min-width: 600px) {
  /* line 78, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-present {
    padding: 30px 15px;
  }
  /* line 91, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-present--f {
    padding: 0;
  }
}

@media (min-width: 960px) {
  /* line 78, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-present {
    padding: 30px 0;
  }
  /* line 98, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-present-text {
    font-size: 19px;
  }
  /* line 101, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-present--f {
    padding: 0;
  }
}

/* line 110, app/assets/stylesheets/lib/_campaign_e.scss */
.section-campaignE {
  padding: 40px 0;
  background: #1992eb;
}

/* line 117, app/assets/stylesheets/lib/_campaign_e.scss */
.section-campaignE--sa {
  background: #fff;
}

@media (min-width: 960px) {
  /* line 110, app/assets/stylesheets/lib/_campaign_e.scss */
  .section-campaignE {
    padding: 50px 0;
  }
}

/* line 124, app/assets/stylesheets/lib/_campaign_e.scss */
.section-campaignE-head {
  padding: 0 15px;
  text-align: center;
  font-weight: 600;
  font-size: 21px;
  color: #fff;
}

/* line 130, app/assets/stylesheets/lib/_campaign_e.scss */
.section-campaignE-head--sa {
  color: #2a3b4c;
}

@media (min-width: 600px) {
  /* line 124, app/assets/stylesheets/lib/_campaign_e.scss */
  .section-campaignE-head {
    font-size: 49px;
  }
}

/* line 143, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0 15px;
}

/* line 148, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-img {
  display: none;
}

@media (min-width: 600px) {
  /* line 148, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-img {
    display: block;
    padding: 0 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1100px;
    max-width: 100%;
    margin: auto;
  }
}

@media (min-width: 960px) {
  /* line 148, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-img {
    margin-top: 40px;
    padding: 0;
  }
}

/* line 171, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-card {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 2px solid #003399;
  border-radius: 10px;
  background-color: #ffffff;
  gap: 8px;
  grid-template-columns: 40px 50px 1fr;
}

/* line 182, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-card + .bl-campaignE-card {
  margin-top: 40px;
}

@media (min-width: 600px) {
  /* line 171, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-card {
    display: none;
  }
}

/* line 193, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-item--step > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #0080ff;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

/* line 208, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-item--step > div span {
  display: block;
  font-size: 45.71%;
}

/* line 216, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-item--icon img {
  width: 50px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 224, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-item--ttl {
  font-weight: 600;
  font-size: 15px;
}

/* line 229, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-item--txt {
  font-size: 9px;
  grid-column: 1 / span 3;
  grid-row: 2;
}

/* line 234, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-item--txt img {
  margin: auto;
  max-width: 80%;
  display: block;
}

/* line 242, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-txt {
  font-size: 10px;
  color: #fff;
  display: block;
  margin: 15px auto 0;
  padding: 0 15px;
}

/* line 249, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-txt--sa {
  color: #2a3b4c;
}

@media (min-width: 600px) {
  /* line 242, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-txt {
    margin: 30px auto 0;
    max-width: 960px;
    font-size: 14px;
  }
}

/* line 261, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-badge {
  padding: 50px 15px 0;
}

/* line 263, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-badge-head {
  font-size: 41px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

/* line 269, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-badge-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 640px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 30px;
}

/* line 277, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-badge-item {
  width: 220px;
  text-align: center;
  max-width: 42%;
}

/* line 282, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-badge-headline {
  font-size: 43px;
  font-weight: bold;
}

/* line 285, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-badge-headline span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ff0));
  background: -webkit-linear-gradient(transparent 75%, #ff0 75%);
  background: linear-gradient(transparent 75%, #ff0 75%);
}

/* line 292, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-badge-note {
  font-size: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 261, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-badge {
    padding: 30px 15px 0;
  }
  /* line 298, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-badge-head {
    font-size: 23px;
    margin-bottom: 20px;
  }
  /* line 302, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-badge-wrap {
    margin-bottom: 10px;
  }
  /* line 307, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-badge-headline {
    font-size: 22px;
  }
  /* line 313, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-badge-note {
    font-size: 10px;
  }
}

/* line 320, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-card:not(:last-child) {
  position: relative;
}

/* line 323, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-card:not(:last-child):after {
  position: absolute;
  bottom: -35px;
  left: 50%;
  display: block;
  width: 35px;
  height: 24px;
  background: url(/assets/campaign_e_5g/svg/under-arrow2-0a1c3ff16d9aa74695ebb9fba18117e33a650cf64cc2420d31b6885a1609e0e7.svg) no-repeat top 50% left 50%;
  background-size: contain;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 338, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-caution {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 960px;
}

@media (min-width: 960px) {
  /* line 338, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-caution {
    padding: 0;
  }
}

/* line 346, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-caution .caution {
  margin-top: 40px;
}

@media (min-width: 960px) {
  /* line 346, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-caution .caution {
    margin-top: 50px;
  }
}

/* line 353, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-caution .caution .caution-form form {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 353, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-caution .caution .caution-form form {
    font-size: 10px;
    width: 100%;
  }
}

/* line 362, app/assets/stylesheets/lib/_campaign_e.scss */
.caution {
  margin-top: 5.33333vw;
  border: .4vw solid #003399;
  background: #003399;
}

/* line 368, app/assets/stylesheets/lib/_campaign_e.scss */
.caution .caution-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6.8vw;
  background: #003399;
  color: #ffffff;
  font-weight: 800;
  font-size: 3.73333vw;
  line-height: 1;
}

/* line 380, app/assets/stylesheets/lib/_campaign_e.scss */
.caution .caution-header img {
  margin-right: .3em;
  width: 4.13333vw;
}

/* line 385, app/assets/stylesheets/lib/_campaign_e.scss */
.caution .caution-content {
  padding: 2vw 2.13333vw 3.33333vw;
  background: #ffff88;
}

/* line 390, app/assets/stylesheets/lib/_campaign_e.scss */
.caution .caution-title {
  font-weight: 600;
  font-size: 2.66667vw;
  line-height: 4.93333vw;
}

/* line 396, app/assets/stylesheets/lib/_campaign_e.scss */
.caution .caution-text {
  font-weight: 500;
  font-size: 2.4vw;
  line-height: 3.2vw;
}

/* line 402, app/assets/stylesheets/lib/_campaign_e.scss */
.caution .caution-form form {
  display: block;
  margin: 2.66667vw auto;
  width: 75.46667vw;
  border: 3px solid #cccccc;
  background: #ffffff;
  font-weight: 600;
}

/* line 411, app/assets/stylesheets/lib/_campaign_e.scss */
.caution .caution-form label {
  display: block;
  padding: 1.33333vw;
  background: #cccccc;
  text-align: center;
  font-size: 3.06667vw;
  line-height: 1;
}

/* line 420, app/assets/stylesheets/lib/_campaign_e.scss */
.caution .caution-form span {
  display: block;
  padding: 1.33333vw 2.66667vw;
  width: 100%;
  border: 0;
  background: 0;
  text-align: center;
  font-size: 3.06667vw;
}

/* line 430, app/assets/stylesheets/lib/_campaign_e.scss */
.caution .caution-form span::-webkit-input-placeholder {
  color: #000000 !important;
}

/* line 434, app/assets/stylesheets/lib/_campaign_e.scss */
.caution .caution-form span:-ms-input-placeholder {
  color: #000000 !important;
}

/* line 438, app/assets/stylesheets/lib/_campaign_e.scss */
.caution .caution-form span::-webkit-input-placeholder {
  color: #000000 !important;
}
.caution .caution-form span::-moz-placeholder {
  color: #000000 !important;
}
.caution .caution-form span:-ms-input-placeholder {
  color: #000000 !important;
}
.caution .caution-form span::-ms-input-placeholder {
  color: #000000 !important;
}
.caution .caution-form span::placeholder {
  color: #000000 !important;
}

@media (min-width: 768px) {
  /* line 444, app/assets/stylesheets/lib/_campaign_e.scss */
  .caution {
    margin-top: 6.09375vw;
    border-width: 3px;
  }
  /* line 449, app/assets/stylesheets/lib/_campaign_e.scss */
  .caution .caution-header {
    height: 4.21875vw;
    font-size: 1.875vw;
  }
  /* line 454, app/assets/stylesheets/lib/_campaign_e.scss */
  .caution .caution-header img {
    width: 2.42188vw;
  }
  /* line 458, app/assets/stylesheets/lib/_campaign_e.scss */
  .caution .caution-content {
    padding: 1.17188vw 1.875vw 1.95313vw;
  }
  /* line 462, app/assets/stylesheets/lib/_campaign_e.scss */
  .caution .caution-title {
    font-size: 1.5625vw;
    line-height: 2.89063vw;
  }
  /* line 467, app/assets/stylesheets/lib/_campaign_e.scss */
  .caution .caution-text {
    font-size: 1.40625vw;
    line-height: 1.875vw;
  }
  /* line 472, app/assets/stylesheets/lib/_campaign_e.scss */
  .caution .caution-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.5625vw auto;
    width: 100%;
  }
  /* line 478, app/assets/stylesheets/lib/_campaign_e.scss */
  .caution .caution-form label {
    padding: .85938vw 1.64063vw;
    white-space: nowrap;
    font-size: 1.40625vw;
  }
  /* line 484, app/assets/stylesheets/lib/_campaign_e.scss */
  .caution .caution-form span {
    padding: .85938vw 1.5625vw;
    text-align: left;
    font-size: 1.40625vw;
  }
}

@media (min-width: 1281px) {
  /* line 492, app/assets/stylesheets/lib/_campaign_e.scss */
  .caution {
    margin-top: 78px;
  }
  /* line 496, app/assets/stylesheets/lib/_campaign_e.scss */
  .caution .caution-header {
    height: 54px;
    font-size: 24px;
  }
  /* line 501, app/assets/stylesheets/lib/_campaign_e.scss */
  .caution .caution-header img {
    width: 31px;
  }
  /* line 505, app/assets/stylesheets/lib/_campaign_e.scss */
  .caution .caution-content {
    padding: 15px 24px 25px;
  }
  /* line 509, app/assets/stylesheets/lib/_campaign_e.scss */
  .caution .caution-title {
    font-size: 20px;
    line-height: 37px;
  }
  /* line 514, app/assets/stylesheets/lib/_campaign_e.scss */
  .caution .caution-text {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 519, app/assets/stylesheets/lib/_campaign_e.scss */
  .caution .caution-form form {
    margin: 20px auto;
  }
  /* line 523, app/assets/stylesheets/lib/_campaign_e.scss */
  .caution .caution-form label {
    padding: 11px 21px;
    font-size: 18px;
  }
  /* line 528, app/assets/stylesheets/lib/_campaign_e.scss */
  .caution .caution-form span {
    padding: 11px 20px;
    font-size: 18px;
  }
}

/* line 537, app/assets/stylesheets/lib/_campaign_e.scss */
.campaignE-head {
  text-align: center;
  font-size: 20px;
}

@media (min-width: 600px) {
  /* line 537, app/assets/stylesheets/lib/_campaign_e.scss */
  .campaignE-head {
    font-size: 40px;
  }
}

/* line 545, app/assets/stylesheets/lib/_campaign_e.scss */
.campaignE-head span {
  color: #f52d9d;
}

/* line 553, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-cf {
  font-size: 8px;
  padding: 40px 15px;
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  /* line 553, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-cf {
    font-size: 12px;
  }
}

@media (min-width: 960px) {
  /* line 553, app/assets/stylesheets/lib/_campaign_e.scss */
  .bl-campaignE-cf {
    padding: 80px 0;
  }
}

/* line 566, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-cf ul {
  padding-left: 2em;
  list-style-type: disc;
}

/* line 571, app/assets/stylesheets/lib/_campaign_e.scss */
.bl-campaignE-cf li + li {
  margin-top: 5px;
}

/* line 580, app/assets/stylesheets/lib/_campaign_e.scss */
.campaignE-footer a {
  color: #fff;
}

/* line 585, app/assets/stylesheets/lib/_campaign_e.scss */
.campaignE-footer .go-top {
  position: fixed;
  right: 5.33333vw;
  bottom: 5.33333vw;
  z-index: 1;
  display: none;
  width: 12.13333vw;
}

/* line 594, app/assets/stylesheets/lib/_campaign_e.scss */
.campaignE-footer .campaignE-footer-top {
  padding: 4vw 0;
  background: #d5efff;
  text-align: center;
}

/* line 600, app/assets/stylesheets/lib/_campaign_e.scss */
.campaignE-footer .campaignE-footer-top .logo {
  width: 27.86667vw;
}

/* line 604, app/assets/stylesheets/lib/_campaign_e.scss */
.campaignE-footer .campaignE-footer-bot {
  padding: 2.66667vw 0;
  background: #043786;
  color: #ffffff;
  text-align: center;
}

/* line 611, app/assets/stylesheets/lib/_campaign_e.scss */
.campaignE-footer .campaignE-footer-text {
  margin-top: 5px;
  margin-bottom: 3.33333vw;
  font-weight: 300;
  font-size: 2.13333vw;
  line-height: 1;
}

/* line 619, app/assets/stylesheets/lib/_campaign_e.scss */
.campaignE-footer .campaignE-footer-nav {
  line-height: 0;
}

/* line 623, app/assets/stylesheets/lib/_campaign_e.scss */
.campaignE-footer .campaignE-footer-nav ul li {
  display: inline-block;
}

/* line 627, app/assets/stylesheets/lib/_campaign_e.scss */
.campaignE-footer .campaignE-footer-nav ul li:first-child a {
  padding-left: 0;
}

/* line 631, app/assets/stylesheets/lib/_campaign_e.scss */
.campaignE-footer .campaignE-footer-nav ul li:last-child a {
  padding-right: 0;
  border-right: 0;
}

/* line 636, app/assets/stylesheets/lib/_campaign_e.scss */
.campaignE-footer .campaignE-footer-nav ul li a {
  display: block;
  padding: 0 4vw;
  border-right: 1px dotted #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 2.4vw;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 647, app/assets/stylesheets/lib/_campaign_e.scss */
  .campaignE-footer .go-top {
    right: 3.125vw;
    bottom: 3.125vw;
    width: 7.10938vw;
  }
  /* line 653, app/assets/stylesheets/lib/_campaign_e.scss */
  .campaignE-footer .campaignE-footer-top {
    padding: 30px 0;
  }
  /* line 657, app/assets/stylesheets/lib/_campaign_e.scss */
  .campaignE-footer .campaignE-footer-top .logo {
    width: 16.32813vw;
  }
  /* line 661, app/assets/stylesheets/lib/_campaign_e.scss */
  .campaignE-footer .campaignE-footer-bot {
    padding: 1.95313vw 0;
  }
  /* line 665, app/assets/stylesheets/lib/_campaign_e.scss */
  .campaignE-footer .campaignE-footer-text {
    margin-top: 0;
    margin-bottom: 1.64063vw;
    font-size: 16px;
  }
  /* line 671, app/assets/stylesheets/lib/_campaign_e.scss */
  .campaignE-footer .campaignE-footer-nav ul li a {
    padding: 0 2.73438vw;
    font-size: 1.40625vw;
  }
}

/* line 18, app/assets/stylesheets/lib/_business.scss */
body {
  color: #2a3b4c;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* line 25, app/assets/stylesheets/lib/_business.scss */
.business-header-top-inner {
  max-width: 1260px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}

/* line 31, app/assets/stylesheets/lib/_business.scss */
.business-header-top-inner h1 {
  font-size: 12px;
  margin: 0;
  font-weight: bold;
}

/* line 36, app/assets/stylesheets/lib/_business.scss */
.business-header-top-inner a {
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}

@media (max-width: 768px) {
  /* line 43, app/assets/stylesheets/lib/_business.scss */
  .business-header-top-inner {
    padding: 10px 0;
  }
  /* line 45, app/assets/stylesheets/lib/_business.scss */
  .business-header-top-inner h1 {
    font-size: 10px;
  }
  /* line 48, app/assets/stylesheets/lib/_business.scss */
  .business-header-top-inner a {
    display: none;
  }
}

/* line 55, app/assets/stylesheets/lib/_business.scss */
.business-header-bottom-nav {
  max-width: 1260px;
  padding: 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  /* line 55, app/assets/stylesheets/lib/_business.scss */
  .business-header-bottom-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

/* line 67, app/assets/stylesheets/lib/_business.scss */
.business-header-bottom-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 69, app/assets/stylesheets/lib/_business.scss */
.business-header-bottom-logo img {
  width: 305px;
}

@media (max-width: 768px) {
  /* line 69, app/assets/stylesheets/lib/_business.scss */
  .business-header-bottom-logo img {
    width: 103px;
  }
}

/* line 76, app/assets/stylesheets/lib/_business.scss */
.business-header-bottom-menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}

@media (max-width: 1259px) {
  /* line 80, app/assets/stylesheets/lib/_business.scss */
  .business-header-bottom-gnav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
    background: #f5f6f7;
    padding: 20px 10px;
    overflow-x: auto;
  }
}

/* line 92, app/assets/stylesheets/lib/_business.scss */
.business-header-bottom-gnav-menu {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding-right: 25px;
}

/* line 100, app/assets/stylesheets/lib/_business.scss */
.business-header-bottom-gnav-menu::after {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #2a3b4c;
  border-bottom: 2px solid #2a3b4c;
  position: absolute;
  top: 11%;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 1260px) {
  /* line 92, app/assets/stylesheets/lib/_business.scss */
  .business-header-bottom-gnav-menu {
    display: none;
  }
}

/* line 125, app/assets/stylesheets/lib/_business.scss */
.business-header-bottom-gnav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

/* line 130, app/assets/stylesheets/lib/_business.scss */
.business-header-bottom-gnav ul li {
  position: relative;
  padding: 0 15px;
  white-space: nowrap;
}

/* line 135, app/assets/stylesheets/lib/_business.scss */
.business-header-bottom-gnav ul li:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #2a3b4c;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 145, app/assets/stylesheets/lib/_business.scss */
.business-header-bottom-gnav ul li a {
  text-decoration: none;
  color: #2a3b4c;
  font-weight: bold;
  font-size: 16px;
}

/* line 154, app/assets/stylesheets/lib/_business.scss */
.business-header-bottom-cta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 10px;
}

@media (max-width: 768px) {
  /* line 154, app/assets/stylesheets/lib/_business.scss */
  .business-header-bottom-cta {
    margin-top: 10px;
    width: 100vw;
    margin-left: -5px;
    margin-right: -5px;
  }
  /* line 165, app/assets/stylesheets/lib/_business.scss */
  .business-header-bottom-cta a {
    width: 50%;
  }
  /* line 167, app/assets/stylesheets/lib/_business.scss */
  .business-header-bottom-cta a:first-child {
    background: #1992eb;
  }
  /* line 170, app/assets/stylesheets/lib/_business.scss */
  .business-header-bottom-cta a:last-child {
    background: #2a3b4c;
  }
  /* line 174, app/assets/stylesheets/lib/_business.scss */
  .business-header-bottom-cta-pc {
    display: none;
  }
}

/* line 178, app/assets/stylesheets/lib/_business.scss */
.business-header-bottom-cta-sp {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 7px;
  line-height: 1.2;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

/* line 189, app/assets/stylesheets/lib/_business.scss */
.business-header-bottom-cta-sp > span {
  font-size: 10px;
}

@media (min-width: 768px) {
  /* line 178, app/assets/stylesheets/lib/_business.scss */
  .business-header-bottom-cta-sp {
    display: none;
  }
}

/* line 201, app/assets/stylesheets/lib/_business.scss */
.business-cta {
  background: #333333;
  overflow-x: auto;
}

/* line 204, app/assets/stylesheets/lib/_business.scss */
.business-cta-wrap {
  max-width: 1250px;
  padding: 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 214, app/assets/stylesheets/lib/_business.scss */
.business-cta-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 219, app/assets/stylesheets/lib/_business.scss */
.business-cta-head {
  margin-bottom: 10px;
}

/* line 224, app/assets/stylesheets/lib/_business.scss */
.business-cta-title {
  font-size: 32px;
  line-height: 1.3;
  margin: 0 30px 0px 0;
  font-weight: bold;
  color: #fff;
}

/* line 230, app/assets/stylesheets/lib/_business.scss */
.business-cta-title > span {
  position: relative;
  font-size: 19px;
}

/* line 233, app/assets/stylesheets/lib/_business.scss */
.business-cta-title > span::before {
  content: "＼";
}

/* line 236, app/assets/stylesheets/lib/_business.scss */
.business-cta-title > span::after {
  content: "／";
}

/* line 241, app/assets/stylesheets/lib/_business.scss */
.business-cta-msg {
  color: #ff0000;
}

/* line 249, app/assets/stylesheets/lib/_business.scss */
.business-cta-msg2 {
  color: #fff;
}

/* line 252, app/assets/stylesheets/lib/_business.scss */
.business-cta-item {
  margin-right: 20px;
}

/* line 253, app/assets/stylesheets/lib/_business.scss */
.business-cta-item span {
  color: #fff;
}

/* line 257, app/assets/stylesheets/lib/_business.scss */
.business-cta-item input,
.business-cta-item select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  border: none;
}

/* line 265, app/assets/stylesheets/lib/_business.scss */
.business-cta-item--num {
  width: 98px;
  margin-bottom: 15px;
}

/* line 268, app/assets/stylesheets/lib/_business.scss */
.business-cta-item--num input {
  width: 55px;
  margin-right: 5px;
}

/* line 273, app/assets/stylesheets/lib/_business.scss */
.business-cta-item--plan {
  width: 240px;
}

/* line 276, app/assets/stylesheets/lib/_business.scss */
.business-cta-item--pay {
  width: 240px;
}

/* line 279, app/assets/stylesheets/lib/_business.scss */
.business-cta-item--name {
  width: 270px;
}

/* line 282, app/assets/stylesheets/lib/_business.scss */
.business-cta-item--mail {
  width: 270px;
}

/* line 285, app/assets/stylesheets/lib/_business.scss */
.business-cta-item--tel {
  width: 270px;
}

/* line 289, app/assets/stylesheets/lib/_business.scss */
.business-cta-label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

/* line 293, app/assets/stylesheets/lib/_business.scss */
.business-cta-label > span {
  color: #ff0000;
}

/* line 297, app/assets/stylesheets/lib/_business.scss */
.business-cta-select-wrap {
  position: relative;
}

/* line 299, app/assets/stylesheets/lib/_business.scss */
.business-cta-select-wrap::after {
  content: "";
  border-right: 6px solid transparent;
  border-top: 10px solid #333;
  border-left: 6px solid transparent;
  position: absolute;
  right: 10px;
  bottom: calc(50% - 5px);
  pointer-events: none;
}

/* line 310, app/assets/stylesheets/lib/_business.scss */
.business-cta-note {
  color: #fff;
}

/* line 313, app/assets/stylesheets/lib/_business.scss */
.business-cta-right {
  padding-top: 10px;
  text-align: center;
}

/* line 317, app/assets/stylesheets/lib/_business.scss */
.business-cta-btn {
  width: 256px;
  display: inline-block;
  padding: 10px;
  text-align: center;
  position: relative;
  border-radius: 18px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  border: none;
  cursor: pointer;
}

/* line 330, app/assets/stylesheets/lib/_business.scss */
.business-cta-btn > span {
  font-size: 12px;
}

/* line 333, app/assets/stylesheets/lib/_business.scss */
.business-cta-btn::after {
  content: "";
  width: 13px;
  height: 13px;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: #2a3b4c;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* line 345, app/assets/stylesheets/lib/_business.scss */
.business-cta-btn--1 {
  background: #fff;
  margin-bottom: 15px;
  color: #2a3b4c;
}

/* line 349, app/assets/stylesheets/lib/_business.scss */
.business-cta-btn--1:hover {
  color: #2a3b4c;
  text-decoration: none;
}

/* line 354, app/assets/stylesheets/lib/_business.scss */
.business-cta-btn--2 {
  font-size: 25px;
  background: #1992eb;
  color: #fff;
  height: 80px;
}

/* line 359, app/assets/stylesheets/lib/_business.scss */
.business-cta-btn--2:hover {
  color: #fff;
  text-decoration: none;
}

/* line 363, app/assets/stylesheets/lib/_business.scss */
.business-cta-btn--2::after {
  border-color: #fff;
}

/* line 366, app/assets/stylesheets/lib/_business.scss */
.business-cta-btn--2 > span {
  font-size: 16px;
}

@media (max-width: 768px) {
  /* line 201, app/assets/stylesheets/lib/_business.scss */
  .business-cta {
    overflow-x: initial;
  }
  /* line 373, app/assets/stylesheets/lib/_business.scss */
  .business-cta-wrap {
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 379, app/assets/stylesheets/lib/_business.scss */
  .business-cta-note {
    margin-bottom: 10px;
  }
  /* line 382, app/assets/stylesheets/lib/_business.scss */
  .business-cta-input {
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 386, app/assets/stylesheets/lib/_business.scss */
  .business-cta-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  /* line 390, app/assets/stylesheets/lib/_business.scss */
  .business-cta-title {
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 0px;
  }
  /* line 396, app/assets/stylesheets/lib/_business.scss */
  .business-cta-title > span {
    font-size: 16px;
  }
  /* line 400, app/assets/stylesheets/lib/_business.scss */
  .business-cta-msg {
    font-size: 15px;
    padding: 10px 10px;
  }
  /* line 404, app/assets/stylesheets/lib/_business.scss */
  .business-cta-item {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  /* line 407, app/assets/stylesheets/lib/_business.scss */
  .business-cta-item--num {
    margin-bottom: 10px;
  }
  /* line 410, app/assets/stylesheets/lib/_business.scss */
  .business-cta-item--num input {
    width: 55px;
    margin-right: 5px;
  }
  /* line 415, app/assets/stylesheets/lib/_business.scss */
  .business-cta-item--plan {
    width: 235px;
  }
  /* line 418, app/assets/stylesheets/lib/_business.scss */
  .business-cta-item--pay {
    width: 100%;
  }
  /* line 421, app/assets/stylesheets/lib/_business.scss */
  .business-cta-item--name {
    width: 100%;
  }
  /* line 424, app/assets/stylesheets/lib/_business.scss */
  .business-cta-item--mail {
    width: 100%;
  }
  /* line 427, app/assets/stylesheets/lib/_business.scss */
  .business-cta-item--tel {
    width: 100%;
  }
}

/* line 434, app/assets/stylesheets/lib/_business.scss */
.business-lead {
  background: #edfbff;
  padding: 50px 0 50px;
}

/* line 437, app/assets/stylesheets/lib/_business.scss */
.business-lead-container {
  width: 865px;
  max-width: 100%;
  margin: auto;
}

/* line 442, app/assets/stylesheets/lib/_business.scss */
.business-lead-h2 {
  text-align: center;
  font-size: 44px;
  margin-bottom: 50px;
  font-weight: bold;
}

/* line 448, app/assets/stylesheets/lib/_business.scss */
.business-lead-movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}

/* line 451, app/assets/stylesheets/lib/_business.scss */
.business-lead-movie iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 434, app/assets/stylesheets/lib/_business.scss */
  .business-lead {
    padding: 30px 15px 40px;
  }
  /* line 460, app/assets/stylesheets/lib/_business.scss */
  .business-lead-h2 {
    font-size: 29px;
    margin-bottom: 20px;
  }
}

/* line 467, app/assets/stylesheets/lib/_business.scss */
.business-step {
  background: #edfbff;
  padding: 50px 0 50px;
  margin: auto;
}

/* line 471, app/assets/stylesheets/lib/_business.scss */
.business-step-h2 {
  text-align: center;
  font-size: 44px;
  margin-bottom: 50px;
  font-weight: bold;
}

/* line 477, app/assets/stylesheets/lib/_business.scss */
.business-step-wrap {
  width: 865px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 484, app/assets/stylesheets/lib/_business.scss */
.business-step-item {
  width: 22%;
  text-align: center;
  background: #fff;
  padding: 10px 0;
  position: relative;
}

/* line 491, app/assets/stylesheets/lib/_business.scss */
.business-step-item:not(:last-child)::after {
  content: "";
  background: url(/assets/business/svg/arrow01-fefdc41d318b5138b2be24a00e74b667467f29d8a54c3894423b89f471294651.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 503, app/assets/stylesheets/lib/_business.scss */
.business-step-title {
  font-size: 27px;
  margin-bottom: 10px;
}

/* line 506, app/assets/stylesheets/lib/_business.scss */
.business-step-title > span {
  font-size: 14px;
  margin-right: 10px;
}

/* line 511, app/assets/stylesheets/lib/_business.scss */
.business-step-img {
  height: 75px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}

/* line 517, app/assets/stylesheets/lib/_business.scss */
.business-step-text {
  font-size: 17px;
}

@media (max-width: 768px) {
  /* line 467, app/assets/stylesheets/lib/_business.scss */
  .business-step {
    padding: 30px 15px 40px;
  }
  /* line 522, app/assets/stylesheets/lib/_business.scss */
  .business-step-h2 {
    font-size: 29px;
    margin-bottom: 20px;
  }
  /* line 526, app/assets/stylesheets/lib/_business.scss */
  .business-step-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 529, app/assets/stylesheets/lib/_business.scss */
  .business-step-item {
    width: 100%;
    padding: 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 535, app/assets/stylesheets/lib/_business.scss */
  .business-step-item:not(:last-child) {
    margin-bottom: 50px;
  }
  /* line 537, app/assets/stylesheets/lib/_business.scss */
  .business-step-item:not(:last-child)::after {
    left: 0;
    right: 0;
    margin: auto;
    top: calc(100% + 17px);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  /* line 546, app/assets/stylesheets/lib/_business.scss */
  .business-step-title {
    font-size: 27px;
    margin-bottom: 10px;
    width: 100%;
  }
  /* line 550, app/assets/stylesheets/lib/_business.scss */
  .business-step-title > span {
    font-size: 14px;
  }
  /* line 554, app/assets/stylesheets/lib/_business.scss */
  .business-step-img {
    width: 48%;
    height: 75px;
  }
  /* line 558, app/assets/stylesheets/lib/_business.scss */
  .business-step-text {
    width: 52%;
    font-size: 18px;
    text-align: left;
  }
}

/* line 566, app/assets/stylesheets/lib/_business.scss */
.business-trouble {
  padding: 80px 0 40px;
}

/* line 568, app/assets/stylesheets/lib/_business.scss */
.business-trouble-h2 {
  text-align: center;
  font-size: 44px;
  margin-bottom: 10px;
  color: #ff4545;
  font-weight: bold;
}

/* line 575, app/assets/stylesheets/lib/_business.scss */
.business-trouble-h3 {
  text-align: center;
  font-size: 44px;
  margin-bottom: 40px;
  font-weight: bold;
}

/* line 581, app/assets/stylesheets/lib/_business.scss */
.business-trouble-ex {
  text-align: center;
  font-size: 29px;
  font-weight: 500;
  margin-bottom: 80px;
  position: relative;
}

/* line 587, app/assets/stylesheets/lib/_business.scss */
.business-trouble-ex::after {
  content: "";
  background: url(/assets/business/svg/arrow01-fefdc41d318b5138b2be24a00e74b667467f29d8a54c3894423b89f471294651.svg) no-repeat center/contain;
  width: 45px;
  height: 45px;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 600, app/assets/stylesheets/lib/_business.scss */
.business-trouble-solution {
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: 44px;
  font-weight: bold;
}

/* line 601, app/assets/stylesheets/lib/_business.scss */
.business-trouble-solution-wrap {
  text-align: center;
  margin-bottom: 50px;
}

/* line 610, app/assets/stylesheets/lib/_business.scss */
.business-trouble-solution img {
  vertical-align: baseline;
  margin-right: 10px;
}

/* line 614, app/assets/stylesheets/lib/_business.scss */
.business-trouble-solution > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ff0));
  background: -webkit-linear-gradient(transparent 75%, #ff0 75%);
  background: linear-gradient(transparent 75%, #ff0 75%);
}

/* line 618, app/assets/stylesheets/lib/_business.scss */
.business-trouble-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 30px;
}

/* line 625, app/assets/stylesheets/lib/_business.scss */
.business-trouble-point-item {
  width: 42%;
  margin-bottom: 50px;
}

/* line 629, app/assets/stylesheets/lib/_business.scss */
.business-trouble-point-head {
  font-size: 20px;
  width: 186px;
  height: 40px;
  line-height: 40px;
  background: #2a3b4c;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto 10px;
  border-radius: 13px;
}

/* line 642, app/assets/stylesheets/lib/_business.scss */
.business-trouble-point-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 648, app/assets/stylesheets/lib/_business.scss */
.business-trouble-point-img {
  margin-bottom: 20px;
  text-align: center;
  height: 230px;
  display: grid;
  place-items: center;
}

/* line 655, app/assets/stylesheets/lib/_business.scss */
.business-trouble-point-text {
  font-size: 20px;
  font-weight: 500;
}

/* line 658, app/assets/stylesheets/lib/_business.scss */
.business-trouble-point-text > span {
  font-size: 15px;
}

/* line 663, app/assets/stylesheets/lib/_business.scss */
.business-trouble-bnr {
  text-align: center;
  margin-bottom: 20px;
}

/* line 666, app/assets/stylesheets/lib/_business.scss */
.business-trouble-bnr-text {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}

/* line 673, app/assets/stylesheets/lib/_business.scss */
.business-trouble-introduction-text {
  font-size: 29px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.8;
}

/* line 680, app/assets/stylesheets/lib/_business.scss */
.business-trouble-introduction-bnr {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 566, app/assets/stylesheets/lib/_business.scss */
  .business-trouble {
    padding: 40px 15px;
  }
  /* line 687, app/assets/stylesheets/lib/_business.scss */
  .business-trouble-h2 {
    font-size: 29px;
    margin-bottom: 20px;
  }
  /* line 691, app/assets/stylesheets/lib/_business.scss */
  .business-trouble-h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  /* line 695, app/assets/stylesheets/lib/_business.scss */
  .business-trouble-ex {
    font-size: 20px;
    margin-bottom: 80px;
  }
  /* line 698, app/assets/stylesheets/lib/_business.scss */
  .business-trouble-ex::after {
    width: 38px;
    height: 38px;
    top: calc(100% + 20px);
  }
  /* line 704, app/assets/stylesheets/lib/_business.scss */
  .business-trouble-solution {
    font-size: 29px;
    font-weight: bold;
    line-height: 1.9;
  }
  /* line 705, app/assets/stylesheets/lib/_business.scss */
  .business-trouble-solution-wrap {
    margin-bottom: 30px;
  }
  /* line 712, app/assets/stylesheets/lib/_business.scss */
  .business-trouble-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 714, app/assets/stylesheets/lib/_business.scss */
  .business-trouble-point-item {
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 718, app/assets/stylesheets/lib/_business.scss */
  .business-trouble-point-head {
    font-size: 19px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 15px;
    border-radius: 13px;
  }
  /* line 725, app/assets/stylesheets/lib/_business.scss */
  .business-trouble-point-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  /* line 729, app/assets/stylesheets/lib/_business.scss */
  .business-trouble-point-img {
    margin-bottom: 20px;
    text-align: center;
    height: 230px;
    display: grid;
    place-items: center;
  }
  /* line 736, app/assets/stylesheets/lib/_business.scss */
  .business-trouble-point-text {
    font-size: 17px;
  }
  /* line 738, app/assets/stylesheets/lib/_business.scss */
  .business-trouble-point-text > span {
    font-size: 14px;
  }
  /* line 743, app/assets/stylesheets/lib/_business.scss */
  .business-trouble-bnr {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  /* line 747, app/assets/stylesheets/lib/_business.scss */
  .business-trouble-bnr img {
    width: 289px;
  }
  /* line 750, app/assets/stylesheets/lib/_business.scss */
  .business-trouble-bnr-text {
    margin-top: 20px;
    font-size: 15px;
    text-align: left;
  }
  /* line 757, app/assets/stylesheets/lib/_business.scss */
  .business-trouble-introduction-text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  /* line 761, app/assets/stylesheets/lib/_business.scss */
  .business-trouble-introduction-bnr {
    margin-bottom: 0px;
  }
}

/* line 768, app/assets/stylesheets/lib/_business.scss */
.business-reason {
  padding: 70px 0 100px;
}

/* line 770, app/assets/stylesheets/lib/_business.scss */
.business-reason-h2 {
  font-size: 44px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 776, app/assets/stylesheets/lib/_business.scss */
.business-reason-lead {
  font-size: 29px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
}

/* line 782, app/assets/stylesheets/lib/_business.scss */
.business-reason-lead2 {
  font-size: 25px;
  width: 382px;
  max-width: 100%;
  color: #fff;
  background: #2a3b4c;
  margin: auto;
  margin-bottom: 40px;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  border-radius: 13px;
}

/* line 795, app/assets/stylesheets/lib/_business.scss */
.business-reason-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1025px;
  max-width: 100%;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
}

/* line 804, app/assets/stylesheets/lib/_business.scss */
.business-reason-head {
  text-align: center;
  font-size: 13px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 500;
}

/* line 810, app/assets/stylesheets/lib/_business.scss */
.business-reason-head::before {
  content: "";
  height: 100%;
  width: 1px;
  background: #2a3b4c;
  left: 10px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

/* line 820, app/assets/stylesheets/lib/_business.scss */
.business-reason-head::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #2a3b4c;
  right: 10px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

/* line 831, app/assets/stylesheets/lib/_business.scss */
.business-reason-item {
  width: 24%;
}

/* line 834, app/assets/stylesheets/lib/_business.scss */
.business-reason-text {
  background: #2a3b4c;
  color: #fff;
  text-align: center;
  height: 49px;
  line-height: 49px;
  font-size: 20px;
}

/* line 842, app/assets/stylesheets/lib/_business.scss */
.business-reason-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1025px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 80px;
  text-align: center;
}

/* line 850, app/assets/stylesheets/lib/_business.scss */
.business-reason-review-item {
  width: 31%;
  padding: 20px;
  background: #fff;
  border: solid 2px #2a3b4c;
  border-radius: 20px;
}

/* line 857, app/assets/stylesheets/lib/_business.scss */
.business-reason-review-text {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}

/* line 862, app/assets/stylesheets/lib/_business.scss */
.business-reason-review-num {
  font-size: 36px;
  text-align: center;
}

/* line 865, app/assets/stylesheets/lib/_business.scss */
.business-reason-review-num > span {
  font-size: 44px;
}

/* line 869, app/assets/stylesheets/lib/_business.scss */
.business-reason-review-rating {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 42px;
}

/* line 874, app/assets/stylesheets/lib/_business.scss */
.business-reason-review-rating::before {
  content: "★ ★ ★ ★ ★";
  color: #fff;
}

/* line 878, app/assets/stylesheets/lib/_business.scss */
.business-reason-review-rating::after {
  content: "★ ★ ★ ★ ★";
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #fdbb09;
}

/* line 887, app/assets/stylesheets/lib/_business.scss */
.business-reason-review-rating[data-rate="5"]:after {
  width: 100%;
}

/* line 890, app/assets/stylesheets/lib/_business.scss */
.business-reason-review-rating[data-rate="4.2"]:after {
  width: 89%;
}

/* line 895, app/assets/stylesheets/lib/_business.scss */
.business-reason-review2 {
  width: 630px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 50px;
}

/* line 900, app/assets/stylesheets/lib/_business.scss */
.business-reason-review2-item {
  width: 100%;
  padding: 30px 50px;
  background: #fff;
  border: solid 2px #2a3b4c;
  border-radius: 20px;
  margin-bottom: 50px;
}

/* line 908, app/assets/stylesheets/lib/_business.scss */
.business-reason-review2-text {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

/* line 914, app/assets/stylesheets/lib/_business.scss */
.business-reason-review2-text2 {
  font-size: 19px;
}

/* line 917, app/assets/stylesheets/lib/_business.scss */
.business-reason-review2-num {
  font-size: 44px;
}

/* line 920, app/assets/stylesheets/lib/_business.scss */
.business-reason-review2-rating {
  text-align: right;
  font-size: 44px;
}

/* line 923, app/assets/stylesheets/lib/_business.scss */
.business-reason-review2-rating > span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 44px;
  margin-right: 20px;
}

/* line 929, app/assets/stylesheets/lib/_business.scss */
.business-reason-review2-rating > span::before {
  content: "★ ★ ★ ★ ★";
  color: #fff;
}

/* line 933, app/assets/stylesheets/lib/_business.scss */
.business-reason-review2-rating > span::after {
  content: "★ ★ ★ ★ ★";
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #fdbb09;
}

/* line 942, app/assets/stylesheets/lib/_business.scss */
.business-reason-review2-rating > span[data-rate="5"]:after {
  width: 100%;
}

/* line 945, app/assets/stylesheets/lib/_business.scss */
.business-reason-review2-rating > span[data-rate="4"]:after {
  width: 83%;
}

/* line 952, app/assets/stylesheets/lib/_business.scss */
.business-reason-img {
  text-align: center;
  margin-bottom: 60px;
}

/* line 956, app/assets/stylesheets/lib/_business.scss */
.business-reason-table {
  width: 100%;
}

/* line 957, app/assets/stylesheets/lib/_business.scss */
.business-reason-table-wrap {
  width: 1025px;
  max-width: 100%;
  margin: auto;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 30px;
}

/* line 966, app/assets/stylesheets/lib/_business.scss */
.business-reason-table th,
.business-reason-table td {
  border: 1px solid #2a3b4c;
  padding: 4px;
}

/* line 971, app/assets/stylesheets/lib/_business.scss */
.business-reason-table th {
  color: #fff;
  background: #2A3B4C;
  text-align: center;
  font-size: 18px;
}

/* line 977, app/assets/stylesheets/lib/_business.scss */
.business-reason-table td {
  font-size: 20px;
  background: #fff;
}

/* line 980, app/assets/stylesheets/lib/_business.scss */
.business-reason-table td:nth-of-type(2) {
  text-align: center;
  font-weight: bold;
  color: #1992eb;
}

/* line 986, app/assets/stylesheets/lib/_business.scss */
.business-reason-table-note {
  text-align: center;
  font-size: 12px;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  /* line 768, app/assets/stylesheets/lib/_business.scss */
  .business-reason {
    padding: 25px 10px 25px;
  }
  /* line 994, app/assets/stylesheets/lib/_business.scss */
  .business-reason-h2 {
    font-size: 29px;
    margin-bottom: 10px;
  }
  /* line 998, app/assets/stylesheets/lib/_business.scss */
  .business-reason-lead {
    font-size: 20px;
    margin-bottom: 35px;
  }
  /* line 1002, app/assets/stylesheets/lib/_business.scss */
  .business-reason-lead2 {
    font-size: 22px;
    margin-bottom: 40px;
    padding: 3px;
    width: 90%;
  }
  /* line 1008, app/assets/stylesheets/lib/_business.scss */
  .business-reason-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 1013, app/assets/stylesheets/lib/_business.scss */
  .business-reason-item {
    width: 75%;
    margin-bottom: 35px;
  }
  /* line 1017, app/assets/stylesheets/lib/_business.scss */
  .business-reason-head {
    text-align: center;
    font-size: 13px;
    margin-bottom: 15px;
    position: relative;
  }
  /* line 1022, app/assets/stylesheets/lib/_business.scss */
  .business-reason-head::before {
    content: "";
    height: 100%;
    width: 1px;
    background: #2a3b4c;
    left: 10px;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  /* line 1032, app/assets/stylesheets/lib/_business.scss */
  .business-reason-head::after {
    content: "";
    height: 100%;
    width: 1px;
    background: #2a3b4c;
    right: 10px;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  /* line 1043, app/assets/stylesheets/lib/_business.scss */
  .business-reason-text {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  /* line 1048, app/assets/stylesheets/lib/_business.scss */
  .business-reason-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
  /* line 1052, app/assets/stylesheets/lib/_business.scss */
  .business-reason-review-item {
    width: 90%;
    padding: 20px;
    margin: auto;
    margin-bottom: 25px;
  }
  /* line 1059, app/assets/stylesheets/lib/_business.scss */
  .business-reason-review2 {
    width: 90%;
    margin-bottom: 50px;
  }
  /* line 1062, app/assets/stylesheets/lib/_business.scss */
  .business-reason-review2-item {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  /* line 1066, app/assets/stylesheets/lib/_business.scss */
  .business-reason-review2-text {
    font-size: 21px;
  }
  /* line 1069, app/assets/stylesheets/lib/_business.scss */
  .business-reason-review2-text2 {
    font-size: 16px;
  }
  /* line 1072, app/assets/stylesheets/lib/_business.scss */
  .business-reason-review2-rating {
    font-size: 37px;
    text-align: center;
  }
  /* line 1075, app/assets/stylesheets/lib/_business.scss */
  .business-reason-review2-rating > span {
    font-size: 37px;
    margin-right: 15px;
  }
  /* line 1081, app/assets/stylesheets/lib/_business.scss */
  .business-reason-table {
    width: 1000px;
  }
  /* line 1083, app/assets/stylesheets/lib/_business.scss */
  .business-reason-table-note {
    margin-bottom: 50px;
  }
}

/* line 1090, app/assets/stylesheets/lib/_business.scss */
.business-about {
  padding: 80px 0;
}

/* line 1092, app/assets/stylesheets/lib/_business.scss */
.business-about-h2 {
  font-size: 44px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

/* line 1098, app/assets/stylesheets/lib/_business.scss */
.business-about-wrap {
  width: 1150px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

/* line 1105, app/assets/stylesheets/lib/_business.scss */
.business-about-item {
  width: 30%;
}

/* line 1109, app/assets/stylesheets/lib/_business.scss */
.business-about-head {
  font-size: 20px;
  width: 186px;
  height: 40px;
  line-height: 40px;
  background: #2a3b4c;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto 10px;
  border-radius: 13px;
}

/* line 1122, app/assets/stylesheets/lib/_business.scss */
.business-about-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  min-height: 5em;
}

/* line 1129, app/assets/stylesheets/lib/_business.scss */
.business-about-img {
  margin-bottom: 20px;
  text-align: center;
  height: 236px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 1136, app/assets/stylesheets/lib/_business.scss */
.business-about-img2 {
  margin: 20px 0 25px;
}

/* line 1139, app/assets/stylesheets/lib/_business.scss */
.business-about-text {
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 1143, app/assets/stylesheets/lib/_business.scss */
.business-about-note {
  font-size: 12px;
}

/* line 1145, app/assets/stylesheets/lib/_business.scss */
.business-about-note2 {
  margin-bottom: 45px;
}

/* line 1149, app/assets/stylesheets/lib/_business.scss */
.business-about-text2 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

/* line 1154, app/assets/stylesheets/lib/_business.scss */
.business-about-text2 img {
  width: 127px;
  vertical-align: baseline;
}

/* line 1159, app/assets/stylesheets/lib/_business.scss */
.business-about-frame {
  background: #eff0f2;
  padding: 30px 30px 30px;
  border-radius: 10px;
  margin-top: 20px;
}

/* line 1164, app/assets/stylesheets/lib/_business.scss */
.business-about-frame-head {
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 1170, app/assets/stylesheets/lib/_business.scss */
.business-about-frame-text {
  font-size: 18px;
  margin-bottom: 20px;
}

/* line 1175, app/assets/stylesheets/lib/_business.scss */
.business-about-frame-text2 > a {
  font-size: 20px;
  color: #1992eb;
  font-weight: 500;
}

/* line 1182, app/assets/stylesheets/lib/_business.scss */
.business-about .bl-5g-btn3 {
  width: 270px;
  height: 49px;
  line-height: 47px;
  font-size: 13px;
  display: block;
  margin: auto;
}

/* line 1189, app/assets/stylesheets/lib/_business.scss */
.business-about .bl-5g-btn3::after {
  width: 17px;
  height: 17px;
  right: 20px;
}

@media (max-width: 768px) {
  /* line 1090, app/assets/stylesheets/lib/_business.scss */
  .business-about {
    padding: 40px 0 10px;
  }
  /* line 1197, app/assets/stylesheets/lib/_business.scss */
  .business-about-h2 {
    font-size: 29px;
    margin-bottom: 30px;
  }
  /* line 1201, app/assets/stylesheets/lib/_business.scss */
  .business-about-wrap {
    padding: 0 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 1205, app/assets/stylesheets/lib/_business.scss */
  .business-about-item {
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 1210, app/assets/stylesheets/lib/_business.scss */
  .business-about-head {
    font-size: 20px;
    width: 186px;
    height: 40px;
    line-height: 40px;
    background: #2a3b4c;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 auto 20px;
    border-radius: 13px;
  }
  /* line 1223, app/assets/stylesheets/lib/_business.scss */
  .business-about-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.6;
    min-height: initial;
  }
  /* line 1231, app/assets/stylesheets/lib/_business.scss */
  .business-about-img {
    margin-bottom: 20px;
    height: auto;
  }
  /* line 1235, app/assets/stylesheets/lib/_business.scss */
  .business-about-text {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.67;
  }
  /* line 1241, app/assets/stylesheets/lib/_business.scss */
  .business-about-note {
    font-size: 12px;
  }
  /* line 1243, app/assets/stylesheets/lib/_business.scss */
  .business-about-note2 {
    margin-bottom: 0;
  }
  /* line 1247, app/assets/stylesheets/lib/_business.scss */
  .business-about-text2 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 1252, app/assets/stylesheets/lib/_business.scss */
  .business-about-text2 img {
    width: 127px;
    vertical-align: baseline;
  }
  /* line 1257, app/assets/stylesheets/lib/_business.scss */
  .business-about-frame {
    background: #eff0f2;
    padding: 30px 23px 30px;
    border-radius: 10px;
    margin-top: 20px;
  }
  /* line 1262, app/assets/stylesheets/lib/_business.scss */
  .business-about-frame-head {
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
  }
  /* line 1268, app/assets/stylesheets/lib/_business.scss */
  .business-about-frame-text {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.67;
  }
  /* line 1274, app/assets/stylesheets/lib/_business.scss */
  .business-about-frame-text2 > a {
    font-size: 20px;
  }
}

/* line 1282, app/assets/stylesheets/lib/_business.scss */
.business-plan {
  padding: 80px 0 80px;
  background: #edfbff;
}

@media (max-width: 768px) {
  /* line 1282, app/assets/stylesheets/lib/_business.scss */
  .business-plan {
    padding: 40px 12px 0;
  }
}

/* line 1288, app/assets/stylesheets/lib/_business.scss */
.business-plan-h2 {
  font-size: 44px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 1288, app/assets/stylesheets/lib/_business.scss */
  .business-plan-h2 {
    font-size: 29px;
    margin-bottom: 20px;
  }
}

/* line 1298, app/assets/stylesheets/lib/_business.scss */
.business-plan-h3-2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 1298, app/assets/stylesheets/lib/_business.scss */
  .business-plan-h3-2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

/* line 1308, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 50px;
}

/* line 1312, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

/* line 1316, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-head-item {
  width: 48.5%;
  padding: 30px 0;
  background: #1992eb;
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

/* line 1326, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-head-item > span {
  font-size: 26px;
  position: relative;
  display: block;
}

/* line 1330, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-head-item > span::after {
  content: "";
  width: 375px;
  max-width: 90%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 1343, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-head-item::after {
  content: "";
  width: 40px;
  height: 40px;
  background: #1992eb;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

/* line 1356, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-head-item-2year {
  background: #00afdd;
}

/* line 1358, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-head-item-2year::after {
  background: #00afdd;
}

@media (max-width: 768px) {
  /* line 1312, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-head {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  /* line 1366, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-head-item {
    width: 48.5%;
    padding: 10px 0;
    font-size: 16px;
  }
  /* line 1370, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-head-item > span {
    font-size: 10px;
  }
  /* line 1372, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-head-item > span::after {
    height: 1px;
    bottom: -3px;
    left: 0;
    right: 0;
  }
  /* line 1379, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-head-item::after {
    content: "";
    width: 25px;
    height: 25px;
    bottom: -12px;
  }
  /* line 1385, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-head-item-inactive {
    background: #adadad;
  }
  /* line 1387, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-head-item-inactive::after {
    content: none;
  }
}

/* line 1394, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 1397, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-content .slick-prev,
.business-plan-lead-content .slick-next {
  top: 27%;
  width: 50px;
  height: 50px;
}

/* line 1403, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-content .slick-prev:before,
.business-plan-lead-content .slick-next:before {
  content: "";
  width: 30px;
  height: 30px;
  border-right: 2px solid #2a3b4c;
  border-top: 2px solid #2a3b4c;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 1416, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-content .slick-prev {
  left: 20px;
}

/* line 1418, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-content .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 5px;
}

/* line 1423, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-content .slick-next {
  right: 20px;
}

/* line 1425, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-content .slick-next:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 5px;
}

/* line 1430, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-content .slick-disabled {
  display: none !important;
}

@media (max-width: 768px) {
  /* line 1434, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-content .slick-prev,
.business-plan-lead-content .slick-next {
    top: 54%;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid #2a3b4c;
    background: #fff;
  }
  /* line 1443, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-content .slick-prev:before,
.business-plan-lead-content .slick-next:before {
    width: 15px;
    height: 15px;
  }
  /* line 1448, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-content .slick-prev {
    left: 12px;
  }
  /* line 1451, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-content .slick-next {
    right: 12px;
  }
  /* line 1454, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-content .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 1457, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-content .slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
  }
}

/* line 1463, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item {
  width: 54.5%;
  border-radius: 10px;
  border: 1px solid #1992eb;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 1470, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-2year {
  border: 1px solid #00afdd;
}

/* line 1473, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-head {
  background: #1992eb;
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  position: relative;
}

/* line 1475, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-head-2year {
  background: #00afdd;
}

/* line 1485, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-head > span {
  font-size: 40px;
}

/* line 1488, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-head-recommend {
  position: absolute;
  right: left;
  top: -9px;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
}

/* line 1493, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-head-recommend img {
  width: 95px;
  height: 95px;
}

@media (max-width: 768px) {
  /* line 1488, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-head-recommend {
    top: -5px;
  }
  /* line 1499, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-head-recommend img {
    width: 57px;
    height: 57px;
  }
}

/* line 1506, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-text1 {
  font-size: 24px;
  margin: 15px 0;
  font-weight: bold;
  color: #1992eb;
}

/* line 1511, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-text1-2 {
  color: #00afdd;
}

/* line 1515, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-bottom {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 1519, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-bottom-text1 {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  color: #1992eb;
}

/* line 1526, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-bottom-text2 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 5px;
}

/* line 1534, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-price {
  position: relative;
  padding: 20px 15px;
  text-align: center;
  background: #fff;
}

/* line 1539, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-price-head {
  font-size: 29px;
  line-height: 1.2;
  position: relative;
  font-weight: bold;
  display: inline-block;
  color: #ff5865;
}

/* line 1546, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-price-head-k {
  font-size: 29px;
  font-weight: bold;
}

/* line 1550, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-price-head--kakaku {
  line-height: 1;
}

/* line 1553, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-price-head--kakaku em::before {
  content: none !important;
}

/* line 1559, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-price-bottom {
  font-size: 21px;
}

/* line 1562, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-price em {
  font-size: 57px;
  font-style: normal;
}

/* line 1565, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-price em::before {
  content: "月額";
  color: #000;
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
  width: 1em;
  font-size: 23px;
}

/* line 1575, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-price::after {
  content: none;
  width: 30px;
  height: 30px;
  background: #edfbff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 1589, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-price2 {
  position: relative;
  margin-bottom: 10px;
}

/* line 1592, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-price2-head {
  font-size: 33px;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
}

/* line 1598, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-price2-bottom {
  font-size: 25px;
}

/* line 1601, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-price2 em {
  font-size: 65px;
  font-style: normal;
}

/* line 1606, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-bottom2 {
  background: #1992eb;
  color: #fff;
  text-align: center;
  padding: 15px 10px 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 1612, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-bottom2-2 {
  background: #00afdd;
}

/* line 1616, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-bottom2-text1 {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}

/* line 1621, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-item-bottom2-text2 {
  font-size: 18px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 1463, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item {
    width: 275px;
    margin: 5px 8px 0;
  }
  /* line 1629, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-head {
    font-size: 13px;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
  }
  /* line 1633, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-head > span {
    font-size: 20px;
  }
  /* line 1638, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-bottom-text1 {
    font-size: 15px;
  }
  /* line 1640, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-bottom-text1::before {
    width: 14px;
    height: 11px;
    top: 5px;
  }
  /* line 1646, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-bottom-text2 {
    font-size: 13px;
    margin-bottom: 5px;
  }
  /* line 1649, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-bottom-text2::before {
    width: 13px;
    height: 10px;
    top: 5px;
  }
  /* line 1656, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-price {
    margin-bottom: 10px;
  }
  /* line 1658, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-price-head {
    font-size: 20px;
  }
  /* line 1660, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-price-head-k {
    font-size: 20px;
  }
  /* line 1664, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-price-bottom {
    font-size: 15px;
  }
  /* line 1667, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-price em {
    font-size: 40px;
  }
  /* line 1669, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-price em::before {
    margin-right: 4px;
    font-size: 16px;
  }
  /* line 1674, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-price-1 {
    padding-bottom: 10px;
  }
  /* line 1676, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-price-1::before {
    font-size: 11px;
    left: 5px;
    top: 8px;
  }
  /* line 1681, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-price-1::after {
    bottom: -20px;
  }
  /* line 1685, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-price-img {
    padding: 0 10px;
    position: relative;
    z-index: 1;
  }
  /* line 1691, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-text1 {
    font-size: 14px;
  }
  /* line 1694, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-bottom2 {
    padding: 10px 15px 10px;
  }
  /* line 1696, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-bottom2-text1 {
    font-size: 15px;
  }
  /* line 1699, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-bottom2-text2 {
    font-size: 11px;
  }
  /* line 1703, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-price2 {
    margin-bottom: 10px;
  }
  /* line 1705, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-price2-head {
    font-size: 19px;
  }
  /* line 1708, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-price2-bottom {
    font-size: 15px;
  }
  /* line 1711, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-item-price2 em {
    font-size: 38px;
  }
}

/* line 1717, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-price {
  margin-bottom: 100px;
}

/* line 1719, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-price-head {
  font-size: 68px;
  line-height: 1.2;
  position: relative;
  font-weight: bold;
  display: inline-block;
}

/* line 1725, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-price-head::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #2a3b4c;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 1735, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-price-bottom {
  font-size: 51px;
}

/* line 1738, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-price em {
  color: #ff7680;
  font-size: 135px;
  font-style: normal;
}

/* line 1742, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-price em::before {
  content: "月額";
  color: #000;
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
  width: 1em;
  font-size: 56px;
}

/* line 1754, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-price2 {
  color: #fff;
  position: relative;
  background: #1992eb;
  border-radius: 26px;
  max-width: 730px;
  margin: 0 auto 50px;
  padding: 35px 0 15px;
}

/* line 1762, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-price2-circle {
  width: 121px;
  height: 121px;
  background: #fff;
  color: #1992eb;
  border: 2px solid #1992eb;
  font-size: 33px;
  line-height: 121px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -90px;
  border-radius: 50%;
  font-weight: bold;
}

/* line 1778, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-price2-head {
  font-size: 52px;
  line-height: 1.2;
  position: relative;
  font-weight: bold;
  display: inline-block;
}

/* line 1784, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-price2-head > span {
  font-weight: normal;
  font-size: 46px;
  position: relative;
}

/* line 1790, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-price2-bottom {
  font-size: 39px;
}

/* line 1793, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-price2 em {
  color: #fff;
  font-size: 103px;
  font-style: normal;
}

/* line 1797, app/assets/stylesheets/lib/_business.scss */
.business-plan-lead-price2 em::before {
  content: "月額";
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
  width: 1em;
  font-size: 42px;
}

@media (max-width: 768px) {
  /* line 1754, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-price2 {
    border-radius: 13px;
    margin: 0 auto 30px;
    padding: 20px 0 10px;
    max-width: 90%;
  }
  /* line 1812, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-price2-circle {
    width: 52px;
    height: 52px;
    border: 1px solid #1992eb;
    font-size: 14px;
    line-height: 52px;
    top: -40px;
  }
  /* line 1820, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-price2-head {
    font-size: 22px;
  }
  /* line 1822, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-price2-head > span {
    font-size: 19px;
  }
  /* line 1826, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-price2-bottom {
    font-size: 17px;
  }
  /* line 1829, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-price2 em {
    font-size: 44px;
  }
  /* line 1831, app/assets/stylesheets/lib/_business.scss */
  .business-plan-lead-price2 em::before {
    margin-right: 6px;
    font-size: 18px;
  }
}

/* line 1840, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table {
  max-width: 725px;
  width: 100%;
  margin: auto;
  border-top: solid 2px #c6c6c6;
  border-bottom: solid 2px #c6c6c6;
}

/* line 1841, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table-wrap {
  background: #eef9ff;
  border-radius: 23px;
  margin-bottom: 20px;
  padding: 45px 120px;
}

/* line 1852, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table thead {
  text-align: center;
}

/* line 1854, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table thead td {
  color: #fff;
  background: #1992eb;
  font-weight: bold;
  font-size: 33px;
  text-align: center !important;
}

/* line 1860, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table thead td:last-child {
  background: #00afdd;
}

/* line 1865, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table tr {
  font-size: 24px;
  padding: 5px 0;
  border-top: solid 2px #c6c6c6;
  border-bottom: solid 2px #c6c6c6;
  text-align: center;
}

/* line 1872, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table tr:first-child th,
.business-plan-others-table tr:first-child td {
  padding-top: 15px;
}

/* line 1882, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table th,
.business-plan-others-table td {
  padding: 25px 14px;
}

/* line 1887, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table th {
  vertical-align: middle;
  text-align: center;
  background: #fff;
}

/* line 1901, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table td {
  vertical-align: middle;
  font-size: 27px;
  line-height: 1.1;
  background: #EEF9FF;
}

/* line 1906, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table td sup {
  font-size: 10px;
}

/* line 1909, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table td img {
  margin-top: -10px;
}

/* line 1912, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table td dl {
  margin: 0 0 20px;
}

/* line 1915, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table td dd {
  margin: 0;
  font-weight: bold;
}

/* line 1920, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table-0 {
  position: relative;
  font-size: 33px;
  font-weight: bold;
}

/* line 1924, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table-0::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #1992eb;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 1934, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table-small {
  font-size: 17px;
}

/* line 1937, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table-kakaku {
  font-size: 40px;
  font-weight: bold;
}

/* line 1941, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table-kakaku0 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  display: inline-block;
}

/* line 1946, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table-kakaku0 > em {
  color: #ff5865;
  font-size: 65px;
  font-style: normal;
  line-height: 1;
}

/* line 1952, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-table-kakaku0 > span {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  /* line 1839, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others {
    padding: 50px 15px 40px;
  }
  /* line 1962, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-img {
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 1965, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-img img {
    width: 90%;
    margin: auto;
  }
  /* line 1971, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-table-wrap {
    padding: 20px;
    border-radius: 23px;
    margin-bottom: 10px;
  }
  /* line 1977, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-table thead td {
    font-size: 13px;
  }
  /* line 1981, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-table tr {
    font-size: 10px;
    padding: 5px 0;
  }
  /* line 1985, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-table th,
.business-plan-others-table td {
    padding: 10px 5px;
  }
  /* line 1989, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-table td {
    font-size: 12px;
  }
  /* line 1991, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-table td sup {
    font-size: 10px;
  }
  /* line 1994, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-table td img {
    margin-top: -10px;
  }
  /* line 1997, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-table td dl {
    margin: 0 0 10px;
  }
  /* line 2001, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-table-0 {
    font-size: 15px;
  }
  /* line 2003, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-table-0::after {
    height: 2px;
  }
  /* line 2007, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-table-em {
    font-size: 15px;
  }
  /* line 2009, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-table-em::after {
    height: 2px;
  }
  /* line 2013, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-table-small {
    font-size: 10px;
  }
  /* line 2016, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-table-kakaku {
    font-size: 20px;
    font-weight: bold;
  }
  /* line 2020, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-table-kakaku0 {
    font-size: 22px;
  }
  /* line 2022, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-table-kakaku0 > em {
    font-size: 45px;
    line-height: 1;
  }
  /* line 2026, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-table-kakaku0 > span {
    font-size: 12px;
  }
}

/* line 2033, app/assets/stylesheets/lib/_business.scss */
.business-plan-wrap {
  width: 865px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 2033, app/assets/stylesheets/lib/_business.scss */
  .business-plan-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 45px;
    width: auto;
  }
  /* line 2049, app/assets/stylesheets/lib/_business.scss */
  .business-plan-wrap .slick-prev,
.business-plan-wrap .slick-next {
    top: 62%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #2a3b4c;
    background: #fff;
  }
  /* line 2058, app/assets/stylesheets/lib/_business.scss */
  .business-plan-wrap .slick-prev:before,
.business-plan-wrap .slick-next:before {
    content: "";
    border-right: 2px solid #2a3b4c;
    border-top: 2px solid #2a3b4c;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
  }
  /* line 2071, app/assets/stylesheets/lib/_business.scss */
  .business-plan-wrap .slick-prev {
    left: 0px;
  }
  /* line 2073, app/assets/stylesheets/lib/_business.scss */
  .business-plan-wrap .slick-prev:before {
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    left: 5px;
  }
  /* line 2078, app/assets/stylesheets/lib/_business.scss */
  .business-plan-wrap .slick-next {
    right: 0px;
  }
  /* line 2080, app/assets/stylesheets/lib/_business.scss */
  .business-plan-wrap .slick-next:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 5px;
  }
  /* line 2085, app/assets/stylesheets/lib/_business.scss */
  .business-plan-wrap .slick-disabled {
    display: none !important;
  }
}

/* line 2090, app/assets/stylesheets/lib/_business.scss */
.business-plan-wrap2 {
  width: 865px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 2090, app/assets/stylesheets/lib/_business.scss */
  .business-plan-wrap2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0px;
  }
}

/* line 2102, app/assets/stylesheets/lib/_business.scss */
.business-plan-wrap3 {
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 2102, app/assets/stylesheets/lib/_business.scss */
  .business-plan-wrap3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px;
    margin-top: 22px;
  }
}

/* line 2114, app/assets/stylesheets/lib/_business.scss */
.business-plan-item {
  width: 48.5%;
}

/* line 2116, app/assets/stylesheets/lib/_business.scss */
.business-plan-item-img {
  text-align: center;
  margin-bottom: 10px;
}

/* line 2120, app/assets/stylesheets/lib/_business.scss */
.business-plan-item-text1 {
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 2126, app/assets/stylesheets/lib/_business.scss */
.business-plan-item-text2 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}

/* line 2131, app/assets/stylesheets/lib/_business.scss */
.business-plan-item-text2 > span {
  font-size: 12px;
}

/* line 2135, app/assets/stylesheets/lib/_business.scss */
.business-plan-item-text3 {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

/* line 2140, app/assets/stylesheets/lib/_business.scss */
.business-plan-item-fee {
  font-size: 31px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

/* line 2145, app/assets/stylesheets/lib/_business.scss */
.business-plan-item-fee > span {
  font-size: 15px;
}

@media (max-width: 768px) {
  /* line 2114, app/assets/stylesheets/lib/_business.scss */
  .business-plan-item {
    width: 290px;
    margin: 0 8px;
    border: 1px solid #2a3b4c;
    background: #fff;
  }
  /* line 2154, app/assets/stylesheets/lib/_business.scss */
  .business-plan-item-img {
    margin-bottom: 10px;
  }
  /* line 2157, app/assets/stylesheets/lib/_business.scss */
  .business-plan-item-text1 {
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 2163, app/assets/stylesheets/lib/_business.scss */
  .business-plan-item-text2 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }
  /* line 2168, app/assets/stylesheets/lib/_business.scss */
  .business-plan-item-text2 > span {
    font-size: 12px;
  }
  /* line 2172, app/assets/stylesheets/lib/_business.scss */
  .business-plan-item-text3 {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
  }
  /* line 2177, app/assets/stylesheets/lib/_business.scss */
  .business-plan-item-fee {
    font-size: 31px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
  }
  /* line 2182, app/assets/stylesheets/lib/_business.scss */
  .business-plan-item-fee > span {
    font-size: 15px;
  }
}

/* line 2189, app/assets/stylesheets/lib/_business.scss */
.business-plan-item2 {
  width: 47%;
}

/* line 2191, app/assets/stylesheets/lib/_business.scss */
.business-plan-item2-text1 {
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 2197, app/assets/stylesheets/lib/_business.scss */
.business-plan-item2-img {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 2189, app/assets/stylesheets/lib/_business.scss */
  .business-plan-item2 {
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 2203, app/assets/stylesheets/lib/_business.scss */
  .business-plan-item2-text1 {
    font-size: 18px;
  }
  /* line 2206, app/assets/stylesheets/lib/_business.scss */
  .business-plan-item2-img {
    margin-bottom: 15px;
  }
}

/* line 2212, app/assets/stylesheets/lib/_business.scss */
.business-plan-item3 {
  width: 48%;
}

/* line 2214, app/assets/stylesheets/lib/_business.scss */
.business-plan-item3-text1 {
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 2221, app/assets/stylesheets/lib/_business.scss */
  .business-plan-item3-text1 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}

/* line 2228, app/assets/stylesheets/lib/_business.scss */
.business-plan-head {
  font-weight: bold;
  font-size: 33px;
  color: #fff;
  text-align: center;
  background: #2a3b4c;
  padding: 6px 5px;
  margin-bottom: 30px;
}

/* line 2236, app/assets/stylesheets/lib/_business.scss */
.business-plan-head > span {
  font-size: 22px;
}

@media (max-width: 768px) {
  /* line 2228, app/assets/stylesheets/lib/_business.scss */
  .business-plan-head {
    font-size: 23px;
    padding: 4px 5px 10px;
    margin-bottom: 0px;
  }
  /* line 2243, app/assets/stylesheets/lib/_business.scss */
  .business-plan-head > span {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  /* line 2248, app/assets/stylesheets/lib/_business.scss */
  .business-plan-bottom {
    padding: 10px 15px 15px;
  }
}

/* line 2253, app/assets/stylesheets/lib/_business.scss */
.business-plan-h3 {
  text-align: center;
}

/* line 2255, app/assets/stylesheets/lib/_business.scss */
.business-plan-h3 > span {
  display: inline-block;
  margin: 0 auto 20px;
  font-size: 24px;
  padding-left: 25px;
  position: relative;
  text-align: center;
}

/* line 2262, app/assets/stylesheets/lib/_business.scss */
.business-plan-h3 > span::before {
  content: "";
  background: url(/assets/5g_lp/svg/arrows-right-98122b2b561f35b8c7b5df01deb0254f8a25974ae75d063c7415f2e87bb46115.svg) no-repeat top 50% left 50%/contain;
  width: 17px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 10px;
}

@media (max-width: 768px) {
  /* line 2255, app/assets/stylesheets/lib/_business.scss */
  .business-plan-h3 > span {
    font-size: 15px;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-bottom: 0px;
  }
  /* line 2276, app/assets/stylesheets/lib/_business.scss */
  .business-plan-h3 > span::before {
    width: 10px;
    height: 8px;
    top: 6px;
  }
}

@media (max-width: 768px) {
  /* line 2284, app/assets/stylesheets/lib/_business.scss */
  .business-plan-h3--2 {
    margin-bottom: 10px;
  }
  /* line 2286, app/assets/stylesheets/lib/_business.scss */
  .business-plan-h3--2 > span {
    font-size: 25px;
    padding-left: 25px;
  }
  /* line 2289, app/assets/stylesheets/lib/_business.scss */
  .business-plan-h3--2 > span::before {
    width: 17px;
    height: 13px;
    top: 10px;
  }
}

/* line 2298, app/assets/stylesheets/lib/_business.scss */
.business-plan-h4 {
  text-align: center;
}

/* line 2300, app/assets/stylesheets/lib/_business.scss */
.business-plan-h4 > span {
  display: inline-block;
  margin: 0 auto 20px;
  font-size: 21px;
  padding-left: 20px;
  position: relative;
  text-align: center;
}

/* line 2307, app/assets/stylesheets/lib/_business.scss */
.business-plan-h4 > span::before {
  content: "";
  background: url(/assets/5g_lp/svg/arrows-right-98122b2b561f35b8c7b5df01deb0254f8a25974ae75d063c7415f2e87bb46115.svg) no-repeat top 50% left 50%/contain;
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 9px;
}

@media (max-width: 768px) {
  /* line 2300, app/assets/stylesheets/lib/_business.scss */
  .business-plan-h4 > span {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
  }
  /* line 2321, app/assets/stylesheets/lib/_business.scss */
  .business-plan-h4 > span::before {
    width: 10px;
    height: 8px;
    top: 6px;
  }
}

/* line 2329, app/assets/stylesheets/lib/_business.scss */
.business-plan-price {
  margin-bottom: 35px;
  text-align: center;
}

/* line 2332, app/assets/stylesheets/lib/_business.scss */
.business-plan-price-head {
  color: #ff4545;
  font-size: 40px;
  line-height: 1;
  position: relative;
  font-weight: bold;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #ff0));
  background: -webkit-linear-gradient(transparent 85%, #ff0 85%);
  background: linear-gradient(transparent 85%, #ff0 85%);
  margin-bottom: 10px;
}

/* line 2342, app/assets/stylesheets/lib/_business.scss */
.business-plan-price-bottom {
  font-size: 30px;
  text-align: center;
}

/* line 2346, app/assets/stylesheets/lib/_business.scss */
.business-plan-price em {
  font-size: 80px;
  font-style: normal;
  color: #ff4545;
}

/* line 2350, app/assets/stylesheets/lib/_business.scss */
.business-plan-price em::before {
  content: "月額";
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
  width: 1em;
  font-size: 33px;
}

@media (max-width: 768px) {
  /* line 2329, app/assets/stylesheets/lib/_business.scss */
  .business-plan-price {
    margin-bottom: 15px;
  }
  /* line 2361, app/assets/stylesheets/lib/_business.scss */
  .business-plan-price-head {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  /* line 2365, app/assets/stylesheets/lib/_business.scss */
  .business-plan-price-head::after {
    height: 2px;
  }
  /* line 2369, app/assets/stylesheets/lib/_business.scss */
  .business-plan-price-bottom {
    font-size: 18px;
  }
  /* line 2372, app/assets/stylesheets/lib/_business.scss */
  .business-plan-price em {
    font-size: 49px;
  }
  /* line 2374, app/assets/stylesheets/lib/_business.scss */
  .business-plan-price em::before {
    margin-right: 6px;
    width: 1em;
    font-size: 20px;
  }
}

/* line 2382, app/assets/stylesheets/lib/_business.scss */
.business-plan-frame {
  width: 865px;
  max-width: 100%;
  margin: auto;
  padding: 35px 40px;
  background: #ffffff;
  margin-bottom: 20px;
}

/* line 2389, app/assets/stylesheets/lib/_business.scss */
.business-plan-frame-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

/* line 2395, app/assets/stylesheets/lib/_business.scss */
.business-plan-frame-img2 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 2399, app/assets/stylesheets/lib/_business.scss */
.business-plan-frame-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 2403, app/assets/stylesheets/lib/_business.scss */
.business-plan-frame-img {
  width: 50%;
}

/* line 2406, app/assets/stylesheets/lib/_business.scss */
.business-plan-frame-text {
  width: 48%;
  font-size: 18px;
}

@media (max-width: 768px) {
  /* line 2382, app/assets/stylesheets/lib/_business.scss */
  .business-plan-frame {
    padding: 20px 15px 15px;
    margin-bottom: 15px;
  }
  /* line 2413, app/assets/stylesheets/lib/_business.scss */
  .business-plan-frame-title {
    font-size: 22px;
  }
  /* line 2416, app/assets/stylesheets/lib/_business.scss */
  .business-plan-frame-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 2419, app/assets/stylesheets/lib/_business.scss */
  .business-plan-frame-img {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 2423, app/assets/stylesheets/lib/_business.scss */
  .business-plan-frame-text {
    width: 100%;
    font-size: 16px;
  }
}

/* line 2429, app/assets/stylesheets/lib/_business.scss */
.business-plan-note {
  width: 865px;
  max-width: 100%;
  margin: auto;
  font-size: 15px;
}

@media (max-width: 768px) {
  /* line 2429, app/assets/stylesheets/lib/_business.scss */
  .business-plan-note {
    font-size: 14px;
  }
}

/* line 2439, app/assets/stylesheets/lib/_business.scss */
.business-plan-others-img {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 2438, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others {
    padding-bottom: 50px;
  }
  /* line 2445, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-img {
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 2448, app/assets/stylesheets/lib/_business.scss */
  .business-plan-others-img img {
    width: 90%;
    margin: auto;
  }
}

/* line 2455, app/assets/stylesheets/lib/_business.scss */
.business-plan .bl-5g-option-btn {
  text-align: center;
}

/* line 2458, app/assets/stylesheets/lib/_business.scss */
.business-plan .bl-5g-btn {
  width: 276px;
  height: 44px;
  line-height: 42px;
  font-size: 13px;
}

/* line 2463, app/assets/stylesheets/lib/_business.scss */
.business-plan .bl-5g-btn::after {
  width: 20px;
  height: 14px;
}

@media (max-width: 768px) {
  /* line 2458, app/assets/stylesheets/lib/_business.scss */
  .business-plan .bl-5g-btn {
    width: 317px;
    height: 50px;
    line-height: 48px;
    font-size: 15px;
  }
}

/* line 2476, app/assets/stylesheets/lib/_business.scss */
.business-device {
  padding: 80px 0;
  background: #EDFBFF;
}

@media (max-width: 768px) {
  /* line 2476, app/assets/stylesheets/lib/_business.scss */
  .business-device {
    padding: 35px 0;
  }
}

/* line 2482, app/assets/stylesheets/lib/_business.scss */
.business-device-h2 {
  font-size: 44px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 2482, app/assets/stylesheets/lib/_business.scss */
  .business-device-h2 {
    font-size: 29px;
    margin-bottom: 30px;
  }
}

/* line 2492, app/assets/stylesheets/lib/_business.scss */
.business-device-wrap {
  width: 960px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  /* line 2492, app/assets/stylesheets/lib/_business.scss */
  .business-device-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
    padding: 0 15px;
  }
}

/* line 2505, app/assets/stylesheets/lib/_business.scss */
.business-device-img {
  width: 48%;
}

@media (max-width: 768px) {
  /* line 2505, app/assets/stylesheets/lib/_business.scss */
  .business-device-img {
    width: 100%;
  }
}

/* line 2511, app/assets/stylesheets/lib/_business.scss */
.business-device-content {
  width: 51%;
}

@media (max-width: 768px) {
  /* line 2511, app/assets/stylesheets/lib/_business.scss */
  .business-device-content {
    width: 100%;
  }
}

/* line 2517, app/assets/stylesheets/lib/_business.scss */
.business-device-h3 {
  display: inline-block;
  background: #2a3b4c;
  font-size: 17px;
  color: #fff;
  border-radius: 11px;
  line-height: 1;
  padding: 10px 33px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 2517, app/assets/stylesheets/lib/_business.scss */
  .business-device-h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* line 2531, app/assets/stylesheets/lib/_business.scss */
.business-device-lead {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 2531, app/assets/stylesheets/lib/_business.scss */
  .business-device-lead {
    font-size: 19px;
    margin-bottom: 5px;
  }
}

/* line 2541, app/assets/stylesheets/lib/_business.scss */
.business-device-slider-wrap {
  position: relative;
  padding-left: 20px;
}

/* line 2545, app/assets/stylesheets/lib/_business.scss */
.business-device-slider-circle {
  position: absolute;
  left: 0;
  top: 20px;
}

/* line 2549, app/assets/stylesheets/lib/_business.scss */
.business-device-slider-circle-new {
  width: 84px;
  height: 84px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #1992eb;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 84px;
  text-align: center;
}

/* line 2561, app/assets/stylesheets/lib/_business.scss */
.business-device-slider-circle-recommend {
  width: 84px;
  height: 84px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 2px solid #00afdd;
  color: #1992eb;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  display: grid;
  place-items: center;
}

/* line 2575, app/assets/stylesheets/lib/_business.scss */
.business-device-slider img {
  margin: auto;
  max-width: 290px;
  max-height: 160px;
}

/* line 2581, app/assets/stylesheets/lib/_business.scss */
.business-device-slider-l12 img {
  max-width: 290px;
  max-height: 230px;
}

/* line 2587, app/assets/stylesheets/lib/_business.scss */
.business-device-slider-l11 img {
  max-width: 290px;
  max-height: 250px;
}

/* line 2592, app/assets/stylesheets/lib/_business.scss */
.business-device-slider .slick-dots {
  bottom: -20px;
}

/* line 2594, app/assets/stylesheets/lib/_business.scss */
.business-device-slider .slick-dots li {
  width: 41px;
  height: 7px;
}

/* line 2597, app/assets/stylesheets/lib/_business.scss */
.business-device-slider .slick-dots li button {
  width: 41px;
  height: 7px;
}

/* line 2600, app/assets/stylesheets/lib/_business.scss */
.business-device-slider .slick-dots li button::before {
  width: 41px;
  height: 7px;
  background: #000;
}

@media (max-width: 768px) {
  /* line 2609, app/assets/stylesheets/lib/_business.scss */
  .business-device-slider-wrap {
    margin-bottom: 40px;
    padding-left: 60px;
  }
  /* line 2613, app/assets/stylesheets/lib/_business.scss */
  .business-device-slider-circle {
    top: 20px;
  }
  /* line 2615, app/assets/stylesheets/lib/_business.scss */
  .business-device-slider-circle-new {
    width: 69px;
    height: 69px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 69px;
  }
  /* line 2622, app/assets/stylesheets/lib/_business.scss */
  .business-device-slider-circle-recommend {
    width: 69px;
    height: 69px;
    font-size: 12px;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.3;
  }
  /* line 2631, app/assets/stylesheets/lib/_business.scss */
  .business-device-slider img {
    max-width: 230px;
    max-height: 120px;
  }
  /* line 2636, app/assets/stylesheets/lib/_business.scss */
  .business-device-slider-l12 img {
    max-width: 230px;
    max-height: 180px;
  }
  /* line 2642, app/assets/stylesheets/lib/_business.scss */
  .business-device-slider-l11 img {
    max-width: 230px;
    max-height: 180px;
  }
  /* line 2647, app/assets/stylesheets/lib/_business.scss */
  .business-device-slider .slick-dots {
    bottom: -15px;
  }
  /* line 2649, app/assets/stylesheets/lib/_business.scss */
  .business-device-slider .slick-dots li {
    width: 34px;
    height: 6px;
    margin: 0 5px;
  }
  /* line 2653, app/assets/stylesheets/lib/_business.scss */
  .business-device-slider .slick-dots li button {
    width: 34px;
    height: 6px;
  }
  /* line 2656, app/assets/stylesheets/lib/_business.scss */
  .business-device-slider .slick-dots li button::before {
    width: 34px;
    height: 6px;
  }
}

/* line 2665, app/assets/stylesheets/lib/_business.scss */
.business-device-h4 {
  font-size: 34px;
  margin-bottom: 30px;
  text-align: center;
}

/* line 2669, app/assets/stylesheets/lib/_business.scss */
.business-device-h4 img {
  max-width: 87%;
}

@media (max-width: 768px) {
  /* line 2665, app/assets/stylesheets/lib/_business.scss */
  .business-device-h4 {
    font-size: 23px;
  }
}

/* line 2676, app/assets/stylesheets/lib/_business.scss */
.business-device-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

/* line 2680, app/assets/stylesheets/lib/_business.scss */
.business-device-detail-item {
  width: 25%;
  border-left: 1px solid #2a3b4c;
  padding: 0 15px;
}

/* line 2684, app/assets/stylesheets/lib/_business.scss */
.business-device-detail-item:last-child {
  border-right: 1px solid #2a3b4c;
}

/* line 2688, app/assets/stylesheets/lib/_business.scss */
.business-device-detail-head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

/* line 2694, app/assets/stylesheets/lib/_business.scss */
.business-device-detail-content {
  display: grid;
  place-items: center;
  height: 95px;
}

/* line 2699, app/assets/stylesheets/lib/_business.scss */
.business-device-detail-line {
  margin-bottom: 5px;
  background: #2a3b4c;
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-align: center;
}

/* line 2706, app/assets/stylesheets/lib/_business.scss */
.business-device-detail-line-gray {
  background: #8d969f;
}

/* line 2710, app/assets/stylesheets/lib/_business.scss */
.business-device-detail-speed {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

/* line 2714, app/assets/stylesheets/lib/_business.scss */
.business-device-detail-speed > span {
  font-size: 14px;
  position: relative;
  padding-top: 40px;
  display: block;
}

/* line 2719, app/assets/stylesheets/lib/_business.scss */
.business-device-detail-speed > span::before {
  content: "";
  background: url(/assets/5g_lp/svg/wifi-ac794834ef7268ef4ee183241ef35a35bc842752aa4410bf9e86b93edc049d90.svg) no-repeat top 50% left 50%/contain;
  width: 29px;
  height: 21px;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  margin: auto;
}

/* line 2732, app/assets/stylesheets/lib/_business.scss */
.business-device-detail-connect {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  position: relative;
  background: url(/assets/5g_lp/svg/pc-70f8172042522a3efb95cad13029051061a418c0cc123016b7e6930afed2dbc0.svg) no-repeat top 50% left 50%/contain;
  width: 91px;
  height: 54px;
  padding-top: 10px;
}

/* line 2741, app/assets/stylesheets/lib/_business.scss */
.business-device-detail-connect > span {
  font-size: 10px;
}

/* line 2745, app/assets/stylesheets/lib/_business.scss */
.business-device-detail-weight {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 70px;
}

/* line 2750, app/assets/stylesheets/lib/_business.scss */
.business-device-detail-weight::before {
  content: "";
  background: url(/assets/5g_lp/svg/weight-e4d9390564b466a3752872e16d200abf81639210509b9e2c11cefc738852a7a4.svg) no-repeat top 50% left 50%/contain;
  width: 41px;
  height: 42px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 2763, app/assets/stylesheets/lib/_business.scss */
  .business-device-detail-item {
    padding: 0 10px;
  }
  /* line 2766, app/assets/stylesheets/lib/_business.scss */
  .business-device-detail-head {
    font-size: 11px;
    margin-bottom: 10px;
  }
  /* line 2770, app/assets/stylesheets/lib/_business.scss */
  .business-device-detail-content {
    height: 60px;
  }
  /* line 2773, app/assets/stylesheets/lib/_business.scss */
  .business-device-detail-line {
    margin-bottom: 5px;
    font-size: 10px;
  }
  /* line 2777, app/assets/stylesheets/lib/_business.scss */
  .business-device-detail-speed {
    font-size: 16px;
  }
  /* line 2779, app/assets/stylesheets/lib/_business.scss */
  .business-device-detail-speed > span {
    font-size: 10px;
    padding-top: 25px;
  }
  /* line 2782, app/assets/stylesheets/lib/_business.scss */
  .business-device-detail-speed > span::before {
    width: 20px;
    height: 14px;
    top: 5px;
  }
  /* line 2789, app/assets/stylesheets/lib/_business.scss */
  .business-device-detail-connect {
    font-size: 16px;
    width: 61px;
    height: 36px;
    padding-top: 5px;
  }
  /* line 2794, app/assets/stylesheets/lib/_business.scss */
  .business-device-detail-connect > span {
    font-size: 10px;
  }
  /* line 2798, app/assets/stylesheets/lib/_business.scss */
  .business-device-detail-weight {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
  }
  /* line 2803, app/assets/stylesheets/lib/_business.scss */
  .business-device-detail-weight::before {
    width: 27px;
    height: 28px;
    bottom: 0;
  }
}

/* line 2811, app/assets/stylesheets/lib/_business.scss */
.business-device-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 2813, app/assets/stylesheets/lib/_business.scss */
.business-device-price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 2817, app/assets/stylesheets/lib/_business.scss */
.business-device-price dl:not(:last-child) {
  margin-right: 15px;
}

/* line 2821, app/assets/stylesheets/lib/_business.scss */
.business-device-price dt {
  font-size: 14px;
  border: 1px solid #2a3b4c;
  padding: 5px 10px;
}

/* line 2826, app/assets/stylesheets/lib/_business.scss */
.business-device-price dd {
  font-size: 20px;
  margin-left: 5px;
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 2833, app/assets/stylesheets/lib/_business.scss */
  .business-device-price dl:not(:last-child) {
    margin-right: 10px;
  }
  /* line 2837, app/assets/stylesheets/lib/_business.scss */
  .business-device-price dt {
    font-size: 10px;
    padding: 5px 5px;
  }
  /* line 2841, app/assets/stylesheets/lib/_business.scss */
  .business-device-price dd {
    font-size: 14px;
    margin-left: 5px;
  }
}

/* line 2847, app/assets/stylesheets/lib/_business.scss */
.business-device-text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 2847, app/assets/stylesheets/lib/_business.scss */
  .business-device-text {
    font-size: 12px;
  }
}

/* line 2856, app/assets/stylesheets/lib/_business.scss */
.business-device-note {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 768px) {
  /* line 2856, app/assets/stylesheets/lib/_business.scss */
  .business-device-note {
    font-size: 10px;
  }
}

/* line 2864, app/assets/stylesheets/lib/_business.scss */
.business-device-note2 {
  font-size: 14px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 2864, app/assets/stylesheets/lib/_business.scss */
  .business-device-note2 {
    font-size: 10px;
    margin-bottom: 20px;
  }
}

/* line 2872, app/assets/stylesheets/lib/_business.scss */
.business-device-btn {
  text-align: center;
}

/* line 2875, app/assets/stylesheets/lib/_business.scss */
.business-device .bl-5g-btn {
  width: 314px;
  height: 57px;
  line-height: 55px;
  font-size: 17px;
}

/* line 2880, app/assets/stylesheets/lib/_business.scss */
.business-device .bl-5g-btn::after {
  width: 20px;
  height: 14px;
  right: 20px;
}

/* line 2886, app/assets/stylesheets/lib/_business.scss */
.business-device-notion {
  font-size: 15px;
  width: 960px;
  max-width: 100%;
  margin: auto;
  margin-top: -30px;
}

@media (max-width: 768px) {
  /* line 2886, app/assets/stylesheets/lib/_business.scss */
  .business-device-notion {
    padding: 0 20px;
    font-size: 14px;
    margin-top: -30px;
  }
}

/* line 2900, app/assets/stylesheets/lib/_business.scss */
.business-voice {
  padding: 80px 0;
  background: #edfbff;
}

/* line 2903, app/assets/stylesheets/lib/_business.scss */
.business-voice-h2 {
  font-size: 44px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

/* line 2909, app/assets/stylesheets/lib/_business.scss */
.business-voice-slider {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}

/* line 2913, app/assets/stylesheets/lib/_business.scss */
.business-voice-slider .slick-prev,
.business-voice-slider .slick-next {
  top: 45%;
  width: 50px;
  height: 50px;
}

/* line 2919, app/assets/stylesheets/lib/_business.scss */
.business-voice-slider .slick-prev:before,
.business-voice-slider .slick-next:before {
  content: "";
  width: 30px;
  height: 30px;
  border-right: 3px solid #2a3b4c;
  border-top: 3px solid #2a3b4c;
  position: absolute;
  top: 0;
}

/* line 2929, app/assets/stylesheets/lib/_business.scss */
.business-voice-slider .slick-prev {
  left: 20px;
}

/* line 2931, app/assets/stylesheets/lib/_business.scss */
.business-voice-slider .slick-prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 0;
}

/* line 2936, app/assets/stylesheets/lib/_business.scss */
.business-voice-slider .slick-next {
  right: 20px;
}

/* line 2938, app/assets/stylesheets/lib/_business.scss */
.business-voice-slider .slick-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
}

/* line 2944, app/assets/stylesheets/lib/_business.scss */
.business-voice-item {
  width: 800px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 2951, app/assets/stylesheets/lib/_business.scss */
.business-voice-left {
  width: 30%;
}

/* line 2954, app/assets/stylesheets/lib/_business.scss */
.business-voice-right {
  width: 70%;
  padding: 20px;
  border: 2px solid #2a3b4c;
  border-radius: 25px;
  position: relative;
}

/* line 2960, app/assets/stylesheets/lib/_business.scss */
.business-voice-right::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  border-top: 2px solid #2a3b4c;
  border-left: 2px solid #2a3b4c;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: -17px;
  top: 68px;
}

/* line 2974, app/assets/stylesheets/lib/_business.scss */
.business-voice-img {
  margin-bottom: 20px;
}

/* line 2977, app/assets/stylesheets/lib/_business.scss */
.business-voice-info {
  font-size: 19px;
}

/* line 2980, app/assets/stylesheets/lib/_business.scss */
.business-voice-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 2985, app/assets/stylesheets/lib/_business.scss */
.business-voice-review {
  font-size: 22px;
  padding-left: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 2993, app/assets/stylesheets/lib/_business.scss */
.business-voice-review::before {
  content: "";
  background: url(/assets/business/svg/arrow01-fefdc41d318b5138b2be24a00e74b667467f29d8a54c3894423b89f471294651.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 3003, app/assets/stylesheets/lib/_business.scss */
.business-voice-review img {
  margin-left: 10px;
}

/* line 3007, app/assets/stylesheets/lib/_business.scss */
.business-voice-text {
  font-size: 19px;
}

@media (max-width: 768px) {
  /* line 2900, app/assets/stylesheets/lib/_business.scss */
  .business-voice {
    padding: 40px 0 20px;
  }
  /* line 3012, app/assets/stylesheets/lib/_business.scss */
  .business-voice-h2 {
    font-size: 29px;
    margin-bottom: 30px;
  }
  /* line 3018, app/assets/stylesheets/lib/_business.scss */
  .business-voice-slider .slick-prev,
.business-voice-slider .slick-next {
    top: 16%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #2a3b4c;
  }
  /* line 3026, app/assets/stylesheets/lib/_business.scss */
  .business-voice-slider .slick-prev:before,
.business-voice-slider .slick-next:before {
    border-right: 2px solid #2a3b4c;
    border-top: 2px solid #2a3b4c;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
  }
  /* line 3038, app/assets/stylesheets/lib/_business.scss */
  .business-voice-slider .slick-prev {
    left: 15px;
  }
  /* line 3040, app/assets/stylesheets/lib/_business.scss */
  .business-voice-slider .slick-prev:before {
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    left: 5px;
  }
  /* line 3045, app/assets/stylesheets/lib/_business.scss */
  .business-voice-slider .slick-next {
    right: 15px;
  }
  /* line 3047, app/assets/stylesheets/lib/_business.scss */
  .business-voice-slider .slick-next:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 5px;
  }
  /* line 3054, app/assets/stylesheets/lib/_business.scss */
  .business-voice-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 3057, app/assets/stylesheets/lib/_business.scss */
  .business-voice-left {
    width: 100%;
    text-align: center;
  }
  /* line 3061, app/assets/stylesheets/lib/_business.scss */
  .business-voice-right {
    width: 100%;
    padding: 20px 50px;
    border: none;
  }
  /* line 3065, app/assets/stylesheets/lib/_business.scss */
  .business-voice-right::before {
    content: none;
  }
  /* line 3069, app/assets/stylesheets/lib/_business.scss */
  .business-voice-img {
    margin-bottom: 10px;
  }
  /* line 3071, app/assets/stylesheets/lib/_business.scss */
  .business-voice-img img {
    margin: auto;
  }
  /* line 3077, app/assets/stylesheets/lib/_business.scss */
  .business-voice-title {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  /* line 3082, app/assets/stylesheets/lib/_business.scss */
  .business-voice-review {
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  /* line 3086, app/assets/stylesheets/lib/_business.scss */
  .business-voice-review::before {
    width: 12px;
    height: 12px;
  }
  /* line 3090, app/assets/stylesheets/lib/_business.scss */
  .business-voice-review img {
    margin-left: 10px;
  }
  /* line 3094, app/assets/stylesheets/lib/_business.scss */
  .business-voice-text {
    font-size: 17px;
  }
}

/* line 3100, app/assets/stylesheets/lib/_business.scss */
.business-area {
  padding: 80px 20px 10px;
  max-width: initial;
  width: 100%;
  background: #EDFBFF;
  margin: auto;
  text-align: center;
}

/* line 3108, app/assets/stylesheets/lib/_business.scss */
.business-area-h2 {
  text-align: center;
  font-size: 44px;
  margin-bottom: 30px;
  font-weight: bold;
}

/* line 3114, app/assets/stylesheets/lib/_business.scss */
.business-area-lead {
  font-size: 29px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

/* line 3120, app/assets/stylesheets/lib/_business.scss */
.business-area-note {
  font-size: 15px;
  text-align: center;
  margin-bottom: 50px;
}

/* line 3126, app/assets/stylesheets/lib/_business.scss */
.business-area .iframe-block {
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  max-width: 100%;
}

/* line 3134, app/assets/stylesheets/lib/_business.scss */
.business-area iframe {
  border: 0;
  width: 720px;
  max-width: 100%;
  height: 700px;
}

@media (max-width: 768px) {
  /* line 3134, app/assets/stylesheets/lib/_business.scss */
  .business-area iframe {
    height: 500px;
  }
}

/* line 3144, app/assets/stylesheets/lib/_business.scss */
.business-area .cf-block {
  margin-top: 20px;
  font-size: 10px;
  font-size: 1rem;
}

/* line 3150, app/assets/stylesheets/lib/_business.scss */
.business-area .button-block {
  text-align: center;
}

/* line 3154, app/assets/stylesheets/lib/_business.scss */
.business-area .button-block a.button-area {
  display: inline-block;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  background-color: #043786;
  -webkit-box-shadow: 0 4px 0 #032354;
          box-shadow: 0 4px 0 #032354;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}

/* line 3169, app/assets/stylesheets/lib/_business.scss */
.business-area .button-block a.button-area:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

/* line 3174, app/assets/stylesheets/lib/_business.scss */
.business-area .button-block a.button-area:after {
  margin-left: 5px;
  content: "\e905";
  vertical-align: middle;
  font-family: "iconfont";
}

/* line 3181, app/assets/stylesheets/lib/_business.scss */
.business-area .button-block p {
  margin-top: 20px;
  color: #043786;
}

/* line 3186, app/assets/stylesheets/lib/_business.scss */
.business-area .button-block p span:before {
  margin-right: 5px;
  content: "\e908";
  font-family: "iconfont";
}

/* line 3192, app/assets/stylesheets/lib/_business.scss */
.business-area .bl-5g-area-frame {
  background: #EDFBFF;
}

@media (min-width: 600px) {
  /* line 3197, app/assets/stylesheets/lib/_business.scss */
  .business-area .iframe-block {
    display: block;
  }
  /* line 3201, app/assets/stylesheets/lib/_business.scss */
  .business-area .button-block {
    display: none;
  }
  /* line 3205, app/assets/stylesheets/lib/_business.scss */
  .business-area .cf-block {
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  /* line 3100, app/assets/stylesheets/lib/_business.scss */
  .business-area {
    padding: 40px 10px 10px;
  }
  /* line 3214, app/assets/stylesheets/lib/_business.scss */
  .business-area-h2 {
    font-size: 29px;
    margin-bottom: 20px;
  }
  /* line 3218, app/assets/stylesheets/lib/_business.scss */
  .business-area-lead {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* line 3222, app/assets/stylesheets/lib/_business.scss */
  .business-area-note {
    font-size: 15px;
    text-align: center;
    margin-bottom: 50px;
  }
}

/* line 3230, app/assets/stylesheets/lib/_business.scss */
.business-faq {
  padding: 80px 0 80px;
}

@media (max-width: 768px) {
  /* line 3230, app/assets/stylesheets/lib/_business.scss */
  .business-faq {
    padding: 40px 10px 50px;
  }
}

/* line 3235, app/assets/stylesheets/lib/_business.scss */
.business-faq-h2 {
  text-align: center;
  font-size: 44px;
  margin-bottom: 50px;
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 3235, app/assets/stylesheets/lib/_business.scss */
  .business-faq-h2 {
    font-size: 29px;
    margin-bottom: 40px;
  }
}

/* line 3245, app/assets/stylesheets/lib/_business.scss */
.business-faq-wrap {
  max-width: 810px;
  margin: 0 auto;
}

/* line 3251, app/assets/stylesheets/lib/_business.scss */
.business-faq-item {
  text-align: left;
  border-top: 2px solid #c6c6c6;
}

/* line 3254, app/assets/stylesheets/lib/_business.scss */
.business-faq-item:last-child {
  border-bottom: 2px solid #c6c6c6;
}

/* line 3258, app/assets/stylesheets/lib/_business.scss */
.business-faq-question {
  padding: 20px 80px 20px 0;
  font-size: 23px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

/* line 3264, app/assets/stylesheets/lib/_business.scss */
.business-faq-question::after {
  content: "";
  width: 25px;
  height: 25px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 3277, app/assets/stylesheets/lib/_business.scss */
.business-faq-question.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

@media (max-width: 768px) {
  /* line 3258, app/assets/stylesheets/lib/_business.scss */
  .business-faq-question {
    padding: 10px 50px 10px 0;
    font-size: 14px;
  }
  /* line 3284, app/assets/stylesheets/lib/_business.scss */
  .business-faq-question::after {
    width: 13px;
    height: 13px;
    right: 20px;
  }
}

/* line 3291, app/assets/stylesheets/lib/_business.scss */
.business-faq-answer {
  padding: 30px;
  background: #f2f6f9;
  font-size: 18px;
  display: none;
}

@media (max-width: 768px) {
  /* line 3291, app/assets/stylesheets/lib/_business.scss */
  .business-faq-answer {
    padding: 15px;
    font-size: 15px;
  }
}

/* line 3301, app/assets/stylesheets/lib/_business.scss */
.business-faq-answer-text + p {
  margin-top: 30px;
}

/* line 3306, app/assets/stylesheets/lib/_business.scss */
.business-faq-btn {
  max-width: 810px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 3311, app/assets/stylesheets/lib/_business.scss */
.business-faq-btn-item {
  display: block;
  width: 350px;
  max-width: 48%;
  color: #fff;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}

/* line 3324, app/assets/stylesheets/lib/_business.scss */
.business-faq-btn-item:nth-of-type(1) {
  background: #56C3F5;
}

/* line 3327, app/assets/stylesheets/lib/_business.scss */
.business-faq-btn-item:nth-of-type(2) {
  background: #000;
}

/* line 3330, app/assets/stylesheets/lib/_business.scss */
.business-faq-btn-item::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* line 3341, app/assets/stylesheets/lib/_business.scss */
.business-faq-btn-item:hover {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  /* line 3306, app/assets/stylesheets/lib/_business.scss */
  .business-faq-btn {
    margin: 40px auto 0;
  }
  /* line 3348, app/assets/stylesheets/lib/_business.scss */
  .business-faq-btn-item {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  }
  /* line 3354, app/assets/stylesheets/lib/_business.scss */
  .business-faq-btn-item::after {
    width: 8px;
    height: 8px;
    right: 8px;
  }
}

/* line 3364, app/assets/stylesheets/lib/_business.scss */
.business-form {
  padding: 80px 0;
}

/* line 3366, app/assets/stylesheets/lib/_business.scss */
.business-form-h2 {
  font-size: 44px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

/* line 3372, app/assets/stylesheets/lib/_business.scss */
.business-form-lead {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}

/* line 3377, app/assets/stylesheets/lib/_business.scss */
.business-form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 480px;
  margin: 0 auto 50px;
}

/* line 3382, app/assets/stylesheets/lib/_business.scss */
.business-form-step-item {
  width: 125px;
  text-align: center;
  position: relative;
}

/* line 3387, app/assets/stylesheets/lib/_business.scss */
.business-form-step-item:not(:last-child)::after {
  content: "";
  background: url(/assets/business/svg/aroow_step-e7e6a6eb25b5d9dba71177f5f902ebe67d628ddff276059ed633fa6d6e851fb7.svg) no-repeat center/contain;
  width: 34px;
  height: 28px;
  position: absolute;
  left: calc(100% + 10px);
  top: 15px;
}

/* line 3398, app/assets/stylesheets/lib/_business.scss */
.business-form-step-num {
  width: 52px;
  height: 52px;
  line-height: 45px;
  border: 2px solid #15a9d7;
  color: #15a9d7;
  border-radius: 50%;
  margin: 0 auto 5px;
  font-size: 28px;
}

/* line 3407, app/assets/stylesheets/lib/_business.scss */
.business-form-step-num.is-current {
  color: #fff;
  background: #15a9d7;
}

/* line 3412, app/assets/stylesheets/lib/_business.scss */
.business-form-step-text {
  font-size: 17px;
}

/* line 3416, app/assets/stylesheets/lib/_business.scss */
.business-form-wrap {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 50px;
}

/* line 3421, app/assets/stylesheets/lib/_business.scss */
.business-form-item {
  border-top: 1px solid #c2c2c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}

/* line 3427, app/assets/stylesheets/lib/_business.scss */
.business-form-label {
  width: 270px;
  font-size: 18px;
  position: relative;
  margin-right: 20px;
  padding-top: 0px;
}

/* line 3433, app/assets/stylesheets/lib/_business.scss */
.business-form-label::after {
  content: "任意";
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  background-color: #a9a9a9;
  position: absolute;
  top: 0px;
  right: 0;
}

/* line 3446, app/assets/stylesheets/lib/_business.scss */
.business-form-label--required::after {
  content: "必須";
  background-color: #15a9d7;
}

/* line 3452, app/assets/stylesheets/lib/_business.scss */
.business-form-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 3454, app/assets/stylesheets/lib/_business.scss */
.business-form-input input {
  width: 100%;
  padding: 9px;
  border-radius: 2px;
  border: solid 1px #15a9d7;
}

/* line 3459, app/assets/stylesheets/lib/_business.scss */
.business-form-input input + * {
  margin-top: 10px;
}

/* line 3462, app/assets/stylesheets/lib/_business.scss */
.business-form-input input[type="number"] {
  width: 80px;
}

/* line 3465, app/assets/stylesheets/lib/_business.scss */
.business-form-input input[type="date"] {
  width: 220px;
  background: #fff;
}

/* line 3469, app/assets/stylesheets/lib/_business.scss */
.business-form-input input[type="radio"] {
  width: auto;
  display: none;
}

/* line 3472, app/assets/stylesheets/lib/_business.scss */
.business-form-input input[type="radio"] + label {
  margin-right: 20px;
  position: relative;
  padding-left: 30px;
  font-size: 12px;
}

/* line 3477, app/assets/stylesheets/lib/_business.scss */
.business-form-input input[type="radio"] + label::before {
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: solid 1px #c2c2c2;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 3488, app/assets/stylesheets/lib/_business.scss */
.business-form-input input[type="radio"] + label::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 1px #c2c2c2;
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 3501, app/assets/stylesheets/lib/_business.scss */
.business-form-input input[type="radio"]:checked + label::before, .business-form-input input[type="radio"]:checked + label::after {
  border-color: #15a9d7;
}

/* line 3505, app/assets/stylesheets/lib/_business.scss */
.business-form-input input[type="radio"]:checked + label::after {
  background: #15a9d7;
}

/* line 3511, app/assets/stylesheets/lib/_business.scss */
.business-form-input textarea {
  width: 100%;
  padding: 15px;
  border-radius: 2px;
  border: solid 1px #15a9d7;
}

/* line 3518, app/assets/stylesheets/lib/_business.scss */
.business-form-input--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 3523, app/assets/stylesheets/lib/_business.scss */
.business-form-error {
  color: #ff6868;
  font-weight: bold;
  font-size: 12px;
}

/* line 3528, app/assets/stylesheets/lib/_business.scss */
.business-form-text {
  font-size: 12px;
  margin-bottom: 5px;
}

/* line 3532, app/assets/stylesheets/lib/_business.scss */
.business-form-btn {
  display: inline-block;
  color: #fff;
  background: #15a9d7;
  width: 357px;
  max-width: 100%;
  height: 57px;
  line-height: 57px;
  border: none;
  font-size: 22px;
  -webkit-box-shadow: 0 6px #666;
          box-shadow: 0 6px #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  cursor: pointer;
}

/* line 3533, app/assets/stylesheets/lib/_business.scss */
.business-form-btn-wrap {
  text-align: center;
}

/* line 3549, app/assets/stylesheets/lib/_business.scss */
.business-form-btn:hover {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 768px) {
  /* line 3364, app/assets/stylesheets/lib/_business.scss */
  .business-form {
    padding: 40px 0;
  }
  /* line 3557, app/assets/stylesheets/lib/_business.scss */
  .business-form-h2 {
    font-size: 29px;
    margin-bottom: 20px;
  }
  /* line 3561, app/assets/stylesheets/lib/_business.scss */
  .business-form-lead {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  /* line 3566, app/assets/stylesheets/lib/_business.scss */
  .business-form-step {
    padding: 0 20px;
    margin: 0 auto 50px;
  }
  /* line 3569, app/assets/stylesheets/lib/_business.scss */
  .business-form-step-item {
    width: 75px;
  }
  /* line 3572, app/assets/stylesheets/lib/_business.scss */
  .business-form-step-item:not(:last-child)::after {
    width: 30px;
    height: 24px;
    left: calc(100% + 10px);
    top: 13px;
  }
  /* line 3580, app/assets/stylesheets/lib/_business.scss */
  .business-form-step-num {
    width: 47px;
    height: 47px;
    line-height: 47px;
    font-size: 25px;
  }
  /* line 3586, app/assets/stylesheets/lib/_business.scss */
  .business-form-step-text {
    font-size: 15px;
  }
  /* line 3590, app/assets/stylesheets/lib/_business.scss */
  .business-form-wrap {
    padding: 0 10px;
  }
  /* line 3593, app/assets/stylesheets/lib/_business.scss */
  .business-form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
  /* line 3597, app/assets/stylesheets/lib/_business.scss */
  .business-form-label {
    width: auto;
    font-size: 13px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  /* line 3602, app/assets/stylesheets/lib/_business.scss */
  .business-form-label::after {
    margin: 0 10px;
    padding: 1px 8px;
    font-size: 10px;
    position: relative;
  }
  /* line 3610, app/assets/stylesheets/lib/_business.scss */
  .business-form-input input {
    padding: 9px;
  }
  /* line 3612, app/assets/stylesheets/lib/_business.scss */
  .business-form-input input + * {
    margin-top: 10px;
  }
  /* line 3615, app/assets/stylesheets/lib/_business.scss */
  .business-form-input input[type="number"] {
    width: 80px;
  }
  /* line 3618, app/assets/stylesheets/lib/_business.scss */
  .business-form-input input[type="date"] {
    width: 220px;
  }
  /* line 3622, app/assets/stylesheets/lib/_business.scss */
  .business-form-input input[type="radio"] + label {
    margin-right: 20px;
    padding-left: 25px;
    font-size: 10px;
  }
  /* line 3626, app/assets/stylesheets/lib/_business.scss */
  .business-form-input input[type="radio"] + label::before {
    width: 19px;
    height: 19px;
  }
  /* line 3630, app/assets/stylesheets/lib/_business.scss */
  .business-form-input input[type="radio"] + label::after {
    content: "";
    width: 13px;
    height: 13px;
    left: 3px;
  }
  /* line 3639, app/assets/stylesheets/lib/_business.scss */
  .business-form-input textarea {
    padding: 10px;
  }
  /* line 3645, app/assets/stylesheets/lib/_business.scss */
  .business-form-error {
    font-size: 12px;
  }
  /* line 3648, app/assets/stylesheets/lib/_business.scss */
  .business-form-text {
    font-size: 10px;
  }
  /* line 3651, app/assets/stylesheets/lib/_business.scss */
  .business-form-btn {
    max-width: 90%;
  }
}

/* line 3657, app/assets/stylesheets/lib/_business.scss */
.estimate-head {
  background: #eff0f2;
  padding: 50px 10px;
}

/* line 3660, app/assets/stylesheets/lib/_business.scss */
.estimate-head h1 {
  font-size: 44px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

/* line 3665, app/assets/stylesheets/lib/_business.scss */
.estimate-head h1 > span {
  font-size: 35px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ff0));
  background: -webkit-linear-gradient(transparent 75%, #ff0 75%);
  background: linear-gradient(transparent 75%, #ff0 75%);
}

@media (max-width: 768px) {
  /* line 3657, app/assets/stylesheets/lib/_business.scss */
  .estimate-head {
    padding: 10px 10px;
  }
  /* line 3672, app/assets/stylesheets/lib/_business.scss */
  .estimate-head h1 {
    font-size: 37px;
    line-height: 1.5;
  }
  /* line 3675, app/assets/stylesheets/lib/_business.scss */
  .estimate-head h1 > span {
    font-size: 29px;
  }
}

/* line 3682, app/assets/stylesheets/lib/_business.scss */
.estimate-lead {
  padding: 10px 20px 50px;
}

/* line 3684, app/assets/stylesheets/lib/_business.scss */
.estimate-lead-nav {
  margin-bottom: 30px;
  padding: 10px 20px 10px;
}

/* line 3687, app/assets/stylesheets/lib/_business.scss */
.estimate-lead-nav > a {
  font-size: 15px;
  text-decoration: underline;
}

/* line 3692, app/assets/stylesheets/lib/_business.scss */
.estimate-lead-text1 {
  text-align: center;
  font-size: 29px;
  font-weight: bold;
}

/* line 3697, app/assets/stylesheets/lib/_business.scss */
.estimate-lead-text2 {
  text-align: center;
  font-size: 15px;
  margin-bottom: 50px;
}

/* line 3702, app/assets/stylesheets/lib/_business.scss */
.estimate-lead-btn {
  max-width: 530px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  /* line 3682, app/assets/stylesheets/lib/_business.scss */
  .estimate-lead {
    padding: 10px 10px 50px;
  }
  /* line 3710, app/assets/stylesheets/lib/_business.scss */
  .estimate-lead-nav {
    display: none;
  }
  /* line 3713, app/assets/stylesheets/lib/_business.scss */
  .estimate-lead-text1 {
    font-size: 24px;
  }
  /* line 3716, app/assets/stylesheets/lib/_business.scss */
  .estimate-lead-text2 {
    text-align: left;
    font-size: 17px;
    margin-bottom: 30px;
  }
  /* line 3721, app/assets/stylesheets/lib/_business.scss */
  .estimate-lead-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media print {
  /* line 3729, app/assets/stylesheets/lib/_business.scss */
  .business-header-top--estimate,
.business-header-bottom--estimate,
.estimate-head,
.estimate-lead,
.business-cta--estimate,
.estimate-print-btn,
.estimate-print-bottom,
.estimate-footer,
.header-bottom-nav-cta,
footer {
    display: none;
  }
  /* line 3741, app/assets/stylesheets/lib/_business.scss */
  .estimate-print {
    top: 0 !important;
    left: 0 !important;
    width: 172mm !important;
    height: 251mm !important;
    border: 1px solid;
  }
  /* line 3747, app/assets/stylesheets/lib/_business.scss */
  .estimate-print-wrap {
    margin: 0 !important;
  }
}

/* line 3753, app/assets/stylesheets/lib/_business.scss */
.estimate-msg {
  padding: 20px;
}

/* line 3755, app/assets/stylesheets/lib/_business.scss */
.estimate-msg-head {
  font-size: 29px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* line 3761, app/assets/stylesheets/lib/_business.scss */
.estimate-msg-head > span {
  font-size: 35px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ff0));
  background: -webkit-linear-gradient(transparent 75%, #ff0 75%);
  background: linear-gradient(transparent 75%, #ff0 75%);
}

/* line 3767, app/assets/stylesheets/lib/_business.scss */
.estimate-msg-text {
  font-size: 20px;
  font-weight: 500;
  margin: auto;
  margin-bottom: 20px;
  max-width: 515px;
}

/* line 3774, app/assets/stylesheets/lib/_business.scss */
.estimate-msg-text2 {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 3780, app/assets/stylesheets/lib/_business.scss */
.estimate-msg-btn {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 3753, app/assets/stylesheets/lib/_business.scss */
  .estimate-msg {
    padding: 30px 20px;
  }
  /* line 3786, app/assets/stylesheets/lib/_business.scss */
  .estimate-msg-head {
    font-size: 24px;
    margin-bottom: 30px;
  }
  /* line 3789, app/assets/stylesheets/lib/_business.scss */
  .estimate-msg-head > span {
    font-size: 30px;
  }
  /* line 3793, app/assets/stylesheets/lib/_business.scss */
  .estimate-msg-text {
    margin: auto;
    margin-bottom: 30px;
  }
  /* line 3797, app/assets/stylesheets/lib/_business.scss */
  .estimate-msg-text2 {
    font-size: 13px;
  }
  /* line 3800, app/assets/stylesheets/lib/_business.scss */
  .estimate-msg-btn {
    margin-bottom: 10px;
  }
}

/* line 3807, app/assets/stylesheets/lib/_business.scss */
.estimate-print {
  width: 172mm !important;
  height: 251mm !important;
  border: 1px solid;
  padding: 15px;
  margin: auto;
}

/* line 3813, app/assets/stylesheets/lib/_business.scss */
.estimate-print-wrap {
  overflow-x: auto;
  margin: 30px auto;
  padding: 10px;
}

@media (max-width: 768px) {
  /* line 3813, app/assets/stylesheets/lib/_business.scss */
  .estimate-print-wrap {
    margin: 40px auto;
  }
}

/* line 3821, app/assets/stylesheets/lib/_business.scss */
.estimate-print-unit {
  border: solid 1px #1a1311;
  margin-bottom: 15px;
}

/* line 3825, app/assets/stylesheets/lib/_business.scss */
.estimate-print-headline {
  background: #1a1311 !important;
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 3px 0;
}

/* line 3833, app/assets/stylesheets/lib/_business.scss */
.estimate-print-content {
  padding: 20px 20px 0;
}

/* line 3836, app/assets/stylesheets/lib/_business.scss */
.estimate-print-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 3840, app/assets/stylesheets/lib/_business.scss */
.estimate-print-left {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

/* line 3844, app/assets/stylesheets/lib/_business.scss */
.estimate-print-name {
  width: 274px;
  border-bottom: solid 1px #1a1311;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
}

/* line 3851, app/assets/stylesheets/lib/_business.scss */
.estimate-print-subject {
  font-size: 11px;
  margin-bottom: 5px;
}

/* line 3855, app/assets/stylesheets/lib/_business.scss */
.estimate-print-price {
  width: 274px;
  border-bottom: solid 1px #1a1311;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 3861, app/assets/stylesheets/lib/_business.scss */
.estimate-print-price-head {
  background: #1a1311 !important;
  color: #fff !important;
  text-align: center;
  padding: 5px;
  font-size: 11px;
}

/* line 3868, app/assets/stylesheets/lib/_business.scss */
.estimate-print-price-value {
  font-size: 25px;
  margin: 0;
  font-weight: bold;
}

/* line 3874, app/assets/stylesheets/lib/_business.scss */
.estimate-print-pay {
  font-size: 10px;
  white-space: nowrap;
}

/* line 3879, app/assets/stylesheets/lib/_business.scss */
.estimate-print-right {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

/* line 3883, app/assets/stylesheets/lib/_business.scss */
.estimate-print-date {
  font-size: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: right;
}

/* line 3891, app/assets/stylesheets/lib/_business.scss */
.estimate-print-company {
  font-size: 10px;
}

/* line 3894, app/assets/stylesheets/lib/_business.scss */
.estimate-print-table {
  width: 100%;
}

/* line 3896, app/assets/stylesheets/lib/_business.scss */
.estimate-print-table table {
  width: 120%;
  -webkit-transform: scale(0.83);
          transform: scale(0.83);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  margin-bottom: -10px;
}

/* line 3902, app/assets/stylesheets/lib/_business.scss */
.estimate-print-table table thead th {
  font-size: 11px;
  background: #d3d4d4 !important;
  text-align: center;
}

/* line 3908, app/assets/stylesheets/lib/_business.scss */
.estimate-print-table table tbody {
  font-size: 10px;
}

/* line 3910, app/assets/stylesheets/lib/_business.scss */
.estimate-print-table table tbody th {
  text-align: center;
}

/* line 3914, app/assets/stylesheets/lib/_business.scss */
.estimate-print-table table td,
.estimate-print-table table th {
  border: solid 1px #1a1311;
  padding: 0 5px;
}

/* line 3923, app/assets/stylesheets/lib/_business.scss */
.estimate-print-table table td:nth-of-type(3), .estimate-print-table table td:nth-of-type(4) {
  text-align: right;
}

/* line 3927, app/assets/stylesheets/lib/_business.scss */
.estimate-print-table table td:nth-of-type(2) {
  text-align: center;
}

/* line 3932, app/assets/stylesheets/lib/_business.scss */
.estimate-print-table-bg {
  background: #d3d4d4 !important;
}

/* line 3935, app/assets/stylesheets/lib/_business.scss */
.estimate-print-table-no {
  border: none !important;
}

/* line 3940, app/assets/stylesheets/lib/_business.scss */
.estimate-print-note {
  font-size: 10px;
  width: 110%;
  -webkit-transform: scale(0.91);
          transform: scale(0.91);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

/* line 3945, app/assets/stylesheets/lib/_business.scss */
.estimate-print-note > span {
  font-size: 13px;
}

/* line 3951, app/assets/stylesheets/lib/_business.scss */
.estimate-print-btn {
  text-align: center;
  margin-bottom: 30px;
}

/* line 3956, app/assets/stylesheets/lib/_business.scss */
.estimate-btn1 {
  display: inline-block;
  padding: 0px 50px;
  text-align: center;
  position: relative;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
  border: none;
  cursor: pointer;
  font-size: 23px;
  background: -webkit-gradient(linear, left top, right top, from(#016ec9), color-stop(0.2%, #016ec9), color-stop(97%, #0097fd), to(#0097fd));
  background: -webkit-linear-gradient(left, #016ec9 0%, #016ec9 0.2%, #0097fd 97%, #0097fd 100%);
  background: linear-gradient(90deg, #016ec9 0%, #016ec9 0.2%, #0097fd 97%, #0097fd 100%);
  color: #fff;
  height: 80px;
  line-height: 80px;
}

/* line 3978, app/assets/stylesheets/lib/_business.scss */
.estimate-btn1:hover {
  color: #fff;
  text-decoration: none;
}

/* line 3982, app/assets/stylesheets/lib/_business.scss */
.estimate-btn1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #808080;
  top: 5px;
  left: 0;
  position: absolute;
  border-radius: 30px;
  z-index: -1;
  -webkit-box-shadow: 0px 5.07px 3.04px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5.07px 3.04px rgba(0, 0, 0, 0.3);
}

/* line 3994, app/assets/stylesheets/lib/_business.scss */
.estimate-btn1::after {
  content: "";
  width: 13px;
  height: 13px;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* line 4006, app/assets/stylesheets/lib/_business.scss */
.estimate-btn1:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

@media (max-width: 768px) {
  /* line 3956, app/assets/stylesheets/lib/_business.scss */
  .estimate-btn1 {
    font-size: 16px;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    border-radius: 25px;
  }
  /* line 4017, app/assets/stylesheets/lib/_business.scss */
  .estimate-btn1::before {
    border-radius: 25px;
  }
  /* line 4020, app/assets/stylesheets/lib/_business.scss */
  .estimate-btn1::after {
    content: "";
    width: 9px;
    height: 9px;
    right: 15px;
  }
}

/* line 4029, app/assets/stylesheets/lib/_business.scss */
.estimate-btn2 {
  padding: 0 70px;
  height: 70px;
  line-height: 68px;
  border-radius: 45px;
  border: 1px solid #333;
  display: inline-block;
  font-size: 23px;
  position: relative;
  text-decoration: none;
  color: #333;
  text-align: center;
}

/* line 4042, app/assets/stylesheets/lib/_business.scss */
.estimate-btn2:hover {
  text-decoration: none;
  color: #333;
}

/* line 4046, app/assets/stylesheets/lib/_business.scss */
.estimate-btn2::after {
  content: "";
  width: 20px;
  height: 20px;
  border: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/assets/5g_lp/svg/link2-b85542fe9c55e889eafca774bb6c86ff24ce8674f58be49d97ea150d9bdd4d31.svg) no-repeat top 50% left 50%/contain;
}

@media (max-width: 768px) {
  /* line 4046, app/assets/stylesheets/lib/_business.scss */
  .estimate-btn2::after {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}

@media (max-width: 768px) {
  /* line 4029, app/assets/stylesheets/lib/_business.scss */
  .estimate-btn2 {
    font-size: 16px;
    padding: 0 50px;
    height: 55px;
    line-height: 53px;
  }
}

/* line 4071, app/assets/stylesheets/lib/_business.scss */
.estimate-print-bottom-text1 {
  font-size: 29px;
  text-align: center;
}

/* line 4075, app/assets/stylesheets/lib/_business.scss */
.estimate-print-bottom-text2 {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}

/* line 4080, app/assets/stylesheets/lib/_business.scss */
.estimate-print-bottom-nav {
  padding: 50px 20px 20px;
}

/* line 4082, app/assets/stylesheets/lib/_business.scss */
.estimate-print-bottom-nav > a {
  font-size: 15px;
  text-decoration: underline;
}

@media (max-width: 768px) {
  /* line 4088, app/assets/stylesheets/lib/_business.scss */
  .estimate-print-bottom-text1 {
    font-size: 24px;
  }
  /* line 4091, app/assets/stylesheets/lib/_business.scss */
  .estimate-print-bottom-text2 {
    font-size: 17px;
    margin-bottom: 30px;
  }
  /* line 4095, app/assets/stylesheets/lib/_business.scss */
  .estimate-print-bottom-nav {
    display: none;
  }
}

/* line 4101, app/assets/stylesheets/lib/_business.scss */
#footer {
  background: #3e4549;
  padding: 5rem 0;
  color: #ffffff;
}

@media (max-width: 768px) {
  /* line 4101, app/assets/stylesheets/lib/_business.scss */
  #footer {
    padding: 0;
    margin-top: 50px;
  }
}

/* line 4111, app/assets/stylesheets/lib/_business.scss */
#footer a {
  color: #ffffff;
  text-decoration: none;
}

/* line 4116, app/assets/stylesheets/lib/_business.scss */
#footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 4122, app/assets/stylesheets/lib/_business.scss */
#footer [class*="col-"] {
  margin-bottom: 2rem;
}

/* line 4127, app/assets/stylesheets/lib/_business.scss */
#footer .footer__container {
  position: relative;
}

@media (max-width: 768px) {
  /* line 4127, app/assets/stylesheets/lib/_business.scss */
  #footer .footer__container {
    padding: 0;
  }
}

/* line 4135, app/assets/stylesheets/lib/_business.scss */
#footer .footer__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  /* line 4135, app/assets/stylesheets/lib/_business.scss */
  #footer .footer__nav-wrap {
    display: none;
  }
}

/* line 4143, app/assets/stylesheets/lib/_business.scss */
#footer .footer__widget {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 4147, app/assets/stylesheets/lib/_business.scss */
#footer .footer__mobile-nav-wrap {
  display: none;
}

@media (max-width: 768px) {
  /* line 4147, app/assets/stylesheets/lib/_business.scss */
  #footer .footer__mobile-nav-wrap {
    display: block;
  }
}

/* line 4155, app/assets/stylesheets/lib/_business.scss */
#footer .footer__logo {
  margin: 0 0 1.4rem 0;
  padding: 0;
}

/* line 4159, app/assets/stylesheets/lib/_business.scss */
#footer .footer__logo img {
  width: 230px;
}

@media (max-width: 1199px) {
  /* line 4159, app/assets/stylesheets/lib/_business.scss */
  #footer .footer__logo img {
    width: 170px;
  }
}

/* line 4168, app/assets/stylesheets/lib/_business.scss */
#footer .footer__nav, #footer .footer__sub-nav, #footer .footer__bottom-nav, #footer .footer__mobile-nav {
  margin: 0;
  padding: 0;
}

/* line 4176, app/assets/stylesheets/lib/_business.scss */
#footer .footer__sub-nav {
  margin-top: 0.5rem;
}

/* line 4181, app/assets/stylesheets/lib/_business.scss */
#footer .footer__nav-item > a {
  font-weight: 700;
  font-size: 14px;
}

/* line 4188, app/assets/stylesheets/lib/_business.scss */
#footer .footer__sub-nav-item {
  padding-bottom: 0.5rem;
  line-height: 1.4;
  font-size: 12px;
}

/* line 4194, app/assets/stylesheets/lib/_business.scss */
#footer .footer__sub-nav-item > a {
  position: relative;
  padding-left: 10px;
  color: #888888;
}

/* line 4199, app/assets/stylesheets/lib/_business.scss */
#footer .footer__sub-nav-item > a::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 4px;
  height: 8px;
  background: url(/assets/renewal_designs/icon-caret-right-gray-44115f97e3630a4bdef2ff58202837aeb94460ca79c62db1f3520bbdb5d19f49.svg) left top/cover;
  position: absolute;
  left: 0;
  top: 5px;
}

/* line 4213, app/assets/stylesheets/lib/_business.scss */
#footer .footer__bottom {
  border-top: 1px solid #888888;
  padding-top: 2rem;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.2;
}

@media (max-width: 767px) {
  /* line 4213, app/assets/stylesheets/lib/_business.scss */
  #footer .footer__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  /* line 4213, app/assets/stylesheets/lib/_business.scss */
  #footer .footer__bottom {
    border: 0;
    padding-top: 0;
    text-align: center;
  }
}

/* line 4232, app/assets/stylesheets/lib/_business.scss */
#footer .footer__bottom-logo {
  padding-right: 2rem;
}

@media (max-width: 767px) {
  /* line 4232, app/assets/stylesheets/lib/_business.scss */
  #footer .footer__bottom-logo {
    margin-bottom: 1rem;
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 4232, app/assets/stylesheets/lib/_business.scss */
  #footer .footer__bottom-logo {
    padding: 0;
  }
}

/* line 4245, app/assets/stylesheets/lib/_business.scss */
#footer .footer__bottom-nav-wrap {
  padding-top: 0.5rem;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media (max-width: 767px) {
  /* line 4245, app/assets/stylesheets/lib/_business.scss */
  #footer .footer__bottom-nav-wrap {
    margin-bottom: 1rem;
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 4245, app/assets/stylesheets/lib/_business.scss */
  #footer .footer__bottom-nav-wrap {
    padding-bottom: 1rem;
  }
}

/* line 4262, app/assets/stylesheets/lib/_business.scss */
#footer .footer__bottom-nav-item {
  display: inline-block;
  font-size: 12px;
}

/* line 4267, app/assets/stylesheets/lib/_business.scss */
#footer .footer__bottom-nav-item > a {
  margin-right: 1rem;
}

@media (max-width: 768px) {
  /* line 4267, app/assets/stylesheets/lib/_business.scss */
  #footer .footer__bottom-nav-item > a {
    margin: 0.3rem;
  }
}

/* line 4276, app/assets/stylesheets/lib/_business.scss */
#footer .footer__bottom-copyright {
  text-align: right;
  padding-top: 0.5rem;
  font-size: 10px;
}

/* line 4282, app/assets/stylesheets/lib/_business.scss */
#footer .footer__bottom-copyright span {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 767px) {
  /* line 4276, app/assets/stylesheets/lib/_business.scss */
  #footer .footer__bottom-copyright {
    text-align: left;
    margin-bottom: 1rem;
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 4276, app/assets/stylesheets/lib/_business.scss */
  #footer .footer__bottom-copyright {
    text-align: center;
    background-color: #000000;
    padding: 1rem 0.3rem;
    margin: 0;
  }
}

/* line 4302, app/assets/stylesheets/lib/_business.scss */
#footer .footer__mobile-nav li {
  border-bottom: 1px solid #888888;
  font-weight: 700;
}

/* line 4306, app/assets/stylesheets/lib/_business.scss */
#footer .footer__mobile-nav li a {
  display: block;
  background-color: #3e4549;
  padding: 1rem;
  position: relative;
}

/* line 4312, app/assets/stylesheets/lib/_business.scss */
#footer .footer__mobile-nav li a:hover {
  text-decoration: none;
  background-color: #373d41;
}

/* line 4317, app/assets/stylesheets/lib/_business.scss */
#footer .footer__mobile-nav li a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  background: url(/assets/renewal_designs/icon-arrow-right-8ccd54a894d2ff296e00d1adaefd2595b89f0355025af29aa6b2b833cd423e47.svg) left top/cover;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}

/* line 4333, app/assets/stylesheets/lib/_business.scss */
#footer .footer__pagetop a {
  z-index: 2;
  position: absolute;
  top: -6.375rem;
  right: 15px;
  color: transparent;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #00afdd;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
          box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
}

@media (max-width: 768px) {
  /* line 4333, app/assets/stylesheets/lib/_business.scss */
  #footer .footer__pagetop a {
    width: 100%;
    height: 50px;
    top: -50px;
    left: 0;
    border-radius: 0;
  }
}

/* line 4356, app/assets/stylesheets/lib/_business.scss */
#footer .footer__pagetop a:hover {
  background-color: #00a3ce;
}

/* line 4360, app/assets/stylesheets/lib/_business.scss */
#footer .footer__pagetop a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  margin-top: 22px;
  background: url(/assets/renewal_designs/icon-arrow-right-8ccd54a894d2ff296e00d1adaefd2595b89f0355025af29aa6b2b833cd423e47.svg) left top/cover;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 768px) {
  /* line 4360, app/assets/stylesheets/lib/_business.scss */
  #footer .footer__pagetop a::before {
    margin-top: 17px;
  }
}

/* line 4378, app/assets/stylesheets/lib/_business.scss */
.p-mobile-nav {
  display: none;
}

/* line 4382, app/assets/stylesheets/lib/_business.scss */
.p-mobile-nav__outer .modaal-content-container {
  padding: 0;
}

/* line 4386, app/assets/stylesheets/lib/_business.scss */
.p-mobile-nav__outer .modaal-close {
  background: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
}

/* line 4395, app/assets/stylesheets/lib/_business.scss */
.p-mobile-nav__outer .modaal-close::before, .p-mobile-nav__outer .modaal-close::after {
  display: block;
  content: "";
  top: 0;
  right: 15px;
  left: auto;
  width: 2px;
  height: 30px;
  border-radius: 0;
  background: #00afdd;
}

/* line 4410, app/assets/stylesheets/lib/_business.scss */
.p-mobile-nav__logo {
  border-top: 2px solid #00afdd;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  height: 50px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 4420, app/assets/stylesheets/lib/_business.scss */
.p-mobile-nav__logo a {
  display: inline-block;
}

/* line 4424, app/assets/stylesheets/lib/_business.scss */
.p-mobile-nav__logo img {
  width: 97px;
}

/* line 4430, app/assets/stylesheets/lib/_business.scss */
.p-mobile-nav__primary ul,
.p-mobile-nav__primary li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 4437, app/assets/stylesheets/lib/_business.scss */
.p-mobile-nav__primary ul {
  border-top: 1px solid #d1d1d1;
}

/* line 4441, app/assets/stylesheets/lib/_business.scss */
.p-mobile-nav__primary li {
  border-bottom: 1px solid #d1d1d1;
  font-weight: 700;
}

/* line 4445, app/assets/stylesheets/lib/_business.scss */
.p-mobile-nav__primary li a {
  display: block;
  background-color: #f5f9fc;
  padding: 1rem;
  position: relative;
}

/* line 4451, app/assets/stylesheets/lib/_business.scss */
.p-mobile-nav__primary li a:hover {
  text-decoration: none;
  background-color: #e9f2f8;
}

/* line 4456, app/assets/stylesheets/lib/_business.scss */
.p-mobile-nav__primary li a::after {
  content: "";
  display: block;
  width: 9px;
  height: 16px;
  background: url(/assets/wimax_lp/icon-arrow-right-brand-color-e639a6dba17a586d64051cfb4aa92b7f18d3fa8693765fa83167828575ace2ca.svg) left top/cover;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}

/* line 1, app/assets/stylesheets/lib/_hikari.scss */
.hikari-headline {
  padding: 30px 20px 60px;
  font-size: 51px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url(/assets/5g_lp/hikari-bubble@2x-1a7cc27539b6e2cab4e0b52ea7378fbeb76091a25bc857787c488089e50adbb6.png) no-repeat top 50% left 50%/contain;
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-headline {
    padding: 12px 20px 30px;
    font-size: 22px;
    margin-bottom: 17px;
  }
}

/* line 15, app/assets/stylesheets/lib/_hikari.scss */
.hikari-reason {
  color: #000;
}

/* line 17, app/assets/stylesheets/lib/_hikari.scss */
.hikari-reason-wrap {
  width: 840px;
  max-width: 100%;
  margin: auto;
  padding: 100px 20px 70px;
}

/* line 23, app/assets/stylesheets/lib/_hikari.scss */
.hikari-reason-lead {
  margin-bottom: 80px;
}

/* line 26, app/assets/stylesheets/lib/_hikari.scss */
.hikari-reason-item {
  background: #fff;
  border-radius: 23px;
  padding: 30px 30px;
  margin-bottom: 40px;
  border: 2px solid #009ED4;
}

/* line 33, app/assets/stylesheets/lib/_hikari.scss */
.hikari-reason-headline {
  font-size: 48px;
  color: #1992eb;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

/* line 40, app/assets/stylesheets/lib/_hikari.scss */
.hikari-reason-img {
  text-align: center;
  margin-bottom: 30px;
}

/* line 44, app/assets/stylesheets/lib/_hikari.scss */
.hikari-reason-text {
  font-size: 29px;
  font-weight: 500;
}

@media (max-width: 768px) {
  /* line 49, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-reason-wrap {
    padding: 20px 20px 40px;
  }
  /* line 52, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-reason-lead {
    margin-bottom: 40px;
  }
  /* line 55, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-reason-item {
    border-radius: 10px;
    padding: 15px 15px;
    margin-bottom: 17px;
  }
  /* line 60, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-reason-headline {
    font-size: 21px;
    margin-bottom: 20px;
  }
  /* line 64, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-reason-img {
    margin-bottom: 20px;
  }
  /* line 66, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-reason-img img {
    width: 220px;
  }
  /* line 70, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-reason-text {
    font-size: 12px;
  }
}

/* line 76, app/assets/stylesheets/lib/_hikari.scss */
.hikari-flow {
  background: #CEEFFF;
  color: #000;
}

/* line 79, app/assets/stylesheets/lib/_hikari.scss */
.hikari-flow-wrap {
  width: 840px;
  max-width: 100%;
  margin: auto;
  padding: 70px 20px 70px;
}

/* line 85, app/assets/stylesheets/lib/_hikari.scss */
.hikari-flow-lead {
  margin-bottom: 30px;
  text-align: center;
}

/* line 88, app/assets/stylesheets/lib/_hikari.scss */
.hikari-flow-lead-text {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 100px;
}

/* line 94, app/assets/stylesheets/lib/_hikari.scss */
.hikari-flow-text1 {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 70px;
}

/* line 100, app/assets/stylesheets/lib/_hikari.scss */
.hikari-flow-wrapper {
  padding: 0 70px;
}

/* line 104, app/assets/stylesheets/lib/_hikari.scss */
.hikari-flow-item:not(:last-child) {
  margin-bottom: 110px;
  position: relative;
}

/* line 107, app/assets/stylesheets/lib/_hikari.scss */
.hikari-flow-item:not(:last-child)::after {
  content: "";
  width: 48px;
  height: 48px;
  border-right: 8px solid #009ED4;
  border-bottom: 8px solid #009ED4;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -60px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 122, app/assets/stylesheets/lib/_hikari.scss */
.hikari-flow-frame {
  background: #fff;
  border-radius: 23px;
  position: relative;
  padding: 40px 20px 30px;
  margin-bottom: 10px;
  position: relative;
}

/* line 130, app/assets/stylesheets/lib/_hikari.scss */
.hikari-flow-num {
  background: #197ce6;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  display: grid;
  place-items: center;
  width: 67px;
  height: 67px;
  line-height: 67px;
  position: absolute;
  left: -10px;
  top: -30px;
  border-radius: 50%;
}

/* line 145, app/assets/stylesheets/lib/_hikari.scss */
.hikari-flow-img {
  text-align: center;
  margin-bottom: 10px;
}

/* line 149, app/assets/stylesheets/lib/_hikari.scss */
.hikari-flow-text2 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

/* line 154, app/assets/stylesheets/lib/_hikari.scss */
.hikari-flow-text3 {
  font-size: 29px;
}

@media (max-width: 768px) {
  /* line 76, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-flow {
    margin-top: -1px;
  }
  /* line 159, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-flow-wrap {
    padding: 30px 20px 30px;
  }
  /* line 162, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-flow-lead {
    margin-bottom: 20px;
  }
  /* line 164, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-flow-lead-text {
    font-size: 15px;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  /* line 170, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-flow-text1 {
    font-size: 15px;
    margin-bottom: 30px;
  }
  /* line 174, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-flow-wrapper {
    padding: 0 30px;
  }
  /* line 178, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-flow-item:not(:last-child) {
    margin-bottom: 50px;
  }
  /* line 180, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-flow-item:not(:last-child)::after {
    content: "";
    width: 21px;
    height: 21px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    bottom: -30px;
  }
  /* line 190, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-flow-frame {
    border-radius: 10px;
    padding: 17px 10px 17px;
    margin-bottom: 10px;
  }
  /* line 195, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-flow-num {
    font-size: 19px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    left: -5px;
    top: -12px;
  }
  /* line 203, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-flow-img {
    margin-bottom: 10px;
  }
  /* line 205, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-flow-img img {
    width: 120px;
  }
  /* line 209, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-flow-text2 {
    font-size: 21px;
  }
  /* line 212, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-flow-text3 {
    font-size: 12px;
  }
}

/* line 218, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cta {
  padding: 20px 20px;
  background: #009ED4;
}

/* line 221, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cta-wrap {
  text-align: center;
}

/* line 226, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cta2 {
  padding: 20px 20px;
  background: #009ED4;
}

/* line 229, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cta2-wrap {
  text-align: center;
}

/* line 232, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cta2-text {
  font-size: 33px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

/* line 240, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cta2-num {
  font-size: 47px;
}

/* line 243, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cta2-large {
  font-size: 55px;
  font-weight: bold;
  color: #ffff00;
}

@media (max-width: 768px) {
  /* line 226, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-cta2 {
    padding: 15px 10px;
  }
  /* line 250, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-cta2-text {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 254, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-cta2-num {
    font-size: 27px;
  }
  /* line 257, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-cta2-large {
    font-size: 32px;
  }
}

/* line 263, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about {
  color: #000;
}

/* line 265, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about2 {
  background: #CEEFFF;
}

/* line 268, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-h2 {
  font-size: 59px;
  margin-bottom: 50px;
  text-align: center;
}

/* line 273, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-wrap {
  width: 840px;
  max-width: 100%;
  margin: auto;
  padding: 120px 20px 120px;
}

/* line 279, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-headline {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

/* line 283, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-headline::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 25px;
}

/* line 292, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-headline > img {
  position: relative;
  padding: 0 30px;
  margin-bottom: 20px;
}

/* line 297, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-headline > span {
  font-size: 31px;
  font-weight: bold;
}

/* line 302, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-img {
  margin-bottom: 45px;
}

/* line 305, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-text1 {
  font-size: 59px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  color: #000;
}

/* line 311, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-text1 > span {
  color: #000;
  background: #FFFF00;
  padding: 0px 10px;
  margin: 10px 0;
  display: block;
}

/* line 319, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-wrapper {
  margin-bottom: 60px;
}

/* line 321, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-wrapper img {
  margin-bottom: 25px;
}

/* line 325, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-text2 {
  text-align: center;
  font-size: 58px;
  font-weight: bold;
}

/* line 326, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-text2 > img {
  margin-bottom: 10px;
}

/* line 333, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-img2 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 337, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-img3 {
  text-align: center;
  margin-bottom: 10px;
}

/* line 341, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-text3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 50px;
}

/* line 346, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-text4 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 70px;
}

/* line 352, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-reason {
  padding: 0 50px;
  margin-bottom: 100px;
}

/* line 355, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-reason-item {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 363, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-reason-item:not(:last-child) {
  margin-bottom: 50px;
}

/* line 367, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-reason-num {
  background: #197ce6;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  display: grid;
  place-items: center;
  width: 57px;
  height: 57px;
  line-height: 57px;
  position: absolute;
  left: -10px;
  top: -20px;
  border-radius: 50%;
}

/* line 382, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-reason-content {
  width: 60%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 385, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-reason-content--3 {
  width: 65%;
}

/* line 388, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-reason-content--4 {
  width: 67%;
}

/* line 394, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-reason-headline {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8;
}

/* line 399, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-reason-headline > span {
  padding-bottom: 2px;
  border-bottom: 4px solid #197ce6;
}

/* line 404, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-reason-text {
  font-size: 25px;
  margin-bottom: 15px;
}

/* line 408, app/assets/stylesheets/lib/_hikari.scss */
.hikari-about-reason-link {
  font-size: 25px;
}

@media (max-width: 768px) {
  /* line 413, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* line 417, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-wrap {
    padding: 30px 20px 30px;
  }
  /* line 420, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-headline {
    margin-bottom: 25px;
  }
  /* line 422, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-headline::before {
    height: 2px;
    top: 28px;
  }
  /* line 426, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-headline > img {
    width: 140px;
    padding: 0 20px;
    margin-bottom: 0px;
  }
  /* line 431, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-headline > span {
    font-size: 14px;
  }
  /* line 435, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-img {
    margin-bottom: 25px;
  }
  /* line 438, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-text1 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  /* line 441, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-text1 > span {
    padding: 0px 5px;
    margin: 5px 0;
  }
  /* line 446, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-wrapper {
    margin-bottom: 30px;
  }
  /* line 448, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-wrapper img {
    margin-bottom: 15px;
  }
  /* line 452, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-text2 {
    font-size: 29px;
  }
  /* line 453, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-text2 > img {
    margin-bottom: 10px;
  }
  /* line 458, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-img2 {
    margin-bottom: 20px;
  }
  /* line 460, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-img2 img {
    width: 165px;
  }
  /* line 466, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-text3 {
    font-size: 15px;
    margin-bottom: 30px;
  }
  /* line 470, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-text4 {
    font-size: 12px;
    margin-bottom: 30px;
  }
  /* line 474, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-reason {
    padding: 0 0px;
    margin-bottom: 40px;
  }
  /* line 477, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-reason-item {
    border-radius: 10px;
    padding: 20px 20px 20px 25px;
  }
  /* line 480, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-reason-item:not(:last-child) {
    margin-bottom: 30px;
  }
  /* line 484, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-reason-num {
    font-size: 19px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    left: 0px;
    top: -10px;
  }
  /* line 492, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-reason-content {
    width: 64%;
    margin-right: 5px;
  }
  /* line 495, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-reason-content--3 {
    width: 60%;
  }
  /* line 498, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-reason-content--4 {
    width: 71%;
  }
  /* line 504, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-reason-headline {
    font-size: 21px;
    margin-bottom: 15px;
    line-height: 1.8;
  }
  /* line 508, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-reason-headline > span {
    padding-bottom: 2px;
    border-bottom: 2px solid #197ce6;
  }
  /* line 513, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-reason-text {
    font-size: 12px;
    margin-bottom: 15px;
  }
  /* line 517, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-about-reason-link {
    font-size: 12px;
  }
}

/* line 525, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-headline {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

/* line 531, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

/* line 537, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-img {
  text-align: center;
}

/* line 539, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-img:not(:last-child) {
  margin-bottom: 70px;
}

/* line 543, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-text2 {
  font-size: 25px;
  font-weight: 500;
  margin: 40px 0 20px;
}

/* line 549, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-item:not(:last-child) {
  margin-bottom: 60px;
}

/* line 553, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-text3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

/* line 560, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-text4 {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

/* line 566, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-table {
  width: 100%;
  color: #fff;
  text-align: center;
}

/* line 570, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-table td,
.hikari-modal-table th {
  border: 1px solid #000;
  padding: 15px 10px;
  line-height: 1;
}

/* line 575, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-table td.hikari-modal-table--large,
.hikari-modal-table th.hikari-modal-table--large {
  font-size: 51px;
  color: #ff0056;
}

/* line 580, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-table th {
  font-size: 35px;
  font-weight: 500;
}

/* line 583, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-table th.bg-colorful {
  background: -webkit-linear-gradient(315deg, #51d6ed 0%, #45cae9 11.29%, #1fa7de 49.52%, #0892d7 80.38%, #008ad4 99.81%) !important;
  background: linear-gradient(135deg, #51d6ed 0%, #45cae9 11.29%, #1fa7de 49.52%, #0892d7 80.38%, #008ad4 99.81%) !important;
}

/* line 587, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-table td {
  font-size: 42px;
  font-weight: bold;
  color: #ff0056;
}

/* line 594, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-table thead tr th {
  background: #1d77f7;
}

/* line 596, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-table thead tr th:nth-of-type(2) {
  background: #FF9500;
}

/* line 601, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-table thead tr:nth-of-type(2) th {
  background: #FF9500;
}

/* line 608, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-table tbody th {
  background: #90b6f5;
}

/* line 611, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-table tbody td {
  background: #FFFFEC;
}

/* line 616, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-table2 td {
  color: #4d4d4d;
}

/* line 621, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-text5 {
  padding-left: 65px;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin: 50px 0 30px;
}

/* line 627, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-text5::before {
  content: "";
  background: url(/assets/5g_lp/hikari-modal-check@2x-e13ab7292108a38810944f0ed809b9430829d5c192744cee663f7770cd361b64.png) no-repeat top 50% left 50%/contain;
  width: 53px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 637, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-img {
  text-align: center;
  margin-bottom: 20px;
}

/* line 641, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-text6 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

/* line 647, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-text7 {
  font-size: 25px;
  font-weight: 500;
}

/* line 651, app/assets/stylesheets/lib/_hikari.scss */
.hikari-modal-text8 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  /* line 658, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-modal-headline {
    font-size: 19px;
    margin-bottom: 20px;
  }
  /* line 662, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-modal-text {
    font-size: 10px;
    margin-bottom: 20px;
  }
  /* line 667, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-modal-img:not(:last-child) {
    margin-bottom: 35px;
  }
  /* line 671, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-modal-text2 {
    font-size: 12px;
    margin: 30px 0 20px;
  }
  /* line 676, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-modal-item:not(:last-child) {
    margin-bottom: 30px;
  }
  /* line 680, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-modal-text3 {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  /* line 685, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-modal-text4 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  /* line 690, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-modal-table td,
.hikari-modal-table th {
    padding: 8px 5px;
  }
  /* line 693, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-modal-table td.hikari-modal-table--large,
.hikari-modal-table th.hikari-modal-table--large {
    font-size: 25px;
  }
  /* line 697, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-modal-table th {
    font-size: 17px;
  }
  /* line 700, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-modal-table td {
    font-size: 21px;
  }
  /* line 704, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-modal-text5 {
    padding-left: 32px;
    font-size: 15px;
    margin: 25px 0 15px;
  }
  /* line 708, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-modal-text5::before {
    width: 26px;
    height: 20px;
  }
  /* line 713, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-modal-img {
    margin-bottom: 10px;
  }
  /* line 716, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-modal-text6 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  /* line 720, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-modal-text7 {
    font-size: 12px;
  }
  /* line 723, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-modal-text8 {
    font-size: 14px;
    margin-top: 20px;
  }
}

/* line 730, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price {
  color: #000;
  margin-top: -1px;
}

/* line 734, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price1 {
  padding-top: 100px;
}

/* line 737, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price2 {
  background: #CEEFFF;
}

/* line 740, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-wrap {
  width: 840px;
  max-width: 100%;
  margin: auto;
  padding: 30px 20px 120px;
}

/* line 746, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-headline {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

/* line 750, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-headline::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 25px;
}

/* line 759, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-headline > img {
  position: relative;
  padding: 0 30px;
  margin-bottom: 20px;
}

/* line 765, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-headline > span {
  font-size: 31px;
  font-weight: bold;
}

/* line 770, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-lead {
  margin-bottom: 80px;
}

/* line 773, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-text1 {
  font-size: 51px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

/* line 779, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-tab {
  margin-top: 60px;
}

/* line 781, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

/* line 785, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-tab-item {
  width: 50%;
  height: 186px;
  background: #dfdfdf;
  background: -webkit-linear-gradient(#dfdfdf 156px, transparent 156px);
  background: linear-gradient(#dfdfdf 156px, transparent 156px);
  color: #929292;
  font-size: 46px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  display: grid;
  padding-bottom: 30px;
  place-items: center;
  cursor: pointer;
}

/* line 799, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-tab-item.is-active {
  color: #fff;
}

/* line 802, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-tab-item.is-active:nth-of-type(1) {
  background: url(/assets/5g_lp/hikari-price-tab1-0b6071bd955bab8fe71189a7ecb6684e314a2d74283e4f1edf4d909713dd4612.png) no-repeat top 100% left 50%/100% 100%;
}

/* line 805, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-tab-item.is-active:nth-of-type(2) {
  background: url(/assets/5g_lp/hikari-price-tab2-9ddb73b0c555b4f167fad4392f47f01e8f72f338f268ba32a29c9176c7a11e86.png) no-repeat top 100% left 50%/100% 100%;
}

/* line 810, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-content {
  margin-bottom: 110px;
}

/* line 812, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-content-item {
  display: none;
}

/* line 814, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-content-item.is-active {
  display: block;
}

/* line 820, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-table {
  width: 100%;
  margin-bottom: 30px;
}

/* line 823, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-table td,
.hikari-price-table th {
  border: 1px solid #000;
  color: #000;
  font-size: 37px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
}

/* line 833, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-table th {
  background: #fff;
  width: 47%;
  padding: 38px 10px;
  position: relative;
}

/* line 839, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-table td {
  width: 60%;
  background: #c1f3ff;
}

/* line 842, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-table td > span {
  font-size: 29px;
}

/* line 846, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-table-circle {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  width: 46px;
  height: 46px;
  background: #FF219C;
  display: grid;
  place-items: center;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
}

/* line 862, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-text2 {
  font-size: 27px;
  margin-bottom: 60px;
}

/* line 866, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-btn {
  text-align: center;
}

/* line 868, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-btn a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 700px;
  max-width: 100%;
  margin: auto;
  height: 111px;
  line-height: 109px;
  border: 1px solid #000;
  text-align: center;
  font-size: 39px;
  font-weight: bold;
  background: #fff;
  border-radius: 56px;
  position: relative;
}

/* line 884, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price-btn a::after {
  content: "";
  width: 24px;
  height: 24px;
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 768px) {
  /* line 898, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price1 {
    padding-top: 30px;
  }
  /* line 901, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-wrap {
    padding: 20px 20px 60px;
  }
  /* line 904, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-headline {
    margin-bottom: 25px;
  }
  /* line 906, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-headline::before {
    height: 2px;
    top: 28px;
  }
  /* line 910, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-headline > img {
    width: 140px;
    padding: 0 20px;
    margin-bottom: 0px;
  }
  /* line 915, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-headline > span {
    font-size: 14px;
  }
  /* line 919, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-lead {
    margin-bottom: 40px;
  }
  /* line 922, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-text1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  /* line 926, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-tab {
    margin-top: 30px;
  }
  /* line 928, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-tab-wrap {
    margin-bottom: 15px;
  }
  /* line 931, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-tab-item {
    height: 80px;
    background: -webkit-linear-gradient(#dfdfdf 67px, transparent 67px);
    background: linear-gradient(#dfdfdf 67px, transparent 67px);
    font-size: 20px;
    padding-bottom: 13px;
  }
  /* line 936, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-tab-item.is-active:nth-of-type(1) {
    background: url(/assets/5g_lp/hikari-price-tab1_sp-51e7f0c16538987d247a7ef8ddee768de321f5a51613d39ce5b8b240e0f6746e.png) no-repeat top 100% left 50% / 100% 100%;
  }
  /* line 939, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-tab-item.is-active:nth-of-type(2) {
    background: url(/assets/5g_lp/hikari-price-tab2_sp-46908f338fd24a6996cc871c40e422423539b0dfa38f8dd36b9f9ba263808f52.png) no-repeat top 100% left 50% / 100% 100%;
  }
  /* line 944, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-content {
    margin-bottom: 55px;
  }
  /* line 947, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-table {
    margin-bottom: 20px;
  }
  /* line 949, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-table td,
.hikari-price-table th {
    font-size: 15px;
  }
  /* line 953, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-table th {
    padding: 20px 10px;
  }
  /* line 957, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-table td > span {
    font-size: 13px;
  }
  /* line 961, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-table-circle {
    font-size: 10px;
    width: 25px;
    height: 25px;
  }
  /* line 967, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-text2 {
    font-size: 12px;
    margin-bottom: 30px;
  }
  /* line 972, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-btn a {
    width: 300px;
    height: 48px;
    line-height: 48px;
    font-size: 17px;
  }
  /* line 977, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price-btn a::after {
    width: 14px;
    height: 14px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    right: 15px;
  }
}

/* line 991, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price2-accordion-head {
  background: #ffff00;
  color: #000;
  font-size: 41px;
  font-weight: bold;
  padding: 30px 60px;
  position: relative;
  cursor: pointer;
}

/* line 999, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price2-accordion-head::after {
  content: "";
  background: url(/assets/5g_lp/hikari-accordion-arrow@2x-fd857d610175ba257f0dbd709328cd5d765778e9da5fcf857475cd2398d0e0f4.png) no-repeat top 50% left 50%/contain;
  width: 51px;
  height: 29px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/* line 1010, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price2-accordion-head.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

/* line 1015, app/assets/stylesheets/lib/_hikari.scss */
.hikari-price2-accordion-content {
  display: none;
  padding-top: 60px;
}

@media (max-width: 768px) {
  /* line 1022, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price2-accordion-head {
    font-size: 18px;
    padding: 15px 20px;
  }
  /* line 1025, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price2-accordion-head::after {
    width: 20px;
    height: 10px;
    right: 20px;
  }
  /* line 1031, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-price2-accordion-content {
    padding-top: 30px;
  }
}

/* line 1038, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cross {
  background: #CEEFFF;
  color: #000;
}

/* line 1041, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cross-wrap {
  width: 840px;
  max-width: 100%;
  margin: auto;
  padding: 120px 20px 30px;
}

/* line 1047, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cross-headline {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

/* line 1051, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cross-headline::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 25px;
}

/* line 1059, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cross-headline > img {
  position: relative;
  padding: 0 30px;
  margin-bottom: 20px;
}

/* line 1065, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cross-headline > span {
  font-size: 31px;
  font-weight: bold;
}

/* line 1070, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cross-text1 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

/* line 1075, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cross-text1 > span {
  font-size: 18px;
  vertical-align: super;
}

/* line 1080, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cross-img {
  margin-bottom: 20px;
}

/* line 1083, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cross-headline2 {
  text-align: center;
  margin: 40px 0 10px;
}

/* line 1087, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cross-text2 {
  font-size: 47px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #009ed4;
}

/* line 1094, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cross-text3 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* line 1099, app/assets/stylesheets/lib/_hikari.scss */
.hikari-cross-text4 {
  font-size: 27px;
}

@media (max-width: 768px) {
  /* line 1103, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-cross-wrap {
    padding: 50px 20px 10px;
  }
  /* line 1106, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-cross-headline {
    margin-bottom: 25px;
  }
  /* line 1108, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-cross-headline::before {
    height: 2px;
    top: 28px;
  }
  /* line 1112, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-cross-headline > img {
    width: 270px;
    padding: 0 20px;
    margin-bottom: 0px;
  }
  /* line 1117, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-cross-headline > span {
    font-size: 14px;
  }
  /* line 1121, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-cross-text1 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  /* line 1124, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-cross-text1 > span {
    font-size: 10px;
  }
  /* line 1128, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-cross-img {
    margin-bottom: 20px;
  }
  /* line 1131, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-cross-headline2 {
    margin: 20px 0 10px;
  }
  /* line 1133, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-cross-headline2 img {
    width: 142px;
  }
  /* line 1137, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-cross-text2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 1141, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-cross-text3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  /* line 1145, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-cross-text4 {
    font-size: 12px;
  }
}

/* line 1151, app/assets/stylesheets/lib/_hikari.scss */
.hikari-step {
  color: #000;
}

/* line 1153, app/assets/stylesheets/lib/_hikari.scss */
.hikari-step-wrap {
  width: 840px;
  max-width: 100%;
  margin: auto;
  padding: 120px 20px 120px;
}

/* line 1159, app/assets/stylesheets/lib/_hikari.scss */
.hikari-step-headline {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

/* line 1163, app/assets/stylesheets/lib/_hikari.scss */
.hikari-step-headline::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 25px;
}

/* line 1172, app/assets/stylesheets/lib/_hikari.scss */
.hikari-step-headline > img {
  position: relative;
  padding: 0 30px;
  margin-bottom: 20px;
}

/* line 1178, app/assets/stylesheets/lib/_hikari.scss */
.hikari-step-headline > span {
  font-size: 31px;
  font-weight: bold;
}

/* line 1183, app/assets/stylesheets/lib/_hikari.scss */
.hikari-step-wrapper {
  padding: 0 50px;
}

/* line 1186, app/assets/stylesheets/lib/_hikari.scss */
.hikari-step-item {
  background: #fff;
  border-radius: 20px;
  padding: 35px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 2px solid #009ED4;
}

/* line 1193, app/assets/stylesheets/lib/_hikari.scss */
.hikari-step-item:not(:last-child) {
  margin-bottom: 40px;
}

/* line 1197, app/assets/stylesheets/lib/_hikari.scss */
.hikari-step-content {
  width: 61%;
}

/* line 1200, app/assets/stylesheets/lib/_hikari.scss */
.hikari-step-img {
  width: 32%;
}

/* line 1203, app/assets/stylesheets/lib/_hikari.scss */
.hikari-step-num {
  font-size: 27px;
  color: #fff;
  text-align: center;
  background: #197ce6;
  line-height: 58px;
  height: 58px;
  border-radius: 26px;
  margin-bottom: 30px;
  font-weight: bold;
}

/* line 1213, app/assets/stylesheets/lib/_hikari.scss */
.hikari-step-num > span {
  font-size: 34px;
}

/* line 1218, app/assets/stylesheets/lib/_hikari.scss */
.hikari-step-text {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  display: grid;
  place-items: center;
}

/* line 1226, app/assets/stylesheets/lib/_hikari.scss */
.hikari-step-text > span {
  font-size: 20px;
}

@media (max-width: 768px) {
  /* line 1231, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-step-wrap {
    padding: 50px 20px 50px;
  }
  /* line 1234, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-step-headline {
    margin-bottom: 25px;
  }
  /* line 1236, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-step-headline::before {
    height: 2px;
    top: 28px;
  }
  /* line 1240, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-step-headline > img {
    width: 126px;
    padding: 0 20px;
    margin-bottom: 0px;
  }
  /* line 1245, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-step-headline > span {
    font-size: 14px;
  }
  /* line 1249, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-step-wrapper {
    padding: 0 00px;
  }
  /* line 1252, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-step-item {
    border-radius: 10px;
    padding: 20px 15px;
  }
  /* line 1255, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-step-item:not(:last-child) {
    margin-bottom: 20px;
  }
  /* line 1259, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-step-content {
    width: 61%;
  }
  /* line 1262, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-step-img {
    width: 32%;
  }
  /* line 1265, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-step-num {
    font-size: 13px;
    line-height: 29px;
    height: 29px;
    border-radius: 13px;
    margin-bottom: 15px;
  }
  /* line 1271, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-step-num > span {
    font-size: 17px;
  }
  /* line 1276, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-step-text {
    font-size: 17px;
  }
  /* line 1278, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-step-text > span {
    font-size: 12px;
  }
}

/* line 1285, app/assets/stylesheets/lib/_hikari.scss */
.hikari-faq {
  color: #000;
}

/* line 1287, app/assets/stylesheets/lib/_hikari.scss */
.hikari-faq-wrap {
  width: 840px;
  max-width: 100%;
  margin: auto;
  padding: 120px 20px 120px;
}

/* line 1293, app/assets/stylesheets/lib/_hikari.scss */
.hikari-faq-headline {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

/* line 1297, app/assets/stylesheets/lib/_hikari.scss */
.hikari-faq-headline::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 25px;
}

/* line 1306, app/assets/stylesheets/lib/_hikari.scss */
.hikari-faq-headline > img {
  position: relative;
  padding: 0 30px;
  margin-bottom: 20px;
}

/* line 1312, app/assets/stylesheets/lib/_hikari.scss */
.hikari-faq-headline > span {
  font-size: 31px;
  font-weight: bold;
}

/* line 1317, app/assets/stylesheets/lib/_hikari.scss */
.hikari-faq-item {
  margin-bottom: 40px;
}

/* line 1322, app/assets/stylesheets/lib/_hikari.scss */
.hikari-faq-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

/* line 1328, app/assets/stylesheets/lib/_hikari.scss */
.hikari-faq-q::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.7px 8.5px 0 8.5px;
  border-color: #197ce6 transparent transparent transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}

/* line 1341, app/assets/stylesheets/lib/_hikari.scss */
.hikari-faq-q.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

/* line 1345, app/assets/stylesheets/lib/_hikari.scss */
.hikari-faq-q-head {
  width: 100px;
  background: #197ce6;
  height: 100%;
  font-size: 47px;
  display: grid;
  place-items: center;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
}

/* line 1356, app/assets/stylesheets/lib/_hikari.scss */
.hikari-faq-q-content {
  height: 100%;
  font-size: 27px;
  padding: 10px 50px 10px 35px;
  background: #aee6ff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 1366, app/assets/stylesheets/lib/_hikari.scss */
.hikari-faq-a {
  background: #fff;
  border-left: 10px solid #aee6ff;
  border-right: 10px solid #aee6ff;
  border-bottom: 10px solid #aee6ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1372, app/assets/stylesheets/lib/_hikari.scss */
.hikari-faq-a-head {
  width: 80px;
  font-size: 47px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #197ce6;
  text-align: center;
  padding-top: 25px;
  margin-right: 10px;
}

/* line 1381, app/assets/stylesheets/lib/_hikari.scss */
.hikari-faq-a-content {
  font-size: 27px;
  padding: 25px 35px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.89;
}

/* line 1388, app/assets/stylesheets/lib/_hikari.scss */
.hikari-faq-btn {
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 768px) {
  /* line 1393, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-faq-wrap {
    padding: 50px 20px 50px;
  }
  /* line 1396, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-faq-headline {
    margin-bottom: 25px;
  }
  /* line 1398, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-faq-headline::before {
    height: 2px;
    top: 28px;
  }
  /* line 1402, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-faq-headline > img {
    width: 105px;
    padding: 0 20px;
    margin-bottom: 0px;
  }
  /* line 1407, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-faq-headline > span {
    font-size: 14px;
  }
  /* line 1412, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-faq-item:not(:last-child) {
    margin-bottom: 20px;
  }
  /* line 1416, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-faq-q {
    height: 48px;
  }
  /* line 1418, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-faq-q::after {
    border-width: 8.7px 5px 0 5px;
    right: 15px;
  }
  /* line 1423, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-faq-q.is-open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
  /* line 1427, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-faq-q-head {
    width: 50px;
    font-size: 23px;
  }
  /* line 1431, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-faq-q-content {
    font-size: 13px;
    padding: 10px 30px 10px 15px;
  }
  /* line 1436, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-faq-a {
    background: #fff;
    border-left: 5px solid #aee6ff;
    border-right: 5px solid #aee6ff;
    border-bottom: 5px solid #aee6ff;
  }
  /* line 1441, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-faq-a-head {
    width: 40px;
    font-size: 23px;
    padding-top: 15px;
    margin-right: 5px;
  }
  /* line 1447, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-faq-a-content {
    font-size: 13px;
    padding: 15px 15px;
  }
  /* line 1452, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-faq-btn {
    margin-top: 40px;
  }
  /* line 1454, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-faq-btn img {
    width: 250px;
  }
}

@media (max-width: 768px) {
  /* line 1469, app/assets/stylesheets/lib/_hikari.scss */
  .bl-5g-gnav--hikari ul li:nth-of-type(1) a::before {
    background: url(/assets/5g_lp/svg/hikari_icon_gnav01-0d5922c60b0a384dadfc40aca2a6c9ffc468887026efbbdc7140a9bb47c87c28.svg) no-repeat top 50% left 50%/contain;
    top: 14px;
    width: 17px;
    height: 17px;
  }
  /* line 1479, app/assets/stylesheets/lib/_hikari.scss */
  .bl-5g-gnav--hikari ul li:nth-of-type(2) a::before {
    background: url(/assets/5g_lp/svg/hikari_icon_gnav02-28851dc2482c014798466f4e3014c1bdaf1ad41d25c7c7209d2491c57ec9ed8f.svg) no-repeat top 50% left 50%/contain;
    top: 15px;
    width: 13px;
    height: 13px;
  }
  /* line 1489, app/assets/stylesheets/lib/_hikari.scss */
  .bl-5g-gnav--hikari ul li:nth-of-type(3) a::before {
    background: url(/assets/5g_lp/svg/hikari_icon_gnav03-c343c9a2d0e018102575084ffdbc34ddfbbaacf2708c1e9a4e6a7c6e92309c5c.svg) no-repeat top 50% left 50%/contain;
    top: 14px;
    width: 25px;
    height: 16px;
  }
  /* line 1499, app/assets/stylesheets/lib/_hikari.scss */
  .bl-5g-gnav--hikari ul li:nth-of-type(4) a::before {
    background: url(/assets/5g_lp/svg/hikari_icon_gnav04-7c3abb5618553dd0f9a4bc255f9cc0ba472f2f0c23f6bc6501ec0b2dc493e193.svg) no-repeat top 50% left 50%/contain;
    top: 14px;
    width: 19px;
    height: 16px;
  }
  /* line 1509, app/assets/stylesheets/lib/_hikari.scss */
  .bl-5g-gnav--hikari ul li:nth-of-type(5) a::before {
    background: url(/assets/5g_lp/svg/hikari_icon_gnav05-9b152aa14daadd3dc6365730d2730ca3e18a7a5357d4c89533775b3f99864d07.svg) no-repeat top 50% left 50%/contain;
    top: 14px;
    width: 18px;
    height: 15px;
  }
  /* line 1519, app/assets/stylesheets/lib/_hikari.scss */
  .bl-5g-gnav--hikari ul li:nth-of-type(6) a::before {
    background: url(/assets/5g_lp/svg/hikari_icon_gnav06-f2ee558bc60145bf3acf3aee5470e8c69d62b00807ce450d7f5d7ae2c7b489e1.svg) no-repeat top 50% left 50%/contain;
    top: 14px;
    width: 14px;
    height: 15px;
  }
  /* line 1529, app/assets/stylesheets/lib/_hikari.scss */
  .bl-5g-gnav--hikari ul li:nth-of-type(7) a::before {
    background: url(/assets/5g_lp/svg/hikari_icon_gnav07-6bdf1f78fceb414e1c3fe87fb1c52d6341cf72dd3052a57e85784783d72b41bf.svg) no-repeat top 50% left 50%/contain;
    top: 10px;
    width: 25px;
    height: 21px;
  }
  /* line 1537, app/assets/stylesheets/lib/_hikari.scss */
  .bl-5g-gnav--hikari ul li:last-child {
    background: #fff;
  }
  /* line 1539, app/assets/stylesheets/lib/_hikari.scss */
  .bl-5g-gnav--hikari ul li:last-child a {
    color: #2a3b4c;
    padding: 35px 10px 5px;
  }
  /* line 1542, app/assets/stylesheets/lib/_hikari.scss */
  .bl-5g-gnav--hikari ul li:last-child a::before {
    background: url(/assets/5g_lp/svg/hikari_icon_gnav08-9b920246fde5147a0af9b7cee43882187b4076c36a2cdd656e43d7a9c76b6cef.svg) no-repeat top 50% left 50%/contain;
    top: 12px;
    width: 10px;
    height: 15px;
  }
}

/* line 1555, app/assets/stylesheets/lib/_hikari.scss */
.hikari-footer {
  padding: 50px 20px;
  width: 1140px;
  max-width: 100%;
  margin: auto;
}

/* line 1560, app/assets/stylesheets/lib/_hikari.scss */
.hikari-footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 1565, app/assets/stylesheets/lib/_hikari.scss */
.hikari-footer-left {
  width: 63%;
  padding-right: 30px;
  border-right: 1px solid #000;
}

/* line 1570, app/assets/stylesheets/lib/_hikari.scss */
.hikari-footer-right {
  width: 37%;
  padding-left: 30px;
}

/* line 1574, app/assets/stylesheets/lib/_hikari.scss */
.hikari-footer-copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 15px;
}

/* line 1580, app/assets/stylesheets/lib/_hikari.scss */
.hikari-footer-logo {
  margin-bottom: 50px;
}

/* line 1583, app/assets/stylesheets/lib/_hikari.scss */
.hikari-footer-link {
  font-size: 15px;
}

/* line 1586, app/assets/stylesheets/lib/_hikari.scss */
.hikari-footer-text {
  font-size: 15px;
  margin-bottom: 10px;
}

/* line 1590, app/assets/stylesheets/lib/_hikari.scss */
.hikari-footer-link2 {
  margin-top: 50px;
}

/* line 1592, app/assets/stylesheets/lib/_hikari.scss */
.hikari-footer-link2 a {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  /* line 1555, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-footer {
    padding: 30px 30px;
  }
  /* line 1600, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 1603, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-footer-left {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
    border-right: 0;
  }
  /* line 1610, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-footer-right {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #000;
  }
  /* line 1615, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-footer-copyright {
    position: initial;
    font-size: 10px;
    padding-top: 30px;
  }
  /* line 1620, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-footer-logo {
    margin-bottom: 30px;
    text-align: center;
  }
  /* line 1623, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-footer-logo img {
    width: 215px;
  }
  /* line 1627, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-footer-link {
    font-size: 10px;
  }
  /* line 1630, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-footer-text {
    font-size: 10px;
    margin-bottom: 15px;
  }
  /* line 1634, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-footer-link2 {
    margin-top: 0px;
  }
  /* line 1636, app/assets/stylesheets/lib/_hikari.scss */
  .hikari-footer-link2 a {
    font-size: 10px;
    margin-bottom: 10px;
  }
}

/* line 1, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next {
  background: #000;
}

/* line 5, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-mv__wrap {
  width: 1020px;
  max-width: 100%;
  margin: auto;
}

/* line 14, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-lead {
  padding: 70px 20px 20px;
  width: 640px;
  max-width: 100%;
  margin: auto;
}

/* line 19, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-lead__logo {
  text-align: center;
  margin-bottom: 30px;
}

/* line 23, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-lead__text1 {
  text-align: center;
  margin-bottom: 20px;
}

/* line 27, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-lead__text2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* line 34, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-lead__text3 {
  width: 470px;
  max-width: 100%;
  margin: auto;
  color: #fff;
  font-size: 16px;
}

@media (max-width: 768px) {
  /* line 14, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-lead {
    padding: 30px 20px 20px;
  }
  /* line 43, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-lead__logo {
    margin-bottom: 30px;
  }
  /* line 45, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-lead__logo img {
    width: 87px;
  }
  /* line 49, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-lead__text1 {
    margin-bottom: 20px;
  }
  /* line 52, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-lead__text2 {
    font-size: 15px;
  }
  /* line 55, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-lead__text3 {
    font-size: 11px;
  }
}

/* line 61, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-cta {
  padding: 30px 20px;
}

/* line 63, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-cta__text {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

/* line 70, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-cta__btn {
  text-align: center;
}

/* line 72, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-cta__btn a {
  display: inline-block;
  width: 432px;
  max-width: 100%;
  height: 79px;
  line-height: 79px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  background: #0080ff;
  color: #fff;
  border-radius: 14px;
  text-decoration: none;
}

@media (max-width: 768px) {
  /* line 61, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-cta {
    padding: 20px 20px;
  }
  /* line 89, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-cta__text {
    margin-bottom: 15px;
    font-size: 17px;
  }
  /* line 94, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-cta__btn a {
    width: 300px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    border-radius: 10px;
  }
}

/* line 105, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-benefit {
  padding: 30px 20px 70px;
}

/* line 107, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-benefit__frame {
  width: 600px;
  max-width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

/* line 115, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-benefit__head {
  background: #ff5865;
  padding: 20px 20px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

/* line 123, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-benefit__body {
  padding: 40px 35px;
}

/* line 126, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-benefit__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 128, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-benefit__wrap:first-child {
  margin-bottom: 25px;
}

/* line 132, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-benefit__headline {
  width: 118px;
  height: 61px;
  line-height: 61px;
  background: #0080ff;
  color: #fff;
  border-radius: 14px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-right: 20px;
}

/* line 144, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-benefit__content {
  font-size: 37px;
  font-weight: bold;
  line-height: 1.2;
}

/* line 148, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-benefit__content > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, yellow));
  background: -webkit-linear-gradient(transparent 75%, yellow 75%);
  background: linear-gradient(transparent 75%, yellow 75%);
  display: inline-block;
  margin-bottom: 10px;
}

/* line 154, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-benefit__blue {
  color: #0080ff;
  font-size: 47px;
  font-weight: bold;
}

/* line 158, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-benefit__blue > em {
  font-size: 71px;
  font-style: normal;
}

@media (max-width: 768px) {
  /* line 105, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-benefit {
    padding: 30px 20px 20px;
  }
  /* line 165, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-benefit__frame {
    border-radius: 8px;
  }
  /* line 168, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-benefit__head {
    padding: 10px 20px;
    font-size: 18px;
  }
  /* line 172, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-benefit__body {
    padding: 20px 20px;
  }
  /* line 176, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-benefit__wrap:first-child {
    margin-bottom: 15px;
  }
  /* line 180, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-benefit__headline {
    width: 66px;
    height: 34px;
    line-height: 34px;
    border-radius: 8px;
    font-size: 17px;
    margin-right: 20px;
  }
  /* line 188, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-benefit__content {
    font-size: 21px;
  }
  /* line 190, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-benefit__content > span {
    margin-bottom: 10px;
  }
  /* line 194, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-benefit__blue {
    font-size: 26px;
  }
  /* line 196, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-benefit__blue > em {
    font-size: 40px;
  }
}

/* line 203, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-price {
  text-align: center;
  padding: 50px 20px 50px;
}

@media (max-width: 768px) {
  /* line 203, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-price {
    padding: 30px 20px 20px;
  }
  /* line 208, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-price img {
    width: 260px;
  }
}

/* line 214, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-point {
  padding: 120px 20px 50px;
}

/* line 216, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-point__headline1 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 221, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-point__item:not(:last-child) {
  margin-bottom: 70px;
}

/* line 225, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-point__headline2 {
  text-align: center;
  margin-bottom: 25px;
}

/* line 229, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-point__text1 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}

/* line 235, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-point__text1 > span {
  font-size: 49px;
  color: #ff5865;
}

/* line 240, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-point__genre {
  text-align: center;
}

/* line 243, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-point__wrap {
  width: 390px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 252, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-point__img {
  width: 33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  padding-top: 15px;
}

/* line 258, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-point__text2 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* line 264, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-point__text2 > span {
  font-size: 49px;
  color: #ff5865;
}

/* line 269, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-point__text3 {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

/* line 274, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-point__text4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}

/* line 279, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-point__text4 > span {
  color: #ff5865;
}

@media (max-width: 768px) {
  /* line 214, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-point {
    padding: 30px 20px 20px;
  }
  /* line 285, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-point__headline1 {
    margin-bottom: 20px;
  }
  /* line 287, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-point__headline1 img {
    width: 230px;
  }
  /* line 292, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-point__item:not(:last-child) {
    margin-bottom: 70px;
  }
  /* line 296, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-point__headline2 {
    margin-bottom: 15px;
  }
  /* line 299, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-point__text1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  /* line 302, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-point__text1 > span {
    font-size: 34px;
  }
  /* line 308, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-point__wrap {
    width: 268px;
  }
  /* line 313, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-point__img {
    width: 33%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 10px;
    padding-top: 15px;
  }
  /* line 319, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-point__text2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  /* line 322, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-point__text2 > span {
    font-size: 34px;
  }
  /* line 326, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-point__text3 {
    font-size: 12px;
  }
  /* line 329, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-point__text4 {
    font-size: 20px;
  }
}

/* line 335, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-step {
  padding: 70px 20px 50px;
}

/* line 337, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-step__headline1 {
  font-size: 43px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

/* line 344, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-step__headline2 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

/* line 351, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-step__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 800px;
  max-width: 100%;
  margin: 0 auto 25px;
}

/* line 358, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-step__item {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 363, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-step__step {
  text-align: center;
  margin-bottom: 5px;
}

/* line 366, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-step__step img {
  width: 70px;
}

/* line 370, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-step__frame {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 378, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-step__headline3 {
  font-size: 12px;
  text-align: center;
  color: #0080ff;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 385, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-step__text {
  font-size: 9px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 392, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-step__btn {
  display: block;
  border-radius: 5px;
  background: #0080ff;
  color: #fff;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  padding: 8px 5px;
  width: 100%;
}

/* line 402, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-step__btn--2 {
  background: #4d4d4d;
}

/* line 405, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-step__btn:hover {
  color: #fff;
}

/* line 409, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-step__img {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 335, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-step {
    padding: 20px 20px 20px;
  }
  /* line 414, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-step__headline1 {
    font-size: 23px;
    margin-bottom: 15px;
  }
  /* line 418, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-step__headline2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  /* line 422, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-step__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 25px;
  }
  /* line 426, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-step__item {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 430, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-step__step {
    margin-bottom: 5px;
  }
  /* line 432, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-step__step img {
    width: 90px;
  }
  /* line 436, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-step__frame {
    padding: 20px 30px;
    height: 175px;
  }
  /* line 440, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-step__headline3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* line 444, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-step__text {
    font-size: 12px;
    margin-bottom: 10px;
  }
  /* line 448, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-step__btn {
    border-radius: 7px;
    font-size: 14px;
    padding: 8px 5px;
  }
}

/* line 456, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-faq {
  padding: 70px 20px 20px;
}

/* line 458, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-faq__headline {
  font-size: 43px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

/* line 465, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-faq__item {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 30px;
}

/* line 470, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-faq__q {
  background: #fff;
  padding: 17px 30px 17px 10px;
  color: #0080FF;
  font-size: 23px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 479, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-faq__q::before, .p-u-next-faq__q::after {
  content: "";
  background: #0080FF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 486, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-faq__q::before {
  width: 10px;
  height: 2px;
  right: 20px;
}

/* line 491, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-faq__q::after {
  width: 2px;
  height: 10px;
  right: 24px;
}

/* line 497, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-faq__q.is-open::after {
  content: none;
}

/* line 502, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-faq__a {
  font-size: 17px;
  color: #fff;
  display: none;
}

@media (max-width: 768px) {
  /* line 456, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-faq {
    padding: 40px 20px 0px;
  }
  /* line 509, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-faq__headline {
    font-size: 23px;
    margin-bottom: 30px;
  }
  /* line 513, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-faq__item {
    margin: 0 auto 20px;
  }
  /* line 516, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-faq__q {
    padding: 11px 30px 11px 10px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* line 520, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-faq__q::before {
    right: 10px;
  }
  /* line 523, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-faq__q::after {
    right: 14px;
  }
  /* line 527, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-faq__a {
    font-size: 14px;
  }
}

/* line 533, app/assets/stylesheets/lib/_u-next.scss */
.p-u-next-copyright {
  padding: 50px 20px;
  font-size: 16px;
  color: #fff;
  width: 540px;
  max-width: 100%;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 533, app/assets/stylesheets/lib/_u-next.scss */
  .p-u-next-copyright {
    padding: 20px 20px 20px;
    font-size: 11px;
  }
}

/* line 1, app/assets/stylesheets/lib/_adblock.scss */
.adblock-hero {
  margin: 0 auto;
  max-width: 960px;
  padding: 20px 0 20px;
}

/* line 5, app/assets/stylesheets/lib/_adblock.scss */
.adblock-hero-wrap {
  text-align: center;
  background: #FFD0C8;
}

/* line 9, app/assets/stylesheets/lib/_adblock.scss */
.adblock-hero-img {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  /* line 9, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-hero-img {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  /* line 18, app/assets/stylesheets/lib/_adblock.scss */
  .header-bottom-nav-cta--adblock {
    width: 63px;
    margin-left: auto;
  }
}

/* line 26, app/assets/stylesheets/lib/_adblock.scss */
.adblock-trouble {
  padding: 80px 20px;
}

/* line 28, app/assets/stylesheets/lib/_adblock.scss */
.adblock-trouble-headline {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

/* line 34, app/assets/stylesheets/lib/_adblock.scss */
.adblock-trouble-img1 {
  text-align: center;
  margin-bottom: 50px;
}

/* line 38, app/assets/stylesheets/lib/_adblock.scss */
.adblock-trouble-img2 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 42, app/assets/stylesheets/lib/_adblock.scss */
.adblock-trouble-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  max-width: 100%;
  margin: 0 auto 50px;
}

/* line 49, app/assets/stylesheets/lib/_adblock.scss */
.adblock-trouble-icon {
  width: 135px;
  text-align: center;
  margin-right: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 15px;
}

/* line 59, app/assets/stylesheets/lib/_adblock.scss */
.adblock-trouble-headline2 {
  font-size: 43px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 64, app/assets/stylesheets/lib/_adblock.scss */
.adblock-trouble-text {
  font-size: 23px;
  font-weight: 500;
}

/* line 68, app/assets/stylesheets/lib/_adblock.scss */
.adblock-trouble-btn {
  display: block;
  width: 270px;
  height: 83px;
  line-height: 83px;
  margin-top: 30px;
  border-radius: 11px;
  background: #DADADA;
  -webkit-box-shadow: 0 10px 0 #7D7D7D;
          box-shadow: 0 10px 0 #7D7D7D;
  text-align: center;
  text-decoration: none;
  font-size: 30px;
  color: inherit;
  font-weight: 500;
}

/* line 82, app/assets/stylesheets/lib/_adblock.scss */
.adblock-trouble-btn:hover {
  color: inherit;
}

/* line 87, app/assets/stylesheets/lib/_adblock.scss */
.adblock-trouble-cta {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 26, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-trouble {
    padding: 40px 15px;
  }
  /* line 92, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-trouble-headline {
    font-size: 26px;
    margin-bottom: 30px;
  }
  /* line 96, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-trouble-img1 {
    margin-bottom: 30px;
  }
  /* line 99, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-trouble-img2 {
    margin-bottom: 20px;
  }
  /* line 102, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-trouble-wrap {
    margin: 0 auto 30px;
  }
  /* line 106, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-trouble-icon {
    width: 65px;
    margin-right: 15px;
    padding-top: 5px;
  }
  /* line 111, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-trouble-icon--1 img {
    width: 39px;
  }
  /* line 116, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-trouble-headline2 {
    font-size: 21px;
    margin-bottom: 5px;
  }
  /* line 120, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-trouble-text {
    font-size: 11px;
  }
  /* line 123, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-trouble-btn {
    width: 140px;
    height: 41px;
    line-height: 41px;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 0 #7D7D7D;
            box-shadow: 0 5px 0 #7D7D7D;
    font-size: 15px;
  }
}

/* line 135, app/assets/stylesheets/lib/_adblock.scss */
.adblock-player {
  padding: 80px 20px;
  background: #FFD0C8;
}

/* line 138, app/assets/stylesheets/lib/_adblock.scss */
.adblock-player-headline {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

/* line 143, app/assets/stylesheets/lib/_adblock.scss */
.adblock-player-headline > span {
  font-size: 45px;
}

/* line 147, app/assets/stylesheets/lib/_adblock.scss */
.adblock-player-note {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}

/* line 152, app/assets/stylesheets/lib/_adblock.scss */
.adblock-player-img {
  text-align: center;
  margin-bottom: 50px;
}

/* line 156, app/assets/stylesheets/lib/_adblock.scss */
.adblock-player-list {
  width: 460px;
  max-width: 100%;
  margin: 0 auto 30px;
}

/* line 160, app/assets/stylesheets/lib/_adblock.scss */
.adblock-player-list li {
  padding-left: 50px;
  position: relative;
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 166, app/assets/stylesheets/lib/_adblock.scss */
.adblock-player-list li::before {
  content: "";
  background: url(/assets/adblock/svg/check-1fdb142d0f0cd155292a0f5f11c95dd4dcd213ba3a509f96d92724ca77dd8159.svg) no-repeat top 50% left 50%/contain;
  width: 39px;
  height: 39px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 178, app/assets/stylesheets/lib/_adblock.scss */
.adblock-player-cta {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 135, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-player {
    padding: 30px 15px;
  }
  /* line 183, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-player-headline {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* line 186, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-player-headline > span {
    font-size: 22px;
  }
  /* line 190, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-player-note {
    font-size: 12px;
    margin-bottom: 30px;
  }
  /* line 194, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-player-img {
    margin-bottom: 30px;
  }
  /* line 196, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-player-img img {
    max-width: 85%;
  }
  /* line 200, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-player-list {
    width: 250px;
    margin: 0 auto 20px;
  }
  /* line 203, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-player-list li {
    padding-left: 30px;
    font-size: 17px;
    margin-bottom: 5px;
  }
  /* line 207, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-player-list li::before {
    width: 21px;
    height: 21px;
  }
}

/* line 216, app/assets/stylesheets/lib/_adblock.scss */
.adblock-price {
  padding: 80px 20px;
}

/* line 218, app/assets/stylesheets/lib/_adblock.scss */
.adblock-price-headline {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

/* line 224, app/assets/stylesheets/lib/_adblock.scss */
.adblock-price-img {
  text-align: center;
  margin-bottom: 30px;
}

/* line 228, app/assets/stylesheets/lib/_adblock.scss */
.adblock-price-cta {
  text-align: center;
  margin-bottom: 50px;
}

/* line 232, app/assets/stylesheets/lib/_adblock.scss */
.adblock-price-flow {
  width: 800px;
  max-width: 100%;
  margin: 90px auto 0;
}

/* line 236, app/assets/stylesheets/lib/_adblock.scss */
.adblock-price-flow-item {
  background: #FFD0C8;
  border-radius: 21px;
  padding: 60px 80px 30px;
  position: relative;
}

/* line 241, app/assets/stylesheets/lib/_adblock.scss */
.adblock-price-flow-item:not(:last-child) {
  margin-bottom: 115px;
}

/* line 243, app/assets/stylesheets/lib/_adblock.scss */
.adblock-price-flow-item:not(:last-child)::after {
  content: "";
  background: url(/assets/adblock/svg/arrow-be1852d7d7dd675e21139e9f5ba9cd2dc152507de82adadd845917426e355392.svg) no-repeat top 50% left 50%/contain;
  width: 174px;
  height: 53px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
  -webkit-transform: translateY(17px);
          transform: translateY(17px);
}

/* line 257, app/assets/stylesheets/lib/_adblock.scss */
.adblock-price-flow-step {
  width: 227px;
  height: 66px;
  line-height: 62px;
  border-radius: 6px;
  border: 2px solid #E50004;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  background: #fff;
  color: #E50004;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 275, app/assets/stylesheets/lib/_adblock.scss */
.adblock-price-flow-text {
  width: 480px;
  max-width: 100%;
  margin: auto;
  font-size: 30px;
  font-weight: bold;
}

/* line 282, app/assets/stylesheets/lib/_adblock.scss */
.adblock-price-flow-cta {
  margin-top: 20px;
}

@media (max-width: 768px) {
  /* line 216, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-price {
    padding: 40px 15px;
  }
  /* line 288, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-price-headline {
    font-size: 26px;
    margin-bottom: 30px;
  }
  /* line 292, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-price-img {
    margin-bottom: 20px;
  }
  /* line 295, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-price-cta {
    margin-bottom: 40px;
  }
  /* line 298, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-price-flow {
    margin: 40px auto 0;
  }
  /* line 300, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-price-flow-item {
    border-radius: 10px;
    padding: 30px 20px 20px;
  }
  /* line 303, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-price-flow-item:not(:last-child) {
    margin-bottom: 60px;
  }
  /* line 305, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-price-flow-item:not(:last-child)::after {
    width: 87px;
    height: 26px;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  /* line 312, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-price-flow-step {
    width: 113px;
    height: 33px;
    line-height: 31px;
    border-radius: 3px;
    border-width: 1px;
    font-size: 17px;
    font-weight: 500;
  }
  /* line 321, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-price-flow-text {
    width: 250px;
    font-size: 15px;
  }
  /* line 325, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-price-flow-cta {
    margin-top: 20px;
  }
}

/* line 332, app/assets/stylesheets/lib/_adblock.scss */
.adblock-review {
  background: #EEEEEE;
  padding: 80px 20px;
}

/* line 335, app/assets/stylesheets/lib/_adblock.scss */
.adblock-review-headline {
  color: #E50004;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
}

/* line 342, app/assets/stylesheets/lib/_adblock.scss */
.adblock-review-text1 {
  font-size: 31px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}

/* line 347, app/assets/stylesheets/lib/_adblock.scss */
.adblock-review-text1 > span {
  font-size: 42px;
  color: #E50004;
}

/* line 352, app/assets/stylesheets/lib/_adblock.scss */
.adblock-review-text2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

/* line 357, app/assets/stylesheets/lib/_adblock.scss */
.adblock-review-img {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 332, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-review {
    padding: 40px 15px;
  }
  /* line 362, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-review-headline {
    font-size: 26px;
    margin-bottom: 30px;
  }
  /* line 366, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-review-text1 {
    font-size: 19px;
    margin-bottom: 5px;
  }
  /* line 369, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-review-text1 > span {
    font-size: 26px;
  }
  /* line 373, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-review-text2 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

/* line 380, app/assets/stylesheets/lib/_adblock.scss */
.adblock-faq {
  padding: 80px 20px;
  background: #FFD0C8;
}

/* line 383, app/assets/stylesheets/lib/_adblock.scss */
.adblock-faq-headline {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

/* line 389, app/assets/stylesheets/lib/_adblock.scss */
.adblock-faq-wrap {
  width: 1070px;
  max-width: 100%;
  margin: auto;
}

/* line 394, app/assets/stylesheets/lib/_adblock.scss */
.adblock-faq-item {
  background: #fff;
  border-radius: 11px;
  padding: 0px 20px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

/* line 401, app/assets/stylesheets/lib/_adblock.scss */
.adblock-faq-item::after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 2px solid #2A3B4C;
  border-bottom: 2px solid #2A3B4C;
  position: absolute;
  right: 25px;
  top: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
}

/* line 414, app/assets/stylesheets/lib/_adblock.scss */
.adblock-faq-item.is-open::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* line 419, app/assets/stylesheets/lib/_adblock.scss */
.adblock-faq-question {
  padding: 15px 40px;
  position: relative;
  font-size: 28px;
  font-weight: 500;
}

/* line 424, app/assets/stylesheets/lib/_adblock.scss */
.adblock-faq-question::before {
  content: "Q.";
  font-size: 30px;
  font-weight: 500;
  color: #808080;
  position: absolute;
  left: 0;
  top: 13px;
}

/* line 434, app/assets/stylesheets/lib/_adblock.scss */
.adblock-faq-answer {
  display: none;
  padding: 15px 40px;
  position: relative;
  font-size: 28px;
  font-weight: 500;
}

/* line 440, app/assets/stylesheets/lib/_adblock.scss */
.adblock-faq-answer::before {
  content: "A.";
  font-size: 30px;
  font-weight: 500;
  color: #FF7680;
  position: absolute;
  left: 0;
  top: 13px;
}

@media (max-width: 768px) {
  /* line 380, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-faq {
    padding: 40px 20px;
  }
  /* line 452, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-faq-headline {
    font-size: 25px;
    margin-bottom: 30px;
  }
  /* line 458, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-faq-item {
    border-radius: 6px;
    padding: 0px 10px;
    margin-bottom: 10px;
  }
  /* line 462, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-faq-item::after {
    width: 10px;
    height: 10px;
    border-width: 1px;
    right: 13px;
    top: 10px;
  }
  /* line 470, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-faq-question {
    padding: 7px 20px;
    font-size: 15px;
  }
  /* line 473, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-faq-question::before {
    font-size: 16px;
    top: 6px;
  }
  /* line 478, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-faq-answer {
    padding: 7px 20px;
    font-size: 15px;
  }
  /* line 481, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-faq-answer::before {
    font-size: 16px;
    top: 6px;
  }
}

/* line 489, app/assets/stylesheets/lib/_adblock.scss */
.adblock-cta {
  padding: 80px 20px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 489, app/assets/stylesheets/lib/_adblock.scss */
  .adblock-cta {
    padding: 40px 20px;
  }
}

/* line 1, app/assets/stylesheets/lib/_minikura.scss */
.minikura-mv {
  background: #FCE4EB;
  padding: 20px 20px;
}

/* line 4, app/assets/stylesheets/lib/_minikura.scss */
.minikura-mv-wrap {
  width: 1130px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-mv {
    padding: 20px 10px;
  }
}

/* line 14, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead {
  padding: 60px 0px;
}

/* line 16, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-container {
  padding: 0px 20px;
}

/* line 19, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-headline {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

/* line 25, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-frame {
  background: #FCE4EB;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  width: 1110px;
  max-width: 100%;
  margin: 0 auto 50px;
}

/* line 33, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-frame-text {
  font-size: 23px;
}

/* line 35, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-frame-text:not(:last-child) {
  margin-bottom: 15px;
}

/* line 40, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-text1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/* line 45, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-text1 > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFFF00));
  background: -webkit-linear-gradient(transparent 50%, #FFFF00 50%);
  background: linear-gradient(transparent 50%, #FFFF00 50%);
}

/* line 49, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-bnr {
  text-align: center;
  margin-bottom: 50px;
}

/* line 54, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-modaal .modaal-content-container {
  padding: 0 !important;
  background: #FCE4EB;
  max-width: 100%;
}

/* line 59, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-modaal-head {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #FF4251;
  padding: 5px 20px;
}

/* line 67, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-modaal-body {
  padding: 20px 20px;
}

/* line 70, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-modaal-headline1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

/* line 75, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-modaal-headline1 > span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 4px solid #FF4251;
}

/* line 81, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-modaal-frame {
  background: #fff;
  border-radius: 14px;
  width: 220px;
  margin: 0 auto 20px;
  font-size: 23px;
  text-align: center;
  padding: 10px 10px;
}

/* line 90, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-modaal-text1 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 95, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-modaal-headline2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

/* line 100, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-modaal-headline2 > span {
  color: #ff4251;
}

/* line 105, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-img1 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 109, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-band {
  background: #E50004;
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  padding: 10px 0px;
  margin-bottom: 50px;
}

/* line 119, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-text2 {
  font-size: 23px;
  text-align: center;
  margin-bottom: 30px;
}

/* line 124, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-img2 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 128, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-text3 {
  font-size: 23px;
  text-align: center;
  margin-bottom: 50px;
}

/* line 133, app/assets/stylesheets/lib/_minikura.scss */
.minikura-lead-btn {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 14, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead {
    padding: 30px 0px;
  }
  /* line 138, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-container {
    padding: 0px 15px;
  }
  /* line 141, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-headline {
    font-size: 23px;
    margin-bottom: 20px;
  }
  /* line 145, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-frame {
    background: #FCE4EB;
    padding: 20px 20px;
    border-radius: 10px;
    margin: 0 auto 20px;
  }
  /* line 150, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-frame-text {
    font-size: 13px;
  }
  /* line 152, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-frame-text:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 157, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-text1 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  /* line 161, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-bnr {
    margin-bottom: 30px;
  }
  /* line 165, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-modaal-head {
    font-size: 16px;
    padding: 5px 20px;
  }
  /* line 169, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-modaal-body {
    padding: 10px 10px;
  }
  /* line 172, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-modaal-headline1 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  /* line 175, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-modaal-headline1 > span {
    padding-bottom: 0px;
    border-bottom: 2px solid #FF4251;
  }
  /* line 180, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-modaal-frame {
    border-radius: 7px;
    width: 110px;
    margin: 0 auto 20px;
    font-size: 13px;
    padding: 3px 10px;
  }
  /* line 187, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-modaal-text1 {
    font-size: 13px;
    margin-bottom: 20px;
  }
  /* line 191, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-modaal-headline2 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  /* line 196, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-img1 {
    margin-bottom: 20px;
  }
  /* line 199, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-band {
    font-size: 23px;
    padding: 10px 0px;
    margin-bottom: 30px;
  }
  /* line 204, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-text2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  /* line 208, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-img2 {
    margin-bottom: 20px;
  }
  /* line 211, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-lead-text3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* line 218, app/assets/stylesheets/lib/_minikura.scss */
.minikura-reason {
  background: #FCE4EB;
  padding: 60px 20px;
}

/* line 221, app/assets/stylesheets/lib/_minikura.scss */
.minikura-reason-headline {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

/* line 227, app/assets/stylesheets/lib/_minikura.scss */
.minikura-reason-frame {
  width: 680px;
  max-width: 100%;
  margin: 0 auto 50px;
  background: #fff;
  border-radius: 20px;
}

/* line 235, app/assets/stylesheets/lib/_minikura.scss */
.minikura-reason-img img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}

/* line 240, app/assets/stylesheets/lib/_minikura.scss */
.minikura-reason-content {
  padding: 30px 30px;
}

/* line 243, app/assets/stylesheets/lib/_minikura.scss */
.minikura-reason-text1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/* line 249, app/assets/stylesheets/lib/_minikura.scss */
.minikura-reason-text2 {
  font-size: 23px;
  text-align: center;
}

/* line 253, app/assets/stylesheets/lib/_minikura.scss */
.minikura-reason-btn {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 218, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-reason {
    padding: 30px 15px;
  }
  /* line 258, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-reason-headline {
    font-size: 29px;
    margin-bottom: 20px;
  }
  /* line 262, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-reason-frame {
    margin: 0 auto 30px;
    border-radius: 10px;
  }
  /* line 267, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-reason-img img {
    border-radius: 10px 10px 0 0;
  }
  /* line 271, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-reason-content {
    padding: 20px 20px;
  }
  /* line 274, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-reason-text1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* line 278, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-reason-text2 {
    font-size: 13px;
  }
}

/* line 284, app/assets/stylesheets/lib/_minikura.scss */
.minikura-voice {
  background: #EEE;
  padding: 60px 0px;
}

/* line 287, app/assets/stylesheets/lib/_minikura.scss */
.minikura-voice-headline {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

/* line 293, app/assets/stylesheets/lib/_minikura.scss */
.minikura-voice-slider {
  margin-bottom: 20px;
}

/* line 295, app/assets/stylesheets/lib/_minikura.scss */
.minikura-voice-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 298, app/assets/stylesheets/lib/_minikura.scss */
.minikura-voice-slider .slick-slide {
  height: auto !important;
}

/* line 302, app/assets/stylesheets/lib/_minikura.scss */
.minikura-voice-item {
  background: #fff;
  padding: 30px 30px;
  border-radius: 20px;
  width: 680px;
  margin: 0 25px;
}

/* line 309, app/assets/stylesheets/lib/_minikura.scss */
.minikura-voice-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

/* line 313, app/assets/stylesheets/lib/_minikura.scss */
.minikura-voice-left {
  width: 175px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 318, app/assets/stylesheets/lib/_minikura.scss */
.minikura-voice-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 322, app/assets/stylesheets/lib/_minikura.scss */
.minikura-voice-img {
  width: 100%;
  margin-bottom: 10px;
}

/* line 326, app/assets/stylesheets/lib/_minikura.scss */
.minikura-voice-personal {
  font-size: 29px;
  text-align: center;
}

/* line 330, app/assets/stylesheets/lib/_minikura.scss */
.minikura-voice-text1 {
  font-size: 34px;
  font-weight: bold;
  color: #FF4251;
  padding-top: 15px;
}

/* line 336, app/assets/stylesheets/lib/_minikura.scss */
.minikura-voice-star {
  margin-top: auto;
}

/* line 339, app/assets/stylesheets/lib/_minikura.scss */
.minikura-voice-text2 {
  font-size: 26px;
}

/* line 342, app/assets/stylesheets/lib/_minikura.scss */
.minikura-voice-note {
  width: 680px;
  max-width: 100%;
  margin: 0 auto 50px;
  font-size: 20px;
}

/* line 348, app/assets/stylesheets/lib/_minikura.scss */
.minikura-voice-btn {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 284, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice {
    padding: 30px 0px;
  }
  /* line 353, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-headline {
    font-size: 29px;
    margin-bottom: 20px;
  }
  /* line 357, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-slider {
    margin-bottom: 15px;
  }
  /* line 359, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-slider .slick-prev,
.minikura-voice-slider .slick-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #2a3b4c;
    background: #fff;
  }
  /* line 369, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-slider .slick-prev:before,
.minikura-voice-slider .slick-next:before {
    content: "";
    width: 11px;
    height: 11px;
    border-right: 1px solid #2a3b4c;
    border-top: 1px solid #2a3b4c;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* line 382, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-slider .slick-prev:hover, .minikura-voice-slider .slick-prev:focus,
.minikura-voice-slider .slick-next:hover,
.minikura-voice-slider .slick-next:focus {
    background: #fff;
    opacity: 1;
  }
  /* line 388, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-slider .slick-prev {
    left: calc(50vw - 182px);
  }
  /* line 391, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-slider .slick-prev:before {
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    left: 5px;
  }
  /* line 397, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-slider .slick-next {
    right: calc(50vw - 182px);
  }
  /* line 400, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-slider .slick-next:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 5px;
  }
  /* line 406, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-item {
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    width: 340px;
    max-width: 95vw;
    margin: 0 20px;
  }
  /* line 414, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-head {
    margin-bottom: 10px;
  }
  /* line 417, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-left {
    width: 90px;
    margin-right: 10px;
  }
  /* line 423, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-img {
    margin-bottom: 10px;
  }
  /* line 426, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-personal {
    font-size: 14px;
  }
  /* line 429, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-text1 {
    font-size: 17px;
    padding-top: 10px;
  }
  /* line 433, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-star {
    width: 125px;
  }
  /* line 436, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-text2 {
    font-size: 13px;
  }
  /* line 439, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-note {
    padding-left: 15px;
    margin: 0 auto 30px;
    font-size: 10px;
  }
  /* line 444, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-voice-btn {
    padding: 0 15px;
  }
}

/* line 451, app/assets/stylesheets/lib/_minikura.scss */
.minikura-plan-lead {
  padding: 60px 20px;
}

/* line 454, app/assets/stylesheets/lib/_minikura.scss */
.minikura-plan-headline {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

/* line 460, app/assets/stylesheets/lib/_minikura.scss */
.minikura-plan-text1 {
  text-align: center;
}

/* line 462, app/assets/stylesheets/lib/_minikura.scss */
.minikura-plan-text1 > span {
  font-size: 32px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFF00));
  background: -webkit-linear-gradient(transparent 60%, #FFFF00 60%);
  background: linear-gradient(transparent 60%, #FFFF00 60%);
}

/* line 466, app/assets/stylesheets/lib/_minikura.scss */
.minikura-plan-text1 > span > span {
  color: #e50004;
  font-size: 45px;
}

/* line 472, app/assets/stylesheets/lib/_minikura.scss */
.minikura-plan-cross {
  font-size: 65px;
  text-align: center;
  margin: 0 20px;
}

/* line 477, app/assets/stylesheets/lib/_minikura.scss */
.minikura-plan-body {
  background: #FCE4EB;
  padding: 60px 20px;
}

/* line 481, app/assets/stylesheets/lib/_minikura.scss */
.minikura-plan-item {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 485, app/assets/stylesheets/lib/_minikura.scss */
.minikura-plan-item:not(:last-child) {
  margin-bottom: 50px;
}

/* line 489, app/assets/stylesheets/lib/_minikura.scss */
.minikura-plan-text2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

/* line 494, app/assets/stylesheets/lib/_minikura.scss */
.minikura-plan-text2 > span {
  color: #e50004;
}

/* line 498, app/assets/stylesheets/lib/_minikura.scss */
.minikura-plan-1point {
  margin-bottom: 5px;
  text-align: center;
}

/* line 502, app/assets/stylesheets/lib/_minikura.scss */
.minikura-plan-frame {
  background: #fff;
  border-radius: 20px;
  padding: 30px 30px;
  text-align: center;
}

/* line 508, app/assets/stylesheets/lib/_minikura.scss */
.minikura-plan-img {
  margin-bottom: 20px;
}

/* line 511, app/assets/stylesheets/lib/_minikura.scss */
.minikura-plan-name {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 516, app/assets/stylesheets/lib/_minikura.scss */
.minikura-plan-text3 {
  font-size: 26px;
  line-height: 1.8;
}

/* line 520, app/assets/stylesheets/lib/_minikura.scss */
.minikura-plan-bottom {
  padding: 60px 20px;
}

/* line 522, app/assets/stylesheets/lib/_minikura.scss */
.minikura-plan-bottom-cross {
  font-size: 95px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 528, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-lead {
    padding: 30px 20px;
  }
  /* line 531, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-headline {
    font-size: 29px;
    margin-bottom: 20px;
  }
  /* line 536, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-text1 > span {
    font-size: 20px;
  }
  /* line 538, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-text1 > span > span {
    font-size: 28px;
  }
  /* line 543, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-cross {
    font-size: 40px;
    margin: 0 15px;
  }
  /* line 547, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-body {
    padding: 30px 15px;
  }
  /* line 551, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-item:not(:last-child) {
    margin-bottom: 30px;
  }
  /* line 555, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-text2 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  /* line 559, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-1point {
    margin-bottom: 5px;
  }
  /* line 561, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-1point img {
    width: 180px;
  }
  /* line 565, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-frame {
    border-radius: 10px;
    padding: 20px 20px;
  }
  /* line 569, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-img {
    margin-bottom: 15px;
  }
  /* line 571, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-img--1 img {
    width: 145px;
  }
  /* line 574, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-img--2 img {
    width: 250px;
  }
  /* line 577, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-img--3 img {
    width: 100px;
  }
  /* line 580, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-img--4 img {
    width: 225px;
  }
  /* line 584, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 588, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-text3 {
    font-size: 13px;
  }
  /* line 591, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-bottom {
    padding: 20px 20px;
  }
  /* line 593, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-plan-bottom-cross {
    font-size: 47px;
  }
}

/* line 600, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box {
  padding: 60px 20px;
  background: #FCE4EB;
}

/* line 603, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-headline {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

/* line 609, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-item {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 25px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

/* line 618, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-item:not(:last-child) {
  margin-bottom: 70px;
}

/* line 622, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-ribbon {
  position: absolute;
  top: 19px;
  left: -49px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #E50004;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 3px 45px;
  text-align: center;
}

/* line 633, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-ribbon--2 {
  font-size: 16px;
  padding: 3px 55px;
  top: 18px;
  left: -50px;
}

/* line 640, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

/* line 646, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-text1 {
  font-size: 23px;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: center;
}

/* line 653, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-slider img {
  margin: auto;
  max-width: 50%;
}

/* line 657, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-slider video {
  max-width: 60%;
}

/* line 660, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/* line 665, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-slider .slick-prev,
.minikura-box-slider .slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #929292;
  background: #fff;
}

/* line 674, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-slider .slick-prev:before,
.minikura-box-slider .slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 2px solid #929292;
  border-top: 2px solid #929292;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 686, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-slider .slick-prev:hover, .minikura-box-slider .slick-prev:focus,
.minikura-box-slider .slick-next:hover,
.minikura-box-slider .slick-next:focus {
  background: #fff;
  opacity: 1;
}

/* line 690, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-slider .slick-prev.slick-disabled,
.minikura-box-slider .slick-next.slick-disabled {
  opacity: 0.25;
}

/* line 694, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-slider .slick-prev {
  left: 20px;
}

/* line 696, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-slider .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 5px;
}

/* line 701, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-slider .slick-next {
  right: 20px;
}

/* line 703, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-slider .slick-next:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 5px;
}

/* line 709, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: unset !important;
          transform: unset !important;
  width: 100% !important;
  left: 0 !important;
}

/* line 714, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-nav .slick-track {
  -webkit-transform: none !important;
          transform: none !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 720, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-nav-item {
  width: 24% !important;
  height: 87px !important;
  margin: 0.5% 0.5%;
  border: 1px solid #EBEBEB;
  padding: 10px 20px;
  cursor: pointer;
}

/* line 727, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-nav-item.slick-current {
  border-color: #E50004;
}

/* line 730, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-nav-item img {
  max-height: 100%;
  margin: auto;
}

/* line 736, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-price {
  font-size: 23px;
  line-height: 1.8;
  text-align: center;
  width: 550px;
  max-width: 100%;
  margin: 0 auto 40px;
}

/* line 743, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 745, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-price dl dt {
  font-size: 30px;
  font-weight: bold;
  padding-top: 5px;
}

/* line 750, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-price dl dd {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}

/* line 756, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-price-large {
  font-size: 41px;
}

/* line 759, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-price-red {
  color: #ff0000;
}

/* line 763, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-btn1 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 766, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-btn1 a {
  display: inline-block;
  width: 340px;
  height: 66px;
  border: 2px solid #000;
  line-height: 62px;
  font-size: 28px;
  text-align: center;
  border-radius: 32px;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
}

/* line 780, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-btn2 {
  text-align: center;
}

/* line 786, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-modaal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

/* line 791, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-modaal-item {
  width: 48%;
}

/* line 794, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-modaal-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  background: #eee;
  padding: 5px 15px;
  text-align: center;
}

/* line 802, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-modaal-price {
  font-size: 16px;
}

/* line 804, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-modaal-price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

/* line 809, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-modaal-price dl dt > span {
  font-size: 12px;
}

/* line 813, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-modaal-price dl dd {
  margin-left: 10px;
}

/* line 818, app/assets/stylesheets/lib/_minikura.scss */
.minikura-box-modaal-note {
  font-size: 13px;
}

@media (max-width: 768px) {
  /* line 600, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box {
    padding: 30px 15px;
  }
  /* line 824, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-headline {
    font-size: 29px;
    margin-bottom: 30px;
  }
  /* line 828, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-item {
    padding: 15px 15px;
    border-radius: 10px;
  }
  /* line 831, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-item:not(:last-child) {
    margin-bottom: 40px;
  }
  /* line 835, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-ribbon {
    top: 11px;
    left: -45px;
    font-size: 13px;
    padding: 3px 45px;
  }
  /* line 840, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-ribbon--2 {
    font-size: 8px;
    padding: 3px 55px;
    top: 11px;
    left: -50px;
  }
  /* line 847, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 851, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-text1 {
    font-size: 13px;
    margin-bottom: 30px;
  }
  /* line 855, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-slider {
    margin-bottom: 20px;
  }
  /* line 857, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-slider .slick-prev,
.minikura-box-slider .slick-next {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
  /* line 862, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-slider .slick-prev:before,
.minikura-box-slider .slick-next:before {
    content: "";
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
  /* line 869, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-slider .slick-prev {
    left: 15px;
  }
  /* line 871, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-slider .slick-prev:before {
    left: 5px;
  }
  /* line 875, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-slider .slick-next {
    right: 15px;
  }
  /* line 877, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-slider .slick-next:before {
    right: 5px;
  }
  /* line 885, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-nav-item {
    height: 44px !important;
    padding: 7px 15px;
  }
  /* line 890, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-price {
    font-size: 15px;
    width: 250px;
    margin: 0 auto 30px;
  }
  /* line 895, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-price dl dt {
    font-size: 15px;
    padding-top: 2px;
  }
  /* line 899, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-price dl dd {
    font-size: 15px;
    margin-left: 10px;
  }
  /* line 904, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-price-large {
    font-size: 20px;
  }
  /* line 908, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-btn1 {
    margin-bottom: 20px;
  }
  /* line 910, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-btn1 a {
    display: inline-block;
    width: 170px;
    height: 37px;
    border-width: 1px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 18px;
  }
  /* line 923, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-modaal-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  /* line 927, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-modaal-item {
    width: 100%;
  }
  /* line 929, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-modaal-item:not(:last-child) {
    margin-bottom: 20px;
  }
  /* line 933, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-modaal-title {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 2px 15px;
  }
  /* line 938, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-modaal-price {
    font-size: 14px;
  }
  /* line 942, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-modaal-price dl dt > span {
    font-size: 10px;
  }
  /* line 950, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-box-modaal-note {
    font-size: 10px;
  }
}

/* line 958, app/assets/stylesheets/lib/_minikura.scss */
.minikura-price {
  padding: 60px 20px;
}

/* line 960, app/assets/stylesheets/lib/_minikura.scss */
.minikura-price-headline {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

/* line 966, app/assets/stylesheets/lib/_minikura.scss */
.minikura-price-table {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 970, app/assets/stylesheets/lib/_minikura.scss */
.minikura-price-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #c6c6c6;
  text-align: center;
}

/* line 976, app/assets/stylesheets/lib/_minikura.scss */
.minikura-price-table table th, .minikura-price-table table td {
  border: 1px solid #c6c6c6;
  padding: 20px 5px;
}

/* line 983, app/assets/stylesheets/lib/_minikura.scss */
.minikura-price-table table th:nth-of-type(2), .minikura-price-table table td:nth-of-type(1) {
  font-size: 37px;
  background: #FDEDF2;
  border: 7px solid #E50004;
  font-weight: bold;
}

/* line 988, app/assets/stylesheets/lib/_minikura.scss */
.minikura-price-table table th:nth-of-type(2) > span, .minikura-price-table table td:nth-of-type(1) > span {
  font-size: 54px;
  color: #e50004;
}

/* line 992, app/assets/stylesheets/lib/_minikura.scss */
.minikura-price-table table th:nth-of-type(2) > small, .minikura-price-table table td:nth-of-type(1) > small {
  font-size: 18px;
}

/* line 997, app/assets/stylesheets/lib/_minikura.scss */
.minikura-price-table table thead th {
  font-size: 23px;
  background: #fff;
  font-weight: 500;
}

/* line 1001, app/assets/stylesheets/lib/_minikura.scss */
.minikura-price-table table thead th img {
  vertical-align: baseline;
}

/* line 1007, app/assets/stylesheets/lib/_minikura.scss */
.minikura-price-table table tbody th {
  background: #ECECEC;
  font-size: 27px;
  font-weight: 500;
}

/* line 1012, app/assets/stylesheets/lib/_minikura.scss */
.minikura-price-table table tbody td {
  font-size: 28px;
  line-height: 1;
}

@media (max-width: 768px) {
  /* line 958, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-price {
    padding: 30px 15px;
  }
  /* line 1022, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-price-headline {
    font-size: 29px;
    margin-bottom: 20px;
  }
  /* line 1028, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-price-table table th, .minikura-price-table table td {
    padding: 10px 5px;
  }
  /* line 1031, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-price-table table th:nth-of-type(2), .minikura-price-table table td:nth-of-type(1) {
    font-size: 18px;
    border: 3px solid #E50004;
  }
  /* line 1034, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-price-table table th:nth-of-type(2) > span, .minikura-price-table table td:nth-of-type(1) > span {
    font-size: 27px;
  }
  /* line 1037, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-price-table table th:nth-of-type(2) > small, .minikura-price-table table td:nth-of-type(1) > small {
    font-size: 9px;
  }
  /* line 1042, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-price-table table thead th {
    font-size: 11px;
  }
  /* line 1047, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-price-table table tbody th {
    font-size: 13px;
  }
  /* line 1050, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-price-table table tbody td {
    font-size: 14px;
  }
}

/* line 1060, app/assets/stylesheets/lib/_minikura.scss */
.minikura-flow {
  padding: 60px 20px;
  background: #FCE4EB;
}

/* line 1063, app/assets/stylesheets/lib/_minikura.scss */
.minikura-flow-headline {
  text-align: center;
  margin-bottom: 20px;
}

/* line 1067, app/assets/stylesheets/lib/_minikura.scss */
.minikura-flow-item {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 25px 25px;
  border-radius: 20px;
}

/* line 1074, app/assets/stylesheets/lib/_minikura.scss */
.minikura-flow-item:not(:last-child) {
  margin-bottom: 40px;
}

/* line 1078, app/assets/stylesheets/lib/_minikura.scss */
.minikura-flow-step {
  text-align: center;
  margin-bottom: 20px;
}

/* line 1081, app/assets/stylesheets/lib/_minikura.scss */
.minikura-flow-step > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  background: #000;
  border-radius: 25px;
  color: #fff;
  width: 373px;
  padding: 0px 10px;
  font-size: 28px;
  font-weight: bold;
}

/* line 1093, app/assets/stylesheets/lib/_minikura.scss */
.minikura-flow-step > span > span {
  font-size: 36px;
  display: inline-block;
  margin-left: 5px;
}

/* line 1100, app/assets/stylesheets/lib/_minikura.scss */
.minikura-flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1104, app/assets/stylesheets/lib/_minikura.scss */
.minikura-flow-content {
  width: 55%;
  text-align: center;
}

/* line 1108, app/assets/stylesheets/lib/_minikura.scss */
.minikura-flow-img {
  width: 45%;
  text-align: center;
}

/* line 1111, app/assets/stylesheets/lib/_minikura.scss */
.minikura-flow-img img {
  margin: auto;
}

/* line 1115, app/assets/stylesheets/lib/_minikura.scss */
.minikura-flow-text1 {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 5px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.3;
}

/* line 1122, app/assets/stylesheets/lib/_minikura.scss */
.minikura-flow-text2 {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.3;
}

/* line 1126, app/assets/stylesheets/lib/_minikura.scss */
.minikura-flow-text2 > span {
  font-size: 37px;
  color: #e50004;
}

/* line 1131, app/assets/stylesheets/lib/_minikura.scss */
.minikura-flow-btn {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 1060, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-flow {
    padding: 25px 15px;
  }
  /* line 1137, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-flow-headline {
    margin-bottom: 10px;
  }
  /* line 1139, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-flow-headline img {
    width: 300px;
  }
  /* line 1143, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-flow-item {
    padding: 15px 15px;
    border-radius: 10px;
  }
  /* line 1146, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-flow-item:not(:last-child) {
    margin-bottom: 20px;
  }
  /* line 1150, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-flow-step {
    margin-bottom: 15px;
  }
  /* line 1152, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-flow-step > span {
    border-radius: 13px;
    width: 186px;
    font-size: 14px;
  }
  /* line 1156, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-flow-step > span > span {
    font-size: 18px;
  }
  /* line 1166, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-flow-img img {
    width: 60px;
  }
  /* line 1170, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-flow-text1 {
    font-size: 16px;
  }
  /* line 1173, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-flow-text2 {
    font-size: 13px;
  }
  /* line 1175, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-flow-text2 > span {
    font-size: 18px;
  }
  /* line 1179, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-flow-btn {
    margin-top: 20px;
  }
  /* line 1181, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-flow-btn img {
    width: 260px;
  }
}

/* line 1188, app/assets/stylesheets/lib/_minikura.scss */
.minikura-faq {
  padding: 60px 0 0;
}

/* line 1190, app/assets/stylesheets/lib/_minikura.scss */
.minikura-faq-headline {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

/* line 1196, app/assets/stylesheets/lib/_minikura.scss */
.minikura-faq-container {
  background: #FCE4EB;
  padding: 60px 20px;
}

/* line 1200, app/assets/stylesheets/lib/_minikura.scss */
.minikura-faq-item {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto 20px;
  background: #fff;
  border-radius: 11px;
  padding: 0px 20px;
  cursor: pointer;
  position: relative;
}

/* line 1209, app/assets/stylesheets/lib/_minikura.scss */
.minikura-faq-item::before {
  content: "";
  background: #e50004;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  width: 3px;
  height: 25px;
  right: 37px;
  top: 20px;
}

/* line 1220, app/assets/stylesheets/lib/_minikura.scss */
.minikura-faq-item::after {
  content: "";
  background: #e50004;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  width: 25px;
  height: 3px;
  right: 25px;
  top: 31px;
}

/* line 1232, app/assets/stylesheets/lib/_minikura.scss */
.minikura-faq-item.is-open::before {
  content: none;
}

/* line 1237, app/assets/stylesheets/lib/_minikura.scss */
.minikura-faq-question {
  padding: 15px 40px;
  position: relative;
  font-size: 28px;
  font-weight: 500;
}

/* line 1242, app/assets/stylesheets/lib/_minikura.scss */
.minikura-faq-question::before {
  content: "Q.";
  font-size: 30px;
  font-weight: 500;
  color: #FF4251;
  position: absolute;
  left: 0;
  top: 13px;
}

/* line 1252, app/assets/stylesheets/lib/_minikura.scss */
.minikura-faq-answer {
  display: none;
  padding: 15px 40px;
  position: relative;
  font-size: 28px;
  font-weight: 500;
}

/* line 1258, app/assets/stylesheets/lib/_minikura.scss */
.minikura-faq-answer::before {
  content: "A.";
  font-size: 30px;
  font-weight: 500;
  color: #1764DF;
  position: absolute;
  left: 0;
  top: 13px;
}

/* line 1268, app/assets/stylesheets/lib/_minikura.scss */
.minikura-faq-btn {
  text-align: center;
  padding: 50px 20px;
}

@media (max-width: 768px) {
  /* line 1188, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-faq {
    padding: 30px 0 0;
  }
  /* line 1274, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-faq-headline {
    font-size: 29px;
    margin-bottom: 20px;
  }
  /* line 1278, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-faq-container {
    padding: 25px 25px;
  }
  /* line 1281, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-faq-item {
    margin: 0 auto 10px;
    border-radius: 6px;
    padding: 0px 10px;
  }
  /* line 1285, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-faq-item::before {
    width: 2px;
    height: 12px;
    right: 15px;
    top: 11px;
  }
  /* line 1291, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-faq-item::after {
    width: 12px;
    height: 2px;
    right: 10px;
    top: 16px;
  }
  /* line 1298, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-faq-question {
    padding: 8px 20px;
    font-size: 14px;
  }
  /* line 1301, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-faq-question::before {
    content: "Q.";
    font-size: 15px;
    top: 6px;
  }
  /* line 1307, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-faq-answer {
    padding: 8px 20px;
    font-size: 14px;
  }
  /* line 1310, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-faq-answer::before {
    content: "A.";
    font-size: 15px;
    top: 6px;
  }
  /* line 1316, app/assets/stylesheets/lib/_minikura.scss */
  .minikura-faq-btn {
    padding: 30px 20px;
  }
}

/* Slider */
/* Icons */
/* Arrows */
/* line 63, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

/* line 81, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

/* line 85, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 89, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 92, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
.slick-prev {
  left: -25px;
}

/* line 105, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

/* line 109, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
.slick-prev:before {
  content: "";
}

/* line 111, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "";
}

/* line 117, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
.slick-next {
  right: -25px;
}

/* line 119, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* line 123, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
.slick-next:before {
  content: "";
}

/* line 125, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
/* line 133, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 146, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 154, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 166, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

/* line 168, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

/* line 172, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 189, app/assets/stylesheets/renewal_designs/object/component/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
/* line 3, app/assets/stylesheets/renewal_designs/object/component/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, app/assets/stylesheets/renewal_designs/object/component/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, app/assets/stylesheets/renewal_designs/object/component/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 28, app/assets/stylesheets/renewal_designs/object/component/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, app/assets/stylesheets/renewal_designs/object/component/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, app/assets/stylesheets/renewal_designs/object/component/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, app/assets/stylesheets/renewal_designs/object/component/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 56, app/assets/stylesheets/renewal_designs/object/component/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 60, app/assets/stylesheets/renewal_designs/object/component/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, app/assets/stylesheets/renewal_designs/object/component/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, app/assets/stylesheets/renewal_designs/object/component/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, app/assets/stylesheets/renewal_designs/object/component/_slick.scss */
.slick-slide img {
  display: block;
}

/* line 74, app/assets/stylesheets/renewal_designs/object/component/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 80, app/assets/stylesheets/renewal_designs/object/component/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, app/assets/stylesheets/renewal_designs/object/component/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 88, app/assets/stylesheets/renewal_designs/object/component/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, app/assets/stylesheets/renewal_designs/object/component/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, app/assets/stylesheets/renewal_designs/object/component/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}
