@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 32, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 45, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 56, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 77, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 87, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 97, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 108, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 117, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 125, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 129, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 140, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 152, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 168, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 178, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 187, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 198, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 210, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 221, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 232, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 245, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 253, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 262, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 272, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 282, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 291, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 300, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 312, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 320, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 331, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 339, app/assets/stylesheets/renewal_designs/foundation/_normalize.scss */
[hidden] {
  display: none;
}

/* line 1, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
html {
  font-size: 14px;
}

/* line 3, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
body {
  color: #3e4549;
  font-size: 1rem;
  line-height: 1.85;
  background-color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-print-color-adjust: exact;
}

/* line 13, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
a {
  display: inline-block;
  color: #00afdd;
  -webkit-transition-property: background-color,opacity,color,border-color,-webkit-box-shadow;
  transition-property: background-color,opacity,color,border-color,-webkit-box-shadow;
  transition-property: background-color,opacity,color,border-color,box-shadow;
  transition-property: background-color,opacity,color,border-color,box-shadow,-webkit-box-shadow;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  text-decoration: none;
}

/* line 19, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
a:hover {
  color: #0087aa;
  text-decoration: underline;
}

/* line 22, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
a img {
  border: none;
}

/* line 24, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
a img:hover, a img:active {
  opacity: .8;
}

/* line 27, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
}

/* line 33, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
iframe {
  border: none;
}

/* line 35, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
}

/* line 43, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
h1 {
  font-size: 2.7142857143rem;
}

@media (max-width: 767px) {
  /* line 43, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
  h1 {
    font-size: 2.1428571429rem;
  }
}

/* line 47, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
h2 {
  font-size: 2.1428571429rem;
}

@media (max-width: 767px) {
  /* line 47, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
  h2 {
    font-size: 1.5714285714rem;
  }
}

/* line 51, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
h3 {
  font-size: 1.5714285714rem;
}

@media (max-width: 767px) {
  /* line 51, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
  h3 {
    font-size: 1.2857142857rem;
  }
}

/* line 55, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
h4 {
  font-size: 1.2857142857rem;
}

@media (max-width: 767px) {
  /* line 55, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
  h4 {
    font-size: 1.1428571429rem;
  }
}

/* line 59, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 62, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

/* line 67, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
*:focus {
  outline: none;
}

/* line 69, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/* line 79, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
label {
  display: inline-block;
}

/* line 81, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 90, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
button,
input {
  overflow: visible;
}

/* line 93, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

/* line 98, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
[type="submit"] {
  -webkit-transition-property: background-color,opacity,color,border-color,-webkit-box-shadow;
  transition-property: background-color,opacity,color,border-color,-webkit-box-shadow;
  transition-property: background-color,opacity,color,border-color,box-shadow;
  transition-property: background-color,opacity,color,border-color,box-shadow,-webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

/* line 101, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 107, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/* line 111, app/assets/stylesheets/renewal_designs/foundation/_base.sass */
textarea {
  overflow: auto;
  resize: vertical;
}

/*!
 * 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/renewal_designs/layout/_bootstrap-grid.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

/* line 18, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 35, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

/* line 55, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  /* line 274, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  /* line 351, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  /* line 355, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  /* line 359, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  /* line 363, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  /* line 367, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  /* line 371, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  /* line 375, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  /* line 379, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  /* line 383, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  /* line 387, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  /* line 391, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  /* line 395, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  /* line 399, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  /* line 403, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  /* line 407, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 410, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  /* line 413, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  /* line 416, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 419, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  /* line 422, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  /* line 425, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 428, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  /* line 431, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  /* line 434, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 437, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  /* line 440, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  /* line 446, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  /* line 523, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  /* line 527, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  /* line 531, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  /* line 535, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  /* line 539, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  /* line 543, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  /* line 547, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  /* line 551, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  /* line 555, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  /* line 559, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  /* line 563, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  /* line 567, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  /* line 571, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  /* line 575, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  /* line 579, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 582, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  /* line 585, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  /* line 588, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 591, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  /* line 594, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  /* line 597, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 600, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  /* line 603, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  /* line 606, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 609, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  /* line 612, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  /* line 618, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  /* line 695, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  /* line 699, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  /* line 703, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  /* line 707, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  /* line 711, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  /* line 715, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  /* line 719, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  /* line 723, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  /* line 727, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  /* line 731, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  /* line 735, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  /* line 739, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  /* line 743, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  /* line 747, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  /* line 751, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 754, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  /* line 757, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  /* line 760, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 763, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  /* line 766, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  /* line 769, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 772, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  /* line 775, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  /* line 778, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 781, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  /* line 784, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  /* line 790, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  /* line 867, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  /* line 871, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  /* line 875, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  /* line 879, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  /* line 883, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  /* line 887, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  /* line 891, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  /* line 895, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  /* line 899, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  /* line 903, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  /* line 907, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  /* line 911, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  /* line 915, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  /* line 919, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  /* line 923, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 926, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  /* line 929, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  /* line 932, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 935, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  /* line 938, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  /* line 941, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 944, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  /* line 947, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  /* line 950, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 953, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  /* line 956, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

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

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

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

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

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

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

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

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

/* line 994, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 1003, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 1006, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 1009, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 1012, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 1015, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 1018, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 1021, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  /* line 1025, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 1035, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 1038, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 1041, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 1044, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 1047, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 1050, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 1053, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  /* line 1057, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 1067, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 1070, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 1073, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 1076, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 1079, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 1082, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 1085, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  /* line 1089, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 1099, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 1102, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 1105, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 1108, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 1111, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 1114, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 1117, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  /* line 1121, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 1131, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 1134, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 1137, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 1140, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 1143, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 1146, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 1149, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  /* line 1153, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

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

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

/* line 1194, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

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

/* line 1219, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 1244, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

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

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

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

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

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

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

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

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

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

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

/* line 1324, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 1350, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 1354, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 1358, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 1374, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 1378, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 1398, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 1422, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 1426, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 1430, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 1434, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 1438, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 1442, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 1446, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 1450, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 1454, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 1458, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 1462, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 1489, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 1493, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 1497, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 1513, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 1517, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 1537, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 1561, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 1565, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 1569, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 1573, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 1577, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 1581, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 1585, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 1589, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 1593, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 1597, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 1601, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 1628, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 1632, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 1636, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 1652, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 1656, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 1676, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 1700, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 1704, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 1708, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 1712, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 1716, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 1720, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 1724, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 1728, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 1732, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 1736, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 1740, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 1767, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 1771, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 1775, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 1791, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 1795, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 1815, app/assets/stylesheets/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_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/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 1839, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 1843, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 1847, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 1851, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 1855, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 1859, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 1863, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 1867, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 1871, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 1875, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 1879, app/assets/stylesheets/renewal_designs/layout/_bootstrap-grid.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer {
  background: #3e4549;
  padding: 5rem 0;
  color: #ffffff;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
  #footer {
    padding: 0;
    margin-top: 50px;
  }
}

/* line 8, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer a {
  color: #ffffff;
}

/* line 10, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 14, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer [class*="col-"] {
  margin-bottom: 2rem;
}

/* line 17, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__container {
  position: relative;
}

@media (max-width: 767px) {
  /* line 17, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
  #footer .footer__container {
    padding: 0;
  }
}

/* line 21, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  /* line 21, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
  #footer .footer__nav-wrap {
    display: none;
  }
}

/* line 25, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__widget {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 27, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__mobile-nav-wrap {
  display: none;
}

@media (max-width: 767px) {
  /* line 27, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
  #footer .footer__mobile-nav-wrap {
    display: block;
  }
}

/* line 31, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__logo {
  margin: 0 0 1.4rem 0;
  padding: 0;
}

/* line 34, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__logo img {
  width: 230px;
}

@media (max-width: 1199px) {
  /* line 34, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
  #footer .footer__logo img {
    width: 170px;
  }
}

/* line 38, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__nav, #footer .footer__sub-nav, #footer .footer__bottom-nav, #footer .footer__mobile-nav {
  margin: 0;
  padding: 0;
}

/* line 44, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__sub-nav {
  margin-top: .5rem;
}

/* line 47, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__nav-item > a {
  font-weight: 700;
  font-size: 1rem;
}

/* line 50, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__sub-nav-item {
  padding-bottom: .5rem;
  line-height: 1.4;
  font-size: 0.8571428571rem;
}

/* line 54, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__sub-nav-item > a {
  position: relative;
  padding-left: 10px;
  color: #888888;
}

/* line 58, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#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 68, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#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: 991px) {
  /* line 68, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
  #footer .footer__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  /* line 68, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
  #footer .footer__bottom {
    border: 0;
    padding-top: 0;
    text-align: center;
  }
}

/* line 81, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__bottom-logo {
  padding-right: 2rem;
}

@media (max-width: 991px) {
  /* line 81, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
  #footer .footer__bottom-logo {
    margin-bottom: 1rem;
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 81, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
  #footer .footer__bottom-logo {
    padding: 0;
  }
}

/* line 88, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__bottom-nav-wrap {
  padding-top: .5rem;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media (max-width: 991px) {
  /* line 88, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
  #footer .footer__bottom-nav-wrap {
    margin-bottom: 1rem;
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 88, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
  #footer .footer__bottom-nav-wrap {
    padding-bottom: 1rem;
  }
}

/* line 97, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__bottom-nav-item {
  display: inline-block;
  font-size: 0.8571428571rem;
}

/* line 100, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__bottom-nav-item > a {
  margin-right: 1rem;
}

@media (max-width: 767px) {
  /* line 100, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
  #footer .footer__bottom-nav-item > a {
    margin: .3rem;
  }
}

/* line 104, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__bottom-copyright {
  text-align: right;
  padding-top: .5rem;
  font-size: 0.7142857143rem;
}

/* line 108, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__bottom-copyright span {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 991px) {
  /* line 104, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
  #footer .footer__bottom-copyright {
    text-align: left;
    margin-bottom: 1rem;
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 104, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
  #footer .footer__bottom-copyright {
    text-align: center;
    background-color: #000000;
    padding: 1rem .3rem;
    margin: 0;
  }
}

/* line 121, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__mobile-nav li {
  border-bottom: 1px solid #888888;
  font-weight: 700;
}

/* line 124, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__mobile-nav li a {
  display: block;
  background-color: #3e4549;
  padding: 1rem;
  position: relative;
}

/* line 129, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__mobile-nav li a:hover {
  text-decoration: none;
  background-color: #373d41;
}

/* line 132, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#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 143, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__mobile-nav li a.footer__mobile-nav-has-sub::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 153, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__mobile-nav li a.footer__mobile-nav-has-sub::after {
  width: 16px;
  height: 2px;
  margin-top: 0;
  background: #fff;
}

/* line 159, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__mobile-nav li a.footer__mobile-nav-has-sub.is-open::before {
  content: none;
}

/* line 161, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__mobile-nav-sub {
  padding: 0;
  display: none;
}

/* line 164, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__mobile-nav-sub > li {
  border-bottom: 1px solid #00AFDD;
  border-left: 7px solid #00AFDD;
}

/* line 167, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__mobile-nav-sub > li > a {
  background: #272B2D;
}

/* line 171, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__bnr {
  text-align: center;
  margin-top: 2rem;
}

/* line 175, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#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: 767px) {
  /* line 175, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
  #footer .footer__pagetop a {
    width: 100%;
    height: 50px;
    top: -50px;
    left: 0;
    border-radius: 0;
  }
}

/* line 194, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__pagetop a:hover {
  background-color: #00a3ce;
}

/* line 196, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#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: 767px) {
  /* line 196, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
  #footer .footer__pagetop a::before {
    margin-top: 17px;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 888;
  background: #ffffff;
  line-height: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/renewal_designs/layout/_header.sass */
  #header {
    -webkit-box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
            box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
    border-top: 2px solid #00afdd;
  }
}

/* line 13, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header.is-scrolled {
  -webkit-box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
          box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
}

/* line 16, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header__inner {
  max-width: 1130px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: 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;
  position: relative;
}

@media (max-width: 991px) {
  /* line 16, app/assets/stylesheets/renewal_designs/layout/_header.sass */
  #header .header__inner {
    display: block;
    padding: 0;
  }
  /* line 29, app/assets/stylesheets/renewal_designs/layout/_header.sass */
  #header .header__inner--new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

/* line 32, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav {
  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;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 991px) {
  /* line 32, app/assets/stylesheets/renewal_designs/layout/_header.sass */
  #header .header-nav {
    display: none;
  }
}

/* line 40, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
}

/* line 45, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 50, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav li:last-child a {
  margin-right: 0;
}

/* line 52, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav li a {
  margin: 0 .9rem;
  text-decoration: none;
}

/* line 55, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__logo {
  margin: 0;
  padding: 0;
  font-size: 0;
}

@media (max-width: 991px) {
  /* line 55, app/assets/stylesheets/renewal_designs/layout/_header.sass */
  #header .header-nav__logo {
    text-align: center;
    height: 48px;
    padding-top: 10px;
  }
}

/* line 63, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__logo a {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  /* line 63, app/assets/stylesheets/renewal_designs/layout/_header.sass */
  #header .header-nav__logo a {
    display: inline-block;
    height: auto;
  }
}

/* line 70, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__logo img {
  margin-top: .5rem;
  width: 162px;
  vertical-align: baseline;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media (max-width: 991px) {
  /* line 70, app/assets/stylesheets/renewal_designs/layout/_header.sass */
  #header .header-nav__logo img {
    margin-top: 0;
    width: 97px;
  }
}

/* line 78, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__logo--new {
  width: 120px;
}

/* line 81, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__main {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-right: 1rem;
}

/* line 85, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__cta-btn {
  margin: 0;
  padding: 0;
}

/* line 88, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__cta-btn a {
  margin: 0;
  padding: 1rem 1.5rem;
}

/* line 91, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__primary {
  font-weight: 700;
  font-size: 1.0714285714rem;
}

/* line 95, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__primary li a {
  border-bottom: 4px solid transparent;
  padding: .8rem 0 1.6rem;
  margin: 0 .8rem;
  color: #333333;
}

@media (min-width: 1200px) {
  /* line 95, app/assets/stylesheets/renewal_designs/layout/_header.sass */
  #header .header-nav__primary li a {
    margin: 0 1.45rem;
  }
}

/* line 102, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__primary li a:hover {
  border-bottom-color: #00afdd;
}

/* line 104, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__secondary {
  margin-bottom: .4rem;
  font-size: 0.7142857143rem;
}

/* line 109, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__secondary li:last-child a {
  margin-right: .3rem;
}

/* line 111, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__secondary li a {
  padding: .4rem 0;
  color: #888888;
}

/* line 114, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__secondary li a:hover {
  color: #00afdd;
}

/* line 116, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__sp {
  display: none;
}

@media (max-width: 991px) {
  /* line 116, app/assets/stylesheets/renewal_designs/layout/_header.sass */
  #header .header-nav__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    margin-left: auto;
    margin-right: 60px;
  }
}

/* line 123, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__sp-btn {
  display: grid;
  place-content: center;
  width: 50%;
  height: 100%;
  background-color: #FF7682;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
}

/* line 134, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__sp-btn:nth-of-type(2) {
  background: #016EC9;
}

/* line 136, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__sp-btn:hover {
  text-decoration: none;
}

/* line 138, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav {
  display: none;
}

@media (max-width: 991px) {
  /* line 138, app/assets/stylesheets/renewal_designs/layout/_header.sass */
  #header .header-mobile-nav {
    display: block;
  }
}

/* line 142, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__trigger {
  width: 30px;
  height: 18px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

/* line 150, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__trigger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00afdd;
  -webkit-transition: all .5s;
  transition: all .5s;
}

/* line 159, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__trigger span:nth-of-type(1) {
  top: 0;
}

/* line 161, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__trigger span:nth-of-type(2) {
  top: 8px;
}

/* line 163, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__trigger span:nth-of-type(3) {
  bottom: 0;
}

/* line 165, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__inner {
  position: relative;
}

/* line 168, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__primary ul, #header .header-mobile-nav__primary li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 172, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__primary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 174, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__primary li {
  width: 33.333333%;
  font-weight: 700;
  font-size: 0.9285714286rem;
}

/* line 178, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__primary li a {
  display: block;
  background-color: #f5f9fc;
  line-height: 50px;
  text-align: center;
}

/* line 183, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__primary li a:hover {
  text-decoration: none;
  background-color: #e9f2f8;
}

/* line 186, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__primary li:nth-of-type(1) {
  border-right: 1px dotted #d1d1d1;
}

/* line 188, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__primary li.header-mobile-nav__apply {
  border: 0;
}

/* line 190, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__primary li.header-mobile-nav__apply a {
  color: #ffffff;
  background-color: #ff7682;
}

/* line 193, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__primary li.header-mobile-nav__apply a:hover {
  background-color: #ff4353;
}

@media (max-width: 991px) {
  /* line 198, app/assets/stylesheets/renewal_designs/layout/_header.sass */
  .new-static-page #header {
    height: auto;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/layout/_layout.sass */
#wrapper {
  position: relative;
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/renewal_designs/layout/_layout.sass */
#contents-wrapper {
  padding-top: 100px;
}

@media (max-width: 991px) {
  /* line 8, app/assets/stylesheets/renewal_designs/layout/_layout.sass */
  .new-static-page #contents-wrapper {
    padding-top: 50px;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
.c-anchor {
  margin: 3.2rem 0 5rem 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
  .c-anchor {
    margin: 2.5rem 0;
  }
}

/* line 7, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
.c-anchor ul, .c-anchor li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 11, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
.c-anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  /* line 11, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
  .c-anchor ul {
    margin: 0 -10px;
  }
}

/* line 17, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
.c-anchor li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 0 15px;
  margin-bottom: .5rem;
  margin-top: auto;
  line-height: 1.2;
  font-size: 1.1428571429rem;
}

@media (max-width: 991px) {
  /* line 17, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
  .c-anchor li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 767px) {
  /* line 17, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
  .c-anchor li {
    padding: 0 10px;
  }
}

/* line 30, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
.c-anchor--three li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
}

@media (max-width: 991px) {
  /* line 30, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
  .c-anchor--three li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

/* line 35, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
.c-anchor--four li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

@media (max-width: 991px) {
  /* line 35, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
  .c-anchor--four li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

/* line 40, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
.c-anchor--five li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

@media (max-width: 991px) {
  /* line 40, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
  .c-anchor--five li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

/* line 44, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
.c-anchor__icon {
  display: inline-block;
  margin-right: .5rem;
}

@media (max-width: 767px) {
  /* line 44, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
  .c-anchor__icon {
    display: none;
  }
}

/* line 49, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
.c-anchor__icon img {
  width: 30px;
  vertical-align: middle;
}

/* line 52, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
.c-anchor__link {
  color: #3e4549;
  font-weight: 700;
  display: block;
  padding: 1.3rem 1rem 1.3rem 0;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}

/* line 59, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
.c-anchor__link::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url(/assets/renewal_designs/icon-arrow-right-brand-color-e639a6dba17a586d64051cfb4aa92b7f18d3fa8693765fa83167828575ace2ca.svg) left top/cover;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 70, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
.c-anchor__link:hover {
  border-bottom-color: #00afdd;
  text-decoration: none;
  color: #00afdd;
}

@media (max-width: 767px) {
  /* line 52, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
  .c-anchor__link {
    font-size: 0.8571428571rem;
  }
}

/* line 76, app/assets/stylesheets/renewal_designs/object/component/_anchor.sass */
.c-anchor__target-block {
  padding-top: 100px;
  margin-top: -100px;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/component/_breadcrumbs.sass */
.c-breadcrumbs {
  background-color: #f5f9fc;
  padding: .5rem;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/component/_breadcrumbs.sass */
  .c-breadcrumbs {
    display: none;
  }
}

/* line 6, app/assets/stylesheets/renewal_designs/object/component/_breadcrumbs.sass */
.c-breadcrumbs__container {
  max-width: 1130px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 13, app/assets/stylesheets/renewal_designs/object/component/_breadcrumbs.sass */
.c-breadcrumbs__home img {
  width: 12px;
  vertical-align: middle;
}

/* line 16, app/assets/stylesheets/renewal_designs/object/component/_breadcrumbs.sass */
.c-breadcrumbs ul, .c-breadcrumbs li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 20, app/assets/stylesheets/renewal_designs/object/component/_breadcrumbs.sass */
.c-breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 22, app/assets/stylesheets/renewal_designs/object/component/_breadcrumbs.sass */
.c-breadcrumbs ul li {
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
  font-size: 0.8571428571rem;
}

/* line 27, app/assets/stylesheets/renewal_designs/object/component/_breadcrumbs.sass */
.c-breadcrumbs ul li::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 6px;
  background: url(/assets/renewal_designs/icon-arrow-right-brand-color-e639a6dba17a586d64051cfb4aa92b7f18d3fa8693765fa83167828575ace2ca.svg) left top/cover;
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -3px;
}

/* line 38, app/assets/stylesheets/renewal_designs/object/component/_breadcrumbs.sass */
.c-breadcrumbs ul li:last-child::after {
  display: none;
}

/* line 40, app/assets/stylesheets/renewal_designs/object/component/_breadcrumbs.sass */
.c-breadcrumbs ul a {
  color: #00afdd;
}

/* line 42, app/assets/stylesheets/renewal_designs/object/component/_breadcrumbs.sass */
.c-breadcrumbs ul a:hover {
  text-decoration: none;
  color: #00afdd;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/component/_button.sass */
.c-btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  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;
  border: 0;
  border-radius: 500px;
  line-height: 1.3;
  padding: 1rem 1.875em;
  margin: .5rem;
  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);
}

/* line 18, app/assets/stylesheets/renewal_designs/object/component/_button.sass */
.c-btn:hover {
  text-decoration: none;
}

/* line 20, app/assets/stylesheets/renewal_designs/object/component/_button.sass */
.c-btn--default {
  color: #fff;
  background-color: #3e4549;
}

/* line 23, app/assets/stylesheets/renewal_designs/object/component/_button.sass */
.c-btn--default:hover {
  color: #fff;
  background-color: #272b2d;
}

/* line 26, app/assets/stylesheets/renewal_designs/object/component/_button.sass */
.c-btn--accent {
  color: #fff;
  background-color: #ff7682;
}

/* line 29, app/assets/stylesheets/renewal_designs/object/component/_button.sass */
.c-btn--accent:hover {
  color: #fff;
  background-color: #ff4353;
}

/* line 32, app/assets/stylesheets/renewal_designs/object/component/_button.sass */
.c-btn--disable {
  background: #afabab;
  color: #fff;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  pointer-events: none;
}

/* line 37, app/assets/stylesheets/renewal_designs/object/component/_button.sass */
.c-btn--orange {
  color: #fff;
  background-color: #ffab19;
}

/* line 40, app/assets/stylesheets/renewal_designs/object/component/_button.sass */
.c-btn--orange:hover {
  color: #fff;
  background-color: #e59100;
}

/* line 43, app/assets/stylesheets/renewal_designs/object/component/_button.sass */
.c-btn--cta {
  color: #fff;
  background-color: #ff7682;
  font-weight: 700;
  white-space: nowrap;
  padding: 1rem 1.3em;
  margin: 0;
  font-size: 1.4285714286rem;
}

@media (max-width: 991px) {
  /* line 43, app/assets/stylesheets/renewal_designs/object/component/_button.sass */
  .c-btn--cta {
    font-size: 1.2857142857rem;
  }
}

/* line 53, app/assets/stylesheets/renewal_designs/object/component/_button.sass */
.c-btn--cta span {
  display: block;
  letter-spacing: .2em;
  font-weight: normal;
  font-size: 1rem;
}

/* line 58, app/assets/stylesheets/renewal_designs/object/component/_button.sass */
.c-btn--cta:hover {
  color: #fff;
  background-color: #ff4353;
}

/* line 79, app/assets/stylesheets/renewal_designs/object/component/_button.sass */
.c-text-btn {
  color: #888888;
  text-decoration: underline;
  font-size: 0.8571428571rem;
}

/* line 83, app/assets/stylesheets/renewal_designs/object/component/_button.sass */
.c-text-btn:hover {
  color: #888888;
  text-decoration: none;
}

/* line 86, app/assets/stylesheets/renewal_designs/object/component/_button.sass */
.c-text-btn::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 5px;
  height: 10px;
  background: url(/assets/renewal_designs/icon-caret-right-gray-44115f97e3630a4bdef2ff58202837aeb94460ca79c62db1f3520bbdb5d19f49.svg) left top/cover;
}

/* line 94, app/assets/stylesheets/renewal_designs/object/component/_button.sass */
.c-text-btn--plus::before {
  content: "＋";
  width: auto;
  height: auto;
  background: none;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/component/_device-card.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);
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
  .c-device-card {
    height: 509px !important;
  }
}

/* line 10, app/assets/stylesheets/renewal_designs/object/component/_device-card.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 (max-width: 767px) {
  /* line 10, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
  .c-device-card__column {
    display: block;
    margin: 0;
  }
}

/* line 19, app/assets/stylesheets/renewal_designs/object/component/_device-card.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 (max-width: 767px) {
  /* line 19, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
  .c-device-card__column .c-device-card {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

/* line 28, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
.c-device-card__slider .c-device-card {
  margin: 12px;
}

/* line 30, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
.c-device-card__ribbon-wrap {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
}

/* line 37, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
.c-device-card__ribbon {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  right: -27px;
  top: 20px;
  width: 160px;
  text-align: center;
  line-height: 14px;
  background: transparent;
  color: #fff;
  font-weight: 700;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
          box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
}

/* line 51, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
.c-device-card__ribbon::before, .c-device-card__ribbon::after {
  position: absolute;
  content: "";
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

/* line 58, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
.c-device-card__ribbon::before {
  left: 14px;
}

/* line 60, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
.c-device-card__ribbon::after {
  right: 18px;
}

/* line 62, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
.c-device-card__ribbon--recommend {
  background: #ffce00;
}

/* line 64, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
.c-device-card__ribbon--recommend::before, .c-device-card__ribbon--recommend::after {
  border-top-color: #aa8900;
}

/* line 66, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
.c-device-card__ribbon--new {
  background: #ff785b;
}

/* line 68, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
.c-device-card__ribbon--new::before, .c-device-card__ribbon--new::after {
  border-top-color: #b25242;
}

/* line 70, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
.c-device-card__feature {
  font-weight: 700;
  margin-bottom: 3rem;
}

/* line 73, app/assets/stylesheets/renewal_designs/object/component/_device-card.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 78, app/assets/stylesheets/renewal_designs/object/component/_device-card.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.2857142857rem;
}

/* line 93, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
.c-device-card__free span {
  display: inline-block;
  margin: 0 .2rem;
  font-size: 1.7142857143rem;
}

/* line 97, app/assets/stylesheets/renewal_designs/object/component/_device-card.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.0714285714rem;
}

@media (max-width: 767px) {
  /* line 97, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
  .c-device-card__name {
    font-size: 1.5rem;
  }
}

/* line 106, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
.c-device-card__name span {
  display: block;
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  /* line 106, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
  .c-device-card__name span {
    display: inline-block;
    margin: 0 .3rem;
    font-size: 1.5rem;
  }
}

/* line 113, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
.c-device-card__name a {
  color: #3e4549;
}

/* line 115, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
.c-device-card__name a:hover {
  text-decoration: none;
}

/* line 117, app/assets/stylesheets/renewal_designs/object/component/_device-card.sass */
.c-device-card__subTxt {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2 {
  position: relative;
  background: #ffffff;
  padding: 1rem 1.28rem 1rem;
  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 8, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2::after {
  content: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/assets/renewal_designs/arrow.png) no-repeat center/contain;
  width: 13px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 50%;
}

/* line 17, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  /* line 17, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
  .c-device-card2__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 22, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  /* line 22, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
  .c-device-card2__column {
    display: block;
    margin: 0;
  }
}

/* line 29, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__column .c-device-card2 {
  margin: 12px auto;
  width: 515px;
  max-width: 100%;
}

@media (max-width: 767px) {
  /* line 29, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
  .c-device-card2__column .c-device-card2 {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

/* line 39, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__slider .c-device-card2 {
  margin: 12px;
}

/* line 41, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__ribbon-wrap {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
}

/* line 48, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__ribbon {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  right: -27px;
  top: 20px;
  width: 160px;
  text-align: center;
  line-height: 14px;
  background: transparent;
  color: #fff;
  font-weight: 700;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
          box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
}

/* line 62, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__ribbon::before, .c-device-card2__ribbon::after {
  position: absolute;
  content: "";
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

/* line 69, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__ribbon::before {
  left: 14px;
}

/* line 71, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__ribbon::after {
  right: 18px;
}

/* line 73, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__ribbon--new {
  background: #ffce00;
}

/* line 75, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__ribbon--new::before, .c-device-card2__ribbon--new::after {
  border-top-color: #aa8900;
}

/* line 77, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__ribbon--recommend {
  background: #ff785b;
}

/* line 79, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__ribbon--recommend::before, .c-device-card2__ribbon--recommend::after {
  border-top-color: #b25242;
}

/* line 81, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__feature {
  font-weight: 700;
  margin-bottom: 3rem;
}

/* line 84, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__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 89, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__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.2857142857rem;
}

/* line 104, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__free span {
  display: inline-block;
  margin: 0 .2rem;
  font-size: 1.7142857143rem;
}

/* line 108, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__type {
  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: 0;
}

/* line 113, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__lead {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.2857142857rem;
}

@media (max-width: 767px) {
  /* line 113, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
  .c-device-card2__lead {
    font-size: 1.1428571429rem;
  }
}

/* line 119, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  /* line 119, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
  .c-device-card2__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 124, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__content {
  margin-left: 20px;
  width: 43%;
}

@media (max-width: 767px) {
  /* line 124, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
  .c-device-card2__content {
    width: auto;
    margin: 0;
  }
}

/* line 131, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__name {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: .1em;
  line-height: 1.2;
  word-break: break-all;
  text-decoration: underline;
  font-size: 1.0714285714rem;
}

@media (max-width: 767px) {
  /* line 131, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
  .c-device-card2__name {
    font-size: 1.5rem;
  }
}

/* line 141, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__name span {
  display: block;
  font-size: 2.5rem;
  text-decoration: underline;
}

@media (max-width: 767px) {
  /* line 141, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
  .c-device-card2__name span {
    display: inline-block;
    margin: 0 .3rem;
    font-size: 1.5rem;
  }
}

/* line 149, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__name a {
  color: #3e4549;
}

/* line 151, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__name a:hover {
  text-decoration: none;
}

/* line 153, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__subTxt {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0;
}

/* line 157, app/assets/stylesheets/renewal_designs/object/component/_device-card2.sass */
.c-device-card2__text {
  font-size: 1.0714285714rem;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/component/_device-color.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/renewal_designs/object/component/_device-color.sass */
.c-device-color--white {
  border-color: #d1d1d1;
}

/* line 10, app/assets/stylesheets/renewal_designs/object/component/_device-color.sass */
.c-device-color--black {
  background: #000;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/component/_device-thumb.sass */
.c-device-thumb {
  position: relative;
  height: 125px;
}

/* line 4, app/assets/stylesheets/renewal_designs/object/component/_device-thumb.sass */
.c-device-thumb img {
  display: inline-block !important;
  height: 100%;
}

/* line 7, app/assets/stylesheets/renewal_designs/object/component/_device-thumb.sass */
.c-device-thumb__speed-wrap {
  position: absolute;
  top: -25px;
  right: 0;
}

/* line 11, app/assets/stylesheets/renewal_designs/object/component/_device-thumb.sass */
.c-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: 1.1428571429rem;
}

/* line 24, app/assets/stylesheets/renewal_designs/object/component/_device-thumb.sass */
.c-device-thumb__speed span {
  display: block;
  font-size: 0.8571428571rem;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
  .c-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 7, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form__label {
  font-weight: bold;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

/* line 11, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form__body {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

/* line 14, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form-input {
  padding: .5rem .8rem;
  width: 100%;
  border: solid 1px #ccc;
  border-radius: .3rem;
}

@media (min-width: 768px) {
  /* line 14, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
  .c-form-input {
    width: 60%;
  }
}

/* line 22, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form-textarea {
  padding: .5rem .8rem;
  width: 100%;
  border: solid 1px #ccc;
  border-radius: .3rem;
}

@media (min-width: 768px) {
  /* line 22, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
  .c-form-textarea {
    height: 160px;
  }
}

/* line 30, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form-checkbox {
  line-height: 1px;
}

/* line 33, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form-checkbox [type="checkbox"] {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 41, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form-checkbox [type="checkbox"] + span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1428571429rem;
}

/* line 46, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form-checkbox [type="checkbox"] + span::before {
  display: inline-block;
  margin-right: 5px;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #ccc;
  border-radius: 2rem;
  content: '';
}

/* line 56, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form-checkbox [type="checkbox"]:checked + span::before {
  border-color: #ff7682;
  background-color: #ff7682;
}

/* line 59, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form-checkbox [type="checkbox"]:checked + span::after {
  position: absolute;
  top: 6px;
  left: 9px;
  display: inline-block;
  width: 8px;
  height: 11px;
  border: 2.5px solid #fff;
  border-width: 0 2.5px 2.5px 0;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 71, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form-checkbox [type="radio"] {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 79, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form-checkbox [type="radio"] + span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1428571429rem;
}

/* line 84, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form-checkbox [type="radio"] + span::before {
  display: inline-block;
  margin-right: 5px;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #ccc;
  border-radius: 2rem;
  content: '';
}

/* line 94, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form-checkbox [type="radio"]:checked + span::before {
  border-color: #ff7682;
  background-color: #ff7682;
}

/* line 97, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form-checkbox [type="radio"]:checked + span::after {
  position: absolute;
  top: 6px;
  left: 9px;
  display: inline-block;
  width: 8px;
  height: 11px;
  border: 2.5px solid #fff;
  border-width: 0 2.5px 2.5px 0;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 109, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form--error {
  background-color: #fff5f6;
  color: #c20011;
  border-radius: 1.2rem;
  padding: 1rem 0;
}

@media (min-width: 576px) {
  /* line 109, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
  .c-form--error {
    padding: 1rem;
  }
}

/* line 118, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form-policy {
  text-align: center;
  margin-bottom: 60px;
}

/* line 121, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form-policy__label {
  font-size: 22px;
  font-weight: bold;
}

/* line 124, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form-policy__label input[type=checkbox] {
  -webkit-transform: scale(2);
          transform: scale(2);
}

/* line 126, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form-policy__label > span {
  font-size: 16px;
  color: #ff0000;
}

/* line 129, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
.c-form-policy__link {
  text-decoration: underline;
}

@media (max-width: 767px) {
  /* line 118, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
  .c-form-policy {
    margin-bottom: 50px;
  }
  /* line 133, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
  .c-form-policy__label {
    font-size: 17px;
  }
  /* line 135, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
  .c-form-policy__label input[type=checkbox] {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  /* line 137, app/assets/stylesheets/renewal_designs/object/component/_form.sass */
  .c-form-policy__label > span {
    font-size: 13px;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/object/component/_label.sass */
.c-label {
  display: inline-block;
  margin: 0 .5rem;
  padding: .3rem .6rem;
  border-radius: 3px;
  background-color: #999;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 0.8571428571rem;
}

/* line 12, app/assets/stylesheets/renewal_designs/object/component/_label.sass */
.c-label__red {
  background-color: #ff7682;
}

/* line 15, app/assets/stylesheets/renewal_designs/object/component/_label.sass */
.c-label__blue {
  background-color: #7ecef4;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
/* line 45, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-noscroll {
  overflow: hidden;
}

/* line 48, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/* line 52, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

/* line 61, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 74, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

/* line 80, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

/* line 87, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

/* line 91, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

/* line 95, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

/* line 100, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

/* line 104, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 109, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

/* line 113, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

/* line 123, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

/* line 129, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

/* line 143, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

/* line 149, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

/* line 156, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 168, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

/* line 172, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

/* line 175, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/* line 178, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

/* line 191, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 194, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 197, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

/* line 204, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-content-container {
  padding: 30px;
}

@media (max-width: 768px) {
  /* line 204, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
  .modaal-content-container {
    padding: 15px !important;
  }
}

/* line 215, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

/* line 220, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

/* line 230, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

/* line 236, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

/* line 240, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

/* line 242, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 276, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 281, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

/* line 285, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

/* line 290, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

/* line 307, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

/* line 311, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

/* line 317, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

/* line 321, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-item {
  display: none;
}

/* line 323, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-item img {
  display: block;
}

/* line 327, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-item.is_active {
  display: block;
}

/* line 331, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

/* line 339, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-label:focus {
  outline: none;
}

/* line 343, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 356, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

/* line 360, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

/* line 364, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

/* line 369, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/* line 373, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

/* line 386, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 390, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 396, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

/* line 400, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-next-outer {
  right: 45px;
}

/* line 405, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

/* line 407, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 411, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 416, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

/* line 420, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-gallery-prev-outer {
  left: 45px;
}

/* line 428, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

/* line 433, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 444, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 457, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

/* line 461, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  /* line 471, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  /* line 479, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 484, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  /* line 489, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  /* line 494, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  /* line 498, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  /* line 505, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  /* line 510, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  /* line 515, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* line 519, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  /* line 524, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
  .modaal-instagram iframe {
    width: 500px !important;
  }
  /* line 527, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 534, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  /* line 539, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
  .modaal-gallery-label {
    display: none;
  }
}

/* line 548, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

/* line 558, app/assets/stylesheets/renewal_designs/object/component/_modaal.scss */
.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* line 1, app/assets/stylesheets/renewal_designs/object/component/_movie-wrap.sass */
.c-movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/renewal_designs/object/component/_movie-wrap.sass */
.c-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
.c-news-card {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
  .c-news-card {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  /* line 7, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
  .c-news-card .row {
    margin: 0 -6px;
  }
  /* line 9, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
  .c-news-card .row > [class*="col-"] {
    padding: 0 6px;
  }
}

/* line 11, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
.c-news-card__image-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f5f9fc;
  border-radius: 3px;
}

/* line 17, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
.c-news-card__image-wrap::before {
  content: "";
  display: block;
  padding-top: 62.5%;
  position: relative;
}

/* line 22, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
.c-news-card__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 28, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
.c-news-card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

/* line 35, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
.c-news-card__mate {
  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-height: 1;
  margin-bottom: .8rem;
}

@media (max-width: 767px) {
  /* line 35, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
  .c-news-card__mate {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
  }
}

/* line 44, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
.c-news-card__category {
  color: #00afdd;
  border: 1px solid #00afdd;
  padding: .3rem 1rem;
  font-size: 0.7142857143rem;
}

@media (max-width: 767px) {
  /* line 44, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
  .c-news-card__category {
    margin-right: .3rem;
    padding: .3rem .5rem;
    min-width: 80px;
    text-align: center;
  }
}

/* line 54, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
.c-news-card__category--column {
  color: #00afdd;
  border-color: #00afdd;
}

/* line 57, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
.c-news-card__category--campaign {
  color: #8cc63f;
  border-color: #8cc63f;
}

/* line 60, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
.c-news-card__category--info {
  color: #ff7682;
  border-color: #ff7682;
}

/* line 63, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
.c-news-card__date {
  font-family: "Roboto", sans-serif;
  color: #888888;
  font-weight: 700;
  font-size: 0.8571428571rem;
}

@media (max-width: 767px) {
  /* line 68, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
  .c-news-card__title-wrap {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}

/* line 71, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
.c-news-card__title {
  margin: 0;
  font-size: 1.1428571429rem;
}

/* line 74, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
.c-news-card__title a {
  color: #3e4549;
}

/* line 76, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
.c-news-card__row {
  margin: 0 -8px;
}

/* line 78, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
.c-news-card__row > [class*="col-"] {
  padding: 0 8px;
}

@media (max-width: 767px) {
  /* line 82, app/assets/stylesheets/renewal_designs/object/component/_news-card.sass */
  .c-news-card__row > [class*="col-"]:last-child .c-news-card {
    border: 0;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option {
  margin: auto;
  text-align: center;
  padding: 120px 0 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option {
    padding: 50px 0px 0;
  }
}

/* line 10, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-h2 {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 16, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 10, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-h2 {
    font-size: 25px;
    margin-bottom: 30px;
    padding-top: 55px;
  }
  /* line 32, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-h2::before {
    width: 37px;
    height: 45px;
  }
}

/* line 36, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-h3 {
  font-size: 40px;
  color: #1992eb;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 36, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/* line 45, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 45, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-h4 {
    font-size: 17px;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 5px 0;
    width: 275px;
  }
}

/* line 62, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-unit:not(:last-child) {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  /* line 62, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-unit:not(:last-child) {
    padding-bottom: 40px;
  }
}

/* line 68, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-bg {
  background: #c5ecff;
  padding: 120px 0 50px;
}

@media (max-width: 768px) {
  /* line 68, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-bg {
    padding: 40px 0 30px;
  }
}

/* line 75, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-unit2 {
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  /* line 75, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-unit2 {
    padding-bottom: 35px;
  }
}

/* line 81, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-container {
  max-width: 800px;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 81, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-container {
    padding: 0 15px;
  }
}

/* line 88, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 88, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-head {
    font-size: 17px;
    border-radius: 6px;
    padding: 5px 5px;
    margin-bottom: 20px;
  }
}

/* line 104, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-img {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 104, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-img {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/* line 111, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-list {
  text-align: left;
  width: 465px;
  margin: 0 auto 30px;
  max-width: 100%;
}

/* line 117, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-list li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 40px;
}

/* line 124, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-list li::before {
  content: "";
  background: url(/assets/5g_lp/svg/check-33cf8dcde46ff9f3bef5bc8ae0115927cd697f6c923761a5fdaef71abe5cddd8.svg) no-repeat top 50% left 50%/contain;
  width: 62px;
  height: 53px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  /* line 111, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-list {
    margin: 0 auto 20px;
    max-width: 200px;
  }
  /* line 137, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-list li {
    font-size: 16px;
    padding-left: 35px;
    margin-bottom: 10px;
  }
  /* line 142, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-list li::before {
    width: 26px;
    height: 22px;
  }
}

/* line 146, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-text1 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 146, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-text1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/* line 156, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-note {
  text-align: left;
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
  font-size: 27px;
}

@media (max-width: 768px) {
  /* line 156, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-note {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

/* line 167, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-note2 {
  text-align: left;
  max-width: 800px;
  margin: auto;
  font-size: 24px;
}

@media (max-width: 768px) {
  /* line 167, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-note2 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

/* line 177, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 182, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 182, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-item {
    padding: 10px 5px;
    width: 275px;
    margin: auto;
    border-radius: 10px;
  }
}

/* line 199, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-item:hover {
  color: inherit;
  text-decoration: none;
}

/* line 203, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 203, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-item::after {
    width: 13px;
    height: 9px;
    right: 10px;
    bottom: 10px;
  }
}

/* line 218, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-lead {
  font-size: 29px;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: bold;
  color: #1992eb;
}

@media (max-width: 768px) {
  /* line 218, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-lead {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

/* line 229, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 233, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-logo {
  width: 17%;
  margin: auto;
  text-align: center;
  margin: 10px auto 0;
}

/* line 239, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-logo img {
  margin: auto;
}

@media (max-width: 768px) {
  /* line 233, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-logo {
    max-width: 100px;
  }
}

/* line 245, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-right {
  width: 70%;
  text-align: left;
}

/* line 249, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-name {
  font-size: 31px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
  height: 3em;
}

@media (max-width: 768px) {
  /* line 249, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-name {
    font-size: 13px;
    margin-bottom: 3px;
  }
}

/* line 261, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-price {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  text-align: left;
  color: #ff5865;
  display: inline-block;
  position: relative;
  margin: 0;
}

/* line 272, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 283, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-price em {
  font-size: 64px;
  font-style: normal;
}

/* line 287, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-price em::before {
  content: "月額";
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
  vertical-align: middle;
  font-size: 26px;
}

/* line 295, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-price2 {
  font-size: 24px;
  text-align: left;
  padding-left: 75px;
  margin: 0;
}

/* line 301, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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;
  margin-top: 0;
}

/* line 314, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 323, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-price3 em {
  font-size: 88px;
  font-style: normal;
  color: #ff5865;
}

/* line 328, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-price3 em > span {
  font-size: 45px;
}

/* line 330, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-price4 {
  font-size: 24px;
  margin-bottom: 20px;
}

/* line 334, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-price-note {
  font-size: 22px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 261, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-price {
    font-size: 13px;
  }
  /* line 341, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-price em {
    font-size: 25px;
  }
  /* line 344, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-price em::before {
    margin-right: 6px;
    font-size: 13px;
  }
  /* line 348, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-price2 {
    font-size: 11px;
    padding-left: 40px;
  }
  /* line 352, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-price3 {
    font-size: 14px;
    padding-left: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  /* line 358, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-price3::before {
    width: 18px;
    height: 19px;
    bottom: 4px;
  }
  /* line 363, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-price3 em {
    font-size: 38px;
  }
  /* line 366, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-price3 em > span {
    font-size: 20px;
  }
  /* line 369, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-price4 {
    font-size: 10px;
    margin-bottom: 10px;
  }
  /* line 373, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-price-note {
    font-size: 10px;
  }
}

/* line 376, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-table {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
}

/* line 381, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-table th,
.bl-5g-option-table td {
  padding: 20px;
  border: 2px solid #c6c6c6;
}

/* line 386, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-table th {
  width: 35%;
  vertical-align: top;
}

/* line 390, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-table ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  list-style-type: disc;
}

/* line 396, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-table ul + p {
  margin-top: 15px;
  font-size: 14px;
}

@media (max-width: 768px) {
  /* line 401, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-table th,
.bl-5g-option-table td {
    padding: 10px;
  }
  /* line 405, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-table th {
    width: 35%;
  }
  /* line 410, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-table ul {
    margin-left: 20px;
  }
  /* line 413, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-table ul + p {
    font-size: 12px;
  }
}

/* line 417, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-slider-item {
  margin: 0 15px 0px;
}

/* line 420, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 430, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 442, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 446, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-slider .slick-prev {
  left: 0;
  z-index: 1;
}

/* line 450, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-slider .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 454, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-option-slider .slick-next {
  right: 0;
}

/* line 458, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 463, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-slider-item {
    margin: 0 7px 0px;
  }
  /* line 466, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-slider .slick-prev,
.bl-5g-option-slider .slick-next {
    width: 32px;
    height: 32px;
  }
  /* line 471, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .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 478, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-slider .slick-prev {
    left: calc(50vw - 190px);
  }
  /* line 481, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-slider .slick-prev:before {
    left: 5px;
  }
  /* line 484, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-slider .slick-next {
    right: calc(50vw - 190px);
  }
  /* line 487, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-option-slider .slick-next:before {
    right: 5px;
  }
}

/* line 490, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-btn {
  width: 490px;
  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 502, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-btn:hover {
  color: #2a3b4c;
}

/* line 505, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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: 767px) {
  /* line 490, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-btn {
    width: 280px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    font-size: 14px;
  }
  /* line 523, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-btn::after {
    width: 10px;
    height: 10px;
    border-right: 1px solid #2a3b4c;
    border-bottom: 1px solid #2a3b4c;
    right: 20px;
  }
}

/* line 531, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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: 767px) {
  /* line 531, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-btn2::after {
    width: 30px;
    height: 18px;
    right: 20px;
  }
}

/* line 548, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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: 767px) {
  /* line 548, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-btn3::after {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 564, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sp {
    display: none;
  }
}

/* line 568, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.modaal-content-container {
  padding: 30px !important;
}

@media (max-width: 767px) {
  /* line 568, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .modaal-content-container {
    padding: 15px !important;
  }
}

/* line 574, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.option-acordion-sprt {
  padding: 0 20px;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

/* line 578, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.option-acordion-sprt p {
  margin-top: 20px;
}

/* line 580, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.option-acordion-sprt h3 {
  margin-top: 20px;
  position: relative;
  padding-left: 35px;
  font-size: 22px;
}

/* line 585, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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: 992px) {
  /* line 574, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .option-acordion-sprt {
    padding: 0;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  /* line 598, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .option-acordion-sprt h3 {
    margin-top: 30px;
    padding-left: 28px;
    font-size: 16px;
  }
  /* line 602, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .option-acordion-sprt h3::before {
    width: 22px;
    height: 22px;
  }
}

/* line 606, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp {
  max-width: 800px;
  margin: auto;
  padding-top: 80px;
}

/* line 611, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-bnr {
  margin-bottom: 50px;
}

/* line 615, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal .opt2-info-body {
  background: #fff;
}

/* line 618, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-headline {
  position: relative;
  font-size: 36px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-weight: bold;
}

/* line 625, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-headline::before {
  content: "";
  width: 10px;
  height: 100%;
  background: #0098fe;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 635, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-headline--2::before {
  background: #E6560A;
}

/* line 638, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-text {
  font-size: 25px;
  margin-bottom: 50px;
}

/* line 642, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-text > span {
  font-size: 18px;
  display: inline-block;
}

/* line 646, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal--text2 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* line 650, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}

/* line 656, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-table-title {
  font-size: 14px;
}

/* line 659, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-table th, .bl-5g-plan-sp-modal-table td {
  border: 1px solid #d1d1d1;
  padding: 10px;
  font-size: 15px;
}

/* line 667, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-table th {
  background: #f3f3f4;
  font-size: 13px;
}

/* line 672, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-table th p:not(:last-child) {
  margin-bottom: 1em;
}

/* line 675, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-table td {
  text-align: center;
}

/* line 678, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-table td span {
  color: #FF0000;
}

/* line 681, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-table--2 {
  text-align: left;
}

/* line 684, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-table--2 th, .bl-5g-plan-sp-modal-table--2 td {
  font-size: 20px;
}

/* line 688, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-note {
  font-size: 18px;
  margin-bottom: 30px;
}

/* line 692, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal--note2 {
  font-size: 17px;
  margin-bottom: 30px;
}

/* line 696, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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: .3s;
  transition: .3s;
}

/* line 697, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-btn-wrap {
  text-align: center;
}

/* line 713, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-btn:hover {
  opacity: .8;
  color: #fff;
}

/* line 717, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-accordion {
  text-decoration: underline;
  cursor: pointer;
}

/* line 721, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.bl-5g-plan-sp-modal-accordion-content {
  display: none;
}

@media (max-width: 767px) {
  /* line 725, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-plan-sp-bnr {
    margin-bottom: 30px;
  }
  /* line 729, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-plan-sp-modal .opt2-info-body {
    padding: 10px;
  }
  /* line 732, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-plan-sp-modal-headline {
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  /* line 737, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-plan-sp-modal-headline::before {
    width: 7px;
  }
  /* line 740, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-plan-sp-modal-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  /* line 744, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-plan-sp-modal-text > span {
    font-size: 12px;
  }
  /* line 747, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-plan-sp-modal-text2 {
    font-size: 10px;
    margin-bottom: 20px;
  }
  /* line 752, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-plan-sp-modal-table-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* line 756, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-plan-sp-modal-table th, .bl-5g-plan-sp-modal-table td {
    padding: 3px;
    font-size: 7px;
  }
  /* line 760, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-plan-sp-modal-table th span, .bl-5g-plan-sp-modal-table td span {
    font-size: 10px;
  }
  /* line 763, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-plan-sp-modal-table th {
    background: #f3f3f4;
  }
  /* line 767, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-plan-sp-modal-table th p:not(:last-child) {
    margin-bottom: 1em;
  }
  /* line 770, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-plan-sp-modal-table td {
    text-align: center;
  }
  /* line 774, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-plan-sp-modal-table--2 th, .bl-5g-plan-sp-modal-table--2 td {
    font-size: 9px;
  }
  /* line 776, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-plan-sp-modal-table--2 th span, .bl-5g-plan-sp-modal-table--2 td span {
    font-size: 9px;
  }
  /* line 779, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-plan-sp-modal-note {
    font-size: 8px;
    margin-bottom: 20px;
  }
  /* line 783, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .bl-5g-plan-sp-modal-note2 {
    font-size: 8px;
    margin-bottom: 20px;
  }
  /* line 787, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .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 795, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq {
  width: 800px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  padding: 80px 0;
}

/* line 802, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-h2 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 35px;
}

/* line 808, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-wrap {
  margin-bottom: 80px;
}

/* line 812, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-item:not(:last-child) {
  margin-bottom: 60px;
}

/* line 815, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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;
  position: relative;
  cursor: pointer;
  text-align: left;
}

/* line 825, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 836, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-head.is-open .sa-set-faq-icon::after {
  content: none;
}

/* line 839, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 846, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 856, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 868, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-content {
  display: none;
  padding: 30px 40px 0;
}

/* line 872, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-text {
  font-size: 27px;
  text-align: left;
  margin-bottom: 20px;
}

/* line 877, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-text2 {
  font-size: 18px;
  text-align: left;
  margin-top: 10px;
}

/* line 883, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-accordion-headline {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 890, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-accordion-item:not(:last-child) {
  margin-bottom: 80px;
}

/* line 893, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 902, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 913, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-accordion-head.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* line 916, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-accordion-content {
  padding: 30px 0px;
  display: none;
}

/* line 920, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-accordion-table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 923, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.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 928, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-accordion-table th {
  width: 42%;
  background: #eeeeee;
}

/* line 931, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-accordion-table td {
  font-weight: bold;
}

/* line 933, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-accordion-table td span {
  color: #ff0000;
}

/* line 936, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-accordion-text {
  text-align: left;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 942, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-accordion-img {
  margin-bottom: 20px;
  text-align: left;
}

/* line 946, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-accordion-note {
  text-align: left;
  font-size: 15px;
}

/* line 950, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-accordion-note2 {
  margin-top: 50px;
  text-align: left;
  font-size: 26px;
  font-weight: 500;
}

/* line 956, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-accordion-accordion {
  padding: 10px;
  border: 1px solid #e5e5e5;
}

/* line 959, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-accordion-accordion-head {
  cursor: pointer;
  font-size: 16px;
  text-align: center;
}

/* line 963, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-accordion-accordion-content {
  padding-top: 10px;
  display: none;
}

/* line 967, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-accordion2 {
  text-align: left;
  margin-top: 30px;
}

/* line 970, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-accordion2-head {
  font-size: 19px;
  cursor: pointer;
}

/* line 973, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-accordion2-content {
  font-size: 19px;
  display: none;
}

/* line 977, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
.sa-set-faq-btn {
  text-align: center;
}

@media (max-width: 767px) {
  /* line 795, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq {
    padding: 0px 0 40px;
  }
  /* line 983, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  /* line 987, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-wrap {
    margin-bottom: 50px;
  }
  /* line 991, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-item:not(:last-child) {
    margin-bottom: 30px;
  }
  /* line 994, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-head {
    font-size: 14px;
    height: 67px;
    padding: 10px 50px;
  }
  /* line 998, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-head::before {
    width: 20px;
    height: 23px;
    left: 20px;
  }
  /* line 1003, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-icon {
    width: 10px;
    height: 10px;
    right: 30px;
  }
  /* line 1007, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-icon::before {
    height: 2px;
  }
  /* line 1009, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-icon::after {
    width: 2px;
  }
  /* line 1012, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-content {
    display: none;
    padding: 15px 25px 0;
  }
  /* line 1016, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-text {
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* line 1020, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-text2 {
    font-size: 12px;
  }
  /* line 1024, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-accordion-headline {
    font-size: 21px;
    margin-bottom: 20px;
  }
  /* line 1029, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-accordion-item:not(:last-child) {
    margin-bottom: 30px;
  }
  /* line 1032, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-accordion-head {
    font-size: 22px;
    padding: 10px 20px;
  }
  /* line 1035, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-accordion-head::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #197CE6;
    border-right: 1px solid #197CE6;
    right: 30px;
  }
  /* line 1043, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-accordion-content {
    padding: 20px 0px;
    display: none;
  }
  /* line 1047, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-accordion-table {
    margin-bottom: 15px;
  }
  /* line 1049, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-accordion-table td, .sa-set-faq-accordion-table th {
    font-size: 10px;
    padding: 10px;
  }
  /* line 1053, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-accordion-text {
    font-size: 10px;
    margin-bottom: 10px;
  }
  /* line 1057, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-accordion-img {
    margin-bottom: 15px;
  }
  /* line 1060, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-accordion-note {
    font-size: 10px;
  }
  /* line 1063, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-accordion-note2 {
    margin-top: 30px;
    font-size: 10px;
  }
  /* line 1068, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-accordion-accordion-head {
    font-size: 12px;
  }
  /* line 1070, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-accordion-accordion-content {
    padding-top: 7px;
  }
  /* line 1073, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-accordion2 {
    margin-top: 20px;
  }
  /* line 1075, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-accordion2-head {
    font-size: 12px;
  }
  /* line 1077, app/assets/stylesheets/renewal_designs/object/component/_option.sass */
  .sa-set-faq-accordion2-content {
    font-size: 12px;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/object/component/_page-title.sass */
.c-page-title {
  position: relative;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
}

/* line 9, app/assets/stylesheets/renewal_designs/object/component/_page-title.sass */
.c-page-title--products {
  background-image: url(/assets/renewal_designs/bg-page-title-device-1abe391702b47392c6bc438105e3ee20131a306e4fa384596d0a54e8c0e83ef2.jpg);
  background-position: center;
}

@media (max-width: 767px) {
  /* line 9, app/assets/stylesheets/renewal_designs/object/component/_page-title.sass */
  .c-page-title--products {
    background-image: url(/assets/renewal_designs/bg-page-title-device-sp-5adbd279c2684a7bb05e92e109515c2a55e65d4193c3aa69d730f78cd7102c08.jpg);
  }
}

/* line 14, app/assets/stylesheets/renewal_designs/object/component/_page-title.sass */
.c-page-title__container {
  display: table;
  width: 100%;
  height: 320px;
  max-width: 100%;
}

@media (max-width: 991px) {
  /* line 14, app/assets/stylesheets/renewal_designs/object/component/_page-title.sass */
  .c-page-title__container {
    height: 220px;
  }
}

@media (max-width: 767px) {
  /* line 14, app/assets/stylesheets/renewal_designs/object/component/_page-title.sass */
  .c-page-title__container {
    height: 160px;
  }
}

/* line 23, app/assets/stylesheets/renewal_designs/object/component/_page-title.sass */
.c-page-title__inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* line 27, app/assets/stylesheets/renewal_designs/object/component/_page-title.sass */
.c-page-title__heading {
  font-size: 2.8571428571rem;
}

/* line 29, app/assets/stylesheets/renewal_designs/object/component/_page-title.sass */
.c-page-title__heading > span {
  font-size: 2.0714285714rem;
}

@media (max-width: 767px) {
  /* line 27, app/assets/stylesheets/renewal_designs/object/component/_page-title.sass */
  .c-page-title__heading {
    font-size: 1.7857142857rem;
  }
  /* line 33, app/assets/stylesheets/renewal_designs/object/component/_page-title.sass */
  .c-page-title__heading > span {
    font-size: 1.2142857143rem;
  }
}

/* line 35, app/assets/stylesheets/renewal_designs/object/component/_page-title.sass */
.c-page-title__explanation {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.7857142857rem;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/component/_section.sass */
.c-section {
  padding: 5rem 0;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/component/_section.sass */
  .c-section {
    padding: 2.5rem 0;
  }
}

/* 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;
}

/* line 2, app/assets/stylesheets/renewal_designs/object/component/_tab.sass */
.c-tab__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 4, app/assets/stylesheets/renewal_designs/object/component/_tab.sass */
.c-tab__items li {
  list-style: none;
}

/* line 7, app/assets/stylesheets/renewal_designs/object/component/_tab.sass */
.c-tab__item:hover {
  cursor: pointer;
}

/* line 10, app/assets/stylesheets/renewal_designs/object/component/_tab.sass */
.c-tab__panels > .c-tab__panel {
  display: none;
}

/* line 12, app/assets/stylesheets/renewal_designs/object/component/_tab.sass */
.c-tab__panels > .c-tab__panel.is-tab-active {
  display: block;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/component/_table.sass */
.c-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
}

/* line 6, app/assets/stylesheets/renewal_designs/object/component/_table.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 6, app/assets/stylesheets/renewal_designs/object/component/_table.sass */
  .c-table th, .c-table td {
    padding: .5rem;
  }
}

/* line 13, app/assets/stylesheets/renewal_designs/object/component/_table.sass */
.c-table th ul, .c-table td ul {
  padding-left: 1.4rem;
  margin: 0;
}

/* line 16, app/assets/stylesheets/renewal_designs/object/component/_table.sass */
.c-table caption {
  padding: .5rem;
  margin-bottom: 1rem;
}

/* line 21, app/assets/stylesheets/renewal_designs/object/component/_table.sass */
.c-table--bg-even tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* line 25, app/assets/stylesheets/renewal_designs/object/component/_table.sass */
.c-table--bg-odd tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* line 27, app/assets/stylesheets/renewal_designs/object/component/_table.sass */
.c-table--vertical-top {
  vertical-align: top;
}

/* line 29, app/assets/stylesheets/renewal_designs/object/component/_table.sass */
.c-table--vertical-top th, .c-table--vertical-top td {
  vertical-align: top;
}

/* line 32, app/assets/stylesheets/renewal_designs/object/component/_table.sass */
.c-table--th-nowrap th {
  width: 10%;
  white-space: nowrap;
}

/* line 36, app/assets/stylesheets/renewal_designs/object/component/_table.sass */
.c-table--th-bgcolor th {
  background-color: #f9f9f9;
}

@media (max-width: 767px) {
  /* line 40, app/assets/stylesheets/renewal_designs/object/component/_table.sass */
  .c-table--for-mobile th, .c-table--for-mobile td {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
}

/* line 44, app/assets/stylesheets/renewal_designs/object/component/_table.sass */
.c-table__scroll-wrap {
  overflow: auto;
}

/* line 46, app/assets/stylesheets/renewal_designs/object/component/_table.sass */
.c-table__scroll {
  position: relative;
  margin: 0 auto;
}

@media (max-width: 767px) {
  /* line 46, app/assets/stylesheets/renewal_designs/object/component/_table.sass */
  .c-table__scroll {
    width: 700px;
  }
}

/* line 2, app/assets/stylesheets/renewal_designs/object/component/_title.sass */
.c-title__section {
  margin-top: 0;
  margin-bottom: 3.5rem;
  font-size: 2.1428571429rem;
}

@media (max-width: 767px) {
  /* line 2, app/assets/stylesheets/renewal_designs/object/component/_title.sass */
  .c-title__section {
    margin-bottom: 1.75rem;
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}

/* line 10, app/assets/stylesheets/renewal_designs/object/component/_title.sass */
.c-title__sub {
  color: #1992eb;
  font-size: 1.5714285714rem;
}

@media (max-width: 767px) {
  /* line 10, app/assets/stylesheets/renewal_designs/object/component/_title.sass */
  .c-title__sub {
    font-size: 1.2142857143rem;
  }
}

/* line 16, app/assets/stylesheets/renewal_designs/object/component/_title.sass */
.c-title__line span {
  background-color: #F5F9FC;
  display: inline-block;
  padding: 20px 30px;
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__more-detail {
  position: relative;
  border: 1px solid #00afdd;
  padding: 1.5rem 1rem 1rem 1rem;
  margin: 2.5rem 0;
}

/* line 7, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__more-detail a {
  color: #888888;
  text-decoration: underline;
}

/* line 10, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__more-detail a:hover {
  color: #00afdd;
  text-decoration: none;
}

/* line 13, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__more-detail-icon {
  position: absolute;
  top: -11px;
  left: 14px;
}

/* line 17, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__table {
  width: 100%;
  table-layout: fixed;
}

/* line 20, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__table th, .p-about__table td {
  padding: 2rem;
}

@media (max-width: 991px) {
  /* line 20, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
  .p-about__table th, .p-about__table td {
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  /* line 20, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
  .p-about__table th, .p-about__table td {
    font-size: 0.8571428571rem;
  }
}

/* line 26, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__table td {
  padding: 2rem 1rem;
}

@media (max-width: 991px) {
  /* line 26, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
  .p-about__table td {
    padding: 1rem .6rem;
  }
}

/* line 31, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__table thead th {
  font-weight: 700;
  text-align: center;
  font-size: 1.5714285714rem;
}

@media (max-width: 767px) {
  /* line 31, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
  .p-about__table thead th {
    padding: 1rem .3rem;
    font-size: 1.2857142857rem;
  }
}

/* line 39, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__table tbody th {
  text-align: left;
  font-weight: 700;
  font-size: 1.1428571429rem;
}

@media (max-width: 767px) {
  /* line 39, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
  .p-about__table tbody th {
    font-size: 0.8571428571rem;
  }
}

/* line 45, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__table-kashimo {
  position: absolute;
  top: 0;
  left: 20%;
  bottom: 0;
  border: 3px solid #00afdd;
  width: 20%;
  -webkit-box-shadow: 0 10px 10px rgba(142, 142, 142, 0.5);
          box-shadow: 0 10px 10px rgba(142, 142, 142, 0.5);
}

/* line 53, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__price {
  text-align: center;
  font-weight: 700;
}

@media (max-width: 767px) {
  /* line 53, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
  .p-about__price {
    font-size: 0.8571428571rem;
  }
}

/* line 58, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__price span {
  font-family: "Roboto", sans-serif;
  font-size: 1.2857142857rem;
}

@media (max-width: 767px) {
  /* line 58, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
  .p-about__price span {
    font-size: 1.1428571429rem;
  }
}

/* line 63, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__price-kashimo {
  text-align: center;
  font-weight: 700;
  color: #1992eb;
  font-size: 1.2857142857rem;
}

@media (max-width: 767px) {
  /* line 63, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
  .p-about__price-kashimo {
    font-size: 0.8571428571rem;
  }
}

/* line 70, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__price-kashimo span {
  font-family: "Roboto", sans-serif;
  font-size: 1.8571428571rem;
}

@media (max-width: 767px) {
  /* line 70, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
  .p-about__price-kashimo span {
    font-size: 1.4285714286rem;
  }
}

/* line 75, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__cashback {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 3.6rem;
}

@media (max-width: 767px) {
  /* line 75, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
  .p-about__cashback {
    padding: 2rem;
  }
}

/* line 81, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__reason-title {
  margin-top: 0;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1992eb;
  text-align: left;
}

/* line 88, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__reason-num {
  font-family: "Roboto", sans-serif;
  display: block;
  border-radius: 50%;
  background-color: #1992eb;
  color: #ffffff;
  margin-right: 1rem;
  text-align: center;
  width: 62px;
  height: 62px;
  line-height: 62px;
  font-size: 2.1428571429rem;
}

@media (max-width: 767px) {
  /* line 88, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
  .p-about__reason-num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.8571428571rem;
  }
}

/* line 105, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__reason-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 107, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__reason-figure {
  max-width: 440px;
  display: inline-block;
}

/* line 110, app/assets/stylesheets/renewal_designs/object/project/_about.sass */
.p-about__reason-figcaption {
  margin-top: 1rem;
  color: #888888;
  font-size: 0.7142857143rem;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_area-check.sass */
.p-area-check {
  position: relative;
}

/* line 3, app/assets/stylesheets/renewal_designs/object/project/_area-check.sass */
.p-area-check::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #f5f9fc;
}

@media (max-width: 767px) {
  /* line 15, app/assets/stylesheets/renewal_designs/object/project/_area-check.sass */
  .p-area-check__step-arrow {
    margin-bottom: 60px;
  }
}

/* line 18, app/assets/stylesheets/renewal_designs/object/project/_area-check.sass */
.p-area-check__step-arrow::after {
  content: "";
  display: block;
  width: 9px;
  height: 16px;
  background: url(/assets/renewal_designs/icon-arrow-right-brand-color-e639a6dba17a586d64051cfb4aa92b7f18d3fa8693765fa83167828575ace2ca.svg) left top/cover;
  position: absolute;
  top: 132px;
  right: -6px;
}

@media (max-width: 767px) {
  /* line 18, app/assets/stylesheets/renewal_designs/object/project/_area-check.sass */
  .p-area-check__step-arrow::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -15px;
    margin-left: -4px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/* line 34, app/assets/stylesheets/renewal_designs/object/project/_area-check.sass */
.p-area-check__figure-wrap {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  padding: 1.5rem;
}

@media (max-width: 767px) {
  /* line 34, app/assets/stylesheets/renewal_designs/object/project/_area-check.sass */
  .p-area-check__figure-wrap {
    padding: 1.5rem .8rem .8rem .8rem;
  }
}

/* line 42, app/assets/stylesheets/renewal_designs/object/project/_area-check.sass */
.p-area-check__step-wrap {
  position: absolute;
  top: -30px;
  left: 20px;
  z-index: 2;
}

@media (max-width: 767px) {
  /* line 42, app/assets/stylesheets/renewal_designs/object/project/_area-check.sass */
  .p-area-check__step-wrap {
    top: -25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
  }
}

/* line 53, app/assets/stylesheets/renewal_designs/object/project/_area-check.sass */
.p-area-check__step {
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #00afdd;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.7142857143rem;
}

@media (max-width: 767px) {
  /* line 53, app/assets/stylesheets/renewal_designs/object/project/_area-check.sass */
  .p-area-check__step {
    width: 50px;
    height: 50px;
  }
}

/* line 69, app/assets/stylesheets/renewal_designs/object/project/_area-check.sass */
.p-area-check__step span {
  display: block;
  font-size: 1.8571428571rem;
}

/* line 72, app/assets/stylesheets/renewal_designs/object/project/_area-check.sass */
.p-area-check__fuji-copyright-wrap {
  position: relative;
}

/* line 74, app/assets/stylesheets/renewal_designs/object/project/_area-check.sass */
.p-area-check__fuji-copyright {
  position: absolute;
  top: -260px;
  right: -15px;
  z-index: 1;
}

@media (max-width: 991px) {
  /* line 74, app/assets/stylesheets/renewal_designs/object/project/_area-check.sass */
  .p-area-check__fuji-copyright {
    top: -172px;
  }
  /* line 81, app/assets/stylesheets/renewal_designs/object/project/_area-check.sass */
  .p-area-check__fuji-copyright img {
    width: 270px;
  }
}

@media (max-width: 767px) {
  /* line 74, app/assets/stylesheets/renewal_designs/object/project/_area-check.sass */
  .p-area-check__fuji-copyright {
    top: -78px;
    right: 0;
  }
  /* line 86, app/assets/stylesheets/renewal_designs/object/project/_area-check.sass */
  .p-area-check__fuji-copyright img {
    width: 124px;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.p-area-map {
  width: 720px;
  margin: 0 auto 2rem auto;
}

/* line 4, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.p-area-map iframe {
  border: 0;
}

/* line 6, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.p-area-map__info {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #d4dce7;
  padding: 3rem;
}

@media (max-width: 767px) {
  /* line 6, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  .p-area-map__info {
    padding: 1.5rem;
  }
}

@font-face {
  font-weight: normal;
  font-style: normal;
  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");
}

/* line 20, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
h2.section-head {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
}

/* line 27, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
h2.section-head span {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 4px solid #0099ff;
}

/* line 33, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
section.section-area {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 37, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
section.section-area .iframe-block {
  display: none;
  margin-right: auto;
  margin-left: auto;
  width: 720px;
}

/* line 43, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
section.section-area iframe {
  border: 0;
}

/* line 46, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
section.section-area .cf-block {
  margin-top: 20px;
  font-size: 10px;
  font-size: 1rem;
}

/* line 51, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
section.section-area .button-block {
  text-align: center;
}

/* line 54, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
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: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
}

/* line 67, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
section.section-area .button-block a.button-area:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

/* line 71, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
section.section-area .button-block a.button-area:after {
  margin-left: 5px;
  content: "\e905";
  vertical-align: middle;
  font-family: "iconfont";
}

/* line 77, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
section.section-area .button-block p {
  margin-top: 20px;
  color: #043786;
}

/* line 81, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
section.section-area .button-block p span:before {
  margin-right: 5px;
  content: "\e908";
  font-family: "iconfont";
}

@media (min-width: 600px) {
  /* line 87, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  h2.section-head {
    margin-bottom: 40px;
    font-size: 3.5rem;
  }
  /* line 91, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  h2.section-head span {
    border-bottom: 6px solid #0099ff;
  }
  /* line 95, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  section.section-area .iframe-block {
    display: block;
  }
  /* line 98, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  section.section-area .button-block {
    display: none;
  }
}

@media (min-width: 960px) {
  /* line 102, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  section.section-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* line 106, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  section.section-area .cf-block {
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    font-size: 1.6rem;
  }
}

/* line 113, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-wrap {
  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: 600px) {
  /* line 113, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  .section-area-wrap {
    margin-bottom: 30px;
  }
}

/* line 121, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-h3 {
  font-size: 39px;
  padding: 10px;
  margin: 0 auto 30px;
  text-align: center;
  color: #1992EB;
}

@media (max-width: 600px) {
  /* line 121, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  .section-area-h3 {
    font-size: 17px;
    margin-bottom: 30px;
  }
}

/* line 131, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-lead {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 600px) {
  /* line 131, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  .section-area-lead {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/* line 140, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area .iframe-block {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width: 800px;
  width: 100%;
}

/* line 146, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area .iframe-block iframe {
  border: 0;
  width: 720px;
  max-width: 100%;
  height: 700px;
}

@media (max-width: 600px) {
  /* line 146, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  .section-area .iframe-block iframe {
    height: 500px;
  }
}

/* line 154, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-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 159, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-item {
  width: 45%;
}

/* line 162, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-square {
  width: 31px;
  height: 31px;
  margin: 5px 14px 5px 0;
  display: inline-block;
  vertical-align: middle;
}

/* line 169, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-square--red {
  background: #fd8b8f;
}

/* line 172, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-square--orange {
  background: #FEC76D;
}

/* line 175, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-square--yellow {
  background: #FFEF81;
}

@media (max-width: 600px) {
  /* line 162, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  .section-area-square {
    width: 20px;
    height: 20px;
    margin: 4px 7px 4px 0;
  }
}

/* line 186, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-img {
  margin-bottom: 20px;
}

/* line 189, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-img2 {
  position: relative;
}

/* line 192, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-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: -62px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 600px) {
  /* line 186, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  .section-area-img {
    margin-bottom: 10px;
  }
  /* line 206, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  .section-area-img2::before {
    width: 20px;
    height: 15px;
    left: -27px;
  }
}

/* line 211, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-text1 {
  font-size: 28px;
  text-align: left;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 30px;
}

@media (max-width: 600px) {
  /* line 211, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  .section-area-text1 {
    font-size: 14px;
    margin: 0 auto 15px;
  }
}

/* line 222, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-text2 {
  font-size: 23px;
  text-align: left;
  width: 90%;
  margin: 0 auto 30px;
  line-height: 1.8;
}

@media (max-width: 600px) {
  /* line 222, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  .section-area-text2 {
    font-size: 12px;
    margin: 0 auto 15px;
  }
}

/* line 233, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-note {
  font-size: 18px;
}

@media (max-width: 600px) {
  /* line 233, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  .section-area-note {
    font-size: 12px;
  }
}

/* line 237, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-frame {
  background: #eef9ff;
  padding: 20px;
  max-width: 800px;
  margin: auto;
  margin-bottom: 20px;
}

/* line 243, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-frame-title {
  font-weight: bold;
  font-size: 43px;
  text-align: center;
}

/* line 247, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-frame-img {
  text-align: center;
  margin-bottom: 10px;
}

/* line 250, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-frame-text {
  font-size: 34px;
}

@media (max-width: 600px) {
  /* line 237, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  .section-area-frame {
    padding: 10px;
  }
  /* line 254, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  .section-area-frame-title {
    font-size: 19px;
  }
  /* line 257, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  .section-area-frame-img img {
    width: 240px;
  }
  /* line 259, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  .section-area-frame-text {
    font-size: 15px;
  }
}

/* line 261, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-note2 {
  width: 800px;
  max-width: 100%;
  margin: auto;
  font-size: 18px;
}

@media (max-width: 600px) {
  /* line 261, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  .section-area-note2 {
    font-size: 12px;
  }
}

/* line 268, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
.section-area-note3 {
  margin: auto;
  font-size: 18px;
}

@media (max-width: 600px) {
  /* line 268, app/assets/stylesheets/renewal_designs/object/project/_area-map.sass */
  .section-area-note3 {
    font-size: 12px;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_bnr-products.sass */
.p-bnr-products {
  border: 6px solid #00afdd;
  border-radius: 5px;
  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 6, app/assets/stylesheets/renewal_designs/object/project/_bnr-products.sass */
.p-bnr-products img {
  max-width: none;
  width: 100%;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_bnr-voice.sass */
.p-bnr-voice {
  border: 6px solid #ffc60b;
  border-radius: 5px;
  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 6, app/assets/stylesheets/renewal_designs/object/project/_bnr-voice.sass */
.p-bnr-voice img {
  max-width: none;
  width: 100%;
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-archive__container {
  width: 1130px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 8, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-archive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

/* line 11, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-archive__item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

/* line 17, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-archive__img {
  width: 49%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 20, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-archive__img img {
  width: 100%;
  height: auto;
}

/* line 25, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-archive__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 28, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-archive__headline {
  font-size: 28px;
  font-weight: bold;
  color: #1992eb;
  margin: 0 0 10px;
}

/* line 34, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-archive__text {
  font-size: 20px;
  margin: 0 0 20px;
}

/* line 38, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-archive__btn {
  text-align: center;
}

/* line 40, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-archive__btn a {
  display: inline-block;
  width: 300px;
  height: 46px;
  line-height: 46px;
  background: #3E4549;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  -webkit-box-shadow: 0 3px 5px rgba(68, 68, 68, 0.3);
          box-shadow: 0 3px 5px rgba(68, 68, 68, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 53, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-archive__btn a:hover {
  background: #2E3336;
}

/* line 58, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-archive__period {
  font-size: 14px;
  background: #F3F3F4;
  margin-bottom: 10px;
  padding: 3px 20px;
}

@media (max-width: 768px) {
  /* line 65, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-archive__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  /* line 68, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-archive__item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
  }
  /* line 74, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-archive__img {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  /* line 80, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-archive__headline {
    font-size: 18px;
    margin: 0 0 10px;
  }
  /* line 84, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-archive__text {
    font-size: 15px;
    margin: 0 0 20px;
  }
  /* line 88, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-archive__period {
    font-size: 13px;
    padding: 3px 10px;
  }
  /* line 93, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-archive__btn a {
    width: 100%;
  }
}

/* line 101, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__container {
  width: 1130px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 107, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__head {
  width: 760px;
  max-width: 100%;
  margin: 0 auto 80px;
}

/* line 111, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__head-text {
  font-size: 12px;
  line-height: 1.5;
  color: #888;
  font-weight: 500;
  padding: 20px 20px;
  border-bottom: 1px solid #D1D1D1;
}

/* line 121, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__item:not(:last-child) {
  margin-bottom: 80px;
}

/* line 125, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__headline {
  font-size: 30px;
  font-weight: bold;
  color: #1992eb;
  padding-left: 20px;
  border-left: 8px solid #1992eb;
  margin: 0 0 20px;
  line-height: 1.2;
}

/* line 134, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__text {
  font-size: 20px;
  margin: 0px;
  padding-left: 20px;
  font-weight: 500;
}

/* line 139, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__text > span {
  color: #1992eb;
  font-weight: bold;
}

/* line 145, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__list {
  font-size: 20px;
  margin: 0;
}

/* line 149, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__list2 {
  font-size: 15px;
  margin: 0;
  color: #888;
}

/* line 154, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__flow {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 158, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__flow-item {
  background: #EEF9FF;
  border-radius: 12px;
  border: 4px solid #1992eb;
  padding: 20px 20px 40px;
}

/* line 163, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__flow-item:not(:last-child) {
  margin-bottom: 90px;
  position: relative;
}

/* line 166, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__flow-item:not(:last-child)::after {
  content: "";
  background: url(/assets/renewal_designs/arrow-919a0d7c2f1fcb48d35a9ea1b628eb270b47093aa8317b41f9e9ce5285245a29.svg) no-repeat left top/contain;
  width: 70px;
  height: 48px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% + 20px);
}

/* line 179, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__flow-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

/* line 185, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__flow-step {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 32px;
  font-weight: bold;
  color: #1992eb;
  width: 68px;
  height: 68px;
  background: #1992eb;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  display: grid;
  place-items: center;
}

/* line 199, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__flow-step > span > span {
  font-size: 12px;
  font-weight: 500;
  display: block;
}

/* line 205, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__flow-title {
  font-size: 28px;
  font-weight: bold;
}

/* line 209, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__flow-text {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 15px;
  font-weight: 500;
}

/* line 214, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__flow-text > span {
  color: #888888;
}

/* line 218, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__flow-note {
  font-size: 12px;
  color: #888;
  margin: 0 0 20px;
}

/* line 223, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__flow-btn {
  text-align: center;
}

/* line 225, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__flow-btn a {
  display: inline-block;
  width: 360px;
  background: #FF7682;
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  line-height: 1.2;
  padding: 20px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 238, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__flow-btn a:hover {
  background-color: #ff4353;
}

/* line 242, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__flow-btn--line {
  margin-bottom: 15px;
}

/* line 244, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__flow-btn--line a {
  background: #00B900;
}

/* line 246, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__flow-btn--line a:hover {
  background-color: #009900;
}

/* line 252, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__flow-img {
  margin: 0 auto 20px;
  text-align: center;
}

/* line 257, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__frame {
  background: #F5F9FC;
  border-radius: 12px;
  padding: 20px 20px 42px;
  margin-top: 15px;
}

/* line 262, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__frame-headline {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #1992eb;
}

/* line 268, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
.p-campaign-detail__frame-list {
  font-size: 20px;
  margin: 0;
}

@media (max-width: 768px) {
  /* line 276, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__head {
    margin: 0 auto 50px;
  }
  /* line 278, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__head-text {
    font-size: 10px;
    padding: 15px 15px;
  }
  /* line 284, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__item:not(:last-child) {
    margin-bottom: 50px;
  }
  /* line 288, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__headline {
    font-size: 18px;
    padding-left: 15px;
    margin: 0 0 20px;
    border-left: 4px solid #1992eb;
  }
  /* line 294, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__text {
    font-size: 15px;
    padding-left: 15px;
  }
  /* line 298, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__list {
    font-size: 15px;
  }
  /* line 301, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__list2 {
    font-size: 15px;
  }
  /* line 305, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__flow-item {
    padding: 15px 15px 30px;
    border-width: 2px;
  }
  /* line 308, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__flow-item:not(:last-child) {
    margin-bottom: 90px;
  }
  /* line 314, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__flow-head {
    gap: 15px;
    margin-bottom: 20px;
  }
  /* line 318, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__flow-step {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
  /* line 322, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__flow-step > span > span {
    font-size: 7px;
  }
  /* line 326, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__flow-title {
    font-size: 17px;
  }
  /* line 329, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__flow-text {
    font-size: 15px;
    margin: 0 0 15px;
  }
  /* line 335, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__flow-note {
    font-size: 10px;
    margin: 0 0 20px;
  }
  /* line 340, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__flow-btn a {
    display: inline-block;
    width: 220px;
    font-size: 15px;
    padding: 15px 10px;
  }
  /* line 347, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__flow-img {
    margin: 0 auto 20px;
    text-align: center;
  }
  /* line 352, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__frame {
    padding: 20px 20px 20px;
    margin-top: 15px;
  }
  /* line 357, app/assets/stylesheets/renewal_designs/object/project/_campaign.scss */
  .p-campaign-detail__frame-list {
    font-size: 15px;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_column.sass */
.p-column {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 4, app/assets/stylesheets/renewal_designs/object/project/_column.sass */
.p-column__container {
  max-width: 1100px;
  margin: 0 auto;
}

/* line 7, app/assets/stylesheets/renewal_designs/object/project/_column.sass */
.p-column__headline {
  margin-bottom: 2rem;
  font-size: 30px;
  text-align: center;
}

/* line 11, app/assets/stylesheets/renewal_designs/object/project/_column.sass */
.p-column__headline > span {
  font-size: 25px;
}

/* line 13, app/assets/stylesheets/renewal_designs/object/project/_column.sass */
.p-column__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

/* line 17, app/assets/stylesheets/renewal_designs/object/project/_column.sass */
.p-column__item {
  max-width: calc(33.333% - 20px);
  padding: 15px 20px;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 24, app/assets/stylesheets/renewal_designs/object/project/_column.sass */
.p-column__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  padding-top: 3px;
}

/* line 28, app/assets/stylesheets/renewal_designs/object/project/_column.sass */
.p-column__text {
  font-size: 11px;
  line-height: 2;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* line 33, app/assets/stylesheets/renewal_designs/object/project/_column.sass */
.p-column__btn {
  margin-top: 2rem;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 38, app/assets/stylesheets/renewal_designs/object/project/_column.sass */
  .p-column__headline {
    margin-bottom: 2rem;
    font-size: 21px;
  }
  /* line 41, app/assets/stylesheets/renewal_designs/object/project/_column.sass */
  .p-column__headline > span {
    font-size: 14px;
  }
  /* line 43, app/assets/stylesheets/renewal_designs/object/project/_column.sass */
  .p-column__wrap {
    gap: 10px;
  }
  /* line 45, app/assets/stylesheets/renewal_designs/object/project/_column.sass */
  .p-column__item {
    max-width: 100%;
    padding: 7px 10px;
  }
  /* line 48, app/assets/stylesheets/renewal_designs/object/project/_column.sass */
  .p-column__img {
    width: 28%;
    margin-right: 7px;
    padding-top: 3px;
  }
  /* line 52, app/assets/stylesheets/renewal_designs/object/project/_column.sass */
  .p-column__img img {
    vertical-align: top;
  }
  /* line 54, app/assets/stylesheets/renewal_designs/object/project/_column.sass */
  .p-column__text {
    font-size: 10px;
    line-height: 1.8;
  }
  /* line 57, app/assets/stylesheets/renewal_designs/object/project/_column.sass */
  .p-column__btn {
    margin-top: 1rem;
  }
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_company.sass */
.p-company__table th {
  width: 20%;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/renewal_designs/object/project/_company.sass */
  .p-company__title {
    margin-top: 0;
  }
}

/* line 9, app/assets/stylesheets/renewal_designs/object/project/_company.sass */
.p-company__name {
  font-weight: bold;
}

/* line 12, app/assets/stylesheets/renewal_designs/object/project/_company.sass */
.p-company-add {
  position: relative;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  /* line 12, app/assets/stylesheets/renewal_designs/object/project/_company.sass */
  .p-company-add {
    margin-bottom: 0;
  }
}

/* line 18, app/assets/stylesheets/renewal_designs/object/project/_company.sass */
.p-company-add__logo {
  position: absolute;
  bottom: -2rem;
  left: 1rem;
  z-index: 1;
  padding: .3rem;
  width: 120px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
.p-contactform-label {
  margin-bottom: .8rem;
  line-height: 1;
  font-size: 1.1428571429rem;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
  .p-contactform-label {
    margin-bottom: 0;
  }
}

/* line 8, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
.p-contactform-error__title {
  margin-top: 1rem;
}

/* line 13, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
.p-contactform__headline {
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 15px 10px;
}

/* line 18, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
.p-contactform__headline--1 {
  background: #1991e9;
  margin-bottom: 30px;
}

/* line 21, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
.p-contactform__headline--2 {
  background: #00BDE4;
  margin-bottom: 50px;
}

/* line 24, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
.p-contactform__text {
  font-size: 19px;
  text-align: center;
}

/* line 27, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
.p-contactform__text2 {
  font-size: 17px;
  text-align: center;
}

/* line 30, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
.p-contactform-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 33, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
.p-contactform-radio__item input[type="radio"] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 5px;
}

/* line 36, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
.p-contactform-radio__item:not(:last-child) {
  margin-right: 50px;
}

/* line 39, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
.p-contactform-btn {
  width: 800px;
  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 46, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
.p-contactform-btn-item {
  width: 48%;
}

@media (max-width: 767px) {
  /* line 49, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
  .p-contactform__headline {
    font-size: 19px;
    padding: 13px 10px;
  }
  /* line 53, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
  .p-contactform__headline--2 {
    margin-bottom: 30px;
  }
  /* line 55, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
  .p-contactform__text {
    font-size: 15px;
  }
  /* line 57, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
  .p-contactform__text2 {
    font-size: 14px;
  }
  /* line 59, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
  .p-contactform-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 61, app/assets/stylesheets/renewal_designs/object/project/_contactform.sass */
  .p-contactform-btn-item {
    width: 90%;
    margin-bottom: 20px;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_cta.sass */
.p-cta {
  padding: 0;
  background-color: #00afdd;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/project/_cta.sass */
  .p-cta {
    padding: 2.5rem 0 1rem;
  }
}

/* line 6, app/assets/stylesheets/renewal_designs/object/project/_cta.sass */
.p-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  /* line 6, app/assets/stylesheets/renewal_designs/object/project/_cta.sass */
  .p-cta__inner {
    display: block;
  }
}

/* line 11, app/assets/stylesheets/renewal_designs/object/project/_cta.sass */
.p-cta__btn-area {
  padding-left: .6rem;
}

@media (max-width: 767px) {
  /* line 11, app/assets/stylesheets/renewal_designs/object/project/_cta.sass */
  .p-cta__btn-area {
    padding: 0;
    text-align: center;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail {
  border-bottom: 1px solid #d1d1d1;
}

/* line 4, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__reservation picture {
  display: block;
  width: 150px;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  /* line 4, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__reservation picture {
    width: 92px;
    margin-bottom: 20px;
  }
}

/* line 11, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__name {
  font-family: "Roboto", sans-serif;
  letter-spacing: .1em;
  line-height: 1.1;
  color: #000000;
  font-size: 2.1428571429rem;
}

@media (max-width: 991px) {
  /* line 11, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__name {
    font-size: 1.8571428571rem;
  }
}

@media (max-width: 767px) {
  /* line 11, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__name {
    text-align: center;
  }
}

/* line 21, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__name span {
  display: block;
  font-size: 3.5714285714rem;
}

@media (max-width: 991px) {
  /* line 21, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__name span {
    font-size: 2.8571428571rem;
  }
}

@media (max-width: 767px) {
  /* line 21, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__name span {
    display: inline-block;
    margin: 0 .2rem;
    font-size: 1.8571428571rem;
  }
}

/* line 30, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__new {
  vertical-align: middle;
}

@media (max-width: 767px) {
  /* line 30, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__new {
    width: 40px;
  }
}

/* line 34, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  /* line 34, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__meta {
    font-size: 0.8571428571rem;
  }
}

/* line 40, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__meta > [class*="p-detail__meta"] {
  width: 46%;
  margin: 0 2%;
  padding: 1rem 0;
  border-bottom: 1px solid #d1d1d1;
}

/* line 45, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__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 49, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__meta-area > p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 51, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__meta-arealogo {
  display: inline-block;
  margin: 0.15rem 0rem;
}

/* line 54, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__meta-arealogo-text {
  display: inline-block;
  width: 100px;
  height: 25px;
  line-height: 21px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #FF0000;
  text-align: center;
}

/* line 63, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__meta-arealogo-text--docomo {
  border-color: #FF0000;
  color: #FF0000;
}

/* line 66, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__meta-arealogo-text--softbank {
  border-color: #000000;
  color: #000000;
}

@media (max-width: 991px) {
  /* line 51, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__meta-arealogo {
    width: 80px;
  }
  /* line 71, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__meta-arealogo-text {
    width: 80px;
    height: 20px;
    line-height: 16px;
    font-size: 12px;
  }
}

/* line 77, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__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 85, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 91, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order > p {
  margin: 0px 0 15px;
}

/* line 93, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order .c-btn {
  width: 100%;
  margin: 0;
  padding-left: .5rem;
  padding-right: .5rem;
}

/* line 98, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-info {
  width: 48%;
  background-color: #f5f9fc;
  color: #00afdd;
  font-weight: bold;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 1.1428571429rem;
}

@media (max-width: 991px) {
  /* line 98, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-info {
    padding: 0 1rem;
    font-size: 1rem;
  }
}

/* line 109, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-info span {
  font-size: 1.7142857143rem;
}

@media (max-width: 991px) {
  /* line 109, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-info span {
    font-size: 1.4285714286rem;
  }
}

/* line 113, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-info--fee1 {
  text-align: center;
  padding: 6px 10px;
  font-size: 1rem;
}

@media (max-width: 991px) {
  /* line 113, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-info--fee1 {
    font-size: 0.9285714286rem;
  }
}

/* line 119, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-info--fee1 span {
  font-size: 1.5714285714rem;
}

@media (max-width: 991px) {
  /* line 119, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-info--fee1 span {
    font-size: 1.4285714286rem;
  }
}

/* line 123, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-info--stock {
  text-align: center;
  padding: 12px 20px;
  font-size: 1.2142857143rem;
}

@media (max-width: 991px) {
  /* line 123, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-info--stock {
    font-size: 1.1428571429rem;
  }
}

/* line 129, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-info--fee2 {
  font-size: 0.9285714286rem;
  padding: 2px 15px;
}

@media (max-width: 991px) {
  /* line 129, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-info--fee2 {
    font-size: 0.7857142857rem;
  }
}

/* line 134, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-info--fee2 span {
  font-size: 1.0714285714rem;
}

@media (max-width: 991px) {
  /* line 134, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-info--fee2 span {
    font-size: 1rem;
  }
}

/* line 138, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-info--fee2 small {
  font-size: 0.7857142857rem;
}

@media (max-width: 991px) {
  /* line 138, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-info--fee2 small {
    font-size: 0.7142857143rem;
  }
}

/* line 143, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-free {
  background-color: #f5f9fc;
  color: #00afdd;
  font-weight: bold;
  white-space: nowrap;
  line-height: 45px;
  padding: 0 2rem;
  border-radius: 3px;
  font-size: 1.1428571429rem;
}

@media (max-width: 991px) {
  /* line 143, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-free {
    padding: 0 1rem;
    font-size: 1rem;
  }
}

/* line 155, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-free span {
  font-size: 1.7142857143rem;
}

@media (max-width: 991px) {
  /* line 155, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-free span {
    font-size: 1.4285714286rem;
  }
}

/* line 159, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-btn {
  width: 48%;
}

/* line 162, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__custom-btn {
  margin-top: 3rem;
}

/* line 166, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail-feature__note {
  margin-top: 50px;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 2rem;
}

/* line 171, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail-feature__area {
  display: none;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.p-device-comparison {
  display: none;
}

/* line 3, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.p-device-comparison__table {
  table-layout: fixed;
}

/* line 5, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.p-device-comparison__table th {
  width: 14.5%;
  text-align: left;
  font-size: 1.1428571429rem;
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
  .p-device-comparison__table th {
    font-size: 1rem;
  }
}

/* line 11, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.p-device-comparison__table tr {
  text-align: center;
}

@media (max-width: 767px) {
  /* line 11, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
  .p-device-comparison__table tr {
    font-size: 0.8571428571rem;
  }
}

/* line 16, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.p-device-comparison__table thead td {
  padding: 0.5rem;
}

/* line 18, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.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 24, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.p-device-comparison__table--2year {
  border-left: none !important;
}

/* line 26, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.p-device-comparison__thumb {
  padding-top: 1.4rem;
}

/* line 28, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.p-device-comparison__thumb img {
  width: 145px;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 32, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.p-device-comparison__name {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: .1em;
  font-size: 0.8571428571rem;
}

/* line 37, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.p-device-comparison__name span {
  display: block;
  font-size: 1.5714285714rem;
}

/* line 40, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.p-device-comparison__btn {
  margin-top: auto;
}

/* line 42, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.p-device-comparison .c-btn {
  font-size: 0.8571428571rem;
}

/* line 44, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.p-device-comparison .c-table__scroll {
  width: initial;
}

/* line 45, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.p-device-comparison .c-table__scroll--max100 {
  width: 100%;
}

@media (max-width: 767px) {
  /* line 44, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
  .p-device-comparison .c-table__scroll {
    width: 500px;
  }
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_device-feature.sass */
.p-device-feature__row {
  margin: 0 -10px;
}

/* line 4, app/assets/stylesheets/renewal_designs/object/project/_device-feature.sass */
.p-device-feature__row > [class*="col-"] {
  padding: 0 10px;
}

@media (max-width: 767px) {
  /* line 4, app/assets/stylesheets/renewal_designs/object/project/_device-feature.sass */
  .p-device-feature__row > [class*="col-"] {
    margin-bottom: 2.5rem;
  }
}

/* line 9, app/assets/stylesheets/renewal_designs/object/project/_device-feature.sass */
.p-device-feature__table td {
  word-break: break-all;
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_device-list.sass */
.p-device-list__title {
  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;
  font-size: 2rem;
}

@media (max-width: 767px) {
  /* line 2, app/assets/stylesheets/renewal_designs/object/project/_device-list.sass */
  .p-device-list__title {
    font-size: 1.2857142857rem;
  }
}

/* line 10, app/assets/stylesheets/renewal_designs/object/project/_device-list.sass */
.p-device-list__title-icon img {
  width: 58px;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  /* line 10, app/assets/stylesheets/renewal_designs/object/project/_device-list.sass */
  .p-device-list__title-icon img {
    width: 38px;
    margin-right: .5rem;
  }
}

/* line 17, app/assets/stylesheets/renewal_designs/object/project/_device-list.sass */
.p-device-list__title-icon--5G img {
  width: 51px;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  /* line 17, app/assets/stylesheets/renewal_designs/object/project/_device-list.sass */
  .p-device-list__title-icon--5G img {
    width: 38px;
    margin-right: .5rem;
  }
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider-wrap {
  position: relative;
}

/* line 4, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider-circle {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 1;
}

@media (min-width: 769px) {
  /* line 4, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
  .p-device-slider-circle {
    display: none;
  }
}

/* line 12, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider-circle-text {
  width: 53px;
  height: 53px;
  padding: 5px;
  border-radius: 50%;
  background: #1992eb;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

/* line 22, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider figure {
  text-align: center;
}

/* line 24, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider figure img {
  display: inline-block;
}

/* line 27, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider__nav figure {
  border: 1px solid #d1d1d1;
  width: 60px;
  height: 60px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
}

@media (max-width: 575px) {
  /* line 27, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
  .p-device-slider__nav figure {
    width: 45px;
    height: 45px;
  }
}

/* line 37, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider__nav figure.slick-current {
  border-color: #00afdd;
}

/* line 39, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider__nav-wrap {
  width: 270px;
}

@media (max-width: 575px) {
  /* line 39, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
  .p-device-slider__nav-wrap {
    width: 210px;
  }
}

/* line 43, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider__colors {
  margin: 0;
  padding: 0 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 47, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider__colors li {
  margin: .2rem;
  padding: 0;
  list-style: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
}

/* line 56, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider__colors li .c-device-color {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}

/* line 62, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider__colors li.is-gallery-active {
  border-color: #00afdd;
}

/* line 64, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider__control {
  margin-top: 2rem;
  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 69, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider__arrow {
  color: transparent;
  width: 30px;
  height: 30px;
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  text-align: center;
}

/* line 78, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider__arrow::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  margin-top: 7px;
  background: url(/assets/renewal_designs/icon-arrow-right-brand-color-e639a6dba17a586d64051cfb4aa92b7f18d3fa8693765fa83167828575ace2ca.svg) left top/cover;
}

/* line 85, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider__arrow--prev {
  left: 0px;
}

/* line 87, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider__arrow--prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 89, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider__arrow--next {
  right: 0px;
}

/* line 91, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 94, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider-wrap[data-color="color_01"] figure img:not(:nth-of-type(1)), .p-device-slider-wrap[data-color="color_01"] .p-device-slider__nav figure img:not(:nth-of-type(1)) {
  display: none;
}

/* line 96, app/assets/stylesheets/renewal_designs/object/project/_device-slider.sass */
.p-device-slider-wrap[data-color="color_02"] figure img:not(:nth-of-type(2)), .p-device-slider-wrap[data-color="color_02"] .p-device-slider__nav figure img:not(:nth-of-type(2)) {
  display: none;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_device-type.sass */
.p-device-type {
  padding: 2rem 0;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/project/_device-type.sass */
  .p-device-type {
    margin: 0 -5px;
  }
}

/* line 6, app/assets/stylesheets/renewal_designs/object/project/_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 6, app/assets/stylesheets/renewal_designs/object/project/_device-type.sass */
  .p-device-type__item {
    margin: 0 6px;
  }
}

/* line 16, app/assets/stylesheets/renewal_designs/object/project/_device-type.sass */
.p-device-type__item span {
  display: inline-block;
  width: 230px;
  height: 74px;
  background: top center / cover;
}

@media (max-width: 767px) {
  /* line 16, app/assets/stylesheets/renewal_designs/object/project/_device-type.sass */
  .p-device-type__item span {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 575px) {
  /* line 16, app/assets/stylesheets/renewal_designs/object/project/_device-type.sass */
  .p-device-type__item span {
    width: 85px;
    height: 85px;
  }
}

/* line 28, app/assets/stylesheets/renewal_designs/object/project/_device-type.sass */
.p-device-type__item.is-tab-active span {
  background-position: bottom center;
}

/* line 30, app/assets/stylesheets/renewal_designs/object/project/_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 42, app/assets/stylesheets/renewal_designs/object/project/_device-type.sass */
.p-device-type__item.is-tab-active {
  border-bottom-color: #00afdd;
}

/* line 44, app/assets/stylesheets/renewal_designs/object/project/_device-type.sass */
.p-device-type__item.is-tab-active::after {
  border-top-color: #00afdd;
}

/* line 47, app/assets/stylesheets/renewal_designs/object/project/_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 47, app/assets/stylesheets/renewal_designs/object/project/_device-type.sass */
  .p-device-type__item--portable span {
    background-image: url(/assets/renewal_designs/img-tab-portable-md-bb7ba74c6bf519ce1a082857b8e86f9f0576de74360200d739f50a5bbc81253b.png);
  }
}

/* line 52, app/assets/stylesheets/renewal_designs/object/project/_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 52, app/assets/stylesheets/renewal_designs/object/project/_device-type.sass */
  .p-device-type__item--home span {
    background-image: url(/assets/renewal_designs/img-tab-home-md-f4b0326107b6071c5202ec89b19d855b228ee9fadef549b293f233ff644ee10e.png);
  }
}

/* line 57, app/assets/stylesheets/renewal_designs/object/project/_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 57, app/assets/stylesheets/renewal_designs/object/project/_device-type.sass */
  .p-device-type__item--usb span {
    background-image: url(/assets/renewal_designs/img-tab-usb-md-7ff1d2af7b28a84433a80e7acb0396d753e2a08c4ae2dc6e06ed92ed4f8c5408.png);
  }
}

/* line 3, app/assets/stylesheets/renewal_designs/object/project/_faq-overview.sass */
.p-faq-overview .p-faq__list-item {
  background-color: #ffffff;
  margin-bottom: .5rem;
}

/* line 6, app/assets/stylesheets/renewal_designs/object/project/_faq-overview.sass */
.p-faq-overview .p-faq__q {
  background-color: #ffffff;
}

/* line 8, app/assets/stylesheets/renewal_designs/object/project/_faq-overview.sass */
.p-faq-overview .p-faq__a {
  background-color: #ffffff;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
  .p-faq {
    margin-bottom: 2.5rem;
  }
}

/* line 5, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__title-icon {
  display: inline-block;
  margin-right: .5rem;
}

/* line 8, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__title-icon img {
  width: 30px;
  vertical-align: middle;
}

/* line 11, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__title {
  margin-bottom: 2rem;
  font-size: 1.5714285714rem;
}

/* line 14, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__list {
  padding: 0;
}

/* line 16, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__list-item {
  margin: 0 0 2rem 0;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  word-break: break-all;
}

@media (max-width: 767px) {
  /* line 16, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
  .p-faq__list-item {
    margin: 0 0 .5rem 0;
    line-height: 1.5;
  }
}

/* line 25, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__q {
  background-color: #f5f9fc;
  margin: 0;
  padding: 1rem 1rem 1rem 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1428571429rem;
}

@media (max-width: 767px) {
  /* line 25, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
  .p-faq__q {
    padding-left: 1.5rem;
    font-size: 1rem;
  }
}

/* line 37, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__q:hover {
  cursor: pointer;
}

/* line 39, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__q::before {
  content: "Q";
  display: inline-block;
  color: #00afdd;
  font-weight: 700;
  margin-right: 2rem;
  font-size: 2rem;
}

@media (max-width: 767px) {
  /* line 39, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
  .p-faq__q::before {
    margin-right: 1.5rem;
  }
}

/* line 48, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__q::after {
  content: "＋";
  display: inline-block;
  color: #888888;
  margin-left: auto;
  padding-left: 1rem;
  font-size: 1.7142857143rem;
}

/* line 55, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__q.is-toggle-opened {
  background-color: #00afdd;
  color: #ffffff;
}

/* line 58, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__q.is-toggle-opened::before, .p-faq__q.is-toggle-opened::after {
  color: #ffffff;
}

/* line 60, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__q.is-toggle-opened::after {
  content: "ー";
}

/* line 62, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__a {
  background-color: #f5f9fc;
  padding: 2rem 3rem 2rem 5rem;
  margin: 0;
}

/* line 66, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__a 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: 767px) {
  /* line 62, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
  .p-faq__a {
    padding: 1.5rem;
    font-size: 0.9285714286rem;
  }
}

/* line 72, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__a dd {
  padding: .5rem 0;
  margin-left: 0;
}

/* line 75, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__a ol {
  padding-left: 1rem;
  margin-left: .5rem;
}

/* line 78, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__table {
  border-collapse: collapse;
}

/* line 80, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__table th, .p-faq__table td {
  border: 2px solid #F5F9FC;
  padding: 5px 10px;
}

@media (max-width: 767px) {
  /* line 80, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
  .p-faq__table th, .p-faq__table td {
    padding: 5px;
  }
}

/* line 85, app/assets/stylesheets/renewal_designs/object/project/_faq.sass */
.p-faq__table th {
  font-weight: normal;
  text-align: left;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_flow.sass */
.p-flow {
  border-top: 1px solid #d1d1d1;
}

/* line 3, app/assets/stylesheets/renewal_designs/object/project/_flow.sass */
.p-flow__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  /* line 3, app/assets/stylesheets/renewal_designs/object/project/_flow.sass */
  .p-flow__column {
    display: block;
    margin: 0;
  }
}

/* line 11, app/assets/stylesheets/renewal_designs/object/project/_flow.sass */
.p-flow__column > div {
  margin: 0 15px;
  width: 50%;
}

@media (max-width: 767px) {
  /* line 11, app/assets/stylesheets/renewal_designs/object/project/_flow.sass */
  .p-flow__column > div {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}

/* line 18, app/assets/stylesheets/renewal_designs/object/project/_flow.sass */
.p-flow__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1rem;
  font-size: 2.1428571429rem;
}

@media (max-width: 767px) {
  /* line 18, app/assets/stylesheets/renewal_designs/object/project/_flow.sass */
  .p-flow__title {
    font-size: 1.5rem;
  }
}

/* line 24, app/assets/stylesheets/renewal_designs/object/project/_flow.sass */
.p-flow__step {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #00afdd;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1rem;
}

@media (max-width: 767px) {
  /* line 24, app/assets/stylesheets/renewal_designs/object/project/_flow.sass */
  .p-flow__step {
    width: 50px;
    height: 50px;
    font-size: 0.7142857143rem;
  }
}

/* line 41, app/assets/stylesheets/renewal_designs/object/project/_flow.sass */
.p-flow__step span {
  display: block;
  font-size: 2.4285714286rem;
}

@media (max-width: 767px) {
  /* line 41, app/assets/stylesheets/renewal_designs/object/project/_flow.sass */
  .p-flow__step span {
    font-size: 1.8571428571rem;
  }
}

@media (max-width: 767px) {
  /* line 46, app/assets/stylesheets/renewal_designs/object/project/_flow.sass */
  .p-flow__image {
    margin-top: 1.5rem;
  }
}

/* line 49, app/assets/stylesheets/renewal_designs/object/project/_flow.sass */
.p-flow__row {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

@media (max-width: 767px) {
  /* line 49, app/assets/stylesheets/renewal_designs/object/project/_flow.sass */
  .p-flow__row {
    margin-bottom: 2rem;
    padding-bottom: 2.5rem;
  }
}

/* line 57, app/assets/stylesheets/renewal_designs/object/project/_flow.sass */
.p-flow__row:after {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-color: transparent transparent #d1d1d1 #d1d1d1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #ffffff;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
}

/* line 69, app/assets/stylesheets/renewal_designs/object/project/_flow.sass */
.p-flow__row:last-child {
  border: 0;
  margin-bottom: 0;
}

/* line 72, app/assets/stylesheets/renewal_designs/object/project/_flow.sass */
.p-flow__row:last-child::after {
  display: none;
}

@media (max-width: 767px) {
  /* line 74, app/assets/stylesheets/renewal_designs/object/project/_flow.sass */
  .p-flow__row .c-btn {
    width: 90%;
    margin: .5rem 0 0;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
.p-home-contact {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

/* line 5, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
.p-home-contact-line {
  margin-bottom: 50px;
}

/* line 7, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
.p-home-contact-line-text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 20px;
}

/* line 12, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
.p-home-contact-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 24, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
.p-home-contact-line-btn:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
  .p-home-contact-line {
    margin-bottom: 40px;
  }
  /* line 29, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
  .p-home-contact-line-text {
    font-size: 15px;
    margin: 0 auto 10px;
  }
  /* line 32, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
  .p-home-contact-line-btn {
    font-size: 16px;
    padding: 15px;
  }
}

/* line 35, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
.p-home-contact-btn {
  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 39, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
.p-home-contact-btn-item {
  width: 48%;
  margin: 0 10px;
}

@media (max-width: 767px) {
  /* line 35, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
  .p-home-contact-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 44, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
  .p-home-contact-btn-item {
    width: 90%;
    margin-bottom: 20px;
  }
}

/* line 48, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
.p-home-sns {
  padding: 0 0 70px;
}

/* line 50, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
.p-home-sns__headline {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 30px;
}

/* line 55, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
.p-home-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 61, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
.p-home-sns__item {
  width: 85px;
}

@media (max-width: 767px) {
  /* line 48, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
  .p-home-sns {
    padding: 0 0 50px;
  }
  /* line 65, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
  .p-home-sns__headline {
    font-size: 23px;
    margin-bottom: 20px;
  }
  /* line 68, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
  .p-home-sns__wrap {
    width: 250px;
  }
  /* line 70, app/assets/stylesheets/renewal_designs/object/project/_home-contact.sass */
  .p-home-sns__item {
    width: 46px;
  }
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_home-flow.sass */
.p-home-flow__row {
  margin: 0 -12px;
}

@media (max-width: 767px) {
  /* line 2, app/assets/stylesheets/renewal_designs/object/project/_home-flow.sass */
  .p-home-flow__row {
    padding-top: 1rem;
  }
}

/* line 6, app/assets/stylesheets/renewal_designs/object/project/_home-flow.sass */
.p-home-flow__row [class*="col-"] {
  text-align: center;
  padding: 0 12px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 10, app/assets/stylesheets/renewal_designs/object/project/_home-flow.sass */
  .p-home-flow__step-arrow {
    margin-bottom: 60px;
  }
}

/* line 13, app/assets/stylesheets/renewal_designs/object/project/_home-flow.sass */
.p-home-flow__step-arrow::after {
  content: "";
  display: block;
  width: 9px;
  height: 16px;
  background: url(/assets/renewal_designs/icon-arrow-right-brand-color-e639a6dba17a586d64051cfb4aa92b7f18d3fa8693765fa83167828575ace2ca.svg) left top/cover;
  position: absolute;
  top: 76px;
  right: -6px;
}

@media (max-width: 767px) {
  /* line 13, app/assets/stylesheets/renewal_designs/object/project/_home-flow.sass */
  .p-home-flow__step-arrow::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -15px;
    margin-left: -4px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/* line 29, app/assets/stylesheets/renewal_designs/object/project/_home-flow.sass */
.p-home-flow__figure {
  position: relative;
}

/* line 31, app/assets/stylesheets/renewal_designs/object/project/_home-flow.sass */
.p-home-flow__step-wrap {
  position: absolute;
  top: -30px;
  left: 20px;
}

@media (max-width: 767px) {
  /* line 31, app/assets/stylesheets/renewal_designs/object/project/_home-flow.sass */
  .p-home-flow__step-wrap {
    top: -25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
  }
}

/* line 41, app/assets/stylesheets/renewal_designs/object/project/_home-flow.sass */
.p-home-flow__step {
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #00afdd;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.7142857143rem;
}

@media (max-width: 767px) {
  /* line 41, app/assets/stylesheets/renewal_designs/object/project/_home-flow.sass */
  .p-home-flow__step {
    width: 50px;
    height: 50px;
  }
}

/* line 57, app/assets/stylesheets/renewal_designs/object/project/_home-flow.sass */
.p-home-flow__step span {
  display: block;
  font-size: 1.8571428571rem;
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_home-movie.sass */
.p-home-movie__wrap {
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_home-serviceinfo.sass */
.p-home-serviceinfo {
  background-color: #f5f9fc;
  text-align: center;
  color: #888888;
  font-size: 1rem;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/project/_home-serviceinfo.sass */
  .p-home-serviceinfo {
    font-size: 0.8571428571rem;
  }
}

/* line 8, app/assets/stylesheets/renewal_designs/object/project/_home-serviceinfo.sass */
.p-home-serviceinfo__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 767px) {
  /* line 8, app/assets/stylesheets/renewal_designs/object/project/_home-serviceinfo.sass */
  .p-home-serviceinfo__column {
    margin: 0 -8px;
  }
}

/* line 14, app/assets/stylesheets/renewal_designs/object/project/_home-serviceinfo.sass */
.p-home-serviceinfo__column > div {
  text-align: center;
  margin: 0 15px;
  padding-bottom: 20px;
  width: 50%;
  background-color: #ffffff;
  border-radius: 3px;
}

@media (max-width: 767px) {
  /* line 14, app/assets/stylesheets/renewal_designs/object/project/_home-serviceinfo.sass */
  .p-home-serviceinfo__column > div {
    margin: 0 8px;
  }
}

/* line 23, app/assets/stylesheets/renewal_designs/object/project/_home-serviceinfo.sass */
.p-home-serviceinfo__column > div img {
  width: 100%;
  max-width: none;
}

/* line 26, app/assets/stylesheets/renewal_designs/object/project/_home-serviceinfo.sass */
.p-home-serviceinfo__column > div p {
  margin-top: 0;
}

/* line 28, app/assets/stylesheets/renewal_designs/object/project/_home-serviceinfo.sass */
.p-home-serviceinfo__title {
  margin-bottom: 10px;
  font-size: 1.5714285714rem;
}

@media (max-width: 767px) {
  /* line 28, app/assets/stylesheets/renewal_designs/object/project/_home-serviceinfo.sass */
  .p-home-serviceinfo__title {
    font-size: 1.0714285714rem;
  }
}

/* line 33, app/assets/stylesheets/renewal_designs/object/project/_home-serviceinfo.sass */
.p-home-serviceinfo__title a {
  color: #3e4549;
}

/* line 35, app/assets/stylesheets/renewal_designs/object/project/_home-serviceinfo.sass */
.p-home-serviceinfo__title a:hover {
  text-decoration: none;
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-movie .container {
  padding: 0 190px;
  position: relative;
}

/* line 5, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-movie__headline {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 10, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-movie__youtube {
  margin-bottom: 50px;
}

/* line 12, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-movie__youtube--2 {
  width: 450px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 17, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-movie__text {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 23, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .p-home-movie .container {
    padding: 30px 15px;
  }
  /* line 25, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .p-home-movie__headline {
    font-size: 16px;
  }
  /* line 27, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .p-home-movie__youtube {
    margin-bottom: 30px;
  }
  /* line 29, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .p-home-movie__text {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 30px;
  }
  /* line 34, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .p-home-movie__text br {
    display: none;
  }
}

/* line 37, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-about {
  background: #F5F9FC;
  padding: 50px 20px 70px;
}

/* line 40, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-about__wrap {
  width: 1200px;
  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 46, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-about__item {
  width: 24%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #D4DCE7;
  padding: 15px 20px;
  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 55, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-about__img {
  width: 20%;
  text-align: center;
}

/* line 58, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-about__content {
  width: 74%;
}

/* line 60, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-about__text1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 1.5;
}

/* line 65, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-about__text1 > span {
  color: #1992eb;
}

/* line 67, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-about__text2 {
  font-size: 11px;
  margin: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 767px) {
  /* line 37, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .p-home-about {
    padding: 30px 20px 40px;
  }
  /* line 73, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .p-home-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 75, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .p-home-about__item {
    width: 100%;
    padding: 15px 20px;
  }
  /* line 78, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .p-home-about__item:not(:last-child) {
    margin-bottom: 20px;
  }
  /* line 80, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .p-home-about__img {
    width: 20%;
  }
  /* line 82, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .p-home-about__content {
    width: 78%;
  }
  /* line 84, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .p-home-about__text1 {
    font-size: 17px;
  }
  /* line 86, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .p-home-about__text2 {
    font-size: 13px;
  }
}

/* line 89, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-cta {
  padding: 40px 20px;
  background-color: #00afdd;
  display: grid;
  place-items: center;
}

/* line 94, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-cta__btn {
  font-size: 21px;
  width: 300px;
  padding: 24px 15px;
}

@media (max-width: 767px) {
  /* line 89, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .p-home-cta {
    padding: 25px 20px;
  }
  /* line 100, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .p-home-cta__btn {
    font-size: 18px;
    width: 250px;
    padding: 20px 15px;
  }
}

/* line 107, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-news {
  padding: 25px 50px;
  width: 800px;
  max-width: 100%;
  margin: auto;
  border: 1px solid #cccccc;
  height: 115px;
  overflow: auto;
}

@media (max-width: 767px) {
  /* line 107, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .p-home-news {
    height: 150px;
    padding: 20px 20px;
  }
}

/* line 118, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-news p {
  text-align: left;
  margin: 0;
}

/* line 121, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-news p:not(:last-child) {
  margin-bottom: 30px;
}

/* line 123, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.p-home-news p a {
  display: inline;
}

/* line 126, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan {
  text-align: center;
  padding: 30px 0 0;
}

@media (max-width: 767px) {
  /* line 126, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan {
    padding: 10px 0px 0;
  }
}

/* line 131, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-h2-2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 131, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-h2-2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

/* line 138, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-text1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* line 143, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-text1 > span {
  font-size: 37px;
}

/* line 145, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-text1 img {
  margin: auto;
}

@media (max-width: 767px) {
  /* line 138, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-text1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  /* line 150, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-text1 > span {
    font-size: 19px;
  }
  /* line 152, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-text1 img {
    width: 295px;
  }
}

/* line 154, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-text2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
}

/* line 158, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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: 767px) {
  /* line 154, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-text2 {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

/* line 163, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-note {
  font-size: 17px;
  text-align: left;
  padding: 0px 120px;
}

@media (max-width: 767px) {
  /* line 163, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-note {
    font-size: 10px;
    padding: 0 10px;
  }
}

/* line 170, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 178, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 185, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-lead2-content {
  background: #fff;
  padding: 20px;
}

/* line 188, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-lead2-content--upgrade5g {
  position: relative;
  padding-bottom: 30px;
}

/* line 191, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 202, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-lead2-bottom {
  background: #1992eb;
  padding: 20px;
  border-radius: 0 0 15px 15px;
}

/* line 206, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-lead2-bottom--upgrade5g {
  padding: 50px 20px;
}

/* line 208, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-lead2-text {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 212, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-lead2-text2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 216, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-lead2-text3 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 220, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-lead2-text3 span {
  color: #ffff00;
}

/* line 222, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 229, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-lead2-btn1 {
  margin-bottom: 20px;
}

/* line 231, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-lead2-btn1 img {
  width: 100%;
}

/* line 234, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-lead2-btn2 a {
  display: inline;
}

/* line 236, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-lead2-btn2 img {
  width: 80%;
}

/* line 238, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-lead2-note {
  font-size: 17px;
  text-align: left;
}

/* line 241, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-lead2-notion {
  width: 700px;
  max-width: calc(100% - 30px);
  margin: auto;
  font-size: 15px;
  text-align: left;
}

/* line 247, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-lead2-notion > span {
  text-decoration: underline;
  color: #FF0000;
}

@media (max-width: 767px) {
  /* line 170, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-lead2 {
    border: 2px solid #1992eb;
    border-radius: 10px;
  }
  /* line 253, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-lead2-head {
    font-size: 25px;
    padding: 10px 0;
    border-radius: 8px 8px 0 0;
  }
  /* line 257, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-lead2-content {
    padding: 15px;
  }
  /* line 259, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-lead2-content--upgrade5g {
    padding-bottom: 20px;
  }
  /* line 261, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-lead2-content--upgrade5g::after {
    width: 20px;
    height: 20px;
    bottom: -10px;
  }
  /* line 265, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-lead2-bottom {
    padding: 15px;
    border-radius: 0 0 8px 8px;
  }
  /* line 268, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-lead2-bottom--upgrade5g {
    padding: 25px 20px;
  }
  /* line 270, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-lead2-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* line 273, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-lead2-text2 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  /* line 276, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-lead2-text3 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  /* line 280, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-lead2-text3 em {
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: .2em;
  }
  /* line 284, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-lead2-btn1 {
    margin-bottom: 15px;
  }
  /* line 289, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-lead2-note {
    font-size: 10px;
  }
  /* line 291, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-lead2-notion {
    font-size: 12px;
  }
}

/* line 294, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-pay {
  max-width: 1000px;
  margin: auto;
  padding-top: 80px;
}

/* line 298, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-pay-h4 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #1992eb;
}

/* line 302, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-pay-img {
  margin-bottom: 5px;
}

/* line 304, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-pay-frame {
  border-radius: 23px;
  background: #eef9ff;
  padding: 45px 130px;
  margin-bottom: 30px;
}

/* line 309, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-pay-frame--white {
  background: #fff;
  margin-bottom: 120px;
}

/* line 312, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-pay-frame--white:last-child {
  margin-bottom: 0;
}

/* line 314, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-pay-frame-h3 {
  font-size: 39px;
  margin-bottom: 30px;
}

/* line 317, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-pay-text {
  font-size: 24px;
  text-align: left;
}

/* line 320, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-pay-text2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 324, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-pay-text2 > span {
  color: #ff5865;
  font-size: 43px;
}

/* line 327, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-pay-text3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}

/* line 332, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-pay-text4 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 30px;
}

/* line 336, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-pay-text5 {
  font-size: 22px;
}

/* line 338, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-pay-text5 > a {
  color: #1992eb;
}

/* line 341, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-pay-btn .bl-5g-btn {
  width: 100%;
  font-size: 32px;
}

@media (max-width: 767px) {
  /* line 294, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-pay {
    padding: 50px 15px 0;
  }
  /* line 346, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-pay-frame {
    border-radius: 23px;
    padding: 20px 20px 5px;
    margin-bottom: 40px;
  }
  /* line 350, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-pay-h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  /* line 354, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-pay-text {
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* line 357, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-pay-text2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  /* line 360, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-pay-text2 > span {
    font-size: 17px;
  }
  /* line 362, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-pay-text3 {
    font-size: 12px;
  }
  /* line 364, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-pay-text4 {
    font-size: 10px;
    margin-bottom: 20px;
  }
  /* line 367, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-pay-text5 {
    font-size: 11px;
    margin-bottom: 20px;
  }
  /* line 371, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-pay-btn .bl-5g-btn {
    width: 100%;
    font-size: 14px;
  }
}

/* line 374, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others {
  max-width: 1000px;
  margin: auto;
  padding: 80px 0px 50px;
}

/* line 378, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-img {
  margin-bottom: 30px;
}

/* line 380, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table {
  max-width: 725px;
  width: 100%;
  margin: auto;
  border-top: solid 2px #c6c6c6;
  border-bottom: solid 2px #c6c6c6;
  border-collapse: collapse;
}

/* line 381, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-wrap {
  background: #eef9ff;
  border-radius: 23px;
  margin-bottom: 20px;
  padding: 20px 120px 0;
}

/* line 386, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-wrap--white {
  background: #fff;
}

/* line 394, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table thead {
  text-align: center;
}

/* line 396, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table thead td {
  color: #fff;
  background: #1992eb;
  font-weight: bold;
  font-size: 33px;
  text-align: center !important;
}

/* line 402, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table thead td:last-child {
  background: #00afdd;
}

/* line 404, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 411, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table tr:first-child th,
.bl-5g-plan-others-table tr:first-child td {
  padding-top: 15px;
}

/* line 416, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table th,
.bl-5g-plan-others-table td {
  padding: 25px 14px;
}

/* line 420, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table th {
  vertical-align: middle;
  text-align: center;
  background: #fff;
}

/* line 429, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table td {
  vertical-align: middle;
  font-size: 27px;
  line-height: 1.1;
  background: #EEF9FF;
}

/* line 434, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table td sup {
  font-size: 16px;
}

/* line 438, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table td dl {
  margin: 0 0 20px;
}

/* line 440, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table td dd {
  margin: 0;
  font-weight: bold;
}

/* line 443, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-0 {
  position: relative;
  font-size: 33px;
  font-weight: bold;
}

/* line 447, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-0::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #1992eb;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 455, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-em {
  position: relative;
  font-size: 33px;
  font-weight: bold;
  color: #ff7680;
}

/* line 460, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-em > sup {
  color: #2a3b4c;
}

/* line 462, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-em::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #1992eb;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 470, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-small {
  font-size: 17px;
}

/* line 472, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-kakaku {
  font-size: 40px;
  font-weight: bold;
}

/* line 475, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-kakaku0 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  display: inline-block;
}

/* line 480, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-kakaku0 > em {
  color: #ff5865;
  font-size: 65px;
  font-style: normal;
  line-height: 1;
}

/* line 485, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-kakaku0 > span {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 490, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-device {
  font-size: 20px;
  text-align: left;
  padding: 0 50px;
  font-weight: 500;
}

/* line 495, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-del {
  display: inline-block;
  position: relative;
}

/* line 498, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-del::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ff0000;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* line 508, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-small {
  font-size: 12px;
}

/* line 510, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-large {
  font-size: 40px;
  font-weight: bold;
}

/* line 513, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-large2 {
  font-weight: 900;
  font-size: 25px;
  color: #ff5865;
}

/* line 517, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-table-large2 > span {
  font-size: 50px;
}

/* line 519, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-bnr {
  width: 980px;
  max-width: 100%;
  margin: 50px auto 0;
}

/* line 523, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-plan-others-note {
  font-size: 19px;
  text-align: left;
  width: 700px;
  max-width: 100%;
  margin: 20px auto 0;
}

@media (max-width: 767px) {
  /* line 374, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others {
    padding: 40px 15px 40px;
  }
  /* line 531, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-img {
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 534, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-img img {
    width: 90%;
    margin: auto;
  }
  /* line 538, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-wrap {
    padding: 0px;
    border-radius: 23px;
    margin-bottom: 10px;
  }
  /* line 543, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table thead td {
    font-size: 13px;
  }
  /* line 545, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table tr {
    font-size: 10px;
    padding: 5px 0;
  }
  /* line 548, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table th,
.bl-5g-plan-others-table td {
    padding: 10px 5px;
  }
  /* line 551, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table td {
    font-size: 12px;
  }
  /* line 553, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table td sup {
    font-size: 10px;
  }
  /* line 556, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table td dl {
    margin: 0 0 10px;
  }
  /* line 558, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-0 {
    font-size: 15px;
  }
  /* line 560, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-0::after {
    height: 2px;
  }
  /* line 562, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-em {
    font-size: 15px;
  }
  /* line 564, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-em::after {
    height: 2px;
  }
  /* line 566, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-small {
    font-size: 10px;
  }
  /* line 568, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-kakaku {
    font-size: 20px;
    font-weight: bold;
  }
  /* line 571, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-kakaku0 {
    font-size: 22px;
  }
  /* line 573, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-kakaku0 > em {
    font-size: 45px;
    line-height: 1;
  }
  /* line 576, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-kakaku0 > span {
    font-size: 12px;
  }
  /* line 578, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-device {
    font-size: 10px;
    padding: 0 7px;
  }
  /* line 582, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-del::after {
    height: 1px;
  }
  /* line 584, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-small {
    font-size: 8px;
  }
  /* line 586, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-large2 {
    font-size: 14px;
  }
  /* line 588, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-large2 > span {
    font-size: 22px;
  }
  /* line 591, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-bnr {
    margin: 30px auto 0;
  }
  /* line 593, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-note {
    margin-top: 20px;
    font-size: 10px;
  }
}

/* line 597, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device {
  padding: 80px 0 80px;
  background: #F3F9FF;
}

@media (max-width: 767px) {
  /* line 597, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device {
    padding: 35px 0;
  }
}

/* line 602, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-h2 {
  font-size: 44px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
  margin-top: 0;
}

@media (max-width: 767px) {
  /* line 602, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-h2 {
    font-size: 29px;
    margin-bottom: 30px;
  }
}

/* line 611, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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: 767px) {
  /* line 611, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .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 622, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-img {
  width: 48%;
}

@media (max-width: 767px) {
  /* line 622, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-img {
    width: 100%;
  }
}

/* line 626, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-content {
  width: 51%;
}

@media (max-width: 767px) {
  /* line 626, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-content {
    width: 100%;
  }
}

/* line 630, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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: 767px) {
  /* line 630, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* line 642, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-lead {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  /* line 642, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-lead {
    font-size: 19px;
    margin-bottom: 5px;
  }
}

/* line 650, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-slider-wrap {
  position: relative;
  padding-left: 20px;
}

/* line 653, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-slider-circle {
  position: absolute;
  left: 0;
  top: 20px;
}

/* line 657, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 668, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 680, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-slider img {
  margin: auto;
  max-width: 290px;
  max-height: 160px;
}

/* line 685, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-slider-l12 img {
  max-width: 290px;
  max-height: 230px;
}

/* line 689, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-slider-l11 img {
  max-width: 290px;
  max-height: 250px;
}

/* line 692, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-slider .slick-dots {
  bottom: -20px;
}

/* line 694, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-slider .slick-dots li {
  width: 41px;
  height: 7px;
}

/* line 697, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-slider .slick-dots li button {
  width: 41px;
  height: 7px;
}

/* line 700, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-slider .slick-dots li button::before {
  width: 41px;
  height: 7px;
  background: #000;
}

@media (max-width: 767px) {
  /* line 705, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider-wrap {
    margin-bottom: 40px;
  }
  /* line 708, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider-circle {
    top: 20px;
  }
  /* line 710, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider-circle-new {
    width: 69px;
    height: 69px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 69px;
  }
  /* line 716, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider-circle-recommend {
    width: 69px;
    height: 69px;
    font-size: 12px;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.3;
  }
  /* line 723, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider img {
    max-width: 230px;
    max-height: 120px;
  }
  /* line 727, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider-l12 img {
    max-width: 230px;
    max-height: 180px;
  }
  /* line 731, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider-l11 img {
    max-width: 230px;
    max-height: 180px;
  }
  /* line 734, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider .slick-dots {
    bottom: -15px;
  }
  /* line 736, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider .slick-dots li {
    width: 34px;
    height: 6px;
    margin: 0 5px;
  }
  /* line 740, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider .slick-dots li button {
    width: 34px;
    height: 6px;
  }
  /* line 743, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider .slick-dots li button::before {
    width: 34px;
    height: 6px;
  }
}

/* line 746, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-h4 {
  font-size: 34px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  margin-top: 0;
}

/* line 752, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-h4 img {
  max-width: 87%;
}

@media (max-width: 767px) {
  /* line 746, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-h4 {
    font-size: 23px;
  }
}

/* line 756, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 760, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-item {
  width: 25%;
  border-left: 1px solid #2a3b4c;
  padding: 0 15px;
}

/* line 764, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-item:last-child {
  border-right: 1px solid #2a3b4c;
}

/* line 766, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

/* line 771, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-content {
  display: grid;
  place-items: center;
}

/* line 774, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-line {
  margin-bottom: 5px;
  background: #2a3b4c;
  color: #fff;
  font-size: 12px;
  width: 100%;
  text-align: center;
  margin: 0 0 2px;
}

/* line 782, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-line-gray {
  background: #8d969f;
}

/* line 784, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-speed {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

/* line 789, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-speed > span {
  font-size: 14px;
  position: relative;
  padding-top: 40px;
  display: block;
}

/* line 794, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 804, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-connect {
  font-size: 29px;
  line-height: 1.6;
  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;
  text-align: center;
  margin: 0;
}

/* line 814, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-connect > span {
  font-size: 11px;
}

/* line 816, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-connect-head {
  font-size: 11px;
  display: block;
  margin: 5px 0 -15px;
}

/* line 820, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-connect-bottom {
  font-size: 17px;
}

/* line 822, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-connect-bottom > em {
  font-size: 21px;
  font-style: initial;
}

/* line 825, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-weight {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 70px;
  margin: 0;
}

/* line 831, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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;
}

/* line 841, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-connection {
  position: relative;
  padding-top: 39px;
  width: 100%;
  text-align: center;
}

/* line 846, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-connection > span {
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  z-index: 1;
  position: relative;
}

/* line 852, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-connection::before {
  content: "";
  background: url(/assets/5g_lp/svg/connection-6e3b8bf74b4912cff1e965353d0750d6ba9ba6983bf4e27a8446edf16e7c1de0.svg) no-repeat top 50% left 50%/contain;
  width: 82px;
  height: 72px;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
}

@media (max-width: 767px) {
  /* line 863, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-item {
    padding: 0 10px;
  }
  /* line 865, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-head {
    font-size: 10px;
    margin-bottom: 5px;
  }
  /* line 869, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-line {
    margin-bottom: 3px;
    font-size: 8px;
  }
  /* line 872, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-speed {
    font-size: 16px;
  }
  /* line 874, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-speed > span {
    font-size: 10px;
    padding-top: 25px;
  }
  /* line 877, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-speed > span::before {
    width: 20px;
    height: 14px;
    top: 5px;
  }
  /* line 881, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-connect {
    font-size: 14px;
    width: 72px;
    height: 46px;
    padding-top: 9px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    line-height: 1.4;
  }
  /* line 889, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-connect > span {
    font-size: 10px;
  }
  /* line 891, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-connect-head {
    font-size: 10px;
    margin: 0px 0 -5px;
  }
  /* line 894, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-connect-bottom {
    font-size: 10px;
  }
  /* line 896, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-connect-bottom > em {
    font-size: 15px;
  }
  /* line 898, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-weight {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
  }
  /* line 903, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-weight::before {
    width: 27px;
    height: 28px;
    bottom: 0;
  }
  /* line 907, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-connection {
    padding-top: 30px;
  }
  /* line 909, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-connection > span {
    font-size: 14px;
  }
  /* line 911, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-connection::before {
    width: 60px;
    height: 53px;
    top: 5px;
  }
}

/* line 915, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 917, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 921, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-price dl:not(:last-child) {
  margin-right: 15px;
}

/* line 923, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-price dt {
  font-size: 14px;
  border: 1px solid #2a3b4c;
  padding: 5px 10px;
}

/* line 927, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-price dd {
  font-size: 20px;
  margin-left: 5px;
  font-weight: bold;
}

@media (max-width: 767px) {
  /* line 933, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-price dl:not(:last-child) {
    margin-right: 10px;
  }
  /* line 935, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-price dt {
    font-size: 10px;
    padding: 5px 5px;
  }
  /* line 938, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-price dd {
    font-size: 14px;
    margin-left: 5px;
  }
}

/* line 941, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 941, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-text {
    font-size: 12px;
  }
}

/* line 948, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-note {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 767px) {
  /* line 948, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-note {
    font-size: 10px;
  }
}

/* line 954, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-note2 {
  font-size: 14px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 954, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-note2 {
    font-size: 10px;
    margin-bottom: 20px;
  }
}

/* line 960, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-btn {
  text-align: center;
}

/* line 962, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device .bl-5g-btn {
  width: 330px;
  height: 57px;
  line-height: 55px;
  font-size: 17px;
}

/* line 967, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device .bl-5g-btn::after {
  width: 20px;
  height: 14px;
  right: 20px;
}

/* line 971, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-notion {
  font-size: 15px;
  width: 960px;
  max-width: 100%;
  margin: auto;
  margin-top: -30px;
}

@media (max-width: 767px) {
  /* line 971, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-notion {
    padding: 0 20px;
    font-size: 14px;
    margin-top: -30px;
  }
}

/* line 981, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-accordion-content {
  display: none;
}

@media (max-width: 767px) {
  /* line 981, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-accordion-content {
    font-size: 10px;
  }
}

/* line 986, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area {
  max-width: 800px;
  margin: auto;
  text-align: center;
  padding: 70px 0 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  /* line 986, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area {
    padding: 50px 10px 0;
  }
}

/* line 994, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-h2 {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 999, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 1009, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-h2-2 {
  font-size: 50px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  /* line 994, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-h2 {
    font-size: 25px;
    margin-bottom: 30px;
    padding-top: 55px;
  }
  /* line 1018, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-h2::before {
    width: 44px;
    height: 44px;
  }
  /* line 1021, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-h2-2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

/* line 1024, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-h3 {
  font-size: 39px;
  margin: 0 auto 30px;
  text-align: center;
  color: #1992EB;
}

@media (max-width: 767px) {
  /* line 1024, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

/* line 1032, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-lead {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 1032, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-lead {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/* line 1040, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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: 767px) {
  /* line 1040, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-wrap {
    margin-bottom: 10px;
  }
}

/* line 1046, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 1051, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-item {
  width: 45%;
}

/* line 1053, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-square {
  width: 31px;
  height: 31px;
  margin: 5px 14px 5px 0;
  display: inline-block;
  vertical-align: middle;
}

/* line 1059, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-square--red {
  background: #fd8b8f;
}

/* line 1061, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-square--orange {
  background: #FEC76D;
}

/* line 1063, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-square--yellow {
  background: #FFEF81;
}

@media (max-width: 767px) {
  /* line 1053, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-square {
    width: 20px;
    height: 20px;
    margin: 4px 7px 4px 0;
  }
}

/* line 1071, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-img {
  margin-bottom: 20px;
}

/* line 1073, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-img2 {
  position: relative;
}

/* line 1075, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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: 767px) {
  /* line 1071, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-img {
    margin-bottom: 10px;
  }
  /* line 1087, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-img2::before {
    width: 20px;
    height: 15px;
    left: -27px;
  }
}

/* line 1091, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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: 767px) {
  /* line 1091, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-num {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    margin: 0 auto 10px;
  }
}

/* line 1107, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-text {
  font-size: 23px;
  text-align: left;
}

@media (max-width: 767px) {
  /* line 1107, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-text {
    font-size: 12px;
  }
}

/* line 1112, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-text1 {
  font-size: 28px;
  text-align: left;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  /* line 1112, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-text1 {
    font-size: 14px;
    margin: 0 auto 15px;
  }
}

/* line 1121, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-text2 {
  font-size: 23px;
  text-align: left;
  width: 90%;
  margin: 0 auto 30px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  /* line 1121, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-text2 {
    font-size: 12px;
    margin: 0 auto 15px;
  }
}

/* line 1130, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-btn {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 1130, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-btn {
    margin-bottom: 30px;
  }
}

/* line 1134, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame {
  background: #eef9ff;
  padding: 20px;
  max-width: 800px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 23px;
}

/* line 1141, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame--2 {
  padding: 60px 85px;
}

/* line 1143, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame-title {
  font-weight: bold;
  font-size: 43px;
  text-align: center;
}

/* line 1147, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame-img {
  text-align: center;
  margin-bottom: 10px;
}

/* line 1150, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame-text {
  font-size: 34px;
}

/* line 1152, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame-list {
  list-style: none;
  text-align: left;
  margin: 30px 0 10px;
  line-height: 1.5;
  padding: 0;
}

/* line 1158, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame-list li {
  padding-left: 50px;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}

/* line 1164, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 1172, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame-list li span {
  color: #ff5865;
}

/* line 1174, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 1189, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 1199, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame-btn:hover {
  color: #fff;
  text-decoration: none;
}

/* line 1202, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame-btn--norikae {
  text-align: center;
}

/* line 1204, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame-btn--norikae a {
  width: 480px;
  max-width: 100%;
  margin: 30px auto 0;
  height: 70px;
  line-height: 60px;
  border: 5px solid #5C9FD2;
  color: #467FC4;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 0 0 #215277;
          box-shadow: 0 5px 0 0 #215277;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

/* line 1220, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame-btn--norikae a::after {
  content: "";
  background: url(/assets/renewal_designs/norikae_icon_link-306ca1b5a48100e8771dacc0ed3f98f2c7adfd591bfdb43988d1d7d900a41371.png) no-repeat top/contain;
  width: 19px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 1229, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame-note {
  font-size: 19px;
}

@media (max-width: 767px) {
  /* line 1134, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame {
    padding: 15px;
  }
  /* line 1233, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame--2 {
    padding: 25px 40px;
  }
  /* line 1235, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame-title {
    font-size: 17px;
  }
  /* line 1238, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame-img img {
    width: 240px;
  }
  /* line 1240, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame-text {
    font-size: 15px;
  }
  /* line 1242, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame-list {
    margin: 30px 0 10px;
  }
  /* line 1244, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame-list li {
    padding-left: 25px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  /* line 1248, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame-list li::before {
    width: 19px;
    height: 16px;
  }
  /* line 1251, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .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 1259, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame-btn::after {
    width: 7px;
    height: 7px;
    right: 15px;
  }
  /* line 1264, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame-btn--norikae a {
    margin: 20px auto 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 0 0 #215277;
            box-shadow: 0 5px 0 0 #215277;
    font-size: 12px;
    height: 46px;
    line-height: 42px;
    border: 2px solid #5C9FD2;
  }
  /* line 1272, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame-btn--norikae a::after {
    width: 14px;
    height: 13px;
    right: 15px;
  }
  /* line 1276, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame-note {
    font-size: 10px;
  }
}

/* line 1278, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-note {
  max-width: 800px;
  margin: auto;
  font-size: 17px;
  text-align: left;
}

@media (max-width: 767px) {
  /* line 1278, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-note {
    font-size: 10px;
    padding: 0 10px;
  }
}

/* line 1286, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-note2 {
  font-size: 18px;
  text-align: left;
}

@media (max-width: 767px) {
  /* line 1286, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-note2 {
    font-size: 12px;
  }
}

/* line 1291, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 1296, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-btn-left {
  width: 40%;
  padding: 10px 0;
  padding-right: 2%;
  border-right: 1px solid #2A3B4C;
}

/* line 1301, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 1307, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-btn2 {
  width: 48%;
}

/* line 1309, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-btn3 {
  width: 48%;
}

@media (max-width: 767px) {
  /* line 1291, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
  }
  /* line 1314, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-btn-left {
    width: 80%;
    padding-right: 0%;
    border-right: 0;
  }
  /* line 1318, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .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 1324, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-btn2 {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 1327, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-btn3 {
    width: 100%;
  }
}

/* line 1330, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.section-area .iframe-block {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width: 800px;
  width: 100%;
}

/* line 1338, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.section-area iframe {
  border: 0;
  width: 720px;
  max-width: 100%;
  height: 700px;
}

@media (max-width: 767px) {
  /* line 1338, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .section-area iframe {
    height: 500px;
  }
}

/* line 1346, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal {
  width: 100%;
  max-width: 580px;
  margin: auto;
  line-height: 1.5;
}

/* line 1351, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-headline1 {
  font-size: 53px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1357, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-headline2 {
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
}

/* line 1363, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 1367, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-wrap-content {
  width: 66%;
}

/* line 1369, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-wrap-img {
  width: 27%;
}

/* line 1371, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 1377, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-wrap-point > span:first-child {
  background: #0080FF;
  color: #fff;
  padding: 1px 14px 1px 10px;
  letter-spacing: .1em;
}

/* line 1382, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 1393, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-wrap-headline {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
}

/* line 1398, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-wrap-text {
  font-size: 19px;
  font-weight: 500;
  margin: 0;
}

/* line 1402, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 1406, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-wrap2-item {
  width: 30%;
}

/* line 1408, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-wrap2-step {
  margin-bottom: 10px;
}

/* line 1410, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-wrap2-headline {
  font-size: 24px;
  font-weight: bold;
  min-height: 3em;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.5;
}

/* line 1417, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 1422, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-wrap2-img img {
  max-height: 100%;
}

/* line 1424, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-wrap2-text {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

/* line 1428, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-btn {
  text-align: center;
}

/* line 1430, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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 1445, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.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: 767px) {
  /* line 1456, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-headline1 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  /* line 1459, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-headline2 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  /* line 1462, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap {
    margin-bottom: 20px;
  }
  /* line 1464, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap-point {
    font-size: 8px;
  }
  /* line 1467, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap-point > span:first-child {
    padding: 1px 7px 1px 5px;
  }
  /* line 1469, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .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 1476, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap-headline {
    font-size: 15px;
    margin-bottom: 5px;
  }
  /* line 1479, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap-text {
    font-size: 10px;
  }
  /* line 1481, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap2 {
    margin-bottom: 30px;
  }
  /* line 1483, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap2-item {
    width: 29%;
  }
  /* line 1485, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap2-step {
    margin-bottom: 5px;
  }
  /* line 1487, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap2-headline {
    font-size: 11px;
    margin-bottom: 10px;
  }
  /* line 1490, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap2-img {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) and (max-width: 430px) {
  /* line 1490, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap2-img {
    height: 65px;
  }
}

@media (max-width: 767px) {
  /* line 1494, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap2-text {
    font-size: 10px;
  }
  /* line 1496, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-btn {
    text-align: center;
  }
  /* line 1498, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .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 1505, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-btn a::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 20px;
  }
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__container {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 8, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__frame {
  background: #eef9ff;
  padding: 30px;
  border-radius: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

/* line 15, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__frame-content {
  width: 61%;
}

/* line 18, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__frame-img {
  width: 39%;
}

/* line 21, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__frame-headline {
  font-size: 35px;
  font-weight: bold;
  color: #1992eb;
  margin: 0 0 20px;
}

/* line 27, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__frame-text {
  font-size: 20px;
  font-weight: bold;
}

/* line 30, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__frame-text > span {
  color: #FF7682;
}

/* line 33, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__frame-text a {
  text-decoration: underline;
}

/* line 38, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__table {
  margin: 0 0 50px;
}

/* line 40, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__table table {
  width: 100%;
  border-collapse: collapse;
}

/* line 44, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__table table thead th {
  padding: 3px 10px;
  font-size: 25px;
}

/* line 47, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__table table thead th:first-child {
  width: 18%;
}

/* line 50, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__table table thead th:last-child {
  width: 82%;
}

/* line 55, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__table table th, .p-initial__table table td {
  padding: 20px 30px;
  border: 1px solid #C6C6C6;
  font-weight: bold;
}

/* line 60, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__table table th {
  background: #ECECEC;
  font-size: 25px;
}

/* line 64, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__table table td {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

/* line 71, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__link {
  text-align: center;
}

/* line 73, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__link-text {
  font-size: 25px;
  font-weight: bold;
  color: #0094F1;
  margin-bottom: 10px;
}

/* line 79, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__link-btn {
  font-weight: bold;
  font-size: 30px;
  width: 635px;
  max-width: 100%;
  height: 95px;
  line-height: 95px;
  background: #0094F1;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 94, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
.p-initial__link-btn:hover {
  background: #0073B7;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  /* line 102, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
  .p-initial__frame {
    padding: 30px 15px;
    border-radius: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 106, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
  .p-initial__frame-content {
    width: 100%;
  }
  /* line 109, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
  .p-initial__frame-img {
    width: 100%;
  }
  /* line 112, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
  .p-initial__frame-headline {
    font-size: 28px;
    margin: 0 0 40px;
    text-align: center;
  }
  /* line 117, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
  .p-initial__frame-text {
    font-size: 16px;
  }
  /* line 121, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
  .p-initial__table {
    margin: 0 0 30px;
  }
  /* line 125, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
  .p-initial__table table thead th {
    font-size: 12px;
  }
  /* line 127, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
  .p-initial__table table thead th:first-child {
    width: 25%;
  }
  /* line 130, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
  .p-initial__table table thead th:last-child {
    width: 75%;
  }
  /* line 135, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
  .p-initial__table table th, .p-initial__table table td {
    padding: 10px 15px;
  }
  /* line 138, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
  .p-initial__table table th {
    font-size: 12px;
  }
  /* line 141, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
  .p-initial__table table td {
    font-size: 10px;
  }
  /* line 147, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
  .p-initial__link-text {
    font-size: 15px;
    margin-bottom: 10px;
  }
  /* line 151, app/assets/stylesheets/renewal_designs/object/project/_initial.scss */
  .p-initial__link-btn {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 0px rgba(0, 0, 0, 0.5);
  }
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_law.sass */
.p-law__table th {
  width: 25%;
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
.p-mainvisual picture {
  width: 100%;
}

/* line 4, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
.p-mainvisual img {
  max-width: none;
  width: 100%;
}

/* line 7, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
.p-mainvisual__arrow {
  color: transparent;
  width: 60px;
  height: 60px;
  background-color: #00afdd;
  z-index: 2;
  position: absolute;
  bottom: -30px;
  text-align: center;
}

/* line 16, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
.p-mainvisual__arrow:hover {
  background-color: #3e4549;
}

/* line 18, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
.p-mainvisual__arrow::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;
}

/* line 25, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
.p-mainvisual__arrow--prev {
  left: 120px;
}

@media (max-width: 991px) {
  /* line 25, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
  .p-mainvisual__arrow--prev {
    left: 60px;
  }
}

/* line 29, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
.p-mainvisual__arrow--prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 31, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
.p-mainvisual__arrow--next {
  left: 180px;
}

@media (max-width: 991px) {
  /* line 31, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
  .p-mainvisual__arrow--next {
    left: 120px;
  }
}

/* line 36, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
.p-mainvisual.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* line 38, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
.p-mainvisual .slick-dots {
  bottom: 20px;
}

@media (max-width: 767px) {
  /* line 38, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
  .p-mainvisual .slick-dots {
    bottom: -25px;
  }
}

/* line 42, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
.p-mainvisual .slick-dots li {
  margin: 0 10px;
}

@media (max-width: 767px) {
  /* line 42, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
  .p-mainvisual .slick-dots li {
    margin: 0 8px;
  }
}

/* line 46, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
.p-mainvisual .slick-dots li,
.p-mainvisual .slick-dots li button {
  width: 10px;
  height: 10px;
}

/* line 50, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
.p-mainvisual .slick-dots li button {
  border-radius: 50%;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  /* line 50, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
  .p-mainvisual .slick-dots li button {
    background-color: #d1d1d1;
  }
}

/* line 55, app/assets/stylesheets/renewal_designs/object/project/_mainvisual.sass */
.p-mainvisual .slick-dots li:hover button,
.p-mainvisual .slick-dots li.slick-active button {
  background-color: #00afdd;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_mobile-nav.sass */
.p-mobile-nav {
  display: none;
}

/* line 4, app/assets/stylesheets/renewal_designs/object/project/_mobile-nav.sass */
.p-mobile-nav__outer .modaal-content-container {
  padding: 0;
}

/* line 6, app/assets/stylesheets/renewal_designs/object/project/_mobile-nav.sass */
.p-mobile-nav__outer .modaal-close {
  background: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
}

/* line 14, app/assets/stylesheets/renewal_designs/object/project/_mobile-nav.sass */
.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 24, app/assets/stylesheets/renewal_designs/object/project/_mobile-nav.sass */
.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 33, app/assets/stylesheets/renewal_designs/object/project/_mobile-nav.sass */
.p-mobile-nav__logo a {
  display: inline-block;
}

/* line 35, app/assets/stylesheets/renewal_designs/object/project/_mobile-nav.sass */
.p-mobile-nav__logo img {
  width: 97px;
}

/* line 38, app/assets/stylesheets/renewal_designs/object/project/_mobile-nav.sass */
.p-mobile-nav__primary ul, .p-mobile-nav__primary li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 42, app/assets/stylesheets/renewal_designs/object/project/_mobile-nav.sass */
.p-mobile-nav__primary ul {
  border-top: 1px solid #d1d1d1;
}

/* line 44, app/assets/stylesheets/renewal_designs/object/project/_mobile-nav.sass */
.p-mobile-nav__primary li {
  border-bottom: 1px solid #d1d1d1;
  font-weight: 700;
}

/* line 47, app/assets/stylesheets/renewal_designs/object/project/_mobile-nav.sass */
.p-mobile-nav__primary li a {
  display: block;
  background-color: #f5f9fc;
  padding: 1rem;
  position: relative;
}

/* line 52, app/assets/stylesheets/renewal_designs/object/project/_mobile-nav.sass */
.p-mobile-nav__primary li a:hover {
  text-decoration: none;
  background-color: #e9f2f8;
}

/* line 55, app/assets/stylesheets/renewal_designs/object/project/_mobile-nav.sass */
.p-mobile-nav__primary li a::after {
  content: "";
  display: block;
  width: 9px;
  height: 16px;
  background: url(/assets/renewal_designs/icon-arrow-right-brand-color-e639a6dba17a586d64051cfb4aa92b7f18d3fa8693765fa83167828575ace2ca.svg) left top/cover;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__title-icon {
  display: inline-block;
  margin-right: .5rem;
}

/* line 5, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__title-icon img {
  width: 30px;
  vertical-align: middle;
}

/* line 8, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__title {
  margin-bottom: 1rem;
  font-size: 1.5714285714rem;
}

@media (max-width: 767px) {
  /* line 8, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__title {
    font-size: 1.2857142857rem;
  }
}

/* line 13, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__frame1 {
  border: 1px solid #cbcbcb;
  border-radius: 12px;
  padding: 50px 40px;
  -webkit-box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.35);
          box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.35);
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  /* line 13, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__frame1 {
    padding: 20px 15px;
    margin-bottom: 60px;
  }
}

/* line 22, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__frame2 {
  background: #F7FAFD;
  position: relative;
  padding: 20px 20px;
  height: 100%;
  text-decoration: none;
  color: inherit;
  width: 95%;
  margin-bottom: 20px;
}

/* line 31, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__frame2::before, .p-movie__frame2::after {
  content: "";
  position: absolute;
  background: #BDDCEA;
}

/* line 35, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__frame2::before {
  top: 5px;
  right: -10px;
  height: 100%;
  width: 10px;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
}

/* line 41, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__frame2::after {
  bottom: -10px;
  right: -5px;
  width: 100%;
  height: 10px;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
}

/* line 47, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__frame2:hover {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 22, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__frame2 {
    padding: 10px 20px;
    margin-bottom: 40px;
  }
}

/* line 53, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__frame3 {
  position: relative;
  padding: 20px 20px;
  text-decoration: none;
  color: inherit;
  width: 95%;
  margin-bottom: 20px;
  border: 1px solid #CBCBCB;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 62, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__frame3::before, .p-movie__frame3::after {
  content: "";
  position: absolute;
  background: #CBCBCB;
}

/* line 66, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__frame3::before {
  top: 5px;
  right: -10px;
  height: 100%;
  width: 10px;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
}

/* line 72, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__frame3::after {
  bottom: -10px;
  right: -5px;
  width: 100%;
  height: 10px;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
}

/* line 78, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__frame3:hover {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 53, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__frame3 {
    padding: 10px 20px;
    margin-bottom: 15px;
  }
}

/* line 84, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__frame4 {
  background: #f5f9fc;
  padding: 30px 30px 40px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

/* line 90, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__frame4-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
}

/* line 95, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__frame4-text {
  font-size: 14px;
  margin-bottom: 20px;
}

/* line 98, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__frame4-btn {
  text-align: center;
}

/* line 100, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__frame4-btn a {
  display: inline-block;
  max-width: 100%;
  width: 290px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #ff7681;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  -webkit-box-shadow: 0px 2.66px 2.66px rgba(52, 52, 52, 0.3);
          box-shadow: 0px 2.66px 2.66px rgba(52, 52, 52, 0.3);
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 84, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__frame4 {
    padding: 20px 20px 30px;
    margin-top: 30px;
  }
  /* line 116, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__frame4-title {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

/* line 122, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__device {
  height: 142px;
  display: grid;
  place-items: center;
}

@media (max-width: 767px) {
  /* line 122, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__device {
    height: 120px;
  }
  /* line 128, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__device img {
    max-height: 100px;
  }
}

/* line 130, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__name2 {
  font-size: 1.2142857143rem;
  text-align: center;
  font-weight: bold;
  margin: 0;
}

/* line 135, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__name2 > span {
  font-size: 0.9285714286rem;
}

@media (max-width: 767px) {
  /* line 130, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__name2 {
    font-size: 0.8571428571rem;
  }
  /* line 139, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__name2 > span {
    font-size: 0.7142857143rem;
  }
}

/* line 142, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__row > [class*="col-"] {
  margin-bottom: 2.14rem;
}

@media (max-width: 767px) {
  /* line 142, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__row > [class*="col-"] {
    margin-bottom: 1rem;
  }
}

/* line 146, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__row .col-sm-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 150, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__row2 > [class*="col-"] {
  margin-bottom: 3.14rem;
}

@media (max-width: 767px) {
  /* line 150, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__row2 > [class*="col-"] {
    margin-bottom: 3rem;
  }
}

/* line 154, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__unit {
  height: 100%;
}

/* line 156, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 0;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 156, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__name {
    font-size: 1.1428571429rem;
  }
}

/* line 164, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__caption {
  margin-bottom: 0;
  text-align: center;
}

/* line 167, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-head {
  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;
  margin-bottom: 10px;
}

/* line 172, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-head__good {
  font-size: 21px;
  position: relative;
  padding-left: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 177, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-head__good::before {
  content: "";
  background: url(/assets/renewal_designs/icon_good@2x-7e4d567c14371cd6ac16298c9e3a2ce6c5120b07aff9e6dce141811580e03373.png) no-repeat center/contain;
  width: 32px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  /* line 167, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  /* line 189, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-head__good {
    font-size: 16px;
    padding-left: 30px;
  }
  /* line 192, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-head__good::before {
    width: 22px;
    height: 23px;
  }
}

/* line 195, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__headline {
  font-size: 1.7857142857rem;
  padding: 0 0 0 15px;
  border-left: 27px solid #BDDCEA;
  border-bottom: 2px solid #BDDCEA;
  line-height: 2;
}

@media (max-width: 767px) {
  /* line 195, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__headline {
    font-size: 1.2857142857rem;
    padding: 0 0 0 10px;
    border-left: 19px solid #BDDCEA;
  }
}

/* line 205, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__headline2 {
  width: 478px;
  background: url(/assets/renewal_designs/movie_headline_bg@2x-a071ce1ab6cb3c7f5b94403f4489839c2d82cb1a28bb9683d0fde41da8fd8d17.png) no-repeat left/contain;
  font-size: 1.9285714286rem;
  color: #fff;
  padding: 15px 0px 20px 20px;
}

@media (max-width: 767px) {
  /* line 205, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__headline2 {
    font-size: 1.4285714286rem;
    padding: 10px 0px 15px 15px;
  }
}

/* line 214, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__headline3 {
  background: #1992EB;
  font-size: 1.9285714286rem;
  color: #fff;
  padding: 10px 10px;
}

@media (max-width: 767px) {
  /* line 214, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__headline3 {
    font-size: 1.4285714286rem;
    padding: 10px 0px 15px 15px;
  }
}

/* line 222, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__headline4 {
  font-size: 1.7857142857rem;
  border-bottom: 2px solid #1992EB;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  /* line 222, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__headline4 {
    font-size: 1.2857142857rem;
  }
}

/* line 228, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__headline5 {
  font-size: 1.6428571429rem;
  margin-bottom: 20px;
}

/* line 231, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__headline5 > span {
  color: #1992eb;
}

@media (max-width: 767px) {
  /* line 228, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__headline5 {
    font-size: 1.1428571429rem;
    margin-bottom: 20px;
  }
}

/* line 236, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__btn {
  color: #1992eb;
  width: 220px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #1992eb;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  font-size: 1.0714285714rem;
  margin-left: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 248, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__btn:hover {
  text-decoration: none;
  opacity: .7;
}

@media (max-width: 767px) {
  /* line 236, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__btn {
    width: 200px;
    height: 35px;
    line-height: 31px;
    margin-top: 10px;
    font-size: 0.9285714286rem;
    margin-left: 0px;
  }
}

/* line 258, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__btn2 {
  margin-bottom: 90px;
}

/* line 260, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__btn2 a {
  color: #1992eb;
  width: 411px;
  height: 70px;
  line-height: 62px;
  border: 4px solid #1992eb;
  display: inline-block;
  border-radius: 16px;
  text-align: center;
  font-size: 1.6428571429rem;
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 272, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__btn2 a:hover {
  text-decoration: none;
  opacity: .7;
}

@media (max-width: 767px) {
  /* line 258, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__btn2 {
    margin-bottom: 40px;
  }
  /* line 277, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__btn2 a {
    width: 300px;
    height: 55px;
    line-height: 51px;
    font-size: 1.1428571429rem;
    margin-left: 0px;
    border-width: 2px;
  }
}

/* line 285, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__btn3 .c-btn {
  width: 380px;
  position: relative;
  padding: .7em 1.875em;
  font-size: 21px;
}

/* line 290, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__btn3 .c-btn::after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 767px) {
  /* line 285, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__btn3 .c-btn {
    width: 290px;
    padding: .7em 1.875em;
    font-size: 16px;
  }
  /* line 304, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__btn3 .c-btn::after {
    border-width: 1px;
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

/* line 309, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

/* line 313, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-nav__item {
  text-decoration: none;
  width: 23%;
  border: 4px solid #1992EB;
  border-radius: 16px;
  padding: 15px 0px;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #1992EB;
  line-height: 1.47;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 325, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-nav__item:hover {
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 309, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-nav {
    margin-bottom: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 331, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-nav__item {
    width: 49%;
    margin-bottom: 10px;
    border: 2px solid #1992EB;
    border-radius: 10px;
    padding: 10px 0px;
    font-size: 13px;
  }
}

/* line 338, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__lead {
  font-size: 1.4285714286rem;
}

@media (max-width: 767px) {
  /* line 338, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__lead {
    font-size: 1rem;
  }
}

/* line 342, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__headling {
  margin-top: 0;
  margin-bottom: 3.5rem;
  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: 2.1428571429rem;
}

@media (max-width: 767px) {
  /* line 342, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__headling {
    margin-bottom: 1.75rem;
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}

/* line 353, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__headling-badge {
  margin-right: 1rem;
}

/* line 355, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__headling-badge img {
  width: 120px;
}

@media (max-width: 767px) {
  /* line 358, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__headling-badge img {
    width: 85px;
  }
}

/* line 360, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__headling-sup {
  font-weight: 400;
  line-height: 1.5;
  display: block;
  font-size: 1.1428571429rem;
}

@media (max-width: 767px) {
  /* line 360, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__headling-sup {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  /* line 360, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__headling-sup {
    font-size: 0.8571428571rem;
  }
}

/* line 369, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__link {
  font-size: 1.6428571429rem;
  margin: 0 0 10px;
  padding-left: 50px;
}

/* line 373, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__link > a {
  text-decoration: underline;
}

/* line 375, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__prepare {
  font-size: 50px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}

@media (max-width: 767px) {
  /* line 375, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__prepare {
    font-size: 35px;
  }
}

/* line 386, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__sec {
  position: relative;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 386, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__sec {
    padding-bottom: 30px;
  }
}

/* line 391, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__text1 {
  color: #1992eb;
  font-size: 23px;
  font-weight: bold;
}

@media (max-width: 767px) {
  /* line 391, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__text1 {
    font-size: 15px;
  }
}

/* line 397, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__box {
  display: block;
  text-align: center;
  font-size: 17px;
  color: #fff;
  background: #FF7681;
  border-radius: 8px;
  width: 202px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  line-height: 1.5;
  font-weight: bold;
  padding: 10px 10px;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 10000;
}

/* line 413, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__box:hover {
  text-decoration: none;
  opacity: .7;
  background: #FF7681;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 397, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__box {
    font-size: 14px;
    border-radius: 5px;
    width: 150px;
    padding: 10px 10px;
    right: 15px;
    bottom: 15px;
  }
}

/* line 426, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__text2 {
  font-size: 18px;
  margin: 10px 0;
}

@media (max-width: 767px) {
  /* line 426, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__text2 {
    font-size: 13px;
  }
}

/* line 431, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

/* line 435, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-wrap__item {
  width: 24%;
  margin-bottom: 10px;
}

/* line 438, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-wrap__item img {
  width: 100%;
}

/* line 440, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-wrap__item:not(:nth-of-type(4n)) {
  margin-right: 1.3%;
}

@media (max-width: 767px) {
  /* line 431, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-wrap {
    margin-bottom: 30px;
    display: block;
  }
  /* line 445, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-wrap .slick-prev,
.p-movie-wrap .slick-next {
    top: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #2a3b4c;
    background: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
  /* line 455, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-wrap .slick-prev.slick-disabled,
.p-movie-wrap .slick-next.slick-disabled {
    visibility: hidden;
  }
  /* line 457, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-wrap .slick-prev:before,
.p-movie-wrap .slick-next:before {
    content: "";
    width: 13px;
    height: 13px;
    border-right: 1px solid #2a3b4c;
    border-top: 1px solid #2a3b4c;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* line 468, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-wrap .slick-prev:hover, .p-movie-wrap .slick-prev:focus,
.p-movie-wrap .slick-next:hover,
.p-movie-wrap .slick-next:focus {
    background: #fff;
    opacity: 1;
  }
  /* line 471, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-wrap .slick-prev {
    left: 0;
  }
  /* line 473, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-wrap .slick-prev:before {
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    left: 6px;
  }
  /* line 476, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-wrap .slick-next {
    right: 0;
  }
  /* line 478, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-wrap .slick-next:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 6px;
  }
  /* line 481, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-wrap__item {
    width: 49%;
    margin: 0 20px;
  }
  /* line 485, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-wrap__item img {
    margin: auto;
  }
  /* line 487, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-wrap__item:not(:nth-of-type(4n)) {
    margin: 0 20px;
  }
}

/* line 491, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie__text3 {
  font-size: 21px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 767px) {
  /* line 491, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie__text3 {
    font-size: 15px;
  }
}

/* line 496, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-questionnaire {
  background: #F5F9FC;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 80px;
}

/* line 501, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-questionnaire__text1 {
  font-size: 21px;
  margin: 0 0 0px;
}

/* line 504, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-questionnaire__text2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 20px;
}

/* line 508, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-questionnaire__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 511, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-questionnaire__btn1 {
  display: block;
  width: 361px;
  border-radius: 16px;
  margin-right: 50px;
  background: #1992EB;
  border: 4px solid #1992EB;
  height: 62px;
  line-height: 54px;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 526, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-questionnaire__btn1:hover {
  opacity: .7;
}

/* line 528, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-questionnaire__btn1 input {
  display: none;
}

/* line 530, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-questionnaire__btn2 {
  display: block;
  width: 361px;
  border-radius: 16px;
  background: #fff;
  border: 4px solid #1992EB;
  color: #1992EB;
  height: 62px;
  line-height: 54px;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 544, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-questionnaire__btn2:hover {
  opacity: .7;
}

/* line 546, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
.p-movie-questionnaire__btn2 input {
  display: none;
}

@media (max-width: 767px) {
  /* line 496, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-questionnaire {
    padding: 20px 20px;
    margin-bottom: 40px;
  }
  /* line 551, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-questionnaire__text1 {
    font-size: 14px;
  }
  /* line 553, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-questionnaire__text2 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  /* line 557, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-questionnaire__btn1 {
    width: 150px;
    border-radius: 10px;
    margin-right: 30px;
    border-width: 2px;
    height: 50px;
    line-height: 46px;
    font-size: 18px;
  }
  /* line 565, app/assets/stylesheets/renewal_designs/object/project/_movie.sass */
  .p-movie-questionnaire__btn2 {
    width: 150px;
    border-radius: 10px;
    border-width: 2px;
    height: 50px;
    line-height: 46px;
    font-size: 18px;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_news-page.sass */
.p-news-page-header {
  padding: 3rem 0;
  background-color: #f5f9fc;
  text-align: center;
}

/* line 5, app/assets/stylesheets/renewal_designs/object/project/_news-page.sass */
.p-news-page-header .title {
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.8571428571rem;
}

/* line 11, app/assets/stylesheets/renewal_designs/object/project/_news-page.sass */
.p-news-page-header .logo {
  max-width: 10rem;
}

/* line 14, app/assets/stylesheets/renewal_designs/object/project/_news-page.sass */
.p-news-page__title {
  text-align: center;
}

/* line 16, app/assets/stylesheets/renewal_designs/object/project/_news-page.sass */
.p-news-page__title .title {
  display: inline-block;
  margin-bottom: 2rem;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.5714285714rem;
}

/* line 24, app/assets/stylesheets/renewal_designs/object/project/_news-page.sass */
.p-news-body img {
  display: block;
  margin: 0 auto;
}

/* line 27, app/assets/stylesheets/renewal_designs/object/project/_news-page.sass */
.p-news-body h3 {
  text-align: center;
  border-bottom: 2px solid #000;
  margin-top: 4rem;
}

/* line 31, app/assets/stylesheets/renewal_designs/object/project/_news-page.sass */
.p-news-body figcaption {
  text-align: center;
  color: #888888;
  font-size: 0.8571428571rem;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_news.sass */
.p-news {
  padding: 1rem 3rem;
  text-align: center;
  background-color: #ffccd1;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/project/_news.sass */
  .p-news {
    padding: 1rem;
  }
}

/* line 7, app/assets/stylesheets/renewal_designs/object/project/_news.sass */
.p-news__title {
  color: #a5000e;
  font-weight: bold;
}

/* line 10, app/assets/stylesheets/renewal_designs/object/project/_news.sass */
.p-news p {
  font-size: 0.8571428571rem;
}

/* line 15, app/assets/stylesheets/renewal_designs/object/project/_news.sass */
.p-news.p-news-top p {
  margin: 0;
  font-size: inherit;
}

@media (min-width: 769px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .sp {
    display: none !important;
  }
}

@media (max-width: 768px) {
  /* line 4, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .pc {
    display: none !important;
  }
}

/* line 7, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mv {
  padding: 0px 0;
}

/* line 9, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mv img {
  width: 100%;
}

/* line 11, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mv-wrap {
  width: 1140px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}

/* line 16, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mv-frame {
  border-radius: 20px;
  background: #fff;
  border: 5px solid #82C9FF;
  overflow: hidden;
  text-align: center;
}

/* line 22, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mv-content {
  padding: 40px 20px 20px;
  text-align: center;
}

/* line 25, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mv-bottom {
  text-align: center;
  background: #D4EEFF;
  padding: 20px 20px;
}

@media (max-width: 768px) {
  /* line 30, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-mv-frame {
    border-radius: 10px;
    border: 2px solid #82C9FF;
  }
  /* line 33, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-mv-content {
    padding: 30px 20px 30px;
  }
  /* line 35, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-mv-bottom {
    padding: 20px 10px;
  }
}

/* line 39, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-present {
  padding: 50px 15px 0px;
  text-align: center;
}

/* line 42, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-present__img {
  margin-bottom: 30px;
}

/* line 45, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow {
  padding: 50px 20px 80px;
  width: 1140px;
  max-width: 100%;
  margin: auto;
}

/* line 50, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__headline {
  text-align: center;
}

/* line 52, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__headline > span {
  color: #1199FF;
  font-weight: bold;
  font-size: 24px;
  background: #fff578;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 10px 20px;
  letter-spacing: .05em;
}

/* line 61, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__h2 {
  font-size: 40px;
  margin-bottom: 80px;
  text-align: center;
}

/* line 65, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 68, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__item {
  width: 30%;
  border: 3px solid #82C9FF;
  background: #fff;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(22, 46, 92, 0.05);
          box-shadow: 0px 3px 35px 0px rgba(22, 46, 92, 0.05);
  position: relative;
  padding: 65px 20px 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 78, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__item:nth-of-type(3) {
  position: relative;
}

/* line 80, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__step {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #83C9FF;
  background: #209FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  display: grid;
  place-items: center;
  text-align: center;
}

/* line 99, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__step span {
  font-size: 30px;
  display: block;
}

/* line 102, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #006BBC;
  margin: 0 0 20px;
}

/* line 109, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__icon {
  text-align: center;
  margin-bottom: 20px;
}

/* line 112, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__text {
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}

/* line 116, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__text > span {
  font-size: 14px;
}

/* line 118, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__btn {
  text-align: center;
  margin-top: 20px;
}

/* line 121, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__btn a {
  color: #fff;
  background: #FF5865;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  width: 100%;
  position: relative;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
}

/* line 133, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__btn a:hover {
  opacity: .8;
}

/* line 135, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__btn a::after {
  content: "";
  background: url(/assets/renewal_designs/norikae_arrow01-78c23c7c01cd6c9adcc9675938be05485f70a21cff1e5d96d6f3cf0a533d3610.png) no-repeat center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  /* line 45, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow {
    padding: 50px 20px 80px;
    background-color: #F0F9FF;
  }
  /* line 148, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__headline > span {
    font-size: 18px;
    margin-bottom: 30px;
    padding: 5px 10px;
  }
  /* line 152, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__h2 {
    font-size: 28px;
    margin-bottom: 60px;
    text-align: center;
  }
  /* line 156, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 158, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__item {
    width: 100%;
    position: relative;
    padding: 30px 15px 20px;
    margin-bottom: 50px;
  }
  /* line 163, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__item:nth-of-type(3) {
    margin-bottom: 0;
  }
  /* line 165, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__item:nth-of-type(3)::before {
    content: none;
  }
  /* line 167, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__step {
    width: 65px;
    height: 65px;
    font-size: 11px;
    border-width: 3px;
  }
  /* line 172, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__step span {
    font-size: 18px;
  }
  /* line 174, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 179, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__title {
    font-size: 20px;
    margin-bottom: 20px;
    margin: 0 15px 0px;
  }
  /* line 183, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__icon {
    margin-bottom: 0px;
    width: 40px;
  }
  /* line 186, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__text {
    font-size: 12px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
  }
  /* line 190, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__text > span {
    font-size: 11px;
  }
  /* line 192, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__btn {
    margin-top: 20px;
  }
  /* line 194, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__btn a {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
}

/* line 200, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow-detail {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  margin-top: 50px;
  background: #fff;
  padding: 15px 0px;
  border: solid 5px #5C9FD2;
  border-radius: 20px;
  -webkit-box-shadow: 0px 6px 0px 0px #215277;
          box-shadow: 0px 6px 0px 0px #215277;
}

/* line 210, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow-detail__head {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  cursor: pointer;
  color: #135688;
}

/* line 217, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow-detail__head > span {
  position: relative;
}

/* line 219, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow-detail__head > span::after {
  content: "";
  background: url(/assets/renewal_designs/norikae_arrow02-0501d74a032d6b8f622a1592d1f1fadffbb7ba568a8f58e793d32c416175903c.png) no-repeat center/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: -70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 230, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow-detail__head.is-open > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/* line 232, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow-detail__content {
  padding: 30px 50px;
  display: none;
}

/* line 235, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow-detail__headline {
  font-size: 25px;
  padding: 3px 0 3px 10px;
  border-left: 7px solid #197CE6;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* line 241, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow-detail__img {
  text-align: center;
}

/* line 243, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow-detail__text {
  font-size: 18px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 200, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow-detail {
    border-radius: 8px;
    border-width: 2px;
    -webkit-box-shadow: 0px 2px 0px 0px #215277;
            box-shadow: 0px 2px 0px 0px #215277;
  }
  /* line 250, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow-detail__head {
    font-size: 18px;
  }
  /* line 253, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow-detail__head > span::after {
    width: 20px;
    height: 20px;
    right: -30px;
  }
  /* line 257, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow-detail__content {
    padding: 20px 15px 0;
  }
  /* line 259, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow-detail__headline {
    font-size: 20px;
    padding: 3px 0 3px 10px;
    border-left: 6px solid #197CE6;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  /* line 265, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow-detail__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

/* line 269, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about {
  background: url(/assets/renewal_designs/norikae_about_bg-673194c78ad6d81e5aa929ecbb70f24e0e98a69a7a6b1727ef9197f7d4e51708.png) no-repeat top/cover;
  padding: 80px 20px;
  position: relative;
  z-index: 1;
}

/* line 274, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__wrap {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

/* line 278, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__h2 {
  text-align: center;
}

/* line 280, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 285, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 292, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__h2 {
  font-size: 50px;
  margin-bottom: 50px;
}

/* line 296, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__item {
  width: 940px;
  max-width: 100%;
  margin: auto;
}

/* line 300, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__item:not(:last-child) {
  margin-bottom: 80px;
}

/* line 302, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 165px;
  position: relative;
}

/* line 307, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__head::before {
  content: "";
  background: url(/assets/5g_lp/isoyama_img16@2x-20792f97b35a808e45218c4739e7755d920a5c46498a03ae3283d9c5908d6e94.png) no-repeat top 50% left 50%/contain;
  width: 159px;
  height: 171px;
  position: absolute;
  top: -35px;
  left: 0;
}

/* line 315, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__point {
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 20px;
}

/* line 319, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__headline {
  font-size: 46px;
  font-weight: bold;
  margin: 0;
}

/* line 323, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__headline > span {
  color: #197ce6;
}

/* line 325, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__fee {
  font-size: 81px;
  margin: 0;
  font-weight: bold;
  margin-top: -20px;
  line-height: 1;
}

/* line 331, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__fee > span {
  color: #197ce6;
}

/* line 333, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__fee > span > em {
  font-size: 160px;
  font-style: normal;
}

/* line 336, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__text {
  font-size: 38px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 20px;
}

/* line 341, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__text > span {
  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%);
  font-weight: bold;
}

/* line 344, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__img {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 269, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about {
    padding: 40px 15px;
  }
  /* line 348, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__h2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  /* line 351, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__lead {
    margin-bottom: 30px;
  }
  /* line 354, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__item:not(:last-child) {
    margin-bottom: 50px;
  }
  /* line 356, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__head {
    padding-left: 67px;
  }
  /* line 358, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__head::before {
    width: 72px;
    height: 78px;
    top: 0px;
  }
  /* line 362, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__point {
    width: 38px;
    margin-right: 5px;
    margin-top: 7px;
  }
  /* line 366, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__headline {
    font-size: 18px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  /* line 369, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__fee {
    font-size: 35px;
    margin-top: -10px;
    line-height: 1;
  }
  /* line 374, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__fee > span > em {
    font-size: 70px;
  }
  /* line 376, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__text {
    font-size: 16px;
    margin-top: 20px;
  }
}

/* line 381, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-reason {
  background: #0F659D;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  position: relative;
}

/* line 399, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-reason::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34.6px 20px 0 20px;
  border-color: #0F659D transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
}

/* line 411, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-reason__text {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}

/* line 416, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-reason__text--large {
  font-size: 40px;
}

/* line 418, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-reason__text--num {
  font-size: 50px;
}

@media (max-width: 768px) {
  /* line 381, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-reason {
    padding: 60px 0px 50px;
  }
  /* line 422, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-reason::before {
    width: 315px;
    height: 300px;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  /* line 426, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-reason::after {
    border-width: 26.0px 15px 0 15px;
  }
  /* line 428, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-reason__text {
    font-size: 28px;
    line-height: 1.5;
  }
  /* line 431, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-reason__text--large {
    font-size: 32px;
  }
  /* line 433, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-reason__text--num {
    font-size: 48px;
    line-height: 0.8;
  }
}

/* line 437, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point {
  padding: 60px 20px 80px;
  background-image: -webkit-linear-gradient(top, #fff 990px, #F0F9FF 990px);
  background-image: linear-gradient(180deg, #fff 990px, #F0F9FF 990px);
}

/* line 440, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point__h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 40px;
  color: #006BBC;
}

/* line 445, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point__lead {
  margin-left: -20px;
  width: calc(100% + 40px);
  text-align: center;
}

/* line 449, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point__note {
  font-size: 16px;
}

/* line 451, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box1 {
  width: 950px;
  max-width: calc(100% - 40px);
  margin: -55px auto 50px;
  position: relative;
  background-image: url(/assets/renewal_designs/norikae_point_bg-930b8b2253385877f5bf21ad818e21d95b39f3f580a73c6e224ae0a4dd3779ae.png);
  background-color: #F0F9FF;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  border: 6px solid #82C9FF;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(22, 46, 92, 0.05);
          box-shadow: 0px 5px 35px 0px rgba(22, 46, 92, 0.05);
  padding: 100px 150px 50px;
}

/* line 464, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box1__h3 {
  position: absolute;
  top: -67px;
  left: 0;
  right: 0;
  width: calc(100% - 150px);
  margin: auto;
  text-align: center;
  background: #57B7FF;
  border: 4px solid #F0F3F5;
  border-radius: 20px;
  color: #fff;
  font-size: 32px;
  padding: 9px 20px;
}

/* line 478, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box1__h3 > span {
  color: #FFEF2E;
}

/* line 480, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box1__h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20.8px 12px 0 12px;
  border-color: #F0F3F5 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
}

/* line 492, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box1__h3::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15.6px 9px 0 9px;
  border-color: #57B7FF transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
}

/* line 504, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box1__item {
  padding: 20px 80px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(22, 46, 92, 0.05);
          box-shadow: 0px 5px 35px 0px rgba(22, 46, 92, 0.05);
  border-radius: 20px;
}

/* line 509, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box1__item:not(:last-child) {
  margin-bottom: 30px;
}

/* line 511, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box1__num {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #FFF578;
  color: #1199FF;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0 0 0px;
  border-radius: 10px;
  line-height: 1;
}

/* line 521, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box1__text1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 5px;
}

/* line 525, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box1__text1 > span {
  color: #006BBC;
  font-size: 32px;
}

/* line 528, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box1__text2 {
  font-size: 18px;
  margin: 0;
}

/* line 531, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box1__text3 {
  font-size: 15px;
  margin: 10px 0 0 0;
}

@media (max-width: 768px) {
  /* line 437, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point {
    padding: 35px 20px 80px;
    background-image: -webkit-linear-gradient(top, #fff 500px, #F0F9FF 500px);
    background-image: linear-gradient(180deg, #fff 500px, #F0F9FF 500px);
  }
  /* line 537, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point__h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  /* line 540, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point__h2 img {
    width: 180px;
    margin-bottom: 10px;
  }
  /* line 544, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point__note {
    font-size: 12px;
  }
  /* line 546, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box1 {
    width: 100%;
    max-width: 100%;
    margin: -35px auto 50px;
    border-radius: 10px;
    border: 6px solid #82C9FF;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(22, 46, 92, 0.05);
            box-shadow: 0px 5px 35px 0px rgba(22, 46, 92, 0.05);
    padding: 120px 20px 30px;
  }
  /* line 554, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box1__h3 {
    top: -40px;
    width: calc(100% - 40px);
    border: 3px solid #F0F3F5;
    font-size: 24px;
    border-radius: 20px;
    padding: 9px 10px;
  }
  /* line 561, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box1__h3::before {
    border-width: 20.8px 12px 0 12px;
  }
  /* line 563, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box1__h3::after {
    border-width: 15.6px 9px 0 9px;
  }
  /* line 565, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box1__item {
    padding: 30px 10px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(22, 46, 92, 0.05);
            box-shadow: 0px 5px 35px 0px rgba(22, 46, 92, 0.05);
    border-radius: 10px;
  }
  /* line 569, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box1__item:not(:last-child) {
    margin-bottom: 20px;
  }
  /* line 571, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box1__num {
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 5px;
  }
  /* line 575, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box1__text1 {
    font-size: 18px;
    margin: 0 0 5px;
  }
  /* line 578, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box1__text1 > span {
    font-size: 22px;
  }
  /* line 580, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box1__text2 {
    font-size: 14px;
  }
}

/* line 582, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2 {
  width: 800px;
  max-width: 100%;
  margin: auto;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(22, 46, 92, 0.05);
          box-shadow: 0px 5px 35px 0px rgba(22, 46, 92, 0.05);
  border-radius: 20px;
  border: 3px solid #82C9FF;
  overflow: hidden;
}

/* line 590, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2:not(:last-child) {
  margin-bottom: 60px;
}

/* line 592, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__title {
  background: #209FFF;
  font-size: 32px;
  color: #fff;
  text-align: center;
  padding: 15px 15px;
  margin: 0;
}

/* line 599, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__content {
  padding: 40px 35px;
  background: #fff;
}

/* line 602, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__price {
  text-align: center;
  padding: 30px 0 0 0;
}

/* line 605, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__price:first-child {
  padding: 0 0 30px 0;
  border-bottom: 3px solid #DCDCDC;
}

/* line 608, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__footer {
  background: #D4EEFF;
  text-align: center;
  padding: 40px 20px;
}

/* line 613, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__footer-btn:first-child {
  margin-bottom: 30px;
}

/* line 615, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1 {
  width: 500px;
  max-width: 100%;
  margin: 0 auto 30px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  border-spacing: 0;
  border-top: 2px solid #DCDCDC;
  border-left: 2px solid #DCDCDC;
}

/* line 625, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1-device {
  font-size: 16px;
  text-align: left;
  padding: 0 0px;
  font-weight: 500;
  line-height: 1.3;
}

/* line 631, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1-del {
  display: inline-block;
  position: relative;
}

/* line 634, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1-del::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ff0000;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* line 644, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1-small {
  font-size: 12px;
}

/* line 646, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1-large2 {
  font-weight: 900;
  font-size: 22px;
  color: #ff5865;
}

/* line 650, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1-large2 > span {
  font-size: 40px;
}

/* line 652, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1 th, .p-norikae-point-box2__table1 td {
  padding: 15px 15px;
  border-bottom: 2px solid #DCDCDC;
  border-right: 2px solid #DCDCDC;
}

/* line 656, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1 th {
  color: #fff;
  background: #394A57;
  font-size: 24px;
}

/* line 660, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1 td {
  font-size: 20px;
}

/* line 663, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1 thead th {
  color: #fff;
}

/* line 665, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1 thead th:nth-of-type(2) {
  background: #209FFF;
}

/* line 667, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1 thead th:first-child {
  border-radius: 20px 0 0 0;
}

/* line 669, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1 thead th:last-child {
  border-radius: 0 20px 0 0;
}

/* line 673, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1 tbody tr:last-child th:first-child {
  border-radius: 0 0 0 20px;
}

/* line 675, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1 tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}

/* line 677, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1--del {
  position: relative;
  padding: 0 5px;
}

/* line 680, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1--del::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #82C9FF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 689, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1--price {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF578));
  background: -webkit-linear-gradient(transparent 60%, #FFF578 60%);
  background: linear-gradient(transparent 60%, #FFF578 60%);
}

/* line 691, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1--price strong {
  font-size: 32px;
}

/* line 694, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__note {
  font-size: 16px;
}

/* line 696, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__headline {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 702, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__text1 {
  color: #006BBC;
  font-size: 32px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}

/* line 709, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__img {
  margin-bottom: 20px;
}

/* line 711, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__btn {
  text-align: center;
}

/* line 713, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__btn a {
  width: 480px;
  max-width: 100%;
  margin: 30px auto 0;
  height: 70px;
  line-height: 60px;
  border: 5px solid #5C9FD2;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 0 0 #215277;
          box-shadow: 0 5px 0 0 #215277;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

/* line 728, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__btn a::after {
  content: "";
  background: url(/assets/renewal_designs/norikae_icon_link-306ca1b5a48100e8771dacc0ed3f98f2c7adfd591bfdb43988d1d7d900a41371.png) no-repeat top/contain;
  width: 19px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 737, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 {
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  border-spacing: 0;
}

/* line 742, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 th, .p-norikae-point-box2__table2 td {
  padding: 15px 10px;
  border-bottom: 2px solid #DCDCDC;
  border-right: 2px solid #DCDCDC;
}

/* line 746, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 th {
  color: #fff;
  background: #394A57;
  font-size: 24px;
}

/* line 750, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 th:first-child {
  border-right: 0;
}

/* line 752, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 td {
  font-size: 20px;
}

/* line 754, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 td span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF578));
  background: -webkit-linear-gradient(transparent 60%, #FFF578 60%);
  background: linear-gradient(transparent 60%, #FFF578 60%);
  font-size: 32px;
  font-weight: bold;
}

/* line 759, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 thead th {
  color: #fff;
  border-top: 2px solid #DCDCDC;
}

/* line 762, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 thead th:nth-of-type(2) {
  background: #209FFF;
  border-top: 5px solid #82C9FF;
  border-left: 5px solid #82C9FF;
  border-right: 5px solid #82C9FF;
}

/* line 767, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 thead th:nth-of-type(3) {
  background: #ECECEC;
  color: #333333;
}

/* line 770, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 thead th:first-child {
  border-radius: 20px 0 0 0;
  border-left: 2px solid #DCDCDC;
}

/* line 773, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 thead th:last-child {
  border-radius: 0 20px 0 0;
}

/* line 777, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 tbody tr:last-child th:first-child {
  border-radius: 0 0 0 20px;
}

/* line 779, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}

/* line 781, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 tbody tr:last-child td:nth-of-type(1) {
  border-bottom: 5px solid #82C9FF;
}

/* line 784, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 tbody td:nth-of-type(1) {
  background: #F0F9FF;
  border-left: 5px solid #82C9FF;
  border-right: 5px solid #82C9FF;
}

/* line 788, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 tbody td:nth-of-type(2) {
  text-align: left;
}

/* line 791, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step {
  border-radius: 20px;
  background: #F0F9FF;
  padding: 30px 35px;
  -webkit-box-shadow: 0 6px 0 0 #2F7FBB;
          box-shadow: 0 6px 0 0 #2F7FBB;
  position: relative;
}

/* line 797, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step:first-child {
  margin-top: 30px;
}

/* line 799, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step:not(:last-child) {
  margin-bottom: 55px;
}

/* line 801, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 25px 0 25px;
  border-color: #2F7FBB transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 814, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 816, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step__img {
  width: 32%;
  text-align: center;
}

/* line 819, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step__content {
  width: 68%;
}

/* line 821, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step__num {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #FFF578;
  color: #1199FF;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0 0 0px;
  border-radius: 10px;
  line-height: 1;
}

/* line 831, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step__headline {
  margin: 0 0 0;
  font-size: 32px;
  font-weight: bold;
}

/* line 835, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step__headline--01 {
  position: relative;
}

/* line 837, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step__headline--01::after {
  content: "";
  background: url(/assets/renewal_designs/norikae_step_bubble-397dcb8f75d111ab97f41fc3e6348d2d8c87bc47761c5ca79f25fc26aad1e2c3.png) no-repeat top/contain;
  width: 174px;
  height: 171px;
  position: absolute;
  top: -110px;
  left: 160px;
}

/* line 845, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step__text {
  font-size: 18px;
  margin: 0;
}

/* line 848, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step__btn {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 582, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2 {
    border-radius: 20px;
  }
  /* line 854, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__title {
    font-size: 24px;
    padding: 10px 15px;
  }
  /* line 857, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__content {
    padding: 30px 20px;
  }
  /* line 859, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__price {
    padding: 20px 25px 0;
  }
  /* line 861, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__price:first-child {
    padding: 0 25px 20px;
  }
  /* line 863, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__footer {
    padding: 20px 20px;
  }
  /* line 866, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__footer-btn:first-child {
    margin-bottom: 15px;
  }
  /* line 868, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table1 {
    margin: 0 auto 30px;
    border-radius: 10px;
  }
  /* line 871, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table1-device {
    font-size: 10px;
  }
  /* line 874, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table1-del::after {
    height: 1px;
  }
  /* line 876, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table1-small {
    font-size: 8px;
  }
  /* line 878, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table1-large2 {
    font-size: 14px;
  }
  /* line 880, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table1-large2 > span {
    font-size: 22px;
  }
  /* line 882, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table1 th, .p-norikae-point-box2__table1 td {
    padding: 10px 5px;
  }
  /* line 884, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table1 th {
    font-size: 16px;
  }
  /* line 886, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table1 td {
    font-size: 14px;
  }
  /* line 890, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table1 thead th:first-child {
    border-radius: 10px 0 0 0;
  }
  /* line 892, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table1 thead th:last-child {
    border-radius: 0 10px 0 0;
  }
  /* line 896, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table1 tbody tr:last-child th:first-child {
    border-radius: 0 0 0 10px;
  }
  /* line 898, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table1 tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
  }
  /* line 900, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__note {
    font-size: 12px;
  }
  /* line 902, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__headline {
    font-size: 16px;
    margin-bottom: 15px;
  }
  /* line 905, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__text1 {
    font-size: 24px;
  }
  /* line 908, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__img {
    margin-bottom: 15px;
  }
  /* line 911, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__btn a {
    margin: 20px auto 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 0 0 #215277;
            box-shadow: 0 5px 0 0 #215277;
    font-size: 12px;
    height: 46px;
    line-height: 42px;
    border: 2px solid #5C9FD2;
  }
  /* line 919, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__btn a::after {
    width: 14px;
    height: 13px;
    right: 15px;
  }
  /* line 924, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table2 {
    border-radius: 10px;
  }
  /* line 926, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table2 th, .p-norikae-point-box2__table2 td {
    padding: 10px 5px;
  }
  /* line 928, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table2 th {
    font-size: 12px;
  }
  /* line 930, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table2 td {
    font-size: 10px;
  }
  /* line 932, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table2 td span {
    font-size: 14px;
  }
  /* line 936, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table2 thead th:nth-of-type(2) {
    border-top: 3px solid #82C9FF;
    border-left: 3px solid #82C9FF;
    border-right: 3px solid #82C9FF;
  }
  /* line 941, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table2 thead th:first-child {
    border-radius: 10px 0 0 0;
  }
  /* line 943, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table2 thead th:last-child {
    border-radius: 0 10px 0 0;
  }
  /* line 947, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table2 tbody tr:last-child th:first-child {
    border-radius: 0 0 0 10px;
  }
  /* line 949, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table2 tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
  }
  /* line 951, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table2 tbody tr:last-child td:nth-of-type(1) {
    border-bottom: 3px solid #82C9FF;
  }
  /* line 954, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table2 tbody td:nth-of-type(1) {
    border-left: 3px solid #82C9FF;
    border-right: 3px solid #82C9FF;
  }
  /* line 958, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step {
    border-radius: 10px;
    padding: 20px 15px;
  }
  /* line 961, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step:first-child {
    margin-top: 20px;
  }
  /* line 963, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step:not(:last-child) {
    margin-bottom: 45px;
  }
  /* line 965, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step:not(:last-child)::after {
    border-width: 30px 20px 0 20px;
  }
  /* line 969, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step__img {
    width: 32%;
  }
  /* line 971, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step__img img {
    width: 55px;
  }
  /* line 973, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step__content {
    width: 68%;
  }
  /* line 975, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step__num {
    font-size: 14px;
    padding: 3px 8px;
  }
  /* line 978, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step__headline {
    font-size: 16px;
  }
  /* line 981, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step__headline--01::after {
    width: 110px;
    height: 110px;
    top: -80px;
    left: 75px;
  }
  /* line 986, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step__text {
    font-size: 12px;
  }
  /* line 988, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step__btn {
    margin-top: 15px;
  }
}

/* line 992, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta {
  background: url(/assets/renewal_designs/norikae_cta_bg-573808d41c33bfc4323ea0798443d8359710945da98b4983e030a408b525feec.jpg) no-repeat top/cover;
  padding: 60px 20px 80px;
  text-align: center;
}

/* line 996, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta-frame {
  border-radius: 20px;
  background: #fff;
  border: 5px solid #82C9FF;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: auto;
}

/* line 1006, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta-head {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 900px;
  max-width: calc( 100% - 100px);
  margin: auto;
  position: relative;
  z-index: 1;
}

/* line 1013, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta-content {
  padding: 40px 20px 20px;
}

/* line 1015, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta-bottom {
  text-align: center;
  background: #D4EEFF;
  padding: 20px 20px;
}

/* line 1019, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta-text {
  font-size: 28px;
  font-weight: bold;
}

/* line 1023, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta-btn a {
  font-size: 29px;
  color: #fff;
  background: #FF5865;
  font-weight: bold;
  width: 500px;
  max-width: 100%;
  height: 86px;
  line-height: 86px;
  -webkit-box-shadow: 0 7px 0 0 #61050c;
          box-shadow: 0 7px 0 0 #61050c;
  text-decoration: none;
  display: inline-block;
  border-radius: 60px;
  position: relative;
}

/* line 1037, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta-btn a > span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  overflow: hidden;
}

/* line 1044, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta-btn a > span::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: -webkit-linear-gradient(350deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* line 1056, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta-btn a::after {
  content: "";
  background: url(/assets/renewal_designs/norikae_btn_arrow-b83be5b981485d38e202759b7ebb5db56926dcc523fa6c78bc85a4d0cf7b5483.png) no-repeat center/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  /* line 992, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta {
    padding: 0 20px 20px;
  }
  /* line 1067, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta-frame {
    border-radius: 10px;
    border: 2px solid #82C9FF;
  }
  /* line 1070, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta-head {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    max-width: calc( 100% - 50px);
  }
  /* line 1073, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta-content {
    padding: 55px 20px 20px;
  }
  /* line 1075, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta-bottom {
    padding: 20px 10px;
  }
  /* line 1077, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta-text {
    font-size: 17px;
  }
  /* line 1080, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta-btn a {
    font-size: 17px;
    width: 320px;
    height: 53px;
    line-height: 53px;
    -webkit-box-shadow: 0 5px 0 0 #61050c;
            box-shadow: 0 5px 0 0 #61050c;
    border-radius: 40px;
  }
  /* line 1087, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta-btn a > span {
    border-radius: 40px;
  }
  /* line 1089, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta-btn a > span::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: -webkit-linear-gradient(350deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
    -webkit-animation-name: shiny;
            animation-name: shiny;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  /* line 1101, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta-btn a::after {
    width: 14px;
    height: 17px;
    right: 25px;
  }
}

/* line 1106, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta2 {
  background: #467FC4;
  padding: 60px 20px 60px;
  text-align: center;
}

/* line 1110, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta2__text {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}

/* line 1116, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta2__btn a {
  font-size: 29px;
  color: #fff;
  background: #FF5865;
  font-weight: bold;
  width: 500px;
  max-width: 100%;
  height: 86px;
  line-height: 86px;
  -webkit-box-shadow: 0 7px 0 0 #61050c;
          box-shadow: 0 7px 0 0 #61050c;
  text-decoration: none;
  display: inline-block;
  border-radius: 60px;
  position: relative;
}

/* line 1130, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta2__btn a > span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  overflow: hidden;
}

/* line 1137, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta2__btn a > span::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: -webkit-linear-gradient(350deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* line 1149, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta2__btn a::after {
  content: "";
  background: url(/assets/renewal_designs/norikae_btn_arrow-b83be5b981485d38e202759b7ebb5db56926dcc523fa6c78bc85a4d0cf7b5483.png) no-repeat center/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  /* line 1106, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta2 {
    padding: 30px 20px 40px;
  }
  /* line 1160, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta2__text {
    font-size: 17px;
  }
  /* line 1163, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta2__btn a {
    font-size: 17px;
    width: 320px;
    height: 53px;
    line-height: 53px;
    -webkit-box-shadow: 0 5px 0 0 #61050c;
            box-shadow: 0 5px 0 0 #61050c;
    border-radius: 40px;
  }
  /* line 1170, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta2__btn a > span {
    border-radius: 40px;
  }
  /* line 1173, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta2__btn a::after {
    width: 14px;
    height: 17px;
    right: 25px;
  }
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
            transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(25deg);
            transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(25deg);
            transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
            transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(25deg);
            transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(25deg);
            transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

/* line 1191, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice {
  margin: 0 -120px;
}

/* line 1193, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-sec {
  padding: 80px 0;
  background: url(/assets/renewal_designs/norikae_about_bg-673194c78ad6d81e5aa929ecbb70f24e0e98a69a7a6b1727ef9197f7d4e51708.png) no-repeat top/cover;
}

/* line 1196, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-h3 {
  font-size: 40px;
  text-align: center;
  margin-top: 0;
}

/* line 1200, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-h3 > span {
  color: #00B5DD;
}

/* line 1202, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-item {
  border-radius: 20px;
  border: 1px solid #209FFF;
  width: 555px;
  max-width: 100%;
  margin: 0 40px;
  background: #fff;
  height: 320px !important;
}

/* line 1210, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-item--2 {
  height: 275px !important;
}

/* line 1212, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-item--2 .bl-5g-about-voice2-text {
  min-height: 7.5em;
}

/* line 1214, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  background: #209FFF;
  border-radius: 20px 20px 0 0;
}

/* line 1221, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-img {
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
}

/* line 1225, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-content {
  padding: 30px 30px;
}

/* line 1227, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-text {
  font-size: 24px;
  font-weight: bold;
  min-height: 9em;
  line-height: 1.5;
  margin: 0;
}

/* line 1233, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-text > span {
  color: #1992eb;
}

/* line 1235, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-title {
  font-size: 28px;
  margin: 0;
  color: #fff;
}

/* line 1239, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice .slick-prev,
.p-norikae-voice .slick-next {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #2a3b4c;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 1248, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice .slick-prev:before,
.p-norikae-voice .slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 2px solid #2a3b4c;
  border-top: 2px solid #2a3b4c;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 1259, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice .slick-prev:hover, .p-norikae-voice .slick-prev:focus,
.p-norikae-voice .slick-next:hover,
.p-norikae-voice .slick-next:focus {
  background: #fff;
  opacity: 1;
}

/* line 1262, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice .slick-prev {
  left: calc(50% - 342px);
  z-index: 1;
}

/* line 1265, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 9px;
}

/* line 1268, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice .slick-next {
  right: calc(50% - 342px);
}

/* line 1270, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice .slick-next:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 9px;
}

@media (max-width: 768px) {
  /* line 1191, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice {
    margin: 0 -20px;
  }
  /* line 1276, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice-sec {
    padding: 40px 0;
  }
  /* line 1278, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice-h3 {
    font-size: 21px;
  }
  /* line 1280, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice-item {
    border-radius: 10px;
    max-width: 80%;
    width: 285px;
    margin: 0 5px 30px;
    height: 140px !important;
  }
  /* line 1286, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice-head {
    border-radius: 10px 10px 0 0;
    padding: 10px 20px;
  }
  /* line 1289, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice-img {
    margin-right: 10px;
    width: 35px;
  }
  /* line 1292, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice-content {
    padding: 10px 10px;
  }
  /* line 1294, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice-text {
    font-size: 11px;
  }
  /* line 1296, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice-title {
    font-size: 12px;
  }
  /* line 1298, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice .slick-prev,
.p-norikae-voice .slick-next {
    top: 40%;
    width: 32px;
    height: 32px;
  }
  /* line 1303, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice .slick-prev:before,
.p-norikae-voice .slick-next:before {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #2a3b4c;
    border-top: 2px solid #2a3b4c;
  }
  /* line 1309, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice .slick-prev {
    left: 45px;
  }
  /* line 1311, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice .slick-prev:before {
    left: 5px;
  }
  /* line 1313, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice .slick-next {
    right: 45px;
  }
  /* line 1315, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice .slick-next:before {
    right: 5px;
  }
}

/* line 1318, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device {
  padding: 90px 20px;
  background: #F0F9FF;
}

/* line 1321, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device__h2 {
  font-size: 40px;
  text-align: center;
  margin: 0 0 30px;
}

/* line 1325, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device__h2 > span {
  font-size: 60px;
}

/* line 1327, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device__note {
  width: 800px;
  max-width: 100%;
  margin: 50px auto;
  font-size: 16px;
}

/* line 1332, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-head {
  width: 725px;
  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: 150px;
}

/* line 1339, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-head__item {
  width: 48%;
  border: 3px solid #82C9FF;
  border-radius: 20px;
  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 1346, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-head__h3 {
  font-size: 28px;
  margin: 0;
  padding: 17px 10px;
  text-align: center;
  background: #209FFF;
  color: #fff;
}

/* line 1353, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-head__content {
  background: #fff;
  padding: 35px 45px;
  -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 1359, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-head__img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 1361, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-head__text {
  font-size: 18px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 1318, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device {
    padding: 50px 20px;
  }
  /* line 1366, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device__h2 {
    font-size: 25px;
    margin: 0 0 20px;
  }
  /* line 1369, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device__h2 > span {
    font-size: 40px;
  }
  /* line 1371, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device__note {
    font-size: 14px;
  }
  /* line 1373, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-head {
    margin-bottom: 80px;
  }
  /* line 1375, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-head__item {
    width: 48%;
    border-radius: 10px;
  }
  /* line 1378, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-head__h3 {
    font-size: 16px;
    padding: 8px 10px;
  }
  /* line 1381, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-head__content {
    padding: 15px 15px;
  }
  /* line 1384, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-head__text {
    font-size: 12px;
  }
}

/* line 1386, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto 90px;
  -webkit-box-shadow: 0 5px 35px 0 rgba(22, 46, 92, 0.05);
          box-shadow: 0 5px 35px 0 rgba(22, 46, 92, 0.05);
  overflow: hidden;
  border-radius: 20px;
  border: 3px solid #82C9FF;
}

/* line 1394, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__h3 {
  color: #fff;
  background: #82C9FF;
  padding: 27px 10px;
  font-size: 32px;
  margin: 0;
  text-align: center;
}

/* line 1401, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__body {
  background: #fff;
  padding: 40px 40px 40px;
}

/* line 1404, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__lead {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
}

/* line 1410, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__slider-wrap {
  position: relative;
  margin-bottom: 90px;
}

/* line 1413, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__slider img {
  margin: auto;
  max-width: 450px;
}

/* line 1416, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__slider .slick-dots {
  bottom: -60px;
}

/* line 1418, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__slider .slick-dots li {
  width: 30px;
  height: 30px;
  margin: 0 7px;
}

/* line 1422, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__slider .slick-dots li.slick-active button {
  background: #006BBC;
}

/* line 1424, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__slider .slick-dots li button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #DCDCDC;
}

/* line 1430, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__slider .slick-prev {
  border-bottom: 3px solid #006BBC;
  border-left: 3px solid #006BBC;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: auto;
  bottom: -54px;
  left: calc(50% - 90px);
  z-index: 1;
}

/* line 1438, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__slider .slick-next {
  border-top: 3px solid #006BBC;
  border-right: 3px solid #006BBC;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: auto;
  bottom: -54px;
  right: calc(50% - 90px);
  z-index: 1;
}

/* line 1446, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__h4 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
}

/* line 1450, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__h5 {
  font-size: 24px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #1199FF;
  background: #FFF578;
  border-radius: 20px;
  padding: 10px 15px;
  position: relative;
  margin: 0 auto 30px;
  position: relative;
}

/* line 1462, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__h5--1::after {
  content: "";
  background: url(/assets/renewal_designs/norikae_isoyama01-f224cd6dafa0e80387e49a59e38f3882bc2af4d21ec92bf6849cb6da5acf778e.png) no-repeat center/contain;
  width: 50px;
  height: 83px;
  position: absolute;
  left: 100%;
  top: 0;
}

/* line 1471, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__h5--2::after {
  content: "";
  background: url(/assets/renewal_designs/norikae_isoyama02-ed387df8169721e997e8575142aad12ccd5211bd1cb8bff7b79379783a71e37c.png) no-repeat center/contain;
  width: 49px;
  height: 80px;
  position: absolute;
  right: 100%;
  top: 0;
}

/* line 1479, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__text {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

/* line 1484, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__text2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

/* line 1489, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__footer {
  text-align: center;
  background: #D4EEFF;
  padding: 30px 20px;
}

/* line 1493, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  text-align: center;
}

/* line 1498, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-item {
  width: 25%;
  border-left: 1px solid #2a3b4c;
  padding: 0 20px;
}

/* line 1502, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-item:last-child {
  border-right: 1px solid #2a3b4c;
}

/* line 1504, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-head {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1509, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-content {
  display: grid;
  place-items: center;
  height: 120px;
}

/* line 1513, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-line {
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
  background: #2a3b4c;
  color: #fff;
  font-size: 16px;
  width: 100%;
}

/* line 1521, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-line-gray {
  background: #8d969f;
}

/* line 1523, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-speed {
  font-size: 27px;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}

/* line 1528, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-speed > span {
  font-size: 16px;
  position: relative;
  padding-top: 40px;
  display: block;
}

/* line 1533, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-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 1543, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-connect {
  margin: 0;
  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: 126px;
  height: 78px;
  padding-top: 10px;
}

/* line 1552, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-connect > span {
  font-size: 11px;
}

/* line 1554, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-connect-head {
  font-size: 14px;
  display: block;
  margin: 5px 0 -20px;
}

/* line 1558, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-connect-bottom {
  font-size: 23px;
}

/* line 1560, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-connect-bottom > em {
  font-size: 29px;
  font-style: initial;
}

/* line 1563, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-weight {
  font-size: 29px;
  font-weight: bold;
  position: relative;
  padding-bottom: 70px;
  margin: 0;
}

/* line 1569, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-weight::before {
  content: "";
  background: url(/assets/5g_lp/svg/weight-e4d9390564b466a3752872e16d200abf81639210509b9e2c11cefc738852a7a4.svg) no-repeat top 50% left 50%/contain;
  width: 52px;
  height: 52px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 1386, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit {
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 5px 35px 0 rgba(22, 46, 92, 0.05);
            box-shadow: 0 5px 35px 0 rgba(22, 46, 92, 0.05);
    border-radius: 10px;
  }
  /* line 1583, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__h3 {
    padding: 15px 10px;
    font-size: 20px;
  }
  /* line 1586, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__body {
    padding: 20px 10px;
  }
  /* line 1588, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__lead {
    font-size: 16px;
    margin: 0 0 20px;
  }
  /* line 1592, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__slider-wrap {
    position: relative;
    margin-bottom: 90px;
  }
  /* line 1595, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__slider img {
    max-width: 200px;
    max-height: 200px;
  }
  /* line 1598, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__slider .slick-dots {
    bottom: -60px;
  }
  /* line 1600, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__slider .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 5px;
  }
  /* line 1604, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__slider .slick-dots li button {
    width: 20px;
    height: 20px;
  }
  /* line 1607, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__slider .slick-prev {
    bottom: -56px;
    left: calc(50% - 75px);
    width: 12px;
    height: 12px;
  }
  /* line 1612, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__slider .slick-next {
    width: 12px;
    height: 12px;
    bottom: -56px;
    right: calc(50% - 75px);
  }
  /* line 1617, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  /* line 1620, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__h5 {
    font-size: 11px;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 0 auto 40px;
  }
  /* line 1626, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__h5--1::after {
    width: 34px;
    height: 57px;
  }
  /* line 1630, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__h5--2::after {
    width: 34px;
    height: 57px;
  }
  /* line 1633, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__text {
    font-size: 13px;
  }
  /* line 1635, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__text2 {
    font-size: 12px;
  }
  /* line 1637, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail {
    margin-bottom: 20px;
  }
  /* line 1639, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-item {
    padding: 0 5px;
  }
  /* line 1641, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-head {
    font-size: 11px;
    margin-bottom: 5px;
  }
  /* line 1644, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-content {
    height: 60px;
  }
  /* line 1646, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-line {
    margin-bottom: 3px;
    font-size: 10px;
  }
  /* line 1649, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-speed {
    font-size: 14px;
  }
  /* line 1651, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-speed > span {
    font-size: 10px;
    padding-top: 22px;
  }
  /* line 1654, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-speed > span::before {
    width: 20px;
    height: 14px;
    top: 5px;
  }
  /* line 1658, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-connect {
    line-height: 1.5;
    font-size: 16px;
    width: 81px;
    height: 48px;
    padding-top: 5px;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  /* line 1666, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-connect > span {
    font-size: 10px;
  }
  /* line 1668, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-connect-head {
    font-size: 10px;
    margin: 0px 0 -5px;
  }
  /* line 1671, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-connect-bottom {
    font-size: 10px;
  }
  /* line 1673, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-connect-bottom > em {
    font-size: 15px;
  }
  /* line 1675, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-weight {
    font-size: 16px;
    padding-bottom: 30px;
  }
  /* line 1678, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-weight::before {
    width: 27px;
    height: 28px;
    top: 30px;
  }
  /* line 1682, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__footer {
    padding: 20px 20px;
  }
}

/* line 1686, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-unit {
  max-width: 100%;
  margin: auto;
  background: #fff;
  padding: 35px 45px;
  position: relative;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 1686, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-unit {
    border-radius: 10px;
    padding: 20px 20px;
  }
}

/* line 1698, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 1698, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 1704, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-col {
  width: 49.5%;
}

/* line 1706, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-col + .bl-5g-device2-col {
  padding-top: 6rem;
}

@media (max-width: 768px) {
  /* line 1704, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-col {
    width: 100%;
  }
  /* line 1710, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-col + .bl-5g-device2-col {
    padding-top: 0rem;
  }
}

/* line 1713, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-lead {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
}

@media (max-width: 768px) {
  /* line 1713, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-lead {
    font-size: 13px;
  }
}

/* line 1722, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-slider-wrap {
  position: relative;
  margin-bottom: 45px;
}

/* line 1725, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-slider-circle {
  position: absolute;
  left: -25px;
  top: 0px;
}

/* line 1729, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-slider-circle-new {
  width: 95px;
  height: 95px;
  line-height: 95px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #1992eb;
  color: #fff;
  font-size: 31px;
  font-weight: bold;
}

/* line 1739, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 1751, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 1761, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-slider img {
  margin: auto;
  max-width: 70%;
}

/* line 1764, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-slider .slick-dots li {
  width: 64px;
  height: 12px;
}

/* line 1767, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-slider .slick-dots li button {
  width: 64px;
  height: 12px;
}

/* line 1770, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-slider .slick-dots li button::before {
  width: 64px;
  height: 12px;
  background: #000;
}

@media (max-width: 768px) {
  /* line 1775, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-slider-wrap {
    margin-bottom: 35px;
  }
  /* line 1777, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-slider-circle {
    top: 0px;
    left: 0px;
  }
  /* line 1780, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-slider-circle-new {
    width: 41px;
    height: 41px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 41px;
  }
  /* line 1786, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-slider-circle-popular {
    width: 41px;
    height: 41px;
    border: 2px solid #1992eb;
    font-size: 10px;
    line-height: 20px;
  }
  /* line 1792, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-slider-circle-recommend {
    width: 41px;
    height: 41px;
    font-size: 10px;
    line-height: 41px;
  }
  /* line 1797, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-slider-circle img {
    width: 52px;
    height: 52px;
  }
  /* line 1800, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-slider img {
    max-width: 200px;
    max-height: 200px;
  }
  /* line 1803, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-slider .slick-dots li {
    width: 28px;
    height: 5px;
  }
  /* line 1806, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-slider .slick-dots li button {
    width: 28px;
    height: 5px;
  }
  /* line 1809, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-slider .slick-dots li button::before {
    width: 28px;
    height: 5px;
  }
}

/* line 1813, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-h4 {
  font-size: 38px;
  margin-bottom: 20px;
  margin-top: 0;
}

/* line 1817, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-h4 img {
  max-width: 80%;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 1813, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

/* line 1824, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-h5 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #1992eb;
  background: #ffff00;
  padding: 3px;
  border-radius: 9px;
}

@media (max-width: 768px) {
  /* line 1824, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-h5 {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

/* line 1836, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 1840, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-item {
  width: 25%;
  padding: 0 10px;
}

/* line 1843, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-item:nth-of-type(n+2) {
  border-left: 1px solid #2a3b4c;
}

/* line 1845, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-head {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
}

/* line 1850, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-content {
  display: grid;
  place-items: center;
}

/* line 1853, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-line {
  margin-top: 0;
  margin-bottom: 5px;
  background: #2a3b4c;
  color: #fff;
  font-size: 12px;
  width: 100%;
  padding: 1px 0;
}

/* line 1861, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-line-gray {
  background: #8d969f;
}

/* line 1863, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-speed {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

/* line 1867, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-speed > span {
  font-size: 16px;
  position: relative;
  padding-top: 40px;
  display: block;
}

/* line 1872, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 1882, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 1890, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-connect > span {
  font-size: 11px;
}

/* line 1892, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-connect-head {
  font-size: 11px;
  display: block;
  margin: 5px 0 -15px;
}

/* line 1896, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-connect-bottom {
  font-size: 17px;
}

/* line 1898, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-connect-bottom > em {
  font-size: 21px;
  font-style: initial;
}

/* line 1901, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-weight {
  font-size: 27px;
  font-weight: bold;
  position: relative;
  padding-bottom: 50px;
  margin: 0;
}

/* line 1907, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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;
}

/* line 1917, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-connection {
  position: relative;
  padding-top: 40px;
  width: 100%;
}

/* line 1921, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-connection > span {
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  z-index: 1;
  position: relative;
}

/* line 1927, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-connection::before {
  content: "";
  background: url(/assets/5g_lp/svg/connection-6e3b8bf74b4912cff1e965353d0750d6ba9ba6983bf4e27a8446edf16e7c1de0.svg) no-repeat top 50% left 50%/contain;
  width: 82px;
  height: 72px;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 1836, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail {
    margin-bottom: 30px;
  }
  /* line 1939, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-item {
    padding: 0 5px;
  }
  /* line 1941, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-head {
    font-size: 10px;
    margin-bottom: 5px;
  }
  /* line 1945, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-line {
    margin-bottom: 3px;
    font-size: 8px;
  }
  /* line 1948, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-speed {
    font-size: 14px;
  }
  /* line 1950, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-speed > span {
    font-size: 10px;
    padding-top: 25px;
  }
  /* line 1953, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-speed > span::before {
    width: 20px;
    height: 14px;
    top: 5px;
  }
  /* line 1957, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .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 1964, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-connect > span {
    font-size: 10px;
  }
  /* line 1966, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-connect-head {
    font-size: 10px;
    margin: 0px 0 -5px;
  }
  /* line 1969, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-connect-bottom {
    font-size: 10px;
  }
  /* line 1971, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-connect-bottom > em {
    font-size: 15px;
  }
  /* line 1973, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-weight {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
  }
  /* line 1978, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-weight::before {
    width: 27px;
    height: 28px;
  }
  /* line 1981, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-connection {
    padding-top: 25px;
  }
  /* line 1983, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-connection > span {
    font-size: 14px;
  }
  /* line 1985, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-connection::before {
    width: 60px;
    height: 53px;
    top: 0px;
  }
}

/* line 1990, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

/* line 1993, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 1997, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-price dl:not(:last-child) {
  margin-right: 30px;
}

/* line 1999, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-price dl dt {
  font-size: 12px;
  border: 1px solid #2a3b4c;
  padding: 5px 10px;
}

/* line 2003, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-price dl dd {
  font-size: 18px;
  margin-left: 10px;
  font-weight: bold;
}

/* line 2007, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-price dl dd > sup {
  font-size: 10px;
}

/* line 2009, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-price dl dd > span {
  color: #ff5865;
}

@media (max-width: 768px) {
  /* line 1990, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-price {
    margin-bottom: 0px;
  }
  /* line 2014, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-price dl:not(:last-child) {
    margin-right: 10px;
  }
  /* line 2016, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-price dl dt {
    font-size: 9px;
    padding: 5px 5px;
  }
  /* line 2019, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-price dl dd {
    font-size: 12px;
    margin-left: 5px;
  }
}

/* line 2023, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

/* line 2027, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-recommend-content {
  width: 64%;
}

/* line 2029, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-recommend-img {
  width: 30%;
}

/* line 2031, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-recommend-headline {
  padding-left: 50px;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 32px;
  font-weight: bold;
  color: #1992EB;
  position: relative;
  text-align: left;
}

/* line 2040, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 2048, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-recommend-text {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}

@media (max-width: 768px) {
  /* line 2023, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-recommend {
    margin-bottom: 20px;
  }
  /* line 2055, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-recommend-headline {
    padding-left: 20px;
    margin-bottom: 5px;
    font-size: 11px;
  }
  /* line 2059, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-recommend-headline::before {
    width: 15px;
    height: 12px;
    top: 2px;
  }
  /* line 2063, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-recommend-text {
    font-size: 10px;
  }
}

/* line 2066, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
}

/* line 2071, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-text > span {
  font-size: 15px;
}

@media (max-width: 768px) {
  /* line 2066, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-text {
    font-size: 12px;
    margin-bottom: 15px;
  }
  /* line 2076, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-text > span {
    font-size: 10px;
  }
}

/* line 2079, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-text2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}

/* line 2084, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-text2 > span {
  font-size: 15px;
}

@media (max-width: 768px) {
  /* line 2079, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-text2 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  /* line 2089, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-text2 > span {
    font-size: 10px;
  }
}

/* line 2092, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-note {
  font-size: 21px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 2092, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-note {
    font-size: 10px;
  }
}

/* line 2098, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 2098, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-note2 {
    font-size: 10px;
    margin-bottom: 40px;
  }
}

/* line 2109, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-btn {
  text-align: center;
}

@media (min-width: 769px) {
  /* line 2111, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-btn.sp {
    display: none;
  }
}

/* line 2114, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-btn img {
  margin: auto;
}

/* line 2117, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-btn2 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 2120, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 2135, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 2117, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-btn2 {
    margin-bottom: 20px;
  }
  /* line 2147, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-btn2 > a {
    width: 300px;
    height: 48px;
    line-height: 46px;
    font-size: 14px;
    border-radius: 24px;
  }
  /* line 2153, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-btn2 > a::after {
    width: 21px;
    height: 14px;
    right: 20px;
  }
}

/* line 2160, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.cradle-x11-table {
  width: 100%;
  max-width: 660px;
  margin: 0 auto 20px;
  border: 1px solid #333;
  border-collapse: collapse;
}

/* line 2166, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.cradle-x11-table p {
  margin: 0;
}

/* line 2168, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.cradle-x11-table td, .cradle-x11-table th {
  border: 1px solid #333;
  padding: 20px;
}

/* line 2171, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.cradle-x11-table thead th {
  background: #00afdd;
  color: #fff;
  font-size: 24px;
}

/* line 2175, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.cradle-x11-table img {
  margin: auto;
  display: block;
  max-width: 100%;
}

/* line 2180, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.cradle-x11-table tbody th {
  font-size: 20px;
}

/* line 2182, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.cradle-x11-table tbody td {
  font-size: 17px;
}

/* line 2184, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.cradle-x11-table-large {
  font-size: 19px;
  margin-bottom: 10px;
}

/* line 2187, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.cradle-x11-note {
  width: 100%;
  max-width: 660px;
  margin: auto;
  font-size: 12px;
  color: #888;
}

@media screen and (max-width: 599px) {
  /* line 2195, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .cradle-x11-table td, .cradle-x11-table th {
    padding: 10px;
  }
  /* line 2197, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .cradle-x11-table thead th {
    font-size: 16px;
  }
  /* line 2199, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .cradle-x11-table img {
    margin: auto;
    display: block;
    max-width: 100%;
  }
  /* line 2204, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .cradle-x11-table tbody th {
    font-size: 15px;
  }
  /* line 2206, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .cradle-x11-table tbody td {
    font-size: 12px;
  }
  /* line 2208, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .cradle-x11-table-large {
    font-size: 14px;
    margin-bottom: 5px;
  }
  /* line 2211, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .cradle-x11-note {
    font-size: 10px;
  }
}

/* line 2215, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-option {
  text-align: center;
}

/* line 2217, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-option__head {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 24px;
  color: #1199FF;
  font-weight: bold;
  line-height: 1;
  padding: 11px 22px;
  background: #FFF578;
  border-radius: 20px;
  margin: 0 auto 30px;
}

/* line 2227, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-option__head > span {
  font-size: 32px;
}

/* line 2229, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-option__h3 {
  font-size: 32px;
}

/* line 2231, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-option__img {
  margin-bottom: 40px;
}

/* line 2233, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-option__btn {
  text-align: center;
}

/* line 2235, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-option__btn a {
  width: 480px;
  max-width: 100%;
  margin: 30px auto 0;
  height: 70px;
  line-height: 60px;
  border: 5px solid #5C9FD2;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 0 0 #215277;
          box-shadow: 0 5px 0 0 #215277;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

/* line 2250, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-option__btn a::after {
  content: "";
  background: url(/assets/renewal_designs/norikae_icon_link-306ca1b5a48100e8771dacc0ed3f98f2c7adfd591bfdb43988d1d7d900a41371.png) no-repeat top/contain;
  width: 19px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  /* line 2260, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-option__head {
    font-size: 18px;
    padding: 7px 15px;
    border-radius: 10px;
    margin: 0 auto 30px;
  }
  /* line 2265, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-option__head > span {
    font-size: 24px;
  }
  /* line 2267, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-option__h3 {
    font-size: 20px;
  }
  /* line 2269, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-option__img {
    margin-bottom: 5px;
  }
  /* line 2272, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-option__btn a {
    margin: 20px auto 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 0 0 #215277;
            box-shadow: 0 5px 0 0 #215277;
    font-size: 12px;
    height: 46px;
    line-height: 42px;
    border: 2px solid #5C9FD2;
  }
  /* line 2280, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-option__btn a::after {
    width: 14px;
    height: 13px;
    right: 15px;
  }
}

/* line 2286, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-option-table {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
}

/* line 2291, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-option-table th,
.bl-5g-option-table td {
  padding: 20px;
  border: 2px solid #c6c6c6;
}

/* line 2295, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-option-table th {
  width: 35%;
  vertical-align: top;
}

/* line 2298, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-option-table ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  list-style-type: disc;
  padding: 0;
}

/* line 2304, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-option-table ul + p {
  margin-top: 15px;
  font-size: 14px;
}

@media (max-width: 768px) {
  /* line 2308, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-option-table th,
.bl-5g-option-table td {
    padding: 10px;
  }
  /* line 2311, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-option-table th {
    width: 35%;
  }
  /* line 2313, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-option-table ul {
    margin-left: 20px;
  }
  /* line 2315, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-option-table ul + p {
    font-size: 12px;
  }
}

/* line 2318, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area {
  padding: 80px 20px;
  background: url(/assets/renewal_designs/norikae_area_bg-142f7d6a004772d5b5520ab18de736e0cc75bdeab4479c705fcee9a7c8babd7a.png) no-repeat center/cover;
}

/* line 2321, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area__h2 {
  font-size: 40px;
  color: #00B5DD;
  padding-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

/* line 2328, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area__h2::before {
  content: "";
  background: url(/assets/renewal_designs/norikae_icon_area-78b8dcae545fe147b4db9e05a93f159deb30aac4e709137c290dda019fea83d6.png) no-repeat top/contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 2338, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area__h3 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 24px;
  color: #1199FF;
  font-weight: bold;
  line-height: 1;
  padding: 11px 22px;
  background: #FFF578;
  border-radius: 20px;
  margin: 0 auto 30px;
}

/* line 2348, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area__img {
  margin-top: -65px;
  text-align: center;
}

/* line 2351, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area__btn {
  text-align: center;
}

/* line 2353, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area__btn a {
  width: 480px;
  max-width: 100%;
  margin: 30px auto 80px;
  height: 70px;
  line-height: 60px;
  border: 5px solid #5C9FD2;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 0 0 #215277;
          box-shadow: 0 5px 0 0 #215277;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

/* line 2368, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area__btn a::after {
  content: "";
  background: url(/assets/renewal_designs/norikae_icon_link-306ca1b5a48100e8771dacc0ed3f98f2c7adfd591bfdb43988d1d7d900a41371.png) no-repeat top/contain;
  width: 19px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 2377, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area-box {
  width: 800px;
  max-width: 100%;
  margin: auto;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(22, 46, 92, 0.05);
          box-shadow: 0px 5px 35px 0px rgba(22, 46, 92, 0.05);
  border-radius: 20px;
  border: 3px solid #82C9FF;
  overflow: hidden;
}

/* line 2385, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area-box__head {
  background: #209FFF;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px 15px;
  margin: 0;
}

/* line 2393, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area-box__body {
  padding: 40px 50px;
  background: #fff;
}

/* line 2396, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area-box__headline {
  color: #006BBC;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 20px;
}

/* line 2402, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area-box__img {
  margin-bottom: 20px;
}

/* line 2404, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area-box__text {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 2408, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area-box__note {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  /* line 2318, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area {
    padding: 30px 20px;
  }
  /* line 2413, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area__h2 {
    font-size: 30px;
    padding-top: 50px;
    margin-bottom: 30px;
  }
  /* line 2417, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area__h2::before {
    width: 40px;
    height: 40px;
  }
  /* line 2420, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area__h3 {
    font-size: 18px;
    padding: 7px 15px;
    border-radius: 10px;
    margin: 0 auto 7px;
  }
  /* line 2425, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area__img {
    margin-top: 0px;
  }
  /* line 2427, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area__btn {
    margin-bottom: 30px;
  }
  /* line 2429, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area__btn a {
    margin: 20px auto 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 0 0 #215277;
            box-shadow: 0 5px 0 0 #215277;
    font-size: 12px;
    height: 46px;
    line-height: 42px;
    border: 2px solid #5C9FD2;
  }
  /* line 2437, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area__btn a::after {
    width: 14px;
    height: 13px;
    right: 15px;
  }
  /* line 2441, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area-box {
    border-radius: 20px;
    border: 3px solid #82C9FF;
  }
  /* line 2442, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area-box__head {
    font-size: 20px;
    padding: 10px 15px;
  }
  /* line 2445, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area-box__body {
    padding: 30px 20px;
  }
  /* line 2449, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area-box__headline {
    font-size: 16px;
    margin: 0 0 10px;
  }
  /* line 2452, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area-box__img {
    margin-bottom: 10px;
  }
  /* line 2454, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area-box__text {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  /* line 2458, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area-box__note {
    margin: 0;
    font-size: 12px;
  }
}

/* line 2463, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq {
  padding: 100px 20px;
  background: #F0F9FF;
}

/* line 2466, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq__h2 {
  font-size: 40px;
  margin: 0 0 40px;
  text-align: center;
}

/* line 2470, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq-box {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(22, 46, 92, 0.05);
          box-shadow: 0px 5px 35px 0px rgba(22, 46, 92, 0.05);
  padding: 20px 50px 50px;
  background: #fff;
  border-radius: 30px;
}

/* line 2478, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq-box__item {
  border-bottom: 2px solid #DCDCDC;
}

/* line 2480, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq-box__q {
  padding: 9px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

/* line 2486, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq-box__q::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #006BBC;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 2495, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq-box__q::after {
  content: "";
  width: 2px;
  height: 24px;
  background: #006BBC;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 2505, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq-box__q.is-open::after {
  content: none;
}

/* line 2507, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq-box__q-icon {
  color: #fff;
  background: #209FFF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 2519, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq-box__q-text {
  font-size: 24px;
  font-weight: bold;
}

/* line 2522, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq-box__a {
  background: #F0F9FF;
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 2526, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq-box__a-wrap {
  display: none;
}

/* line 2528, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq-box__a-icon {
  color: #209FFF;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 2540, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq-box__a-text {
  padding-top: 10px;
  margin: 0;
  font-size: 18px;
}

@media (max-width: 768px) {
  /* line 2463, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq {
    padding: 50px 20px;
  }
  /* line 2546, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq__h2 {
    font-size: 30px;
    margin: 0 0 20px;
  }
  /* line 2549, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq-box {
    padding: 10px 20px 20px;
    border-radius: 15px;
  }
  /* line 2552, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq-box__item {
    border-bottom: 2px solid #DCDCDC;
  }
  /* line 2554, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq-box__q {
    padding: 5px 30px 5px 15px;
  }
  /* line 2556, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq-box__q::before {
    width: 16px;
    height: 2px;
    right: 10px;
  }
  /* line 2560, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq-box__q::after {
    width: 2px;
    height: 16px;
    right: 17px;
  }
  /* line 2564, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq-box__q-icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    margin-right: 10px;
  }
  /* line 2570, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq-box__q-text {
    font-size: 14px;
  }
  /* line 2572, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq-box__a {
    padding: 15px 15px;
  }
  /* line 2575, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq-box__a-icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    margin-right: 10px;
  }
  /* line 2581, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq-box__a-text {
    padding-top: 4px;
    font-size: 12px;
  }
}

/* line 2586, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-container {
  line-height: 1.5;
  width: 1100px;
  max-width: 100%;
  margin: auto;
}

/* line 2591, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-wrap {
  background: #ECECEC;
  padding: 25px 30px;
  border-radius: 11px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  cursor: pointer;
}

/* line 2599, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 2610, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-wrap.is-open {
  background: #CEEFFF;
}

/* line 2612, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-wrap.is-open::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* line 2614, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-wrap.is-open .bl-5g-faq2-h3 {
  color: #1992EB;
}

/* line 2616, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-h3 {
  font-size: 30px;
  line-height: 1;
  margin: 0;
}

/* line 2620, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-content {
  display: none;
}

/* line 2622, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-item {
  background: #fff;
  border-radius: 11px;
  padding: 0px 20px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

/* line 2629, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 2640, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-item:first-child {
  margin-top: 20px;
}

/* line 2643, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-item.is-open::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* line 2645, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-question {
  padding: 15px 40px;
  position: relative;
  font-size: 28px;
  font-weight: 500;
}

/* line 2650, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-question::before {
  content: "Q.";
  font-size: 30px;
  font-weight: 500;
  color: #1992EB;
  position: absolute;
  left: 0;
  top: 13px;
}

/* line 2658, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-answer {
  display: none;
  padding: 15px 40px;
  position: relative;
  font-size: 28px;
  font-weight: 500;
}

/* line 2664, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-answer::before {
  content: "A.";
  font-size: 30px;
  font-weight: 500;
  color: #FF7680;
  position: absolute;
  left: 0;
  top: 13px;
}

/* line 2672, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-answer-text {
  margin: 0;
}

@media (max-width: 768px) {
  /* line 2675, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-faq2-wrap {
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
  }
  /* line 2679, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-faq2-wrap::after {
    content: "";
    width: 10px;
    height: 10px;
    border-width: 1px;
    right: 15px;
    top: 13px;
  }
  /* line 2686, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-faq2-h3 {
    font-size: 16px;
  }
  /* line 2688, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-faq2-item {
    background: #fff;
    border-radius: 6px;
    padding: 0px 10px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
  }
  /* line 2695, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-faq2-item::after {
    width: 10px;
    height: 10px;
    border-width: 1px;
    right: 13px;
    top: 10px;
  }
  /* line 2701, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-faq2-item:first-child {
    margin-top: 10px;
  }
  /* line 2703, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-faq2-question {
    padding: 7px 20px;
    font-size: 15px;
  }
  /* line 2706, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-faq2-question::before {
    font-size: 16px;
    top: 6px;
  }
  /* line 2709, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-faq2-answer {
    padding: 7px 20px;
    font-size: 15px;
  }
  /* line 2712, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-faq2-answer::before {
    font-size: 16px;
    top: 6px;
  }
}

/* line 2716, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2 {
  background: url(/assets/5g_lp/line_bg-f83bc4d265938587be867a4b5275c506f375254884e3ebc8b57201b4ebb1ca41.jpg) no-repeat center/cover;
  padding: 30px 20px 30px;
  line-height: 1.5;
}

/* line 2720, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-container {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

/* line 2724, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 2734, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 2747, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-headline2 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 30px;
}

/* line 2751, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 2753, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-lead {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 2757, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 2762, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-item {
  width: 31%;
  border: 3px solid #047df6;
  padding: 20px 15px;
  border-radius: 14px;
  background: #fff;
}

/* line 2768, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-head {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  padding-left: 90px;
}

/* line 2774, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-head::before {
  content: "";
  width: 54px;
  height: 54px;
  position: absolute;
  left: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 2782, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-head--1::before {
  background: url(/assets/5g_lp/svg/line_icon01-d69f0377c25b1a9720ea939fe2b32933a0cbd239a1dfb99e08df2709853eff84.svg) no-repeat center/contain;
}

/* line 2784, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-head--2::before {
  background: url(/assets/5g_lp/svg/line_icon02-cc843e2c4f86b91f85003ff50ef4334a2d9b4d0abf8f03f7e8749fd16bc003d3.svg) no-repeat center/contain;
}

/* line 2786, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-head--3::before {
  background: url(/assets/5g_lp/svg/line_icon03-8bb3312bf229fc0eb23e5bb08414b7333072b4eacb86e4c4a617455a106bcfbe.svg) no-repeat center/contain;
}

/* line 2788, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-head--3::before {
  background: url(/assets/5g_lp/svg/line_icon04-76cba37d3c6fe5f0178b10952cc8bc5fb9f83737d0f5e8ec5c3fea8e49c07725.svg) no-repeat center/contain;
}

/* line 2790, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-text {
  font-size: 11px;
  font-weight: bold;
}

/* line 2793, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-btn {
  text-align: center;
}

@media (min-width: 769px) {
  /* line 2797, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2 .sp {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 2716, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2 {
    padding: 25px 20px 25px;
  }
  /* line 2801, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2-headline1 {
    padding: 0 10px;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 5px;
  }
  /* line 2807, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2-headline1::after {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 16px solid #047df6;
  }
  /* line 2811, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2-headline2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  /* line 2814, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2-lead {
    font-size: 12px;
    margin-bottom: 40px;
    line-height: 1.9;
  }
  /* line 2818, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5px;
  }
  /* line 2821, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2-item {
    width: 100%;
    border: 2px solid #047df6;
    padding: 10px 10px;
    border-radius: 11px;
    margin-bottom: 20px;
  }
  /* line 2827, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2-head {
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 75px;
  }
  /* line 2831, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2-head::before {
    content: "";
    width: 54px;
    height: 54px;
    left: 8px;
    top: 0;
    -webkit-transform: initial;
            transform: initial;
  }
  /* line 2838, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2-text {
    padding-left: 75px;
    font-size: 9px;
  }
  /* line 2841, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2-btn {
    text-align: center;
  }
  /* line 2843, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2-btn img {
    width: 300px;
  }
}

/* line 2846, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-news {
  padding: 80px 20px;
  position: relative;
  background: url(/assets/renewal_designs/norikae_news_bg-3a13d60d63d85ba62fb169ad1dbab1a0e54f2ea53de5266086ef1f4f4de5bb0b.jpg) no-repeat center/cover;
}

/* line 2850, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-news__h2 {
  font-size: 40px;
  margin: 0 0 30px;
  text-align: center;
}

/* line 2854, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-news__wrap {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

/* line 2858, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-news__item {
  text-decoration: none;
  color: inherit;
  background: #F0F9FF;
  font-size: 16px;
  padding: 25px 150px 25px 40px;
  position: relative;
  margin-bottom: 5px;
  display: block;
}

/* line 2867, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-news__item:hover {
  text-decoration: none;
}

/* line 2869, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-news__item::after {
  content: "";
  background: url(/assets/renewal_designs/norikae_news_arrow-6044cec1c2b1248b88d507da478df421034127052befb45e5a40b48c0377d541.png) no-repeat center/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  /* line 2846, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-news {
    padding: 50px 20px;
  }
  /* line 2881, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-news__h2 {
    font-size: 30px;
  }
  /* line 2884, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-news__item {
    font-size: 12px;
    padding: 15px 30px 15px 15px;
  }
  /* line 2887, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-news__item::after {
    width: 18px;
    height: 18px;
    right: 10px;
  }
}

/* line 2892, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-news {
  background: -webkit-radial-gradient(#e2ffff, #ade2f9);
  background: radial-gradient(#e2ffff, #ade2f9);
  font-weight: bold;
  padding: 40px 10px;
  line-height: 1.5;
}

/* line 2897, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 2906, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-news-title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}

/* line 2912, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-news-list {
  list-style: initial;
  padding-left: 35px;
  font-size: 20px;
  margin-top: 0;
}

/* line 2917, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-news-list li {
  margin-bottom: 20px;
}

/* line 2919, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-news-list a {
  display: inline;
  text-decoration: none;
  border-bottom: 2px solid #1992eb;
  color: #1992eb;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 2925, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-news-list a:hover {
  opacity: .7;
}

@media (max-width: 768px) {
  /* line 2892, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-news {
    padding: 20px 10px;
  }
  /* line 2929, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-news-inner {
    padding: 15px 15px;
    height: 185px;
  }
  /* line 2932, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-news-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* line 2935, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-news-list {
    list-style: initial;
    padding-left: 25px;
    font-size: 15px;
  }
  /* line 2939, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-news-list li {
    margin-bottom: 15px;
  }
}

/* line 2941, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-news .bl-5g-news-color-txt {
  border-bottom: 2px solid #1992eb;
  color: #1992eb;
  display: inline-block;
}

/* line 2945, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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;
}

/* line 2954, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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: 769px) {
  /* line 2954, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .footer-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width: 769px) {
  /* line 2964, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .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 2969, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.footer-link p {
  color: #043786;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 769px) {
  /* line 2969, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .footer-link p {
    font-size: 24px;
  }
}

/* line 2975, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.footer-link .flex-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  /* line 2975, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .footer-link .flex-item {
    margin-right: 10px;
    margin-left: 10px;
  }
}

/* line 2983, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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: 769px) {
  /* line 2983, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .footer-link .button-contact {
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
  }
}

/* line 3008, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 3017, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 3026, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.footer-link .button-contact span.text-lg {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

@media (min-width: 769px) {
  /* line 3026, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .footer-link .button-contact span.text-lg {
    font-size: 26px;
  }
}

/* line 3032, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.footer-link .button-contact span.text-sm {
  display: block;
  font-size: 14px;
}

@media (min-width: 769px) {
  /* line 3032, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .footer-link .button-contact span.text-sm {
    font-size: 16px;
  }
}

/* line 3037, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.footer-link .button-contact:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

/* line 3042, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mypage {
  padding: 100px 20px;
  background: #F0F9FF;
}

/* line 3045, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mypage-box {
  width: 800px;
  max-width: 100%;
  margin: auto;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(22, 46, 92, 0.05);
          box-shadow: 0px 5px 35px 0px rgba(22, 46, 92, 0.05);
  border-radius: 20px;
  border: 3px solid #82C9FF;
  overflow: hidden;
}

/* line 3053, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mypage-box__title {
  background: #209FFF;
  font-size: 32px;
  color: #fff;
  text-align: center;
  padding: 15px 15px;
  margin: 0;
}

/* line 3060, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mypage-box__content {
  padding: 40px 35px;
  background: #fff;
}

/* line 3063, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mypage-box__text {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}

/* line 3067, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mypage-box__text:not(:last-child) {
  margin-bottom: 20px;
}

/* line 3069, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mypage-box__footer {
  background: #D4EEFF;
  text-align: center;
  padding: 40px 20px;
}

/* line 3074, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mypage-box__footer-btn:first-child {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 3042, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-mypage {
    padding: 50px 20px;
  }
  /* line 3079, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-mypage-box__title {
    font-size: 24px;
    padding: 10px 15px;
  }
  /* line 3082, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-mypage-box__content {
    padding: 30px 20px;
  }
  /* line 3084, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-mypage-box__text {
    font-size: 16px;
  }
  /* line 3086, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-mypage-box__footer {
    padding: 20px 20px;
  }
}

/* line 3091, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0 15px;
}

/* line 3095, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE-img {
  display: none;
}

@media (min-width: 769px) {
  /* line 3095, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-campaignE-img {
    display: block;
    padding: 0 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 880px;
    max-width: 100%;
    margin: auto;
  }
}

@media (min-width: 769px) {
  /* line 3095, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-campaignE-img {
    margin-top: 40px;
    padding: 0;
  }
}

/* line 3110, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE-card {
  display: grid;
  padding: 10px;
  border: 2px solid #003399;
  border-radius: 10px;
  background-color: #ffffff;
  gap: 8px;
  grid-template-columns: 40px 50px 1fr;
}

/* line 3118, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE-card + .bl-campaignE-card {
  margin-top: 40px;
}

/* line 3120, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE-card:not(:last-child) {
  position: relative;
}

/* line 3122, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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%);
}

@media (min-width: 769px) {
  /* line 3110, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-campaignE-card {
    display: none;
  }
}

/* line 3137, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 3151, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE-item--step > div span {
  display: block;
  font-size: 45.71%;
}

/* line 3155, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE-item--icon img {
  width: 50px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 3159, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE-item--ttl {
  font-weight: 600;
  font-size: 14px;
}

/* line 3162, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE-item--txt {
  font-size: 9px;
  grid-column: 1 / span 3;
  grid-row: 2;
}

/* line 3166, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE-item--txt img {
  margin: auto;
  max-width: 80%;
  display: block;
}

/* line 3170, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE-txt {
  display: none;
}

@media (min-width: 769px) {
  /* line 3170, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-campaignE-txt {
    display: block;
    margin: 40px auto 0;
    padding: 0 15px;
    max-width: 960px;
    font-size: 13px;
  }
}

/* line 3182, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others {
  padding: 80px 15px 30px;
}

/* line 3184, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-wrap {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

/* line 3188, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-wrap:not(:last-child) {
  margin-bottom: 50px;
}

/* line 3190, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-h3 {
  font-size: 41px;
  color: #1992eb;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}

/* line 3196, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-frame {
  background: #eef9ff;
  border-radius: 22px;
  padding: 35px 50px;
  position: relative;
}

@media (max-width: 768px) {
  /* line 3196, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-frame {
    border-radius: 11px;
    padding: 15px 20px;
  }
}

/* line 3204, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-frame::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: -30px;
  bottom: 0;
}

@media (max-width: 768px) {
  /* line 3204, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-frame::after {
    width: 108px;
    height: 128px;
    right: -15px;
  }
}

/* line 3216, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 3221, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 3227, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-img {
  text-align: center;
}

/* line 3229, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-text {
  font-size: 24px;
}

/* line 3231, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-text2 {
  font-size: 20px;
  margin-bottom: 50px;
}

/* line 3234, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-table2 {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* line 3239, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-table2-title {
  margin-top: 40px;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-right: 35px;
  text-align: center;
}

/* line 3246, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-table2 td, .p-norikae-others-table2 th {
  padding: 15px 25px;
  border-top: 2px solid #C6C6C6;
  border-bottom: 2px solid #C6C6C6;
}

/* line 3251, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-table2 thead th {
  font-size: 22px;
  font-weight: 500;
}

/* line 3254, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-table2 thead th:nth-of-type(1) {
  background: #ECECEC;
}

/* line 3256, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-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 3266, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-table2 tbody th {
  font-size: 22px;
  background: #ECECEC;
}

/* line 3270, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-table2 tbody td:nth-of-type(1) {
  text-align: center;
  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;
}

/* line 3278, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-table2 tbody td:nth-of-type(1) > span {
  color: #ff5865;
}

/* line 3280, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-table2 tbody td:nth-of-type(2) {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
}

/* line 3287, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-table2 tbody tr:last-child td:nth-of-type(1) {
  border-bottom: 7px solid #FF5865;
}

/* line 3289, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-table2-large {
  font-size: 32px;
}

/* line 3292, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-sp-bnr {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 3182, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others {
    padding: 40px 15px 20px;
  }
  /* line 3297, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  /* line 3300, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-text {
    font-size: 15px;
    margin-top: 0;
  }
  /* line 3303, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-text2 {
    font-size: 15px;
  }
  /* line 3305, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-table2 {
    margin-bottom: 10px;
  }
  /* line 3307, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-table2-title {
    margin-top: 30px;
    font-size: 15px;
    margin-bottom: 5px;
    padding-right: 0px;
  }
  /* line 3312, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-table2 td, .p-norikae-others-table2 th {
    padding: 8px 5px;
    border-top: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
  }
  /* line 3317, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-table2 thead th {
    font-size: 12px;
  }
  /* line 3319, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-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 3326, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-table2 tbody th {
    font-size: 11px;
  }
  /* line 3329, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-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 3335, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-table2 tbody td:nth-of-type(2) {
    font-size: 10px;
  }
  /* line 3340, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-table2 tbody tr:last-child td:nth-of-type(1) {
    border-bottom: 3px solid #FF5865;
  }
  /* line 3342, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-table2-large {
    font-size: 15px;
  }
}

/* line 3346, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-btn {
  width: 490px;
  padding: 10px;
  line-height: 1.2;
  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 3360, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-btn:hover {
  color: #2a3b4c;
  text-decoration: none;
}

/* line 3363, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-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 3346, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-btn {
    width: 280px;
    border-radius: 45px;
    font-size: 14px;
  }
  /* line 3377, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-btn::after {
    width: 10px;
    height: 10px;
    border-right: 1px solid #2a3b4c;
    border-bottom: 1px solid #2a3b4c;
    right: 20px;
  }
}

/* line 3384, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-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 3384, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-btn2::after {
    width: 30px;
    height: 18px;
    right: 20px;
  }
}

/* line 3399, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-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 3399, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-btn3::after {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}

/* line 3415, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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: 769px) {
  /* line 3415, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav {
    padding: 15px 0;
    gap: 10px;
    grid-template-columns: 1fr 210px;
  }
}

/* line 3427, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom-nav-btn__pc {
  display: none;
}

@media (min-width: 769px) {
  /* line 3427, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav-btn__pc {
    display: inline-block;
  }
}

/* line 3431, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom-nav-btn {
  text-align: center;
}

/* line 3433, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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: 769px) {
  /* line 3433, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav-btn a {
    padding: 20px 0;
    font-size: 19px;
  }
}

/* line 3446, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom-nav-btn a:hover {
  color: #003395;
}

/* line 3448, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom-nav-btn a:hover:before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #003395;
  content: "";
}

@media (min-width: 769px) {
  /* line 3448, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav-btn a:hover:before {
    height: 6px;
  }
}

/* line 3459, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom-nav-btn a.is-active:before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  content: "";
}

@media (min-width: 769px) {
  /* line 3459, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav-btn a.is-active:before {
    height: 6px;
  }
}

/* line 3468, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 3470, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 3472, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 3474, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 3476, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom-nav .logo {
  width: 130px;
}

@media (min-width: 769px) {
  /* line 3476, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav .logo {
    width: 226px;
  }
}

/* line 3481, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom-nav-hikari .logo {
  width: 145px;
}

@media (min-width: 769px) {
  /* line 3481, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav-hikari .logo {
    width: 280px;
  }
}

/* line 3486, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.js-fixed {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

@media (max-width: 768px) {
  /* line 3494, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom {
    padding: 0 5px;
  }
}

/* line 3497, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom:not(.js-fixed) {
  position: relative;
}

/* line 3499, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom ul {
  list-style: none;
}

/* line 3502, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom-nav--norikae {
  grid-template-columns: 1fr 165px 115px;
}

@media (max-width: 768px) {
  /* line 3502, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav--norikae {
    grid-template-columns: 1fr 85px 63px;
  }
  /* line 3506, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav--norikae .header-bottom-nav-cta {
    text-align: right;
  }
  /* line 3508, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav--norikae .header-bottom-nav-cta img {
    width: 100px;
  }
}

/* line 3511, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 3525, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom-business-btn:hover {
  color: #1992eb;
}

@media (max-width: 768px) {
  /* line 3511, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .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 3536, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 3550, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom-cta-btn:hover {
  color: #fff;
}

@media (max-width: 768px) {
  /* line 3536, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .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 3560, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-gnav,
.bl-5g-nav-gnav--norikae {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
  background: #f5f6f7;
  padding: 20px 10px;
  overflow-x: auto;
}

/* line 3571, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-gnav ul,
.bl-5g-nav-gnav--norikae 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 3577, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-gnav ul li,
.bl-5g-nav-gnav--norikae ul li {
  position: relative;
  padding: 0 20px;
  white-space: nowrap;
}

/* line 3582, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-gnav ul li:not(:last-child)::after,
.bl-5g-nav-gnav--norikae ul li:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #2a3b4c;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 3590, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-gnav ul li a,
.bl-5g-nav-gnav--norikae ul li a {
  text-decoration: none;
  color: #2a3b4c;
  font-weight: bold;
  font-size: 21px;
}

@media (max-width: 768px) {
  /* line 3560, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-gnav,
.bl-5g-nav-gnav--norikae {
    background: #fff;
    padding: 0px;
    overflow-x: initial;
  }
  /* line 3599, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-gnav ul,
.bl-5g-nav-gnav--norikae ul {
    width: 100%;
    padding: 0;
  }
  /* line 3602, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-gnav ul li,
.bl-5g-nav-gnav--norikae 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 3614, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-gnav ul li:not(:last-child)::after,
.bl-5g-nav-gnav--norikae ul li:not(:last-child)::after {
    content: none;
  }
  /* line 3616, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-gnav ul li a,
.bl-5g-nav-gnav--norikae ul li a {
    font-size: 10px;
    padding: 10px 0px;
    display: block;
  }
  /* line 3620, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-gnav ul li a::after,
.bl-5g-nav-gnav--norikae ul li a::after {
    content: none;
  }
}

/* line 3623, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-nav-gnav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}

@media (min-width: 769px) {
  /* line 3630, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-nav-gnav--cloud {
    display: block;
    position: initial;
    background: #fff;
  }
}

/* line 3636, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.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 3636, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-nav-menu {
    font-size: 12px;
  }
  /* line 3646, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-nav-menu::after {
    width: 8px;
    height: 8px;
    top: 11%;
  }
  /* line 3650, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-nav-menu--upgrade5g {
    font-size: 10px;
    padding-right: 10px;
    margin-right: 10px;
  }
  /* line 3654, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-nav-menu--upgrade5g::after {
    width: 5px;
    height: 5px;
    top: 17%;
    border-width: 1px;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.p-option-slider {
  margin: 0;
}

/* line 3, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.p-option-slider picture {
  display: block;
  margin: 0 10px;
}

/* line 6, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.p-option-slider .slick-dot {
  position: relative;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  grid-template-columns: repeat(8, 20px);
}

/* line 14, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.p-option-slider .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 22, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.p-option-slider .slick-dot button::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #d8d8d8;
  content: "●";
  text-indent: 0;
  font-size: 12px;
}

/* line 31, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.p-option-slider .slick-dot li.slick-active button::before {
  color: #1992eb;
}

/* line 33, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.p-option-slider .slick-arrow--right {
  position: absolute;
  top: calc(50% - 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(/assets/option-slider-right-1726130c20d1271a6898bb7ee9c5a7328a699e968de1bc81568198b6ba83ff0c.svg) no-repeat;
  background-size: cover;
  z-index: 2;
}

@media (min-width: 768px) {
  /* line 33, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
  .p-option-slider .slick-arrow--right {
    width: 50px;
    height: 50px;
    left: 7vw;
  }
}

/* line 48, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.p-option-slider .slick-arrow--left {
  position: absolute;
  top: calc(50% - 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(/assets/option-slider-left-f8a22263e7d2a96dfe75f41924aad8511812becf312bf35f971364529fcf1c58.svg) no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  /* line 48, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
  .p-option-slider .slick-arrow--left {
    width: 50px;
    height: 50px;
    right: 7vw;
  }
}

/* line 64, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.opt2-info-head {
  padding: 5px;
  background-color: #043786;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

@media (min-width: 576px) {
  /* line 64, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
  .opt2-info-head {
    font-size: 35px;
  }
}

/* line 73, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.opt2-info-hero {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 6px solid #043786;
}

/* line 79, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.opt2-info-hero img {
  vertical-align: bottom;
  max-width: 100%;
}

/* line 82, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.opt2-info-wrap {
  border: 6px solid #043786;
}

/* line 84, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.opt2-info-body {
  padding: 20px;
  background-color: #d6efff;
}

@media (min-width: 576px) {
  /* line 84, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
  .opt2-info-body {
    padding: 40px;
  }
}

/* line 89, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.opt2-info-body-txt {
  margin-top: 20px;
  font-size: 14px;
  color: #484848;
  font-weight: normal;
}

/* line 95, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.opt2-info-body-txt2 {
  margin-top: 20px;
  font-size: 8px;
  color: #484848;
}

@media (min-width: 768px) {
  /* line 95, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
  .opt2-info-body-txt2 {
    font-size: 14px;
  }
}

/* line 103, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.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 111, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.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 116, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.opt2-info-body-frame-content {
  width: 85%;
}

/* line 118, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.opt2-info-body-frame-text {
  font-size: 19px;
  margin-bottom: 5px;
}

/* line 121, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.opt2-info-body-frame-img {
  width: 13%;
}

/* line 123, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.opt2-info-body-frame-note {
  font-size: 16px;
}

@media (max-width: 767px) {
  /* line 126, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
  .opt2-info-body-frame-head {
    font-size: 18px;
    padding: 5px 10px;
    margin-top: 20px;
  }
  /* line 130, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
  .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 133, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
  .opt2-info-body-frame-content {
    width: 100%;
  }
  /* line 135, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
  .opt2-info-body-frame-text {
    font-size: 15px;
    margin-bottom: 5px;
  }
  /* line 138, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
  .opt2-info-body-frame-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 142, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
  .opt2-info-body-frame-note {
    font-size: 10px;
  }
}

/* line 145, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.opt2-info-body .text-red {
  color: red;
}

/* line 147, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.opt2-info-table {
  background-color: #ffffff;
  font-size: 13px;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 147, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
  .opt2-info-table {
    font-size: 14px;
  }
}

/* line 153, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.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%;
  font-weight: normal;
}

@media (min-width: 576px) {
  /* line 153, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
  .opt2-info-table th, .opt2-info-table td {
    display: table-cell;
    width: auto;
    border: 3px solid #d6efff;
  }
}

/* line 164, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.opt2-info-table th.text-bold, .opt2-info-table td.text-bold {
  font-weight: 600;
}

@media (min-width: 576px) {
  /* line 164, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
  .opt2-info-table th.text-bold, .opt2-info-table td.text-bold {
    font-weight: normal;
  }
}

/* line 168, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.opt2-info-table th {
  text-align: left;
  background-color: #043786;
  color: #ffffff;
  font-weight: 600;
}

@media (min-width: 576px) {
  /* line 168, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
  .opt2-info-table th {
    background-color: transparent;
    color: #333333;
    width: 14em;
  }
}

/* line 178, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.opt2-info-spotList li {
  display: inline-block;
  margin-bottom: 10px;
  width: 5em;
  text-align: center;
}

@media (min-width: 576px) {
  /* line 178, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
  .opt2-info-spotList li {
    width: 150px;
  }
}

/* line 185, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.opt2-info-spotList img {
  display: block;
  margin: 0 auto;
  width: 50px;
}

@media (min-width: 576px) {
  /* line 185, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
  .opt2-info-spotList img {
    width: auto;
  }
}

/* line 192, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.modaal-close {
  background-color: #0099ff !important;
}

/* line 195, app/assets/stylesheets/renewal_designs/object/project/_option-slider.sass */
.modaal-close:focus, .modaal-close:hover {
  background-color: #fff !important;
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__container {
  width: 1130px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 9, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__item:not(:last-child) {
  margin: 0 0 100px;
}

/* line 13, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 5px 20px;
  color: #fff;
  background: #1992eb;
}

/* line 21, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 25, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__content2 {
  width: 35%;
}

/* line 28, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__img {
  width: 55%;
}

/* line 31, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__name {
  font-size: 35px;
  font-weight: bold;
  margin: 0 0 30px;
  color: #1992eb;
  text-align: center;
  line-height: 1.3;
}

/* line 39, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__text2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: center;
}

/* line 45, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__text3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 100px;
}

/* line 51, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__btn {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  height: 54px;
  line-height: 52px;
  border-radius: 27px;
  border: 1px solid #000;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  color: #3e4549;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 66, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__btn:hover {
  text-decoration: none;
  color: #3e4549;
  opacity: 0.6;
}

/* line 72, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__content {
  width: 48%;
}

/* line 75, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__table {
  width: 50%;
}

/* line 77, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__table table {
  width: 100%;
  border-collapse: collapse;
}

/* line 80, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__table table th, .p-option2__table table td {
  padding: 20px 30px;
  border: 1px solid #C6C6C6;
  font-weight: bold;
  line-height: 1.2;
}

/* line 86, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__table table th {
  background: #ECECEC;
  font-size: 20px;
  width: 33%;
}

/* line 90, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__table table th > span {
  font-size: 15px;
}

/* line 95, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__table table td {
  font-size: 15px;
  line-height: 1.2;
}

/* line 100, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__table table td span {
  color: #F71212;
}

/* line 106, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__logo {
  margin: 0 0 30px;
  text-align: center;
}

/* line 110, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
.p-option2__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 118, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__item {
    margin: 0 20px;
  }
  /* line 120, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__item:not(:last-child) {
    margin: 0 20px 0px;
  }
  /* line 124, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__title {
    font-size: 18px;
    margin: 0 0 30px;
    padding: 7px 20px;
    text-align: center;
    border-radius: 10px;
  }
  /* line 131, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 2px solid #1992eb;
    padding: 20px 20px;
    border-radius: 15px;
  }
  /* line 137, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__content2 {
    width: 100%;
  }
  /* line 140, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__img {
    width: 100%;
  }
  /* line 143, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__name {
    font-size: 20px;
    margin: 0 0 30px;
    line-height: 1.3;
  }
  /* line 148, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__text2 {
    font-size: 18px;
  }
  /* line 151, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__text3 {
    font-size: 15px;
    margin: 0 0 30px;
  }
  /* line 155, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__btn {
    font-size: 14px;
    margin: 30px 0 0px;
    height: 38px;
    line-height: 36px;
  }
  /* line 163, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__content {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 167, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__table {
    width: 100%;
  }
  /* line 170, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__table table th, .p-option2__table table td {
    padding: 10px 15px;
  }
  /* line 173, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__table table th {
    font-size: 12px;
  }
  /* line 175, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__table table th > span {
    font-size: 10px;
  }
  /* line 179, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__table table td {
    font-size: 10px;
  }
  /* line 186, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__logo {
    margin: 0 0 20px;
  }
  /* line 188, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__logo img {
    max-width: 70%;
    margin: auto;
  }
  /* line 193, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2__text {
    font-size: 15px;
  }
  /* line 196, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2 .slick-arrow {
    display: block;
    top: 38%;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: #1992eb;
    z-index: 100;
  }
  /* line 204, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2 .slick-arrow::before {
    position: absolute;
    top: 50%;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
  }
  /* line 215, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2 .slick-prev {
    left: -10px;
  }
  /* line 217, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2 .slick-prev::before {
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    left: 19px;
  }
  /* line 222, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2 .slick-next {
    right: -10px;
  }
  /* line 224, app/assets/stylesheets/renewal_designs/object/project/_option.scss */
  .p-option2 .slick-next::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 19px;
  }
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
.p-payment__container {
  width: 1130px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 8, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
.p-payment__headline {
  font-size: 28px;
  font-weight: bold;
  color: #1992eb;
  margin: 0 0 20px;
}

/* line 13, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
.p-payment__headline > span {
  font-size: 35px;
}

/* line 17, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
.p-payment__text {
  font-size: 20px;
  margin: 0 0 40px;
}

/* line 20, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
.p-payment__text > span {
  font-weight: 400;
}

/* line 24, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
.p-payment__img {
  margin: 0 0 50px;
}

/* line 29, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
.p-payment__table1 {
  margin: 0 0 50px;
}

/* line 31, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
.p-payment__table1 table {
  width: 100%;
  border-collapse: collapse;
}

/* line 34, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
.p-payment__table1 table th, .p-payment__table1 table td {
  padding: 10px 20px;
  border: 1px solid #C6C6C6;
}

/* line 38, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
.p-payment__table1 table th {
  background: #ECECEC;
  font-size: 30px;
  width: 40%;
}

/* line 43, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
.p-payment__table1 table td {
  font-size: 20px;
}

/* line 48, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
.p-payment__table2 {
  margin: 0 0 20px;
}

/* line 50, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
.p-payment__table2 table {
  width: 100%;
  border-collapse: collapse;
}

/* line 53, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
.p-payment__table2 table th, .p-payment__table2 table td {
  padding: 10px 20px;
  border: 1px solid #C6C6C6;
}

/* line 57, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
.p-payment__table2 table th {
  background: #ECECEC;
  font-size: 20px;
}

/* line 61, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
.p-payment__table2 table td {
  font-size: 15px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 68, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
  .p-payment__headline {
    font-size: 18px;
    margin: 0 0 10px;
  }
  /* line 71, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
  .p-payment__headline > span {
    font-size: 18px;
  }
  /* line 75, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
  .p-payment__text {
    font-size: 15px;
    margin: 0 0 20px;
  }
  /* line 79, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
  .p-payment__img {
    margin: 0 0 30px;
  }
  /* line 84, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
  .p-payment__table1 {
    margin: 0 0 30px;
  }
  /* line 87, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
  .p-payment__table1 table th, .p-payment__table1 table td {
    padding: 10px 10px;
  }
  /* line 90, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
  .p-payment__table1 table th {
    font-size: 14px;
    width: 30%;
  }
  /* line 94, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
  .p-payment__table1 table td {
    font-size: 12px;
  }
  /* line 99, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
  .p-payment__table2 {
    margin: 0 0 20px;
  }
  /* line 102, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
  .p-payment__table2 table th, .p-payment__table2 table td {
    padding: 10px 10px;
  }
  /* line 105, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
  .p-payment__table2 table th {
    font-size: 14px;
  }
  /* line 108, app/assets/stylesheets/renewal_designs/object/project/_payment.scss */
  .p-payment__table2 table td {
    font-size: 12px;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_plan-accessory.sass */
.p-plan-accessory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/project/_plan-accessory.sass */
  .p-plan-accessory {
    display: block;
  }
}

/* line 7, app/assets/stylesheets/renewal_designs/object/project/_plan-accessory.sass */
.p-plan-accessory__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px;
  padding: 1rem;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #d4dce7;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

/* line 17, app/assets/stylesheets/renewal_designs/object/project/_plan-accessory.sass */
.p-plan-accessory__ribbon {
  position: absolute;
  top: 11px;
  left: -52px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #E50004;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 55px;
  text-align: center;
  line-height: 1.2;
}

/* line 29, app/assets/stylesheets/renewal_designs/object/project/_plan-accessory.sass */
.p-plan-accessory__frame {
  display: inline-block;
  border: 1px solid #E50004;
  font-size: 14px;
  margin: 5px 0;
  padding: 0px 5px;
}

/* line 35, app/assets/stylesheets/renewal_designs/object/project/_plan-accessory.sass */
.p-plan-accessory__frame > span {
  color: #E50004;
  font-size: 16px;
  font-weight: bold;
}

/* line 39, app/assets/stylesheets/renewal_designs/object/project/_plan-accessory.sass */
.p-plan-accessory__modal {
  display: none;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_plan-banner.sass */
.p-plan-banner {
  max-width: 800px;
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_plan-contract-fee.sass */
.p-plan-contract-fee {
  width: 600px;
  max-width: 100%;
  margin: auto;
}

/* line 5, app/assets/stylesheets/renewal_designs/object/project/_plan-contract-fee.sass */
.p-plan-contract-fee__title {
  font-size: 13px;
}

/* line 8, app/assets/stylesheets/renewal_designs/object/project/_plan-contract-fee.sass */
.p-plan-contract-fee__table th, .p-plan-contract-fee__table td {
  padding: 10px;
}

/* line 10, app/assets/stylesheets/renewal_designs/object/project/_plan-contract-fee.sass */
.p-plan-contract-fee__table th {
  font-size: 13px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  /* line 10, app/assets/stylesheets/renewal_designs/object/project/_plan-contract-fee.sass */
  .p-plan-contract-fee__table th {
    font-size: 13px;
  }
}

/* line 16, app/assets/stylesheets/renewal_designs/object/project/_plan-contract-fee.sass */
.p-plan-contract-fee__table td {
  font-size: 10px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  /* line 16, app/assets/stylesheets/renewal_designs/object/project/_plan-contract-fee.sass */
  .p-plan-contract-fee__table td {
    font-size: 10px;
  }
}

/* line 24, app/assets/stylesheets/renewal_designs/object/project/_plan-contract-fee.sass */
.p-plan-contract-fee__table tr:nth-of-type(n + 2) td {
  text-align: center;
  font-size: 12px;
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_plan-option.sass */
.p-plan-option__bnr {
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  border: 4px solid transparent;
  padding: 2rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  /* line 2, app/assets/stylesheets/renewal_designs/object/project/_plan-option.sass */
  .p-plan-option__bnr {
    padding: 1rem;
  }
}

/* line 11, app/assets/stylesheets/renewal_designs/object/project/_plan-option.sass */
.p-plan-option__bnr--anshin-support {
  border-color: #00afdd;
}

/* line 13, app/assets/stylesheets/renewal_designs/object/project/_plan-option.sass */
.p-plan-option__bnr--u-next {
  border-color: #133492;
}

/* line 16, app/assets/stylesheets/renewal_designs/object/project/_plan-option.sass */
.p-plan-option__table th {
  width: 20%;
}

@media (max-width: 767px) {
  /* line 16, app/assets/stylesheets/renewal_designs/object/project/_plan-option.sass */
  .p-plan-option__table th {
    width: 30%;
  }
}

/* line 20, app/assets/stylesheets/renewal_designs/object/project/_plan-option.sass */
.p-plan-option__overview-wrap {
  background-color: #f5f9fc;
  border-top: 4px solid #00afdd;
  padding: 1rem 2rem;
}

@media (max-width: 767px) {
  /* line 20, app/assets/stylesheets/renewal_designs/object/project/_plan-option.sass */
  .p-plan-option__overview-wrap {
    padding: 1rem;
  }
}

/* line 26, app/assets/stylesheets/renewal_designs/object/project/_plan-option.sass */
.p-plan-option__overview-wrap--unext {
  border-top-color: #043786;
}

/* line 28, app/assets/stylesheets/renewal_designs/object/project/_plan-option.sass */
.p-plan-option__overview-btn {
  display: inline-block;
  margin: .5rem;
  padding: 1em 1.875em;
  border: 2px solid #00afdd;
  border-radius: 500px;
  background-color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transition: .3s all;
  transition: .3s all;
}

/* line 38, app/assets/stylesheets/renewal_designs/object/project/_plan-option.sass */
.p-plan-option__overview-btn:hover {
  color: #00afdd;
  cursor: pointer;
}

/* line 41, app/assets/stylesheets/renewal_designs/object/project/_plan-option.sass */
.p-plan-option__overview-btn::before {
  display: inline-block;
  padding-right: .6rem;
  content: "＋";
}

/* line 46, app/assets/stylesheets/renewal_designs/object/project/_plan-option.sass */
.p-plan-option__overview-btn.is-toggle-opened::before {
  content: "ー";
}

@media (max-width: 767px) {
  /* line 2, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
  .p-plan-overview__column {
    display: block;
    margin: 0;
  }
}

/* line 6, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
.p-plan-overview__column > div {
  text-align: center;
  padding: 0rem 1rem 2rem;
  margin: 0 15px;
  background-color: #ffffff;
  border-radius: 3px;
}

@media (max-width: 767px) {
  /* line 6, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
  .p-plan-overview__column > div {
    width: 100%;
    margin: 0;
  }
}

/* line 15, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
.p-plan-overview__row {
  position: relative;
}

@media (max-width: 767px) {
  /* line 15, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
  .p-plan-overview__row {
    margin: 0 -2px;
  }
  /* line 19, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
  .p-plan-overview__row > [class*="col-"] {
    padding: 0 2px;
  }
}

/* line 21, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
.p-plan-overview__circle {
  background: #00AFDD;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: calc(50% + 100px);
}

@media (max-width: 767px) {
  /* line 21, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
  .p-plan-overview__circle {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    right: calc(50% + 50px);
  }
}

/* line 39, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
.p-plan-overview__title {
  padding: 3rem 0 3rem;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.5714285714rem;
}

@media (max-width: 767px) {
  /* line 39, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
  .p-plan-overview__title {
    font-size: 1.2857142857rem;
    padding: 3rem 0 1rem;
  }
}

/* line 47, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
.p-plan-overview__title span {
  display: block;
  line-height: 1;
  font-size: 1.1428571429rem;
  color: #00afdd;
}

@media (max-width: 767px) {
  /* line 47, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
  .p-plan-overview__title span {
    font-size: 0.9285714286rem;
  }
}

/* line 54, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
.p-plan-overview__title span::before {
  content: "＼";
}

/* line 56, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
.p-plan-overview__title span::after {
  content: "／";
}

/* line 59, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
.p-plan-overview__title span.icon-bag {
  background: url(/assets/uq/order/icon_bag@2x-f5dc1c6679f07833e184519ef12e6b8250b93673020ba8d16a53d1454752cbe7.png) no-repeat;
  background-size: contain;
}

/* line 62, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
.p-plan-overview__title span.icon-shop {
  background: url(/assets/uq/order/icon_shop@2x-162ea66651cd1e96e6e15fcf5937eeefaa6818526529d61e4abc94fe34f558dd.png) no-repeat;
  background-size: contain;
}

/* line 65, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
.p-plan-overview__headline {
  font-weight: bold;
  font-size: 1.1428571429rem;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 65, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
  .p-plan-overview__headline {
    font-size: 1rem;
  }
}

/* line 71, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
.p-plan-overview__text {
  font-weight: bold;
  font-size: 1.0714285714rem;
  margin: 0;
}

@media (max-width: 767px) {
  /* line 71, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
  .p-plan-overview__text {
    font-size: 0.7142857143rem;
  }
}

/* line 77, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
.p-plan-overview__model-title {
  color: #3e4549;
  font-family: "Roboto", sans-serif;
  font-size: 1.2142857143rem;
  margin: 0;
}

@media (max-width: 767px) {
  /* line 77, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
  .p-plan-overview__model-title {
    font-size: 0.8571428571rem;
  }
}

/* line 84, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
.p-plan-overview__model-title span {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  display: block;
  color: #888888;
  font-size: 0.8571428571rem;
}

/* line 89, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
.p-plan-overview__model-title a {
  text-decoration: underline;
  color: #3e4549;
}

/* line 93, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
.p-plan-overview .c-btn {
  width: 90%;
  max-width: 320px;
  margin-bottom: 2rem;
}

/* line 97, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
.p-plan-overview figure {
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  /* line 101, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
  .p-plan-overview figure img {
    max-width: 90px;
  }
}

/* line 104, app/assets/stylesheets/renewal_designs/object/project/_plan-overview.sass */
.p-plan-overview .u-box-shadow {
  background: #fff;
  height: 100%;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_plan-period.sass */
.p-plan-period {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 4rem 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/project/_plan-period.sass */
  .p-plan-period {
    padding: 1rem;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_plan.sass */
.p-plan-spset {
  width: 650px;
  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 7, app/assets/stylesheets/renewal_designs/object/project/_plan.sass */
.p-plan-spset > a {
  width: 49%;
}

/* line 10, app/assets/stylesheets/renewal_designs/object/project/_plan.sass */
.p-plan-btn {
  text-align: center;
  margin-top: 50px;
}

/* line 13, app/assets/stylesheets/renewal_designs/object/project/_plan.sass */
.p-plan-btn a {
  color: #fff;
  background-color: #ff7682;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  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;
  border: 0;
  border-radius: 500px;
  padding: 0;
  width: 300px;
  max-width: 100%;
  height: 80px;
  line-height: 80px;
  margin: .5rem;
  font-size: 20px;
  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);
}

/* line 34, app/assets/stylesheets/renewal_designs/object/project/_plan.sass */
.p-plan-btn a:hover {
  background-color: #ff4353;
}

@media (max-width: 768px) {
  /* line 10, app/assets/stylesheets/renewal_designs/object/project/_plan.sass */
  .p-plan-btn {
    margin-top: 30px;
  }
  /* line 38, app/assets/stylesheets/renewal_designs/object/project/_plan.sass */
  .p-plan-btn a {
    width: 270px;
    height: 65px;
    line-height: 80px;
    font-size: 16px;
  }
}

/* line 3, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
.banner-gigamax:hover {
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
.modaal-content-container {
  padding: 0;
}

/* line 10, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
.p-popup-gigamax {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
}

/* line 18, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
.p-popup-gigamax-wrap {
  overflow: auto;
  overflow: -moz-scrollbars-none;
  width: 100%;
  height: 100%;
}

/* line 23, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
.p-popup-gigamax-wrap::-webkit-scrollbar {
  display: none;
}

/* line 25, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
.p-popup-gigamax__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

/* line 32, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
.p-popup-gigamax__body {
  position: relative;
  font-size: 14px;
}

@media (min-width: 576px) {
  /* line 32, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
  .p-popup-gigamax__body {
    font-size: 25px;
  }
}

/* line 40, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
.p-popup-gigamax__body-cont {
  margin: 0 auto;
  max-width: 1000px;
  border: 3px solid #0098fe;
  background-color: #ffffff;
}

/* line 45, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
.p-popup-gigamax__body-cont img {
  width: 100%;
}

/* line 47, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
.p-popup-gigamax__body-section {
  padding: 0 20px;
}

@media (min-width: 576px) {
  /* line 47, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
  .p-popup-gigamax__body-section {
    padding: 0 40px;
  }
}

/* line 51, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
.p-popup-gigamax__body-section p {
  margin-top: 10px;
}

@media (min-width: 576px) {
  /* line 51, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
  .p-popup-gigamax__body-section p {
    margin-top: 30px;
  }
}

/* line 55, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
.p-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: 576px) {
  /* line 55, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
  .p-popup-gigamax__body-title {
    margin-top: 30px;
    border-left: 10px solid #0098fe;
    font-size: 36px;
  }
}

/* line 65, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
.p-popup-gigamax__body-text-sm {
  font-size: 75%;
}

/* line 69, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
.p-popup-gigamax-button {
  padding: 20px 0;
  text-align: center;
}

@media (min-width: 576px) {
  /* line 69, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
  .p-popup-gigamax-button {
    padding: 30px 0;
  }
}

/* line 76, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
.p-popup-gigamax-close {
  margin: 0 auto;
  max-width: 960px;
  text-align: right;
  font-size: 20px;
  line-height: 1;
}

@media (min-width: 576px) {
  /* line 76, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
  .p-popup-gigamax-close {
    font-size: 30px;
  }
}

/* line 84, app/assets/stylesheets/renewal_designs/object/project/_popup-gigamax.sass */
.p-popup-gigamax-close a {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price {
  position: relative;
  border: 1px solid #d1d1d1;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price {
    border: 0;
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
}

/* line 9, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__head-table {
  display: none;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  /* line 9, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__head-table {
    display: table;
  }
}

/* line 14, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__head-table th {
  text-align: left;
}

/* line 16, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__head-table td {
  width: 42%;
  height: 90px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/* line 23, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__head-table__1 td {
  width: 84%;
}

/* line 25, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__head-table__1 td small {
  font-size: 12px;
}

/* line 27, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__head {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.1428571429rem;
}

/* line 32, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__head span {
  display: block;
  line-height: 1;
  font-weight: 400;
  font-size: 1.1428571429rem;
}

@media (max-width: 991px) {
  /* line 32, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__head span {
    font-size: 1rem;
  }
}

/* line 39, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__head span::before, .p-price__head span::after {
  display: inline-block;
  margin: .2rem;
}

/* line 42, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__head span::before {
  content: "＼";
}

/* line 44, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__head span::after {
  content: "／";
}

/* line 58, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__head--giga, .p-price__head--3year {
  background-color: #1992eb;
}

/* line 60, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__head--2year {
  background-color: #00BCE3;
}

/* line 62, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__head--light {
  background-color: #78d9ff;
}

/* line 64, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__head--light::after {
  border-top-color: #78d9ff;
}

/* line 66, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__device-name-wrap {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  /* line 66, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__device-name-wrap {
    display: block;
    position: absolute;
    top: 15%;
    left: 15px;
    width: 13%;
  }
}

@media (min-width: 768px) {
  /* line 74, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__device-name-wrap--2 {
    top: 5%;
  }
}

/* line 77, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__device-name-wrap .c-device-thumb {
  height: auto;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 77, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__device-name-wrap .c-device-thumb {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}

/* line 83, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__ribbon {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

/* line 90, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__ribbon > span {
  position: absolute;
  left: -33px;
  top: 4px;
  letter-spacing: .1em;
  display: inline-block;
  width: 100px;
  padding: 7px 0;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  background: #ff7b82;
  color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 767px) {
  /* line 83, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__ribbon {
    display: none;
  }
}

/* line 108, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__device-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  /* line 108, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__device-unit {
    display: block;
  }
}

/* line 114, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__device-name {
  word-break: break-all;
}

@media (max-width: 767px) {
  /* line 114, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__device-name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 1rem;
  }
}

/* line 119, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__device-name h3 {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  /* line 119, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__device-name h3 {
    margin: 0;
  }
}

/* line 125, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__device-txt {
  font-size: 0.8571428571rem;
}

/* line 128, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table tr {
  height: 110px;
}

/* line 130, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table th, .p-price__table td {
  border-width: 0 0 1px 1px;
  padding: 1rem .5rem;
  text-align: center;
}

/* line 134, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table th {
  background-color: #f9f9f9;
  width: 1%;
  white-space: nowrap;
}

@media (max-width: 991px) {
  /* line 134, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table th {
    font-size: 0.8571428571rem;
  }
}

@media (max-width: 767px) {
  /* line 134, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table th {
    border-width: 0 1px 1px 0;
  }
}

/* line 143, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 50px;
  margin: 0 0 10px;
}

/* line 149, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table td dl dt {
  font-size: 16px;
  position: relative;
  width: 150px;
}

/* line 153, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table td dl dd {
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}

/* line 157, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table td dl dd span {
  color: #ff5865;
}

/* line 159, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table td dl dd em {
  font-size: 21px;
  font-style: initial;
}

/* line 162, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table td dl:first-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 190, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table td dl:nth-of-type(3) dt {
  font-size: 11px;
}

@media (max-width: 767px) {
  /* line 143, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table td dl {
    padding: 0;
  }
  /* line 194, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table td dl dt {
    font-size: 10px;
    padding-left: 0px;
    width: 45px;
  }
  /* line 198, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table td dl dd {
    font-size: 10px;
    margin-left: 10px;
  }
  /* line 202, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table td dl dd em {
    font-size: 20px;
  }
  /* line 204, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table td dl:first-child {
    padding-bottom: 5px;
  }
  /* line 207, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table td dl:first-child dt::before {
    left: 0px;
  }
  /* line 210, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table td dl:first-child dd::after {
    bottom: -20px;
  }
  /* line 214, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table td dl:nth-of-type(2) dt::before {
    width: 16px;
    height: 10px;
    left: 0px;
  }
}

/* line 220, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table-cta td {
  border-bottom-width: 0;
}

@media (max-width: 767px) {
  /* line 220, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table-cta td {
    border-width: 0;
  }
}

/* line 224, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table-cta td .c-btn {
  margin: 0;
  max-width: 95%;
  width: 290px;
}

/* line 228, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price .c-tab__items {
  display: none;
  padding: 0;
}

@media (max-width: 767px) {
  /* line 228, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price .c-tab__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 233, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price .c-tab__item {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.0714285714rem;
}

/* line 238, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price .c-tab__item span {
  display: block;
  line-height: 1;
  font-weight: 400;
  font-size: 0.7142857143rem;
}

/* line 243, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price .c-tab__item span::before, .p-price .c-tab__item span::after {
  display: inline-block;
  margin: .2rem;
}

/* line 246, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price .c-tab__item span::before {
  content: "＼";
}

/* line 248, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price .c-tab__item span::after {
  content: "／";
}

@media (min-width: 768px) {
  /* line 250, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price .c-tab__panel--sp {
    display: none !important;
  }
}

/* line 253, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price .c-tab__panels > .c-tab__panel {
  display: none;
}

@media (min-width: 768px) {
  /* line 253, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price .c-tab__panels > .c-tab__panel {
    display: block;
    width: 42%;
  }
}

@media (min-width: 768px) {
  /* line 258, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price .c-tab__panels > .c-tab__panel__1 {
    width: 84%;
  }
}

/* line 261, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price .c-tab__panels > .c-tab__panel.is-tab-active {
  display: block;
}

@media (min-width: 768px) {
  /* line 263, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price .c-tab__panels {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* line 268, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__plan-tab {
  margin: 0 -10px;
}

/* line 270, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__plan-tab li {
  text-align: center;
  color: #ffffff;
  background-color: #aaaaaa;
  width: 50%;
  margin: 0 10px;
  padding: 1rem .3rem;
  border-radius: 3px 3px 0 0;
  font-size: 1.1428571429rem;
}

/* line 280, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__plan-tab__1 li {
  width: 100%;
}

/* line 283, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__plan-tab--giga.is-tab-active, .p-price__plan-tab--3year.is-tab-active {
  background-color: #1992eb;
}

/* line 286, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__plan-tab--light.is-tab-active {
  background-color: #78d9ff;
}

/* line 289, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__plan-tab--2year.is-tab-active {
  background-color: #00BCE3;
}

@media (min-width: 768px) {
  /* line 291, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__capacity {
    display: none;
  }
}

/* line 294, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__capacity td {
  font-weight: 700;
  font-size: 1.5714285714rem;
}

@media (max-width: 767px) {
  /* line 294, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__capacity td {
    font-size: 1.4285714286rem;
  }
  /* line 299, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__capacity td small {
    font-size: 0.8571428571rem;
  }
}

/* line 301, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount {
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

/* line 305, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount em {
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
}

/* line 309, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount em::before {
  content: "月額";
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
  width: 1em;
  font-size: 1rem;
}

/* line 316, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount span {
  position: relative;
  display: inline-block;
  padding-left: 6px;
  font-size: 1.5714285714rem;
}

/* line 321, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount span::before {
  position: absolute;
  top: -13px;
  left: 4px;
  white-space: nowrap;
  content: "(税込)";
  display: inline-block;
  line-height: 1;
  font-size: 0.7142857143rem;
}

/* line 330, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount2 {
  font-size: 1.7142857143rem;
  font-weight: 700;
}

/* line 333, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount2 > span {
  font-size: 1.1428571429rem;
}

/* line 335, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount3 {
  font-size: 3.1428571429rem;
  font-weight: 700;
  margin: 0;
}

/* line 339, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount3 > span {
  font-size: 1.7142857143rem;
}

/* line 341, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 341, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__amount-note {
    display: block;
  }
}

@media (max-width: 575px) {
  /* line 341, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__amount-note {
    display: block;
  }
}

/* line 352, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount-note > span {
  padding: .3rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 352, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__amount-note > span {
    display: block;
    width: 100%;
  }
}

@media (max-width: 575px) {
  /* line 352, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__amount-note > span {
    display: block;
    width: 100%;
  }
}

/* line 360, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount-discount {
  font-weight: 700;
  width: 100%;
  background: #f2f2f2;
  font-size: 0.8571428571rem;
}

/* line 365, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount-discount em {
  font-style: normal;
  color: #ff7682;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}

/* line 370, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount-discount span {
  font-size: 0.8571428571rem;
}

/* line 372, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount-info {
  width: 45%;
  white-space: nowrap;
  color: #ffffff;
  line-height: 1rem;
  font-size: 0.7142857143rem;
}

/* line 378, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount-info sup {
  top: -.2em;
}

@media (max-width: 767px) {
  /* line 380, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table--giga, .p-price__table--3year {
    border-top: 2px solid #1992eb;
  }
}

@media (max-width: 767px) {
  /* line 383, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table--2year {
    border-top: 2px solid #00BCE3;
  }
}

@media (max-width: 767px) {
  /* line 386, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table--light {
    border-top: 2px solid #78d9ff;
  }
}

@media (max-width: 767px) {
  /* line 389, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table--pc {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 392, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table--sp {
    display: none;
  }
}

/* line 395, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__sp {
  display: none;
}

@media (max-width: 767px) {
  /* line 398, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__sp.is-tab-active {
    display: block;
  }
}

/* line 401, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price-table {
  font-weight: bold;
  font-size: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

/* line 406, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price-table__plan {
  font-size: 24px;
  font-weight: bold;
}

/* line 409, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price-table__plan > span {
  color: #F04C4C;
  font-size: 16px;
  font-weight: normal;
}

/* line 413, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price-table__plan small {
  font-size: 10px;
}

/* line 415, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price-table tr {
  height: auto;
}

/* line 418, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price-table tr:nth-of-type(2) td, .p-price-table tr:nth-of-type(6) td {
  padding-bottom: 15px;
}

/* line 420, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price-table th, .p-price-table td {
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  padding: 0 10px;
}

/* line 427, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price-table__price {
  font-size: 14px;
}

/* line 429, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price-table__price > span {
  font-size: 21px;
}

/* line 431, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price-table__price--red {
  color: #fb5d6e;
}

@media (max-width: 767px) {
  /* line 401, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price-table {
    width: 100%;
    font-size: 10px;
  }
  /* line 436, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price-table__plan {
    font-size: 18px;
  }
  /* line 440, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price-table tr:nth-of-type(2) td, .p-price-table tr:nth-of-type(6) td {
    padding-bottom: 10px;
  }
  /* line 442, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price-table th, .p-price-table td {
    padding: 0 5px;
    font-size: 10px;
  }
  /* line 445, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price-table__price {
    font-size: 10px;
  }
  /* line 447, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price-table__price > span {
    font-size: 12px;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_privacy.sass */
.p-privacy-note {
  padding: 2rem;
  border-radius: 10px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/project/_privacy.sass */
  .p-privacy-note {
    padding: 3rem;
  }
}

/* line 6, app/assets/stylesheets/renewal_designs/object/project/_privacy.sass */
.p-privacy-note h4 {
  margin-top: 0;
}

/* line 8, app/assets/stylesheets/renewal_designs/object/project/_privacy.sass */
.p-privacy-note p {
  margin-bottom: 0;
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_products.sass */
.p-product-container--wide {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1270px;
  max-width: 100%;
  overflow-x: auto;
}

/* line 12, app/assets/stylesheets/renewal_designs/object/project/_products.sass */
.p-product-device__container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
  max-width: 100%;
  overflow-x: auto;
}

/* line 21, app/assets/stylesheets/renewal_designs/object/project/_products.sass */
.p-product-note {
  font-size: 12px;
}

/* line 25, app/assets/stylesheets/renewal_designs/object/project/_products.sass */
.p-product-area__btn {
  margin-top: 20px;
  display: block;
  color: #fff;
  background: #1992eb;
  border-radius: 20px;
  height: 43px;
  line-height: 43px;
  width: 200px;
  max-width: 100%;
  font-size: 13px;
  font-weight: 500;
  -webkit-box-shadow: 0 5px #7D7D7D;
          box-shadow: 0 5px #7D7D7D;
  position: relative;
  text-decoration: none;
  text-align: center;
}

/* line 41, app/assets/stylesheets/renewal_designs/object/project/_products.sass */
.p-product-area__btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* line 51, app/assets/stylesheets/renewal_designs/object/project/_products.sass */
.p-product-area__btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: .8;
}

@media (max-width: 768px) {
  /* line 56, app/assets/stylesheets/renewal_designs/object/project/_products.sass */
  .p-product-area__btn {
    font-size: 12px;
    margin: 20px auto 0;
    width: 180px;
    border-radius: 18px;
    height: 39px;
    line-height: 39px;
  }
}

/* line 65, app/assets/stylesheets/renewal_designs/object/project/_products.sass */
.p-product-accordion__link {
  font-weight: bold;
  text-decoration: underline;
  font-size: 17px;
}

/* line 69, app/assets/stylesheets/renewal_designs/object/project/_products.sass */
.p-product-accordion__content {
  display: none;
}

@media (max-width: 768px) {
  /* line 72, app/assets/stylesheets/renewal_designs/object/project/_products.sass */
  .p-product-accordion__link {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  /* line 76, app/assets/stylesheets/renewal_designs/object/project/_products.sass */
  .p-product-line__btn {
    text-align: center;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations {
  background: #f5f9fc;
  padding: 90px 20px;
}

/* line 4, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations__container {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  background: #fff;
  padding: 60px 20px;
}

/* line 11, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations__wrap {
  width: 750px;
  max-width: 100%;
  margin: auto;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations {
    padding: 20px 20px;
  }
  /* line 18, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations__container {
    padding: 30px 15px;
  }
}

/* line 24, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead {
  padding-bottom: 40px;
}

/* line 26, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1;
}

/* line 33, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead__head > span {
  color: #1991E9;
}

/* line 36, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead__head img {
  width: 280px;
  margin-right: 10px;
}

/* line 41, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead-ssl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 420px;
  max-width: 100%;
  margin: 0 auto 40px;
}

/* line 47, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead-ssl__img {
  width: 73px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 52, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead-ssl__headline {
  color: #1991e9;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1;
}

/* line 59, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead-ssl__text {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

/* line 65, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #1991e9;
  padding: 20px 20px;
  border-radius: 15px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto 25px;
}

/* line 74, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead-frame__img {
  width: 67px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

/* line 79, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead-frame__content {
  font-size: 28px;
  font-weight: 500;
}

/* line 82, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead-frame__content > span {
  font-weight: bold;
  color: #1991e9;
}

/* line 88, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead-frame2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e2f1fc;
  padding: 20px 30px;
  margin: 30px auto 25px;
}

/* line 94, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead-frame2__img {
  width: 110px;
  height: 110px;
  display: grid;
  place-items: center;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  border-radius: 50%;
}

/* line 103, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead-frame2__img img {
  width: 65px;
}

/* line 107, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead-frame2__content {
  font-size: 24px;
  font-weight: 500;
}

/* line 110, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead-frame2__content > span {
  font-weight: bold;
  color: #1991e9;
}

/* line 116, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead__text1 {
  font-size: 24px;
  font-weight: 500;
  color: #1991e9;
  text-align: center;
  margin-bottom: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* line 123, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead__text1 > span {
  border-bottom: 2px solid #1991e9;
}

/* line 127, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-lead__text2 {
  font-size: 13px;
  width: 600px;
  max-width: 100%;
  margin: auto;
}

@media (max-width: 767px) {
  /* line 134, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-lead__head {
    -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;
    font-size: 22px;
    margin-bottom: 20px;
  }
  /* line 139, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-lead__head img {
    width: 170px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  /* line 145, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-lead-ssl {
    margin: 0 auto 30px;
    width: 250px;
  }
  /* line 148, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-lead-ssl__img {
    width: 40px;
    margin-right: 10px;
  }
  /* line 152, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-lead-ssl__headline {
    font-size: 13px;
    margin-bottom: 5px;
  }
  /* line 156, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-lead-ssl__text {
    font-size: 8px;
  }
  /* line 160, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-lead-frame {
    padding: 15px 15px;
    border-radius: 9px;
    margin: 0 auto 15px;
  }
  /* line 164, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-lead-frame__img {
    width: 37px;
    margin-right: 10px;
  }
  /* line 168, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-lead-frame__content {
    font-size: 15px;
  }
  /* line 172, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-lead-frame2 {
    padding: 10px 15px;
    margin: 20px auto 20px;
  }
  /* line 175, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-lead-frame2__img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
  }
  /* line 179, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-lead-frame2__img img {
    width: 26px;
  }
  /* line 183, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-lead-frame2__content {
    font-size: 9px;
  }
  /* line 187, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-lead__text1 {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 2.3;
  }
  /* line 192, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-lead__text2 {
    font-size: 9px;
  }
}

/* line 199, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-form .error-message {
  color: #ff6868;
}

/* line 202, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-form__item {
  margin-bottom: 60px;
}

/* line 205, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-form__headline {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 209, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-form__headline > span {
  display: inline-block;
  margin-left: 15px;
  background-color: #7ecef4;
  padding: 0.3rem 0.6rem;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 13px;
}

/* line 221, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-form-radio {
  font-size: 18px;
  font-weight: 500;
}

/* line 225, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-form-radio__item:not(:last-child) {
  margin-bottom: 15px;
}

/* line 229, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-form-radio--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 232, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-form-radio--horizontal .p-return-reservations-form-radio__item:not(:last-child) {
  margin-right: 20px;
}

/* line 239, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-form__text input[type="text"] {
  font-size: 17px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #808080;
}

/* line 247, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-form-check__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/* line 250, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-form-check__item:not(:last-child) {
  margin-bottom: 15px;
}

/* line 254, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-form-check input[type="checkbox"] {
  margin: 0 6px 0 0;
}

/* line 256, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-form-check input[type="checkbox"] + label {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

/* line 260, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-form-check input[type="checkbox"] + label::before, .p-return-reservations-form-check input[type="checkbox"] + label::after {
  content: none;
}

/* line 267, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-form__btn {
  display: block;
  width: 250px;
  max-width: 100%;
  height: 71px;
  line-height: 71px;
  margin: auto;
  border: none;
  border-radius: 33px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #00B6DE;
  -webkit-box-shadow: 4.75px 4.75px 4.75px rgba(0, 0, 0, 0.35);
          box-shadow: 4.75px 4.75px 4.75px rgba(0, 0, 0, 0.35);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  cursor: pointer;
}

/* line 285, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-form__btn:hover, .p-return-reservations-form__btn:focus {
  opacity: 0.7;
  color: #fff;
  background: #00B6DE;
  text-decoration: none;
}

/* line 294, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-form__hidden--contract, .p-return-reservations-form__hidden--no-contract {
  display: none;
}

/* line 298, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-form__detail {
  display: none;
}

@media (max-width: 767px) {
  /* line 304, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-form__headline {
    font-size: 18px;
    margin-bottom: 20px;
  }
  /* line 307, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-form__headline > span {
    margin-left: 10px;
    font-size: 12px;
  }
  /* line 312, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-form-radio {
    font-size: 18px;
  }
  /* line 315, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-form-radio__item:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 319, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-form-radio--horizontal {
    display: block;
  }
  /* line 322, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-form-radio--horizontal .p-return-reservations-form-radio__item:not(:last-child) {
    margin-right: 0px;
  }
  /* line 329, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-form__text input[type="text"] {
    font-size: 15px;
  }
  /* line 335, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-form-check__item:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 339, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-form-check input[type="checkbox"] {
    margin: 0 6px 0 0;
  }
  /* line 341, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-form-check input[type="checkbox"] + label {
    font-size: 16px;
  }
  /* line 346, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-form__btn {
    width: 220px;
    height: 55px;
    line-height: 55px;
    border-radius: 26px;
    font-size: 16px;
    -webkit-box-shadow: 3.72px 3.72px 3.72px rgba(0, 0, 0, 0.35);
            box-shadow: 3.72px 3.72px 3.72px rgba(0, 0, 0, 0.35);
  }
}

/* line 358, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-complete__head {
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #1991E9;
}

/* line 365, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-complete__text {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 0;
}

/* line 371, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-complete__text > span {
  font-size: 34px;
  font-weight: bold;
}

/* line 376, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-complete__note {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 381, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
.p-return-reservations-complete__img {
  text-align: center;
}

@media (max-width: 767px) {
  /* line 385, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-complete__head {
    font-size: 22px;
    margin-bottom: 20px;
  }
  /* line 389, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-complete__text {
    font-size: 16px;
    margin-bottom: 15px;
  }
  /* line 392, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-complete__text > span {
    font-size: 20px;
  }
  /* line 396, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-complete__note {
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
  }
  /* line 402, app/assets/stylesheets/renewal_designs/object/project/_return-reservations.scss */
  .p-return-reservations-complete__img img {
    width: 143px;
  }
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
.p-shipping__container {
  width: 910px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 8, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
.p-shipping__headline {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
  color: #1992eb;
}

/* line 15, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
.p-shipping__bnr {
  margin: 0 0 50px;
}

/* line 19, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
.p-shipping__table {
  margin: 0 0 50px;
}

/* line 21, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
.p-shipping__table table {
  width: 100%;
  border-collapse: collapse;
}

/* line 25, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
.p-shipping__table table thead th {
  padding: 3px 10px;
  font-size: 25px;
}

/* line 28, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
.p-shipping__table table thead th:first-child {
  width: 18%;
}

/* line 31, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
.p-shipping__table table thead th:last-child {
  width: 82%;
}

/* line 36, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
.p-shipping__table table th, .p-shipping__table table td {
  padding: 20px 30px;
  border: 1px solid #C6C6C6;
  font-weight: bold;
}

/* line 41, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
.p-shipping__table table th {
  background: #ECECEC;
  font-size: 25px;
}

/* line 45, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
.p-shipping__table table td {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

/* line 52, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
.p-shipping__link {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

/* line 56, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
.p-shipping__link > a {
  text-decoration: underline;
  color: #1992eb;
}

@media (max-width: 768px) {
  /* line 65, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
  .p-shipping__headline {
    font-size: 20px;
    margin: 0 0 20px;
  }
  /* line 69, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
  .p-shipping__bnr {
    margin: 0 0 30px;
  }
  /* line 72, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
  .p-shipping__table {
    margin: 0 0 30px;
  }
  /* line 76, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
  .p-shipping__table table thead th {
    font-size: 12px;
  }
  /* line 78, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
  .p-shipping__table table thead th:first-child {
    width: 25%;
  }
  /* line 81, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
  .p-shipping__table table thead th:last-child {
    width: 75%;
  }
  /* line 86, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
  .p-shipping__table table th, .p-shipping__table table td {
    padding: 10px 15px;
  }
  /* line 89, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
  .p-shipping__table table th {
    font-size: 12px;
  }
  /* line 92, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
  .p-shipping__table table td {
    font-size: 10px;
  }
  /* line 97, app/assets/stylesheets/renewal_designs/object/project/_shipping.scss */
  .p-shipping__link {
    font-size: 10px;
  }
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set__text1 {
  max-width: 640px;
  font-size: 1.4285714286rem;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  /* line 2, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set__text1 {
    font-size: 0.9285714286rem;
    max-width: 313px;
    margin: 0 auto 20px;
  }
}

/* line 10, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set__note {
  font-size: 1.0714285714rem;
}

@media (max-width: 767px) {
  /* line 10, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set__note {
    font-size: 0.7142857143rem;
  }
}

/* line 14, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-movie {
  margin-top: 50px;
}

@media (max-width: 767px) {
  /* line 14, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-movie {
    margin-top: 30px;
  }
}

/* line 18, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-movie__head {
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  /* line 22, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-movie__head img {
    width: 120px;
  }
}

/* line 24, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-movie__headline {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 24, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-movie__headline {
    font-size: 21px;
  }
}

/* line 32, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-movie__youtube {
  width: 700px;
  max-width: 100%;
  margin: auto;
  aspect-ratio: 16 / 9;
}

/* line 37, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-movie__youtube iframe {
  width: 100%;
  height: 100%;
}

/* line 40, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set__bnr-link {
  display: block;
}

/* line 42, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set__modal {
  max-width: 700px;
  margin: 0 auto 30px;
  display: block;
  background: #e9f6ff;
  color: #333;
  padding: 20px 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

/* line 53, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set__modal:hover {
  text-decoration: none;
  color: #333;
}

/* line 56, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set__modal::before {
  content: "＋";
  display: inline-block;
  color: #888888;
  font-size: 1.4285714286rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
}

@media (max-width: 767px) {
  /* line 42, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set__modal {
    font-size: 0.8571428571rem;
  }
  /* line 67, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set__modal::before {
    font-size: 1.1428571429rem;
    right: 20px;
  }
}

/* line 70, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set__btn {
  text-align: center;
}

/* line 72, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set__uq-sec {
  padding: 0 0 5rem;
}

/* line 74, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-flow {
  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: 767px) {
  /* line 74, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}

/* line 81, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-flow-h2 {
  text-align: center;
  font-size: 2.1428571429rem;
  margin-bottom: 50px;
}

/* line 85, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-flow-h2 > span {
  font-size: 1.8571428571rem;
}

@media (max-width: 767px) {
  /* line 81, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow-h2 {
    font-size: 1.5rem;
  }
  /* line 89, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow-h2 > span {
    font-size: 1.2857142857rem;
  }
}

/* line 91, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-flow__item {
  width: 270px;
  position: relative;
}

/* line 95, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-flow__item:not(:last-child)::after {
  content: "";
  background: url(/assets/renewal_designs/arrow_sp_set-ffaedc3150c1daaf08014ea26ea13e04a53c4ba058f8d02b6d89a817b0e8cf0f.png) no-repeat left top/contain;
  width: 48px;
  height: 70px;
  position: absolute;
  left: calc(100% + 21px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  /* line 91, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__item {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 107, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__item:not(:last-child) {
    margin-bottom: 40px;
  }
  /* line 109, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__item:not(:last-child)::after {
    width: 24px;
    height: 35px;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: auto;
  }
}

@media (min-width: 768px) {
  /* line 118, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__item--2 {
    width: 204px;
  }
  /* line 121, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__item--2:not(:last-child)::after {
    width: 36px;
    height: 52px;
    left: calc(100% + 10px);
  }
}

/* line 125, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-flow__head {
  background: #0095FF;
  color: #fff;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 32px;
  text-align: center;
  line-height: 1;
}

/* line 139, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-flow__head > span {
  font-size: 16px;
}

@media (max-width: 767px) {
  /* line 125, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__head {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 10px 0 0;
    font-size: 16px;
  }
  /* line 147, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__head > span {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  /* line 150, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__head--2 {
    width: 57px;
    height: 57px;
    font-size: 23px;
  }
  /* line 154, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__head--2 > span {
    font-size: 12px;
  }
}

/* line 156, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-flow__frame {
  padding: 60px 10px 10px;
  margin-top: 38px;
  background: #fff;
  text-align: center;
  border: 4px solid #1992eb;
  border-radius: 12px;
  height: calc(100% - 38px);
}

@media (max-width: 767px) {
  /* line 156, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__frame {
    padding: 10px 10px 10px;
    margin-top: 0;
    border: 2px solid #1992eb;
    border-radius: 6px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 172, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__frame .pc {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 175, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__frame--2 {
    padding: 40px 10px 20px;
    margin-top: 26px;
  }
}

/* line 178, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-flow__img {
  height: 95px;
}

@media (max-width: 767px) {
  /* line 178, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__img {
    height: auto;
    margin-right: 10px;
    margin-top: 3px;
  }
  /* line 184, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__img img {
    height: 34px;
  }
}

@media (min-width: 768px) {
  /* line 187, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__img--2 {
    height: 80px;
  }
  /* line 189, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__img--2 img {
    height: 70px;
  }
}

/* line 192, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-flow__title {
  line-height: 1.45;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
}

@media (max-width: 767px) {
  /* line 192, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__title {
    font-size: 15px;
    text-align: left;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  /* line 204, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__title--2 {
    font-size: 1.1428571429rem;
  }
}

/* line 207, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-flow__btn a {
  background: #1992EB;
  color: #fff;
  text-align: center;
  width: 232px;
  max-width: 100%;
  padding: 6px 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  border-radius: 12px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  line-height: 1.3;
  display: grid;
  place-content: center;
  margin: auto;
}

@media (max-width: 767px) {
  /* line 206, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__btn {
    margin-left: 50px;
  }
  /* line 225, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__btn a {
    width: 250px;
    padding: 9px 0;
    font-size: 1.0714285714rem;
  }
}

/* line 230, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-flow__btn--red a {
  background: #f15a24;
}

@media (max-width: 767px) {
  /* line 233, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__btn--red a {
    font-size: 0.9285714286rem;
  }
}

/* line 236, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-flow__btn--pink a {
  background: #FF7682;
}

@media (max-width: 767px) {
  /* line 239, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__btn--pink a {
    font-size: 0.9285714286rem;
  }
}

/* line 241, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-flow__btn + .p-sp_set-flow__btn {
  margin-top: 10px;
}

@media (min-width: 768px) {
  /* line 245, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__btn--2 a {
    font-size: 0.8571428571rem;
  }
}

/* line 247, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-flow__text {
  font-size: 1.4285714286rem;
}

/* line 249, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-flow__text > span {
  font-size: 1.8571428571rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  /* line 247, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__text {
    font-size: 0.9285714286rem;
  }
  /* line 253, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__text > span {
    font-size: 1.0714285714rem;
  }
}

/* line 256, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-flow__text2 {
  margin-top: 10px;
  text-align: left;
  font-wight: 500;
  ine-height: 1.5;
  font-size: 1.1428571429rem;
}

@media (max-width: 767px) {
  /* line 256, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__text2 {
    margin-left: 50px;
    margin-top: 0;
    font-size: 0.8571428571rem;
  }
}

@media (min-width: 768px) {
  /* line 267, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__text2--2 {
    font-size: 0.8571428571rem;
  }
}

/* line 269, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-flow__note {
  font-size: 1.0714285714rem;
}

@media (max-width: 767px) {
  /* line 269, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-flow__note {
    font-size: 0.7142857143rem;
  }
}

/* line 275, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-msn__title {
  text-align: center;
  border-bottom: 2px solid #D3DCE7;
  padding-bottom: 30px;
}

/* line 279, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-msn__headline {
  font-size: 27px;
  text-align: center;
  color: #1992eb;
  margin-bottom: 20px;
}

/* line 284, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-msn__text {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

/* line 289, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-msn img {
  margin: auto;
  display: block;
}

@media (max-width: 767px) {
  /* line 293, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-msn__title {
    border-bottom: 1px solid #D3DCE7;
    padding-bottom: 15px;
  }
  /* line 296, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-msn__headline {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  /* line 300, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-msn__text {
    font-size: 14px;
    margin-bottom: 20px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

/* line 306, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab {
  margin-bottom: 30px;
}

/* line 308, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab__head {
  position: sticky;
  top: 101px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 3px solid #808080;
  background: #fff;
  z-index: 1;
}

/* line 316, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab__head--au {
  border-color: #ee6c04;
}

/* line 318, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab__head--uq {
  border-color: #EC4591;
}

/* line 320, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab__item {
  margin: 0 5px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  width: 46%;
  background: #b3b3b3;
  color: #fff;
  padding: 20px 10px;
  cursor: pointer;
}

/* line 330, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab__item.is-active {
  border-top: 3px solid #808080;
  border-left: 3px solid #808080;
  border-right: 3px solid #808080;
  position: relative;
  pointer-events: none;
}

/* line 336, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab__item--au.is-active {
  background: #ee6c04;
  border-color: #ee6c04;
}

/* line 339, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab__item--uq.is-active {
  background: #EC4591;
  border-color: #EC4591;
}

/* line 342, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab__content {
  padding: 50px 15px;
  width: 730px;
  max-width: 100%;
  margin: auto;
  display: none;
}

/* line 348, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab__content.is-active {
  display: block;
}

/* line 350, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab__headline {
  position: relative;
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-weight: bold;
  line-height: 1.2;
}

/* line 358, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab__headline::before {
  content: "";
  width: 7px;
  height: 100%;
  background: #1992EB;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 366, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab__text {
  font-size: 20px;
  margin-top: 0;
}

/* line 369, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab__note {
  font-size: 15px;
}

/* line 371, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab__text2 {
  font-size: 30px;
  margin-top: 0;
  text-align: center;
  font-weight: bold;
}

/* line 376, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab__btn {
  text-align: center;
}

/* line 378, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab__btn a {
  background: #FF7682;
  color: #fff;
  text-align: center;
  width: 600px;
  max-width: 100%;
  height: 96px;
  line-height: 96px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  border-radius: 48px;
  font-size: 2.1428571429rem;
  font-weight: bold;
  margin: auto;
}

@media (max-width: 767px) {
  /* line 306, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab {
    margin: 0 -15px 30px;
  }
  /* line 395, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab__head {
    top: 101px;
    border-width: 2px;
  }
  /* line 398, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab__item {
    margin: 0 5px;
    font-size: 19px;
    width: 46%;
    padding: 7px 10px;
    line-height: 1.4;
  }
  /* line 404, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab__item.is-active {
    border-width: 2px;
  }
  /* line 406, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab__content {
    padding: 30px 15px;
  }
  /* line 408, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab__headline {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 15px;
  }
  /* line 413, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab__headline::before {
    width: 4px;
  }
  /* line 415, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab__text {
    font-size: 13px;
  }
  /* line 417, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab__note {
    font-size: 10px;
  }
  /* line 419, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab__text2 {
    font-size: 15px;
  }
  /* line 422, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab__btn a {
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    font-size: 1.0714285714rem;
  }
}

/* line 430, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow {
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  /* line 430, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow {
    margin-bottom: 30px;
  }
}

/* line 435, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__item {
  width: 100%;
  position: relative;
}

/* line 438, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__item:not(:last-child) {
  margin-bottom: 90px;
}

/* line 440, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__item:not(:last-child)::after {
  content: "";
  background: url(/assets/renewal_designs/arrow_sp_set-ffaedc3150c1daaf08014ea26ea13e04a53c4ba058f8d02b6d89a817b0e8cf0f.png) no-repeat left top/contain;
  width: 70px;
  height: 48px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% + 20px);
}

/* line 450, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__item--red:not(:last-child)::after {
  background: url(/assets/renewal_designs/arrow_sp_set2-79ec242a3624cce6cf13520ca71f098cd869a6d16ef18f1fec09d33cbe231d44.png) no-repeat left top/contain;
}

@media (max-width: 767px) {
  /* line 453, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__item:not(:last-child) {
    margin-bottom: 40px;
  }
  /* line 455, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__item:not(:last-child)::after {
    width: 35px;
    height: 24px;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media (min-width: 768px) {
  /* line 463, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__item--2 {
    width: 204px;
  }
  /* line 466, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__item--2:not(:last-child)::after {
    width: 36px;
    height: 52px;
    left: calc(100% + 10px);
  }
}

/* line 470, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__head {
  background: #0095FF;
  color: #fff;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  margin: 0 30px 0 0;
}

/* line 480, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__head > span {
  font-size: 16px;
}

/* line 482, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__head--red {
  background: #ec4591;
}

@media (max-width: 767px) {
  /* line 470, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__head {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    font-size: 16px;
  }
  /* line 489, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__head > span {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  /* line 492, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__head--2 {
    width: 57px;
    height: 57px;
    font-size: 23px;
  }
  /* line 496, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__head--2 > span {
    font-size: 12px;
  }
}

/* line 498, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__frame {
  padding: 20px 20px 20px;
  border: 4px solid #1992eb;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 504, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__frame--red {
  border-color: #ec4591;
}

@media (max-width: 767px) {
  /* line 498, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__frame {
    padding: 10px 10px 10px;
    border-width: 2px;
    border-radius: 6px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 513, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__frame .pc {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 516, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__frame--2 {
    padding: 40px 10px 20px;
    margin-top: 26px;
  }
}

/* line 519, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  /* line 519, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__wrap {
    margin-bottom: 10px;
  }
}

/* line 525, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__img {
  margin-right: 20px;
  height: 95px;
}

@media (max-width: 767px) {
  /* line 525, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__img {
    height: auto;
    margin-right: 10px;
    margin-top: 3px;
  }
  /* line 532, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__img img {
    height: 34px;
  }
}

@media (min-width: 768px) {
  /* line 535, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__img--2 {
    height: 80px;
  }
  /* line 537, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__img--2 img {
    height: 70px;
  }
}

/* line 540, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__title {
  line-height: 1.45;
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
}

@media (max-width: 767px) {
  /* line 540, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__title {
    font-size: 15px;
    text-align: left;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  /* line 552, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__title--2 {
    font-size: 1.1428571429rem;
  }
}

/* line 555, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__btn a {
  background: #1992EB;
  color: #fff;
  text-align: center;
  width: 515px;
  max-width: 100%;
  padding: 16px 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  border-radius: 12px;
  font-size: 2.2142857143rem;
  font-weight: bold;
  line-height: 1.3;
  display: grid;
  place-content: center;
  margin: auto;
  margin-left: 90px;
}

@media (max-width: 767px) {
  /* line 555, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__btn a {
    margin-left: 50px;
    width: 250px;
    padding: 9px 0;
    font-size: 1.0714285714rem;
  }
}

/* line 578, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__btn--red a {
  background: #f15a24;
}

@media (max-width: 767px) {
  /* line 581, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__btn--red a {
    font-size: 0.9285714286rem;
  }
}

/* line 583, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__btn--red--2 a {
  font-size: 45px;
}

@media (max-width: 767px) {
  /* line 583, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__btn--red--2 a {
    font-size: 22px;
  }
}

/* line 588, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__btn--pink a {
  background: #FF7682;
}

@media (max-width: 767px) {
  /* line 591, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__btn--pink a {
    font-size: 0.9285714286rem;
  }
}

/* line 593, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__btn + .p-sp_set-flow__btn {
  margin-top: 10px;
}

@media (min-width: 768px) {
  /* line 597, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__btn--2 a {
    font-size: 0.8571428571rem;
  }
}

/* line 599, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__text {
  font-size: 1.4285714286rem;
}

@media (max-width: 767px) {
  /* line 599, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__text {
    font-size: 0.7857142857rem;
  }
}

/* line 603, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__text2 {
  margin-top: 10px;
  text-align: left;
  font-wight: 500;
  ine-height: 1.5;
  font-size: 1.1428571429rem;
}

@media (max-width: 767px) {
  /* line 603, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__text2 {
    margin-left: 50px;
    margin-top: 0;
    font-size: 0.8571428571rem;
  }
}

@media (min-width: 768px) {
  /* line 614, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__text2--2 {
    font-size: 0.8571428571rem;
  }
}

/* line 616, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__text3 {
  font-size: 1.8571428571rem;
  text-align: center;
  margin: 1em auto;
  font-weight: bold;
}

@media (max-width: 767px) {
  /* line 616, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__text3 {
    font-size: 1.0714285714rem;
  }
}

/* line 623, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
.p-sp_set-tab-flow__note {
  font-size: 1.0714285714rem;
}

@media (max-width: 767px) {
  /* line 623, app/assets/stylesheets/renewal_designs/object/project/_sp_set.sass */
  .p-sp_set-tab-flow__note {
    font-size: 0.7142857143rem;
  }
}

@media (max-width: 767px) {
  /* line 2, app/assets/stylesheets/renewal_designs/object/project/_support.sass */
  .p-support__row {
    border-bottom: 1px dotted #d1d1d1;
    margin: 0 -5px 1.5rem -5px;
    padding-bottom: 1rem;
  }
  /* line 7, app/assets/stylesheets/renewal_designs/object/project/_support.sass */
  .p-support__row > [class*="col-"] {
    padding: 0 5px;
  }
}

/* line 12, app/assets/stylesheets/renewal_designs/object/project/_support.sass */
.p-support__inner > [class*="col-"]:last-child .p-support__row {
  border: 0;
  margin-bottom: 0;
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
.p-support__container {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 8, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
.p-support__container2 {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 14, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
.p-support__headline {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
  color: #1992eb;
}

/* line 21, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
.p-support__img {
  margin: 0 0 50px;
}

/* line 24, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
.p-support__text {
  font-size: 15px;
  line-height: 1.2;
}

/* line 27, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
.p-support__text > span {
  font-weight: 400;
}

/* line 29, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
.p-support__text > span.bold {
  font-weight: bold;
}

/* line 33, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
.p-support__text > a {
  color: #3e4549;
  text-decoration: underline;
}

/* line 41, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
.p-support__table {
  margin: 80px 0 50px;
}

/* line 43, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
.p-support__table table {
  width: 100%;
  border-collapse: collapse;
}

/* line 46, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
.p-support__table table th, .p-support__table table td {
  padding: 20px 30px;
  border: 1px solid #C6C6C6;
  font-weight: bold;
}

/* line 51, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
.p-support__table table th {
  background: #ECECEC;
  font-size: 25px;
  width: 33%;
}

/* line 56, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
.p-support__table table td {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

/* line 60, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
.p-support__table table td ul {
  margin: 0;
}

@media (max-width: 768px) {
  /* line 67, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
  .p-support__headline {
    font-size: 20px;
    margin: 0 0 20px;
  }
  /* line 71, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
  .p-support__img {
    margin: 0 0 30px;
  }
  /* line 74, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
  .p-support__text {
    font-size: 12px;
  }
  /* line 77, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
  .p-support__table {
    margin: 50px 0 30px;
  }
  /* line 81, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
  .p-support__table table thead th {
    font-size: 12px;
  }
  /* line 83, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
  .p-support__table table thead th:first-child {
    width: 25%;
  }
  /* line 86, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
  .p-support__table table thead th:last-child {
    width: 75%;
  }
  /* line 91, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
  .p-support__table table th, .p-support__table table td {
    padding: 10px 15px;
  }
  /* line 94, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
  .p-support__table table th {
    font-size: 12px;
  }
  /* line 97, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
  .p-support__table table td {
    font-size: 10px;
  }
  /* line 99, app/assets/stylesheets/renewal_designs/object/project/_support.scss */
  .p-support__table table td ul {
    padding-left: 15px;
  }
}

@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 18, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.top-wrap {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* line 20, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.top-wrap table {
  border-collapse: collapse;
}

/* line 23, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.top-wrap ul {
  list-style-type: none;
  padding-left: 0;
}

/* line 29, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
a {
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 31, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
a:hover {
  opacity: .7;
}

/* line 36, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
h2.section-head5g span {
  border-bottom: 4px solid #043786;
}

/* line 41, app/assets/stylesheets/renewal_designs/object/project/_top.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: 769px) {
  /* line 41, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  h3.section-head5g {
    padding: 10px 0;
    font-size: 32px;
  }
}

/* line 55, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
h4.section-head5g-sub {
  text-align: center;
  font-size: 22px;
}

@media (min-width: 769px) {
  /* line 55, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  h4.section-head5g-sub {
    font-size: 45px;
  }
}

/* line 64, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.ly-section {
  padding: 40px 0;
}

/* line 68, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-annotation5g {
  margin-top: 20px;
  font-size: 10px;
}

@media (min-width: 769px) {
  /* line 68, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-annotation5g {
    margin-top: 30px;
    font-size: 20px;
  }
}

/* line 81, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g {
  margin: 0 auto;
  max-width: 960px;
  padding: 20px 0 10px;
}

/* line 86, app/assets/stylesheets/renewal_designs/object/project/_top.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 98, app/assets/stylesheets/renewal_designs/object/project/_top.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 102, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-wrap--sa-f {
    padding-right: 15px;
  }
}

/* line 107, app/assets/stylesheets/renewal_designs/object/project/_top.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 112, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-wrap--upgrade5g {
  background: #1992eb;
}

@media (max-width: 768px) {
  /* line 115, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-wrap--upgrade5g .hero5g {
    padding-top: 0;
  }
}

/* line 120, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-wrap--home {
  background: transparent;
}

/* line 122, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-wrap--home img {
  width: 100%;
}

/* line 126, app/assets/stylesheets/renewal_designs/object/project/_top.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 126, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-wrap--cloud {
    padding: 0 15px;
  }
}

/* line 132, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-wrap .hover-effect {
  opacity: 0.7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

/* line 136, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-wrap-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 141, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-wrap-btn--home {
  width: calc(454 / 1280 * 100%);
  bottom: calc(40 / 600 * 100%);
}

@media (max-width: 768px) {
  /* line 141, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-wrap-btn--home {
    width: calc(600 / 750 * 100%);
    bottom: calc(65 / 1040 * 100%);
  }
}

/* line 149, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-wrap-btn--car {
  width: calc(454 / 1280 * 100%);
  bottom: calc(40 / 600 * 100%);
}

@media (max-width: 768px) {
  /* line 149, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-wrap-btn--car {
    width: calc(600 / 750 * 100%);
    bottom: calc(40 / 1040 * 100%);
  }
}

/* line 159, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-img {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  /* line 159, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-img {
    margin-bottom: 0px;
  }
}

/* line 165, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-btn {
  max-width: 80%;
  margin: auto;
  width: 463px;
}

/* line 170, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-text {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 10px 0 10px;
}

@media (max-width: 768px) {
  /* line 170, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-text {
    font-size: 10px;
  }
}

/* line 179, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-note {
  text-align: center;
  padding: 5px;
  font-size: 14px;
}

@media (max-width: 768px) {
  /* line 179, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-note {
    font-size: 10px;
  }
}

/* line 189, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-band {
  background: #FDDD76;
  padding: 13px 20px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 189, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-band {
    padding: 10px 20px;
  }
}

/* line 198, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-cta {
  background: #1992eb;
  padding: 30px;
}

/* line 201, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-cta--hikari {
  padding: 10px;
  background: #009ED4;
}

/* line 204, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-cta--hikari img {
  width: 380px;
  max-width: 100%;
}

/* line 209, app/assets/stylesheets/renewal_designs/object/project/_top.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 216, app/assets/stylesheets/renewal_designs/object/project/_top.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 221, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-cta-left {
  width: 53%;
}

/* line 224, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-cta-right {
  width: 44%;
}

/* line 227, app/assets/stylesheets/renewal_designs/object/project/_top.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 235, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-cta-left2 {
  width: 44%;
}

/* line 238, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-cta-right2 {
  width: 51%;
}

/* line 241, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-cta-wrap3 {
  text-align: center;
  margin: auto;
  width: 810px;
  max-width: 100%;
}

/* line 247, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-cta-wrap4 {
  text-align: center;
  margin: auto;
  width: 400px;
  max-width: 100%;
}

/* line 254, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-cta-text {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

/* line 260, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-cta-text--hikari {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

/* line 266, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-cta-text--num {
  font-size: 34px;
}

/* line 269, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.hero5g-cta-text--large {
  font-size: 41px;
  font-weight: bold;
  color: #ffff00;
}

@media (max-width: 768px) {
  /* line 198, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-cta {
    padding: 20px 20px 5px;
  }
  /* line 277, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-cta--hikari {
    padding: 10px;
  }
  /* line 280, app/assets/stylesheets/renewal_designs/object/project/_top.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 284, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-cta-left {
    width: 300px;
    margin-bottom: 15px;
  }
  /* line 288, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-cta-right {
    width: 240px;
  }
  /* line 291, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-cta-text {
    font-size: 14px;
  }
  /* line 293, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-cta-text--hikari {
    font-size: 19px;
    margin-bottom: 10px;
  }
  /* line 297, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-cta-text--num {
    font-size: 27px;
  }
  /* line 300, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-cta-text--large {
    font-size: 32px;
  }
  /* line 304, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-cta-wrap2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 307, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-cta-left2 {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 311, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .hero5g-cta-right2 {
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 768px) {
  /* line 323, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom {
    padding: 0 5px;
  }
}

/* line 327, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.header-bottom:not(.js-fixed) {
  position: relative;
}

/* line 331, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.header-bottom-nav-5g {
  grid-template-columns: 1fr 115px 115px 115px;
}

@media (max-width: 768px) {
  /* line 331, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom-nav-5g {
    grid-template-columns: 1fr 63px 63px 63px;
  }
  /* line 335, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom-nav-5g .header-bottom-nav-cta {
    text-align: right;
  }
  /* line 337, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom-nav-5g .header-bottom-nav-cta img {
    width: 100px;
  }
}

/* line 342, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.header-bottom-nav-5g--2 {
  grid-template-columns: 1fr 230px 230px;
}

@media (max-width: 768px) {
  /* line 342, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom-nav-5g--2 {
    padding: 15px 0;
    grid-template-columns: 1fr 120px 112px;
  }
  /* line 348, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom-nav-5g--2 .header-bottom-nav-logo img {
    width: 100px;
  }
}

/* line 354, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.header-bottom-nav-5g--3 {
  grid-template-columns: 1fr 230px;
}

@media (max-width: 768px) {
  /* line 354, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom-nav-5g--3 {
    padding: 15px 0;
    grid-template-columns: 1fr 112px;
  }
  /* line 360, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom-nav-5g--3 .header-bottom-nav-logo img {
    width: 100px;
  }
}

/* line 366, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.header-bottom-nav-5g--4 {
  grid-template-columns: 1fr 115px 115px;
}

@media (max-width: 768px) {
  /* line 366, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom-nav-5g--4 {
    padding: 15px 0;
    grid-template-columns: 1fr 63px 63px;
  }
  /* line 372, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom-nav-5g--4 .header-bottom-nav-logo img {
    width: 100px;
  }
}

/* line 378, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.header-bottom-nav-5g--5 {
  grid-template-columns: 1fr 163px 180px 115px;
}

@media (max-width: 768px) {
  /* line 378, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom-nav-5g--5 {
    grid-template-columns: 1fr 75px 82px 52px;
  }
}

/* line 386, app/assets/stylesheets/renewal_designs/object/project/_top.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 400, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.header-bottom-business-btn:hover {
  color: #1992eb;
}

@media (max-width: 768px) {
  /* line 386, app/assets/stylesheets/renewal_designs/object/project/_top.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 413, app/assets/stylesheets/renewal_designs/object/project/_top.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 427, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.header-bottom-cta-btn:hover {
  color: #fff;
}

@media (max-width: 768px) {
  /* line 413, app/assets/stylesheets/renewal_designs/object/project/_top.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 446, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.header-bottom-nav-upgrade5g {
  grid-template-columns: 145px 1fr 260px 186px;
}

@media (min-width: 960px) {
  /* line 446, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom-nav-upgrade5g {
    grid-template-columns: 240px 1fr 260px 186px;
  }
}

@media (max-width: 768px) {
  /* line 446, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom-nav-upgrade5g {
    grid-template-columns: 1fr 48px 120px 90px;
  }
  /* line 453, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom-nav-upgrade5g .header-bottom-nav-cta {
    text-align: right;
  }
}

/* line 460, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.header-bottom-nav-cloud {
  grid-template-columns: 1fr 360px 180px;
  max-width: 800px;
}

@media (max-width: 768px) {
  /* line 460, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom-nav-cloud {
    grid-template-columns: 1fr 63px 63px;
  }
  /* line 465, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom-nav-cloud .header-bottom-nav-cta {
    text-align: right;
  }
}

/* line 470, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.header-bottom-nav-minikura {
  grid-template-columns: 1fr 360px;
  max-width: 1100px;
}

@media (max-width: 768px) {
  /* line 470, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom-nav-minikura {
    grid-template-columns: 1fr 63px;
  }
  /* line 475, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom-nav-minikura .header-bottom-nav-cta {
    text-align: right;
  }
}

@media (min-width: 769px) {
  /* line 482, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .header-bottom-nav-menu.sp {
    display: none;
  }
}

/* line 490, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-gnav,
.bl-5g-nav-gnav,
.bl-5g-nav-gnav2 {
  background: #f5f6f7;
  padding: 20px 10px;
  overflow-x: auto;
}

/* line 496, app/assets/stylesheets/renewal_designs/object/project/_top.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 502, app/assets/stylesheets/renewal_designs/object/project/_top.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 507, app/assets/stylesheets/renewal_designs/object/project/_top.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 517, app/assets/stylesheets/renewal_designs/object/project/_top.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: 769px) {
  /* line 530, app/assets/stylesheets/renewal_designs/object/project/_top.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 534, app/assets/stylesheets/renewal_designs/object/project/_top.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 542, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-gnav--upgrade5g ul,
.bl-5g-nav-gnav--upgrade5g ul,
.bl-5g-nav-gnav2--upgrade5g ul {
  max-width: 1260px;
}

/* line 548, app/assets/stylesheets/renewal_designs/object/project/_top.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 552, app/assets/stylesheets/renewal_designs/object/project/_top.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 563, app/assets/stylesheets/renewal_designs/object/project/_top.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 573, app/assets/stylesheets/renewal_designs/object/project/_top.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;
}

/* line 581, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-gnav--minikura ul li,
.bl-5g-nav-gnav--minikura ul li,
.bl-5g-nav-gnav2--minikura ul li {
  padding: 0 15px;
  line-height: 1.2;
}

/* line 585, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-gnav--minikura ul li:last-child::after,
.bl-5g-nav-gnav--minikura ul li:last-child::after,
.bl-5g-nav-gnav2--minikura ul li:last-child::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #2a3b4c;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 596, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-gnav--minikura ul li:first-child::before,
.bl-5g-nav-gnav--minikura ul li:first-child::before,
.bl-5g-nav-gnav2--minikura ul li:first-child::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #2a3b4c;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 606, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-gnav--minikura ul li a,
.bl-5g-nav-gnav--minikura ul li a,
.bl-5g-nav-gnav2--minikura ul li a {
  font-size: 15px;
}

@media (min-width: 769px) {
  /* line 615, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nav-gnav2 .sp {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 621, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nav-gnav2 {
    background: #fff;
    padding: 0px;
    overflow-x: initial;
  }
  /* line 622, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nav-gnav2 .pc {
    display: none;
  }
  /* line 628, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nav-gnav2 ul {
    width: 100%;
  }
  /* line 630, app/assets/stylesheets/renewal_designs/object/project/_top.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 641, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nav-gnav2 ul li:after {
    content: none;
  }
  /* line 654, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nav-gnav2 ul li a {
    font-size: 10px;
    padding: 10px 0px;
    display: block;
  }
  /* line 660, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nav-gnav2 ul li:not(:last-child)::after {
    content: none;
  }
  /* line 667, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav,
.bl-5g-nav-gnav {
    background: #fff;
    padding: 0px;
    overflow-x: initial;
  }
  /* line 672, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav ul,
.bl-5g-nav-gnav ul {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 675, app/assets/stylesheets/renewal_designs/object/project/_top.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 688, app/assets/stylesheets/renewal_designs/object/project/_top.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 698, app/assets/stylesheets/renewal_designs/object/project/_top.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 708, app/assets/stylesheets/renewal_designs/object/project/_top.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 717, app/assets/stylesheets/renewal_designs/object/project/_top.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 724, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav ul li:nth-of-type(5),
.bl-5g-nav-gnav ul li:nth-of-type(5) {
    border-top: none;
  }
  /* line 727, app/assets/stylesheets/renewal_designs/object/project/_top.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 734, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav ul li:nth-of-type(6),
.bl-5g-nav-gnav ul li:nth-of-type(6) {
    border-top: none;
  }
  /* line 737, app/assets/stylesheets/renewal_designs/object/project/_top.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 745, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav ul li:nth-of-type(7),
.bl-5g-nav-gnav ul li:nth-of-type(7) {
    border-top: none;
  }
  /* line 748, app/assets/stylesheets/renewal_designs/object/project/_top.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 756, app/assets/stylesheets/renewal_designs/object/project/_top.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 760, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav ul li:last-child a,
.bl-5g-nav-gnav ul li:last-child a {
    color: #fff;
    padding: 10px 20px;
  }
  /* line 766, app/assets/stylesheets/renewal_designs/object/project/_top.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 776, app/assets/stylesheets/renewal_designs/object/project/_top.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 784, app/assets/stylesheets/renewal_designs/object/project/_top.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 796, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--upgrade5g ul,
.bl-5g-nav-gnav--upgrade5g ul {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 801, app/assets/stylesheets/renewal_designs/object/project/_top.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 803, app/assets/stylesheets/renewal_designs/object/project/_top.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 806, app/assets/stylesheets/renewal_designs/object/project/_top.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 813, app/assets/stylesheets/renewal_designs/object/project/_top.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 823, app/assets/stylesheets/renewal_designs/object/project/_top.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 833, app/assets/stylesheets/renewal_designs/object/project/_top.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 840, app/assets/stylesheets/renewal_designs/object/project/_top.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 843, app/assets/stylesheets/renewal_designs/object/project/_top.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 850, app/assets/stylesheets/renewal_designs/object/project/_top.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 853, app/assets/stylesheets/renewal_designs/object/project/_top.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 861, app/assets/stylesheets/renewal_designs/object/project/_top.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 864, app/assets/stylesheets/renewal_designs/object/project/_top.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 872, app/assets/stylesheets/renewal_designs/object/project/_top.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 876, app/assets/stylesheets/renewal_designs/object/project/_top.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 882, app/assets/stylesheets/renewal_designs/object/project/_top.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 892, app/assets/stylesheets/renewal_designs/object/project/_top.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 900, app/assets/stylesheets/renewal_designs/object/project/_top.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 916, app/assets/stylesheets/renewal_designs/object/project/_top.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 918, app/assets/stylesheets/renewal_designs/object/project/_top.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 924, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--amazonring ul li:last-child a,
.bl-5g-nav-gnav--amazonring ul li:last-child a {
    padding: 10px 10px;
  }
  /* line 936, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--home ul,
.bl-5g-nav-gnav--home ul {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 939, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--home ul li,
.bl-5g-nav-gnav--home ul li {
    width: 20%;
  }
  /* line 943, app/assets/stylesheets/renewal_designs/object/project/_top.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 953, app/assets/stylesheets/renewal_designs/object/project/_top.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 963, app/assets/stylesheets/renewal_designs/object/project/_top.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 973, app/assets/stylesheets/renewal_designs/object/project/_top.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 981, app/assets/stylesheets/renewal_designs/object/project/_top.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 984, app/assets/stylesheets/renewal_designs/object/project/_top.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 991, app/assets/stylesheets/renewal_designs/object/project/_top.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 996, app/assets/stylesheets/renewal_designs/object/project/_top.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 1006, app/assets/stylesheets/renewal_designs/object/project/_top.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 1014, app/assets/stylesheets/renewal_designs/object/project/_top.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 1027, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--cloud ul,
.bl-5g-nav-gnav--cloud ul {
    width: 100%;
  }
  /* line 1030, app/assets/stylesheets/renewal_designs/object/project/_top.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 1033, app/assets/stylesheets/renewal_designs/object/project/_top.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 1043, app/assets/stylesheets/renewal_designs/object/project/_top.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 1053, app/assets/stylesheets/renewal_designs/object/project/_top.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 1061, app/assets/stylesheets/renewal_designs/object/project/_top.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 1066, app/assets/stylesheets/renewal_designs/object/project/_top.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 1069, app/assets/stylesheets/renewal_designs/object/project/_top.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 1075, app/assets/stylesheets/renewal_designs/object/project/_top.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 1085, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--cloud ul li a,
.bl-5g-nav-gnav--cloud ul li a {
    padding: 35px 10px 5px;
  }
  /* line 1092, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--minikura ul,
.bl-5g-nav-gnav--minikura ul {
    width: 100%;
  }
  /* line 1094, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--minikura ul li,
.bl-5g-nav-gnav--minikura ul li {
    width: 33.333%;
  }
  /* line 1096, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--minikura ul li:nth-of-type(1),
.bl-5g-nav-gnav--minikura ul li:nth-of-type(1) {
    border-left: none;
  }
  /* line 1099, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--minikura ul li:nth-of-type(1) a::before,
.bl-5g-nav-gnav--minikura 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 1109, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--minikura ul li:nth-of-type(2) a::before,
.bl-5g-nav-gnav--minikura 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 1119, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--minikura ul li:nth-of-type(3) a::before,
.bl-5g-nav-gnav--minikura 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 1127, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--minikura ul li:last-child,
.bl-5g-nav-gnav--minikura ul li:last-child {
    background: #fff;
    border-top: 1px solid #adadad;
    border-left: none;
    border-right: none;
  }
  /* line 1132, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--minikura ul li:last-child a,
.bl-5g-nav-gnav--minikura ul li:last-child a {
    color: #2a3b4c;
    padding: 35px 10px 5px;
  }
  /* line 1135, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--minikura ul li:last-child a::before,
.bl-5g-nav-gnav--minikura ul li:last-child a::before {
    content: "";
  }
  /* line 1141, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--minikura ul li:not(:last-child)::after,
.bl-5g-nav-gnav--minikura ul li:not(:last-child)::after {
    width: 1px;
    height: 100%;
    background: #2a3b4c;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 1151, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--minikura ul li a,
.bl-5g-nav-gnav--minikura ul li a {
    padding: 35px 10px 5px;
  }
  /* line 1158, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--wimax {
    margin: 0 -5px;
  }
  /* line 1161, app/assets/stylesheets/renewal_designs/object/project/_top.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 1169, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(1) a::before {
    top: 10px;
    width: 35px;
    height: 11px;
  }
  /* line 1178, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(2) a::before {
    top: 5px;
    width: 14px;
    height: 15px;
  }
  /* line 1187, app/assets/stylesheets/renewal_designs/object/project/_top.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 1197, app/assets/stylesheets/renewal_designs/object/project/_top.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 1205, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(5) {
    border-top: 1px solid #adadad;
  }
  /* line 1208, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(5) a::before {
    width: 20px;
    height: 17px;
    top: 5px;
  }
  /* line 1215, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(6) {
    border-top: 1px solid #adadad;
  }
  /* line 1218, app/assets/stylesheets/renewal_designs/object/project/_top.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 1226, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(7) {
    border-top: 1px solid #adadad;
    background: #fff;
  }
  /* line 1229, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(7) a {
    color: #2A3B4C;
    background: #fff;
  }
  /* line 1232, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--wimax ul li:nth-of-type(7) a::before {
    top: 5px;
    width: 10px;
    height: 15px;
  }
  /* line 1239, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--wimax ul li:last-child {
    border-left: none;
  }
  /* line 1241, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--wimax ul li:last-child a {
    padding: 22px 3px 3px;
  }
  /* line 1245, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--wimax ul li a {
    font-size: 10px;
    padding: 22px 3px 3px;
    letter-spacing: -0.15em;
    line-height: 1.22;
  }
  /* line 1250, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--wimax ul li a::before {
    top: 5px;
  }
  /* line 1257, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--sa {
    margin: 0 -5px;
  }
  /* line 1260, app/assets/stylesheets/renewal_designs/object/project/_top.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 1268, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--sa ul li:nth-of-type(1) a::before {
    top: 10px;
    width: 35px;
    height: 11px;
  }
  /* line 1277, app/assets/stylesheets/renewal_designs/object/project/_top.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 1287, app/assets/stylesheets/renewal_designs/object/project/_top.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 1297, app/assets/stylesheets/renewal_designs/object/project/_top.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 1305, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--sa ul li:nth-of-type(5) {
    border-top: 1px solid #adadad;
  }
  /* line 1308, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--sa ul li:nth-of-type(5) a::before {
    width: 20px;
    height: 17px;
    top: 5px;
  }
  /* line 1315, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--sa ul li:nth-of-type(6) {
    border-top: 1px solid #adadad;
  }
  /* line 1318, app/assets/stylesheets/renewal_designs/object/project/_top.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 1326, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--sa ul li:nth-of-type(7) {
    border-top: 1px solid #adadad;
    background: #fff;
  }
  /* line 1329, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--sa ul li:nth-of-type(7) a {
    color: #2A3B4C;
    background: #fff;
  }
  /* line 1332, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--sa ul li:nth-of-type(7) a::before {
    top: 5px;
    width: 10px;
    height: 15px;
  }
  /* line 1339, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--sa ul li:last-child {
    border-left: none;
  }
  /* line 1341, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--sa ul li:last-child a {
    padding: 22px 3px 3px;
  }
  /* line 1345, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--sa ul li a {
    font-size: 10px;
    padding: 22px 3px 3px;
    letter-spacing: -0.15em;
    line-height: 1.22;
  }
  /* line 1350, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-gnav--sa ul li a::before {
    top: 5px;
  }
}

/* line 1358, app/assets/stylesheets/renewal_designs/object/project/_top.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: 769px) {
  /* line 1366, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nav-gnav--cloud,
.bl-5g-nav-gnav2--cloud {
    display: block;
    position: initial;
    background: #fff;
  }
}

@media (min-width: 769px) {
  /* line 1373, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nav-gnav--minikura,
.bl-5g-nav-gnav2--minikura {
    display: block;
    position: initial;
    background: #fff;
  }
}

/* line 1381, app/assets/stylesheets/renewal_designs/object/project/_top.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 1381, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nav-menu {
    font-size: 12px;
  }
  /* line 1406, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nav-menu::after {
    width: 8px;
    height: 8px;
    top: 11%;
  }
  /* line 1411, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nav-menu--upgrade5g {
    font-size: 10px;
    padding-right: 10px;
    margin-right: 10px;
  }
  /* line 1415, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nav-menu--upgrade5g::after {
    width: 5px;
    height: 5px;
    top: 17%;
    border-width: 1px;
  }
}

/* line 1425, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-line {
  padding: 30px 15px 80px;
  text-align: center;
}

/* line 1428, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-line-order {
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  width: 600px;
  max-width: 80%;
}

/* line 1435, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-line-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 1441, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-line-btn {
  text-align: center;
}

/* line 1443, app/assets/stylesheets/renewal_designs/object/project/_top.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 1457, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-line-btn--isoyama a {
  position: relative;
}

/* line 1459, app/assets/stylesheets/renewal_designs/object/project/_top.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 1425, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-line {
    padding: 20px 15px 30px;
  }
  /* line 1473, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-line-order {
    margin-bottom: 20px;
  }
  /* line 1476, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-line-title {
    font-size: 11.5px;
    margin-bottom: 20px;
  }
  /* line 1481, app/assets/stylesheets/renewal_designs/object/project/_top.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 1491, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-line-btn--isoyama a::after {
    width: 106px;
    height: 107px;
    left: -35px;
    top: -19px;
  }
}

/* line 1503, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-line2 {
  background: url(/assets/5g_lp/line_bg-f83bc4d265938587be867a4b5275c506f375254884e3ebc8b57201b4ebb1ca41.jpg) no-repeat center/cover;
  padding: 30px 20px 30px;
}

/* line 1506, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-line2-container {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

/* line 1511, app/assets/stylesheets/renewal_designs/object/project/_top.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 1521, app/assets/stylesheets/renewal_designs/object/project/_top.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 1536, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-line2-headline2 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 30px;
}

/* line 1540, app/assets/stylesheets/renewal_designs/object/project/_top.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 1544, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-line2-lead {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 1549, app/assets/stylesheets/renewal_designs/object/project/_top.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 1556, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-line2-item {
  width: 31%;
  border: 3px solid #047df6;
  padding: 20px 15px;
  border-radius: 14px;
  background: #fff;
}

/* line 1563, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-line2-head {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  padding-left: 90px;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 1572, app/assets/stylesheets/renewal_designs/object/project/_top.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 1581, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-line2-head--1::before {
  background: url(/assets/5g_lp/svg/line_icon01-d69f0377c25b1a9720ea939fe2b32933a0cbd239a1dfb99e08df2709853eff84.svg) no-repeat center/contain;
}

/* line 1584, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-line2-head--2::before {
  background: url(/assets/5g_lp/svg/line_icon02-cc843e2c4f86b91f85003ff50ef4334a2d9b4d0abf8f03f7e8749fd16bc003d3.svg) no-repeat center/contain;
}

/* line 1587, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-line2-head--3::before {
  background: url(/assets/5g_lp/svg/line_icon03-8bb3312bf229fc0eb23e5bb08414b7333072b4eacb86e4c4a617455a106bcfbe.svg) no-repeat center/contain;
}

/* line 1590, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-line2-head--4::before {
  background: url(/assets/5g_lp/svg/line_icon04-76cba37d3c6fe5f0178b10952cc8bc5fb9f83737d0f5e8ec5c3fea8e49c07725.svg) no-repeat center/contain;
}

/* line 1594, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-line2-text {
  font-size: 11px;
  font-weight: bold;
}

/* line 1598, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-line2-btn {
  text-align: center;
}

@media (min-width: 769px) {
  /* line 1604, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-line2 .sp {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 1503, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-line2 {
    padding: 25px 20px 25px;
  }
  /* line 1612, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-line2-headline1 {
    padding: 0 10px;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 5px;
  }
  /* line 1618, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-line2-headline1::after {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 16px solid #047df6;
  }
  /* line 1624, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-line2-headline2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  /* line 1628, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-line2-lead {
    font-size: 12px;
    margin-bottom: 40px;
    line-height: 1.9;
  }
  /* line 1633, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-line2-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5px;
  }
  /* line 1637, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-line2-item {
    width: 100%;
    border: 2px solid #047df6;
    padding: 10px 10px;
    border-radius: 11px;
    margin-bottom: 20px;
  }
  /* line 1644, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-line2-head {
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 75px;
    min-height: none;
    display: block;
  }
  /* line 1650, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-line2-head::before {
    content: "";
    width: 54px;
    height: 54px;
    left: 8px;
    top: 0;
    -webkit-transform: initial;
            transform: initial;
  }
  /* line 1659, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-line2-text {
    padding-left: 75px;
    font-size: 9px;
  }
  /* line 1663, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-line2-btn {
    text-align: center;
  }
  /* line 1665, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-line2-btn img {
    width: 260px;
  }
}

/* line 1672, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-tel {
  padding: 50px 0 0;
}

/* line 1674, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-tel-text {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 1680, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-tel-btn {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 1672, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-tel {
    padding: 20px 0 0;
  }
  /* line 1685, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-tel-text {
    font-size: 13px;
    margin-bottom: 10px;
  }
  /* line 1690, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-tel-btn img {
    width: 300px;
  }
}

/* line 1697, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-crown {
  padding: 30px 15px;
  background: #1992EB;
}

/* line 1700, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-crown-img {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 1697, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-crown {
    padding: 10px 15px;
  }
}

/* line 1709, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present {
  padding: 30px 0;
  text-align: center;
}

/* line 1712, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-text1 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 15px;
}

/* line 1717, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-text2 {
  font-size: 22px;
  font-weight: bold;
}

/* line 1720, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-text2 > span {
  padding-left: 40px;
  position: relative;
}

/* line 1723, app/assets/stylesheets/renewal_designs/object/project/_top.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 1732, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-text2 > span + span {
  margin-left: 20px;
}

/* line 1737, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-text3 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
}

/* line 1742, app/assets/stylesheets/renewal_designs/object/project/_top.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 1747, app/assets/stylesheets/renewal_designs/object/project/_top.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 1753, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-price > span {
  font-size: 46px;
}

/* line 1757, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-note {
  font-size: 19px;
  font-weight: bold;
}

/* line 1760, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-note > span {
  color: #ff0000;
}

/* line 1764, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-note2 {
  font-size: 19px;
  font-weight: bold;
  color: #0080ff;
  margin-bottom: 10px;
  text-align: left;
}

/* line 1771, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-note3 {
  font-size: 14px;
  text-align: left;
}

/* line 1775, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-note4 {
  font-size: 26px;
  font-weight: 900;
  color: #0080ff;
  margin-bottom: 10px;
}

/* line 1781, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-btn-text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 1709, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present {
    padding: 25px 15px;
  }
  /* line 1788, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-text1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  /* line 1792, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-text2 {
    font-size: 14px;
  }
  /* line 1794, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-text2 > span {
    padding-left: 26px;
    display: inline-block;
  }
  /* line 1797, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-text2 > span::before {
    width: 25px;
    height: 22px;
  }
  /* line 1801, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-text2 > span + span {
    margin-left: 10px;
  }
  /* line 1806, app/assets/stylesheets/renewal_designs/object/project/_top.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 1813, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-text3 img.sp {
    display: inline-block;
    margin-top: 13px;
  }
  /* line 1818, app/assets/stylesheets/renewal_designs/object/project/_top.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 1821, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-price > em {
    font-size: 24px;
  }
  /* line 1824, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-price > span {
    font-size: 40px;
  }
  /* line 1828, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-note {
    font-size: 13px;
  }
  /* line 1831, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-note2 {
    font-size: 12px;
  }
  /* line 1834, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-note3 {
    font-size: 10px;
  }
  /* line 1837, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-note4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* line 1841, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-btn-text {
    font-size: 12px;
  }
}

/* line 1847, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-flow {
  width: 900px;
  max-width: 100%;
  margin: auto;
  padding: 80px 20px;
}

@media (max-width: 768px) {
  /* line 1847, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-flow {
    padding: 30px 20px;
  }
}

/* line 1855, app/assets/stylesheets/renewal_designs/object/project/_top.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 1855, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-flow-h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

/* line 1866, app/assets/stylesheets/renewal_designs/object/project/_top.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 1866, app/assets/stylesheets/renewal_designs/object/project/_top.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 1874, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-flow-wrap-item {
  width: 27%;
  position: relative;
}

/* line 1879, app/assets/stylesheets/renewal_designs/object/project/_top.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 1879, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-flow-wrap-item:not(:last-child) .bl-5g-present-flow-wrap-img::after {
    content: none;
  }
}

@media (max-width: 768px) {
  /* line 1894, app/assets/stylesheets/renewal_designs/object/project/_top.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 1874, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-flow-wrap-item {
    width: 100%;
  }
  /* line 1910, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-flow-wrap-item:not(:last-child) {
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  /* line 1916, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-flow-wrap-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 1920, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-flow-wrap-num {
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  /* line 1920, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-flow-wrap-num {
    text-align: left;
    width: 38px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}

/* line 1932, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-flow-wrap-img {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 1932, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-flow-wrap-img {
    width: 37px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

/* line 1944, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-flow-wrap-text {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 768px) {
  /* line 1944, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-flow-wrap-text {
    font-size: 15px;
    text-align: left;
  }
}

/* line 1953, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-flow-wrap-text2 {
  font-size: 12px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  /* line 1953, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-flow-wrap-text2 {
    font-size: 10px;
  }
}

/* line 1960, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-flow-wrap-btn {
  margin-top: 10px;
  text-align: center;
}

/* line 1965, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-flow-h3 {
  font-size: 19px;
  font-weight: bold;
  color: #0080ff;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  /* line 1965, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-flow-h3 {
    font-size: 12px;
  }
}

/* line 1974, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-flow-text {
  font-size: 14px;
}

/* line 1976, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-flow-text:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 1974, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-flow-text {
    font-size: 10px;
  }
  /* line 1981, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-flow-text:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* line 1992, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info {
  background: #1992eb;
  padding: 140px 0 100px;
}

/* line 1995, app/assets/stylesheets/renewal_designs/object/project/_top.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 2003, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-item--narrow {
  width: 640px;
}

/* line 2006, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-item:not(:last-child) {
  margin-bottom: 180px;
}

/* line 2008, app/assets/stylesheets/renewal_designs/object/project/_top.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 2020, app/assets/stylesheets/renewal_designs/object/project/_top.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 2035, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-h2 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 2039, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-h2 > span {
  font-size: 40px;
  color: #0080ff;
}

/* line 2043, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-h2 > em {
  font-size: 62px;
  color: #ff7680;
  font-style: normal;
}

/* line 2048, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-h2-2 {
  font-size: 33px;
}

/* line 2050, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-h2-2 > span {
  font-size: 29px;
}

/* line 2053, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-h2-2 > em {
  font-size: 45px;
}

/* line 2058, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-wrap {
  padding: 10px 30px;
  border: solid 2px #1992EB;
  border-radius: 10px;
}

/* line 2063, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-head {
  font-size: 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

/* line 2068, app/assets/stylesheets/renewal_designs/object/project/_top.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 2081, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-head.is-open::after {
  -webkit-transform: rotate(-180deg) translateY(-50%);
          transform: rotate(-180deg) translateY(-50%);
}

/* line 2086, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-note {
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  /* line 1992, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info {
    padding: 50px 10px;
  }
  /* line 2092, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-item {
    width: 870px;
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 20px 10px;
  }
  /* line 2098, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-item:first-child {
    margin-bottom: 70px;
  }
  /* line 2100, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-item:first-child:before {
    width: 35px;
    height: 24px;
    top: -35px;
  }
  /* line 2105, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-item:first-child:after {
    width: 39px;
    height: 39px;
    bottom: -55px;
  }
  /* line 2113, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  /* line 2116, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-h2 > span {
    font-size: 16px;
  }
  /* line 2119, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-h2 > em {
    font-size: 24px;
  }
  /* line 2123, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-wrap {
    padding: 5px 10px;
  }
  /* line 2126, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-head {
    font-size: 12px;
  }
  /* line 2128, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-head::after {
    width: 16px;
    height: 8px;
  }
  /* line 2133, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-note {
    font-size: 10px;
  }
}

/* line 2137, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-content {
  display: none;
  padding: 50px 0 0 0;
}

/* line 2140, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-content-text1 {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

/* line 2146, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-content-img {
  text-align: center;
}

/* line 2149, app/assets/stylesheets/renewal_designs/object/project/_top.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 2153, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-content-wrap-item {
  width: 30%;
  position: relative;
}

/* line 2158, app/assets/stylesheets/renewal_designs/object/project/_top.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: 769px) {
  /* line 2171, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap-item--2 {
    width: 25%;
  }
}

/* line 2176, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-content-wrap-num {
  text-align: center;
}

@media (min-width: 769px) {
  /* line 2179, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap-num img {
    width: 60px;
  }
}

/* line 2185, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-content-wrap-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}

@media (min-width: 769px) {
  /* line 2191, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap-title--2 {
    font-size: 22px;
  }
}

/* line 2196, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-content-wrap-img {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  /* line 2202, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap-img--2 {
    height: 110px;
    display: grid;
    place-items: center;
  }
}

/* line 2211, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-content-wrap-text {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 769px) {
  /* line 2216, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap-text--2 {
    font-size: 16px;
  }
}

/* line 2222, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-content-h3 {
  color: #1992eb;
  font-size: 35px;
  font-weight: bold;
  border-bottom: 1px solid #c6c6c6;
}

/* line 2228, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-content-text2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 50px;
}

/* line 2233, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-content-h3-2 {
  color: #1992eb;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
}

/* line 2239, app/assets/stylesheets/renewal_designs/object/project/_top.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 2244, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-content-wrap2-item {
  width: 48%;
  margin-bottom: 50px;
}

/* line 2248, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-content-wrap2-item:nth-of-type(5) .bl-5g-present-info-content-wrap2-img {
  padding-top: 40px;
}

/* line 2253, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-content-wrap2-img {
  text-align: center;
  margin-bottom: 10px;
}

/* line 2257, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-content-wrap2-text1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

/* line 2262, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-present-info-content-wrap2-text2 {
  font-size: 25px;
  font-weight: 500;
}

@media (max-width: 768px) {
  /* line 2137, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content {
    padding: 20px 0 0 0;
  }
  /* line 2269, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-text1 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  /* line 2273, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap {
    margin: 15px 0;
  }
  /* line 2275, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap-item {
    width: 30%;
    position: relative;
  }
  /* line 2280, app/assets/stylesheets/renewal_designs/object/project/_top.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 2289, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap-num img {
    width: 30px;
  }
  /* line 2293, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap-title {
    font-size: 13px;
  }
  /* line 2297, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap-img img {
    height: 40px;
  }
  /* line 2301, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap-text {
    font-size: 11px;
  }
  /* line 2305, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-h3 {
    font-size: 14px;
  }
  /* line 2308, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-text2 {
    font-size: 11px;
    margin-bottom: 30px;
    margin-top: 10px !important;
  }
  /* line 2313, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-h3-2 {
    font-size: 14px;
  }
  /* line 2316, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap2 {
    margin-bottom: 30px;
  }
  /* line 2318, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap2-item {
    margin-bottom: 30px;
  }
  /* line 2321, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap2-item:nth-of-type(5) .bl-5g-present-info-content-wrap2-img {
    padding-top: 15px;
  }
  /* line 2327, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap2-item:nth-of-type(6) .bl-5g-present-info-content-wrap2-img img {
    height: 145px;
  }
  /* line 2333, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap2-img {
    margin-bottom: 10px;
  }
  /* line 2335, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap2-img img {
    height: 130px;
  }
  /* line 2339, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap2-text1 {
    font-size: 11px;
    margin-top: 10px !important;
  }
  /* line 2343, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-present-info-content-wrap2-text2 {
    font-size: 10px;
    margin-top: 10px !important;
  }
}

/* line 2359, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-wifi-no1 {
  background: #1992eb;
  padding: 10px 10px;
  text-align: center;
}

/* line 2364, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-bnr {
  text-align: center;
}

/* line 2366, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-bnr-h2 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}

/* line 2371, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-bnr img {
  margin: auto;
}

@media (max-width: 768px) {
  /* line 2375, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-bnr-h2 {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: bold;
  }
}

/* line 2382, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-bnr-kakaku {
  background: #dadada;
  padding: 15px 10px;
  text-align: center;
}

/* line 2387, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-bnr-upgrade {
  background: #9AD2FF;
  padding: 15px 10px 0;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 2387, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-bnr-upgrade {
    padding-bottom: 10px;
  }
}

/* line 2396, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-bnr-f {
  background: #1992eb;
  padding: 80px 0;
}

/* line 2399, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-bnr-f-h2 {
  font-size: 49px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

/* line 2405, app/assets/stylesheets/renewal_designs/object/project/_top.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 2411, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-bnr-f-wrap--wide {
    max-width: 1040px;
  }
  /* line 2414, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-bnr-f-wrap--wide .bl-5g-bnr-f-item {
    width: calc(25% - 50px);
    padding: 15px 5px 10px;
  }
  /* line 2417, app/assets/stylesheets/renewal_designs/object/project/_top.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 2426, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-bnr-f-item {
  width: calc(33% - 53px);
  padding: 20px 8px;
  border-radius: 7px;
  background: #fff;
  position: relative;
}

/* line 2432, app/assets/stylesheets/renewal_designs/object/project/_top.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 2443, app/assets/stylesheets/renewal_designs/object/project/_top.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 2455, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-bnr-f-step > span {
  font-size: 13px;
}

/* line 2459, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-bnr-f-img {
  margin: 20px 0;
  text-align: center;
  height: 80px;
}

/* line 2464, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-bnr-f-h3 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

/* line 2469, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-bnr-f-text {
  font-size: 12px;
}

/* line 2472, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-bnr-f-note {
  max-width: 800px;
  margin: auto;
  color: #fff;
  font-size: 14px;
}

/* line 2478, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-bnr-f-btn {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 2396, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-bnr-f {
    padding: 30px 0;
  }
  /* line 2483, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-bnr-f-h2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  /* line 2487, app/assets/stylesheets/renewal_designs/object/project/_top.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 2492, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-bnr-f-item {
    width: 100%;
    padding: 15px 10px;
    border-radius: 5px;
  }
  /* line 2496, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-bnr-f-item:not(:last-child) {
    margin-bottom: 40px;
  }
  /* line 2498, app/assets/stylesheets/renewal_designs/object/project/_top.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 2509, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-bnr-f-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  /* line 2513, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-bnr-f-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  /* line 2516, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-bnr-f-step {
    background: #000;
    background: #0080ff;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 39px;
    height: 39px;
  }
  /* line 2524, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-bnr-f-step > span {
    font-size: 10px;
  }
  /* line 2528, app/assets/stylesheets/renewal_designs/object/project/_top.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 2539, app/assets/stylesheets/renewal_designs/object/project/_top.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 2545, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-bnr-f-text {
    font-size: 10px;
  }
  /* line 2548, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-bnr-f-note {
    font-size: 10px;
    padding: 0 20px;
  }
}

/* line 2555, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-accordion {
  width: 590px;
  max-width: calc(100% - 40px);
  margin: 0 auto 50px;
  border: solid 3px #666;
}

/* line 2560, app/assets/stylesheets/renewal_designs/object/project/_top.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 2569, app/assets/stylesheets/renewal_designs/object/project/_top.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 2582, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-accordion-head.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

/* line 2587, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-accordion-content {
  padding: 30px 25px;
  background: #fff;
  display: none;
}

/* line 2592, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-accordion-headline {
  position: relative;
  font-size: 24px;
  margin-bottom: 15px;
  padding-left: 15px;
  font-weight: bold;
  line-height: 1.2;
}

/* line 2599, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-accordion-headline::before {
  content: "";
  width: 7px;
  height: 100%;
  background: #0098fe;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 2609, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-accordion-text {
  font-size: 15px;
  line-height: 1.86;
}

/* line 2612, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-accordion-text:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  /* line 2555, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-accordion {
    margin: 0 auto 30px;
    border: solid 2px #666;
  }
  /* line 2619, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-accordion-head {
    font-size: 15px;
    padding: 10px;
  }
  /* line 2622, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-accordion-head::after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    right: 20px;
  }
  /* line 2631, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-accordion-content {
    padding: 15px 15px;
  }
  /* line 2634, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-accordion-headline {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  /* line 2638, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-accordion-headline::before {
    width: 5px;
  }
  /* line 2642, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-accordion-text {
    font-size: 12px;
  }
  /* line 2644, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-accordion-text:not(:last-child) {
    margin-bottom: 25px;
  }
}

/* line 2652, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-nolimit {
  background: url(/assets/5g_lp/nolimit-bg@2x-1e6e6da74cd9f4ed43783b2377d542a18f272e261bece59cd27b8afa413acac4.png) no-repeat center/cover;
  padding: 40px 0 60px;
}

/* line 2655, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-nolimit-text1 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

/* line 2661, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-nolimit-text2 {
  text-align: center;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.8;
}

/* line 2666, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-nolimit-text2 > span {
  font-size: 27px;
  position: relative;
}

/* line 2669, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-nolimit-text2 > span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #2a3b4c;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 2679, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-nolimit-text2 small {
  font-size: 16px;
}

/* line 2683, app/assets/stylesheets/renewal_designs/object/project/_top.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 2691, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-nolimit-price1 {
  font-size: 59px;
  padding-right: 50px;
  position: relative;
}

/* line 2695, app/assets/stylesheets/renewal_designs/object/project/_top.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 2705, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-nolimit-price1 > small {
  font-size: 42px;
}

/* line 2708, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-nolimit-price1 > span {
  font-size: 28px;
}

/* line 2712, app/assets/stylesheets/renewal_designs/object/project/_top.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 2716, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-nolimit-price2 > small {
  font-size: 61px;
}

/* line 2719, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-nolimit-price2 > span {
  font-size: 41px;
}

/* line 2723, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-nolimit-note {
  text-align: center;
  font-size: 19px;
}

@media (max-width: 768px) {
  /* line 2652, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nolimit {
    padding: 50px 0 25px;
    background: url(/assets/5g_lp/nolimit-bg_sp@2x-bb3b3718a3021d776906eb93800a37f7bfa2ff423062fa6c2b578845f10b41c2.png) no-repeat center/cover;
  }
  /* line 2730, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nolimit-text1 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  /* line 2734, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nolimit-text2 {
    margin-bottom: 10px;
  }
  /* line 2736, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nolimit-text2 > span {
    font-size: 18px;
  }
  /* line 2738, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nolimit-text2 > span::after {
    height: 2px;
  }
  /* line 2742, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nolimit-text2 small {
    font-size: 11px;
  }
  /* line 2746, app/assets/stylesheets/renewal_designs/object/project/_top.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 2752, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nolimit-price1 {
    font-size: 39px;
    padding-right: 0px;
    padding-bottom: 35px;
  }
  /* line 2756, app/assets/stylesheets/renewal_designs/object/project/_top.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 2767, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nolimit-price1 > small {
    font-size: 28px;
  }
  /* line 2770, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nolimit-price1 > span {
    font-size: 19px;
  }
  /* line 2774, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nolimit-price2 {
    font-size: 56px;
    line-height: 1;
  }
  /* line 2778, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nolimit-price2 > small {
    font-size: 40px;
  }
  /* line 2781, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nolimit-price2 > span {
    font-size: 27px;
  }
  /* line 2785, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-nolimit-note {
    font-size: 10px;
  }
}

/* line 2795, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead {
  text-align: center;
  padding: 100px 0;
}

/* line 2798, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-container {
  width: 790px;
  max-width: 100%;
  margin: auto;
}

/* line 2803, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-h2 {
  font-size: 50px;
  margin-bottom: 50px;
}

/* line 2807, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-img {
  margin-bottom: 50px;
}

/* line 2810, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-headline {
  margin-bottom: 30px;
}

/* line 2813, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-list {
  text-align: left;
  max-width: 600px;
  margin: auto;
  margin-bottom: 50px;
}

/* line 2818, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-list > li {
  font-size: 39px;
  position: relative;
  padding-left: 70px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 2824, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-list > li > span {
  color: #1992eb;
}

/* line 2827, app/assets/stylesheets/renewal_designs/object/project/_top.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 2837, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-list-bold {
  font-weight: bold;
}

/* line 2840, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-list--wide {
  max-width: 980px;
}

/* line 2842, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-list--wide > li {
  font-size: 50px;
  padding-left: 90px;
}

/* line 2845, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-list--wide > li::before {
  padding-left: 90px;
  margin-bottom: 10px;
  width: 78px;
  height: 67px;
}

/* line 2854, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-list--small > li {
  font-size: 48px;
}

/* line 2861, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-btn {
  max-width: 90%;
  margin: auto;
}

/* line 2865, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-btn2 {
  max-width: 90%;
  margin: 0 auto 80px;
}

/* line 2869, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-text1 {
  font-weight: bold;
  font-size: 41px;
  color: #1992eb;
  text-align: center;
  margin-bottom: 30px;
}

/* line 2876, app/assets/stylesheets/renewal_designs/object/project/_top.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 2881, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-wrap-item {
  width: 48%;
  margin-bottom: 40px;
}

/* line 2885, app/assets/stylesheets/renewal_designs/object/project/_top.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 2895, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-wrap-img {
  text-align: center;
}

/* line 2899, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-frame {
  background: #EEF9FF;
  border-radius: 22px;
  padding: 50px 30px;
}

/* line 2903, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-frame-img {
  margin-bottom: 50px;
}

/* line 2906, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-frame-btn {
  max-width: 90%;
  margin: 0 auto;
}

/* line 2912, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-modal-headline {
  font-size: 29px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

/* line 2918, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-modal-img {
  text-align: center;
}

/* line 2921, app/assets/stylesheets/renewal_designs/object/project/_top.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 2927, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-modal-wrap-img {
  width: 21%;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 2932, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-modal-wrap-content {
  width: 73%;
}

/* line 2935, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-modal-wrap-headline {
  font-size: 22px;
  font-weight: bold;
  color: #1992EB;
  margin-bottom: 10px;
}

/* line 2940, app/assets/stylesheets/renewal_designs/object/project/_top.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 2944, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-modal-wrap-headline2 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 2948, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-modal-wrap-headline2 > span {
  color: #1992EB;
}

/* line 2952, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-modal-wrap-text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* line 2958, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-modal-btn {
  margin-top: 30px;
  text-align: center;
}

/* line 2961, app/assets/stylesheets/renewal_designs/object/project/_top.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 2975, app/assets/stylesheets/renewal_designs/object/project/_top.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 2795, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead {
    padding: 50px 0;
  }
  /* line 2991, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  /* line 2995, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-img {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  /* line 2999, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-headline {
    margin-bottom: 30px;
  }
  /* line 3002, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-list {
    margin-bottom: 30px;
    max-width: 300px;
  }
  /* line 3005, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-list > li {
    font-size: 17px;
    padding-left: 35px;
    margin-bottom: 10px;
  }
  /* line 3009, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-list > li::before {
    width: 26px;
    height: 22px;
  }
  /* line 3014, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-list--wide {
    max-width: 95%;
  }
  /* line 3016, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-list--wide > li {
    font-size: 20px;
  }
  /* line 3018, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-list--wide > li::before {
    padding-left: 0px;
  }
  /* line 3024, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-list--small > li {
    font-size: 18px;
  }
  /* line 3029, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-btn2 {
    margin: 0 auto 40px;
  }
  /* line 3032, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-text1 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  /* line 3036, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-wrap {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  /* line 3039, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-wrap-item {
    width: 48%;
    margin-bottom: 30px;
  }
  /* line 3043, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-wrap-headline {
    font-size: 14px;
    padding: 6px 0;
    border-radius: 9px;
    margin-bottom: 20px;
  }
  /* line 3050, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-wrap-img img {
    max-height: 120px;
  }
  /* line 3056, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-frame {
    border-radius: 11px;
    padding: 25px 15px;
    margin: 0 15px;
  }
  /* line 3060, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-frame-img {
    margin-bottom: 30px;
  }
  /* line 3063, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-frame-btn {
    max-width: 90%;
    margin: 0 auto;
  }
  /* line 3069, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-modal-headline {
    font-size: 14px;
    margin-bottom: 20px;
  }
  /* line 3073, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-modal-wrap {
    margin: 0 auto 20px;
  }
  /* line 3079, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-modal-wrap-headline {
    font-size: 11px;
    margin-bottom: 10px;
  }
  /* line 3083, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-modal-wrap-headline2 {
    font-size: 10px;
    margin-bottom: 5px;
  }
  /* line 3087, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-modal-wrap-text {
    font-size: 8px;
    margin-bottom: 10px;
  }
  /* line 3092, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-modal-btn {
    margin-top: 20px;
  }
  /* line 3094, app/assets/stylesheets/renewal_designs/object/project/_top.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 3100, app/assets/stylesheets/renewal_designs/object/project/_top.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 3118, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-number {
  background: #C5ECFF;
  padding: 100px 15px;
}

@media (max-width: 768px) {
  /* line 3118, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-number {
    padding: 25px 15px;
  }
}

/* line 3124, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-number-h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 3130, app/assets/stylesheets/renewal_designs/object/project/_top.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 3141, app/assets/stylesheets/renewal_designs/object/project/_top.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 3154, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-number-h2-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 3124, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-number-h2 {
    font-size: 25px;
    margin-bottom: 20px;
    padding-top: 55px;
  }
  /* line 3161, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-number-h2::before {
    width: 37px;
    height: 45px;
  }
  /* line 3165, app/assets/stylesheets/renewal_designs/object/project/_top.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 3171, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-number-h2-text {
    font-size: 23px;
  }
  /* line 3174, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-number-h2-img {
    width: 202px;
    margin-top: -40px;
  }
}

/* line 3180, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-number-head {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 90%;
}

@media (max-width: 768px) {
  /* line 3180, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-number-head {
    margin-bottom: 20px;
  }
}

/* line 3188, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-number-frame {
  width: 980px;
  max-width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 23px;
  padding: 40px 120px;
  margin-bottom: 80px;
}

/* line 3196, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-number-frame--isoyama {
  padding: 40px 20px 10px;
}

/* line 3199, app/assets/stylesheets/renewal_designs/object/project/_top.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 3206, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-number-frame-row-text .bl-5g-number-text2 {
  text-align: left;
}

/* line 3210, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-number-frame-row-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 3188, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-number-frame {
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 30px;
  }
  /* line 3217, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-number-frame--isoyama {
    padding: 40px 20px 10px;
  }
  /* line 3220, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-number-frame-col {
    margin-top: -20px;
  }
  /* line 3227, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-number-frame-row-img {
    width: 121px;
    margin-left: 15px;
  }
}

/* line 3233, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-number-text1 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

/* line 3238, app/assets/stylesheets/renewal_designs/object/project/_top.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 3233, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-number-text1 {
    font-size: 17px;
    margin-bottom: 30px;
  }
  /* line 3246, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-number-text1 > span {
    font-size: 18px;
  }
}

/* line 3251, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-number-text2 {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  color: #1992EB;
}

@media (max-width: 768px) {
  /* line 3251, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-number-text2 {
    font-size: 20px;
  }
}

/* line 3260, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-number-img {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 3264, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-number-img img {
    width: 300px;
  }
}

/* line 3269, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-number-text3 {
  font-size: 41px;
  font-weight: bold;
  text-align: center;
  color: #1992EB;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 3269, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-number-text3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/* line 3280, app/assets/stylesheets/renewal_designs/object/project/_top.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 3283, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-number-row-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}

/* line 3287, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-number-row-text {
  font-size: 35px;
  font-weight: bold;
}

/* line 3291, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-number-row-text2 {
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 768px) {
  /* line 3296, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-number-row-img {
    width: 78px;
  }
  /* line 3299, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-number-row-text {
    font-size: 14px;
  }
  /* line 3302, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-number-row-text2 {
    font-size: 10px;
  }
}

/* line 3312, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice {
  padding: 100px 15px;
}

@media (max-width: 768px) {
  /* line 3312, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice {
    padding: 25px 15px;
  }
}

/* line 3317, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice-h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 3324, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice-h2--isoyama > span {
  position: relative;
}

/* line 3326, app/assets/stylesheets/renewal_designs/object/project/_top.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 3337, app/assets/stylesheets/renewal_designs/object/project/_top.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 3317, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice-h2 {
    font-size: 25px;
    margin-bottom: 20px;
    padding-top: 55px;
  }
  /* line 3352, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice-h2--isoyama {
    text-align: left;
    padding: 80px 0 50px;
  }
  /* line 3356, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice-h2--isoyama > span::after {
    width: 202px;
    height: 158px;
    right: -215px;
    top: -80px;
  }
  /* line 3364, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice-h2::before {
    width: 45px;
    height: 45px;
  }
}

/* line 3370, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice-img {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 3370, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice-img {
    margin-bottom: 30px;
  }
}

/* line 3377, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice-note {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 50px;
  font-size: 18px;
}

@media (max-width: 768px) {
  /* line 3377, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice-note {
    margin-bottom: 30px;
    font-size: 10px;
  }
}

/* line 3389, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice2 {
  padding: 80px 20px;
  text-align: center;
}

/* line 3392, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice2-headline {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 3389, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice2 {
    padding: 40px 20px;
    text-align: center;
  }
  /* line 3401, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice2-headline {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

/* line 3413, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-recommend {
  text-align: center;
  padding: 70px 0;
}

/* line 3416, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-recommend--2 {
  background: #C5ECFF;
}

@media (max-width: 768px) {
  /* line 3413, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-recommend {
    padding: 30px 10px;
  }
}

/* line 3422, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-recommend-h2 {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 3427, app/assets/stylesheets/renewal_designs/object/project/_top.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 3422, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-recommend-h2 {
    font-size: 25px;
    margin-bottom: 20px;
    padding-top: 55px;
  }
  /* line 3442, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-recommend-h2::before {
    width: 37px;
    height: 45px;
  }
}

/* line 3448, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-recommend-head {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 3448, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-recommend-head {
    margin-bottom: 10px;
  }
}

/* line 3454, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-recommend .bl-5g-plan-others-table {
  margin-bottom: 50px;
}

/* line 3456, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-recommend .bl-5g-plan-others-table th {
  background: #ececec;
}

@media (max-width: 768px) {
  /* line 3454, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-recommend .bl-5g-plan-others-table {
    margin-bottom: 30px;
  }
}

/* line 3463, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-recommend .bl-5g-plan-note {
  font-size: 18px;
  padding: 0;
}

@media (max-width: 768px) {
  /* line 3463, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-recommend .bl-5g-plan-note {
    font-size: 10px;
  }
}

/* line 3476, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about {
  text-align: center;
  padding: 70px 0;
  background: #c5ecff;
}

@media (max-width: 768px) {
  /* line 3476, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about {
    padding: 30px 10px;
  }
}

/* line 3483, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-h2 {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 3488, app/assets/stylesheets/renewal_designs/object/project/_top.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 3483, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-h2 {
    font-size: 25px;
    margin-bottom: 20px;
    padding-top: 55px;
  }
  /* line 3503, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-h2::before {
    width: 37px;
    height: 45px;
  }
}

/* line 3508, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-h2-2 {
  font-size: 50px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 3508, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-h2-2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

/* line 3516, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-h2-3 {
  font-size: 50px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 3516, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-h2-3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

/* line 3524, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-h2-4 {
  font-size: 50px;
  margin-bottom: 20px;
  text-align: center;
}

/* line 3528, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-h2-4 > span {
  color: #00b4dc;
}

@media (max-width: 768px) {
  /* line 3524, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-h2-4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

/* line 3537, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-slider {
  margin: 50px 0 80px;
}

/* line 3539, app/assets/stylesheets/renewal_designs/object/project/_top.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 3550, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-slider-head {
  font-size: 30px;
  color: #1992eb;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 3556, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-slider-img {
  margin-bottom: 10px;
}

/* line 3559, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-slider-text {
  font-size: 21px;
  margin-bottom: 10px;
  line-height: 1.7;
}

/* line 3564, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-slider-note {
  font-size: 17px;
  line-height: 1.7;
}

/* line 3568, app/assets/stylesheets/renewal_designs/object/project/_top.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 3577, app/assets/stylesheets/renewal_designs/object/project/_top.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 3589, app/assets/stylesheets/renewal_designs/object/project/_top.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 3594, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-slider .slick-prev {
  left: calc(50vw - 319px);
}

/* line 3596, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-slider .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 3601, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-slider .slick-next {
  right: calc(50vw - 319px);
}

/* line 3603, app/assets/stylesheets/renewal_designs/object/project/_top.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 3537, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-slider {
    margin: 30px -10px 30px;
  }
  /* line 3611, app/assets/stylesheets/renewal_designs/object/project/_top.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 3620, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-slider-head {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* line 3624, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-slider-img {
    margin-bottom: 10px;
  }
  /* line 3627, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-slider-text {
    font-size: 13px;
    margin-bottom: 5px;
  }
  /* line 3631, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-slider-note {
    font-size: 12px;
  }
  /* line 3634, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-slider .slick-prev,
.bl-5g-about-slider .slick-next {
    top: 40%;
    width: 32px;
    height: 32px;
  }
  /* line 3640, app/assets/stylesheets/renewal_designs/object/project/_top.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 3648, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-slider .slick-prev {
    left: calc(50vw - 155px);
  }
  /* line 3650, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-slider .slick-prev:before {
    left: 5px;
  }
  /* line 3654, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-slider .slick-next {
    right: calc(50vw - 155px);
  }
  /* line 3656, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-slider .slick-next:before {
    right: 5px;
  }
}

/* line 3663, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-wrap {
  width: 980px;
  max-width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 23px;
  padding: 40px 110px;
  margin-bottom: 50px;
}

/* line 3673, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-wrap--recommend {
  border: 1px solid #2A3B4C;
}

/* line 3676, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-wrap .bl-5g-plan-lead-item {
  width: 590px;
}

@media (max-width: 768px) {
  /* line 3663, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-wrap {
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 30px;
  }
  /* line 3683, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-wrap--2 {
    padding: 20px 0px;
    margin-bottom: 0;
  }
  /* line 3687, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-wrap .bl-5g-plan-lead-item {
    width: 275px;
  }
}

/* line 3692, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-wifi {
  width: 720px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
  margin-bottom: 90px;
}

/* line 3699, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-wifi-item:not(:last-child) {
  margin-bottom: 20px;
}

/* line 3703, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-wifi-head {
  background: #ceefff;
  font-size: 29px;
  font-weight: bold;
  padding: 10px 70px 10px 20px;
  position: relative;
  margin: 0;
  cursor: pointer;
}

/* line 3711, app/assets/stylesheets/renewal_designs/object/project/_top.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 3723, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-wifi-head.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* line 3728, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-wifi-content {
  background: #E5F7FF;
  padding: 30px 40px;
  display: none;
}

/* line 3733, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-wifi-text {
  font-size: 20px;
  line-height: 1.7;
}

/* line 3736, app/assets/stylesheets/renewal_designs/object/project/_top.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 3741, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-wifi-btn {
  margin-top: 30px;
  text-align: center;
}

/* line 3744, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-wifi-btn img {
  width: 500px;
  max-width: 100%;
}

@media (max-width: 768px) {
  /* line 3692, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-wifi {
    margin-bottom: 60px;
  }
  /* line 3755, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-wifi-head {
    font-size: 15px;
    padding: 7px 40px 7px 15px;
  }
  /* line 3758, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-wifi-head::after {
    width: 8px;
    height: 8px;
    right: 15px;
  }
  /* line 3764, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-wifi-content {
    padding: 12px 20px;
  }
  /* line 3767, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-wifi-text {
    font-size: 11px;
  }
}

/* line 3772, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-h3 {
  font-size: 42px;
  margin-bottom: 50px;
}

/* line 3775, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-h3 > span {
  color: #1992eb;
}

/* line 3777, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-h3 > span.bl-5g-about-h3--red {
  color: #ff5865;
}

@media (max-width: 768px) {
  /* line 3772, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* line 3785, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-h3--2 {
  font-size: 50px;
}

@media (max-width: 768px) {
  /* line 3785, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-h3--2 {
    font-size: 26px;
  }
}

/* line 3791, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-h3-3 {
  font-size: 41px;
  margin-bottom: 20px;
  text-align: center;
  color: #1992eb;
}

@media (max-width: 768px) {
  /* line 3791, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-h3-3 {
    font-size: 18px;
  }
}

/* line 3801, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-img {
  margin-bottom: 30px;
  text-align: center;
  padding: 0 20px;
}

@media (max-width: 768px) {
  /* line 3801, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-img {
    margin-bottom: 20px;
  }
}

/* line 3809, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-text1 {
  font-size: 27px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 3814, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-text1 + .bl-5g-about-h3 {
  margin-top: 120px;
}

@media (max-width: 768px) {
  /* line 3814, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-text1 + .bl-5g-about-h3 {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  /* line 3809, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-text1 {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

/* line 3825, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-link {
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 3825, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-link {
    font-size: 12px;
  }
}

/* line 3832, app/assets/stylesheets/renewal_designs/object/project/_top.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 3839, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-frame-img {
  margin-bottom: 30px;
  width: 30%;
}

/* line 3843, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-frame-content {
  width: 67%;
}

/* line 3846, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-frame-h3 {
  font-size: 38px;
  margin-bottom: 10px;
}

/* line 3850, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-frame-note {
  font-size: 21px;
}

@media (max-width: 768px) {
  /* line 3832, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-frame {
    border-radius: 23px;
    padding: 20px 10px 5px;
    margin-bottom: 30px;
  }
  /* line 3857, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-frame-h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  /* line 3861, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-frame-img {
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 3864, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-frame-img img {
    width: 120px;
    margin: auto;
  }
  /* line 3869, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-frame-note {
    font-size: 10px;
  }
}

/* line 3874, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-text2 {
  text-align: left;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  /* line 3874, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-text2 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  /* line 3882, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-text2:last-of-type {
    margin-bottom: 0;
  }
}

/* line 3887, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-text3 {
  text-align: center;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 3887, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-text3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/* line 3897, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-text4 {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 3897, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-text4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* line 3907, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-text5 {
  font-size: 34px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 3907, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-text5 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/* line 3917, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-text6 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  color: #1992eb;
}

@media (max-width: 768px) {
  /* line 3917, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-text6 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

/* line 3928, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-text7 {
  font-size: 38px;
  margin-bottom: 80px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 3928, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-text7 {
    font-size: 16px;
    margin-bottom: 50px;
  }
}

/* line 3938, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-text8 {
  font-size: 37px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 3938, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-text8 {
    font-size: 16px;
  }
}

/* line 3946, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-text9 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

/* line 3951, app/assets/stylesheets/renewal_designs/object/project/_top.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 3946, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-text9 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/* line 3959, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-text10 {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 80px;
}

/* line 3965, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-text10 > span {
  font-size: 44px;
}

/* line 3967, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-text10 > span > span {
  color: #ff5865;
}

@media (max-width: 768px) {
  /* line 3959, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-text10 {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  /* line 3975, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-text10 > span {
    font-size: 21px;
  }
}

/* line 3981, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-line {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #17b005;
}

@media (max-width: 768px) {
  /* line 3981, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-line {
    font-size: 14px;
  }
}

/* line 3990, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-note {
  font-size: 17px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 3990, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-note {
    font-size: 10px;
  }
}

/* line 3997, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-h4 {
  font-size: 39px;
  margin-bottom: 50px;
}

/* line 4000, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-h4 img {
  vertical-align: baseline;
}

@media (max-width: 768px) {
  /* line 3997, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-h4 {
    font-size: 17px;
    margin-bottom: 30px;
  }
  /* line 4006, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-h4 img {
    width: 135px;
  }
}

/* line 4011, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table2 {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

/* line 4015, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table2-title {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-right: 35px;
  text-align: center;
}

/* line 4021, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table2-title img {
  margin-bottom: 50px;
}

/* line 4025, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table2-title2 {
  font-size: 32px;
  color: #ff5865;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 4031, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table2-title2 > span {
  font-size: 45px;
  color: #047df6;
}

/* line 4040, app/assets/stylesheets/renewal_designs/object/project/_top.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 4046, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table2 thead th {
  font-size: 22px;
  font-weight: 500;
}

/* line 4049, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table2 thead th:nth-of-type(1) {
  background: #ECECEC;
}

/* line 4052, app/assets/stylesheets/renewal_designs/object/project/_top.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 4065, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table2 tbody th {
  font-size: 22px;
  background: #ECECEC;
}

/* line 4070, app/assets/stylesheets/renewal_designs/object/project/_top.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 4079, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table2 tbody td:nth-of-type(2) {
  font-size: 17px;
  font-weight: 500;
}

/* line 4087, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table2 tbody tr:last-child td:nth-of-type(1) {
  border-bottom: 7px solid #FF5865;
}

/* line 4094, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table2-large {
  font-size: 32px;
}

/* line 4097, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table2-red {
  color: #ff5865;
}

/* line 4100, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table2-0 {
  font-size: 58px;
  color: #ff5865;
}

/* line 4103, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table2-0 > span {
  font-size: 43px;
}

/* line 4107, app/assets/stylesheets/renewal_designs/object/project/_top.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 4117, app/assets/stylesheets/renewal_designs/object/project/_top.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 4131, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table2-btn:hover {
  color: #fff;
}

@media (max-width: 768px) {
  /* line 4011, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table2 {
    width: auto;
  }
  /* line 4137, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table2-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* line 4140, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table2-title img {
    margin-bottom: 25px;
    width: 170px;
  }
  /* line 4145, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table2-title2 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  /* line 4148, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table2-title2 > span {
    font-size: 17px;
  }
  /* line 4152, app/assets/stylesheets/renewal_designs/object/project/_top.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 4158, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table2 thead th {
    font-size: 12px;
  }
  /* line 4160, app/assets/stylesheets/renewal_designs/object/project/_top.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 4170, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table2 tbody th {
    font-size: 11px;
  }
  /* line 4174, app/assets/stylesheets/renewal_designs/object/project/_top.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 4181, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table2 tbody td:nth-of-type(2) {
    font-size: 10px;
  }
  /* line 4188, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table2 tbody tr:last-child td:nth-of-type(1) {
    border-bottom: 3px solid #FF5865;
  }
  /* line 4195, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table2-large {
    font-size: 15px;
  }
  /* line 4198, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table2-0 {
    font-size: 27px;
  }
  /* line 4200, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table2-0 > span {
    font-size: 20px;
  }
  /* line 4204, app/assets/stylesheets/renewal_designs/object/project/_top.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 4209, app/assets/stylesheets/renewal_designs/object/project/_top.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 4219, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-modal-h3 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 30px;
}

/* line 4224, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-modal-large {
  font-size: 32px;
  font-weight: bold;
  color: #1992eb;
  text-align: center;
  margin-bottom: 20px;
}

/* line 4230, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-modal-large > span {
  padding-left: 40px;
  position: relative;
}

/* line 4233, app/assets/stylesheets/renewal_designs/object/project/_top.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 4245, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-modal-h4 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 30px;
}

/* line 4252, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-modal-img {
  text-align: center;
  margin-bottom: 30px;
}

/* line 4256, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-modal-note {
  font-size: 19px;
}

/* line 4259, app/assets/stylesheets/renewal_designs/object/project/_top.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 4268, app/assets/stylesheets/renewal_designs/object/project/_top.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 4277, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-modal-table tbody th {
  background-color: #f9f9f9;
}

/* line 4282, app/assets/stylesheets/renewal_designs/object/project/_top.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 4289, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-modal-h3 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 4294, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-modal-large {
    font-size: 12px;
    margin-bottom: 15px;
  }
  /* line 4297, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-modal-large > span {
    padding-left: 15px;
  }
  /* line 4299, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-modal-large > span::before {
    width: 9px;
    height: 14px;
  }
  /* line 4305, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-modal-h4 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 4312, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-modal-img {
    margin-bottom: 20px;
  }
  /* line 4315, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-modal-note {
    font-size: 10px;
  }
  /* line 4318, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-modal-table {
    font-size: 11px;
    margin-bottom: 40px;
  }
  /* line 4321, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-modal-table th,
.bl-5g-about-modal-table td {
    padding: 0.5rem;
  }
}

/* line 4336, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table {
  font-size: 22px;
  width: 100%;
  margin-bottom: 30px;
}

/* line 4340, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table th,
.bl-5g-about-table td {
  padding: 20px 0px;
}

/* line 4344, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table-th-blank {
  width: 38%;
}

/* line 4347, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table-th-2plus {
  background: #c6c6c6;
  font-size: 22px;
  width: 31%;
  border-top: 2px solid #c6c6c6;
}

/* line 4353, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table-th-5g {
  background: #1992eb;
  color: #fff;
  font-size: 22px;
  width: 31%;
  border-top: 2px solid #c6c6c6;
}

/* line 4361, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table tbody th {
  background: #fff;
  font-size: 25px;
  padding: 30px 20px;
}

/* line 4366, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table tbody tr {
  border-top: 2px solid #c6c6c6;
  border-bottom: 2px solid #c6c6c6;
}

/* line 4371, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table-td-5g {
  position: relative;
}

/* line 4373, app/assets/stylesheets/renewal_designs/object/project/_top.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 4384, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table-underline {
  font-size: 25px;
  position: relative;
  font-weight: bold;
}

/* line 4388, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table-underline::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #1992eb;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 4398, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table-large {
  font-size: 25px;
  font-weight: bold;
}

/* line 4402, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table-small {
  font-size: 17px;
}

/* line 4406, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-table-note {
  font-size: 12px;
}

@media (max-width: 768px) {
  /* line 4336, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table {
    font-size: 10px;
    margin-bottom: 20px;
  }
  /* line 4412, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table th,
.bl-5g-about-table td {
    padding: 5px 0px;
  }
  /* line 4416, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table-th-blank {
    width: 36%;
  }
  /* line 4419, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table-th-2plus {
    font-size: 10px;
    width: 32%;
  }
  /* line 4423, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table-th-5g {
    font-size: 10px;
    width: 32%;
  }
  /* line 4428, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table tbody th {
    background: #fff;
    font-size: 10px;
    padding: 15px 0px;
  }
  /* line 4436, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table-td-5g {
    position: relative;
  }
  /* line 4438, app/assets/stylesheets/renewal_designs/object/project/_top.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 4447, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table-underline {
    font-size: 14px;
  }
  /* line 4449, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table-underline::after {
    height: 2px;
  }
  /* line 4453, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table-large {
    font-size: 12px;
  }
  /* line 4456, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table-small {
    font-size: 10px;
  }
  /* line 4460, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-table-note {
    font-size: 10px;
  }
}

/* line 4466, app/assets/stylesheets/renewal_designs/object/project/_top.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 4473, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-reason-item {
  width: 47%;
  margin-bottom: 30px;
  border: 5px solid #1992eb;
  padding: 0 10px 20px;
  border-radius: 23px;
}

/* line 4480, app/assets/stylesheets/renewal_designs/object/project/_top.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 4490, app/assets/stylesheets/renewal_designs/object/project/_top.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 4498, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-reason-text {
  text-align: center;
  font-size: 31px;
  font-weight: bold;
}

/* line 4503, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-reason-description {
  font-size: 31px;
  text-align: left;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 4509, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-reason-wrap {
    margin-bottom: 0px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  /* line 4513, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-reason-item {
    width: 45%;
    margin-bottom: 15px;
    border: 2px solid #1992eb;
    padding: 0 10px 10px;
    border-radius: 10px;
  }
  /* line 4520, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-reason-num {
    width: 34px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    margin: 0 auto 5px;
  }
  /* line 4527, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-reason-img {
    height: 75px;
    margin-bottom: 10px;
  }
  /* line 4531, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-reason-img-1 img {
    height: 66px;
  }
  /* line 4536, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-reason-img-2 img {
    height: 70px;
  }
  /* line 4541, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-reason-img-3 img {
    height: 53px;
  }
  /* line 4546, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-reason-img-4 img {
    height: 53px;
  }
  /* line 4551, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-reason-text {
    font-size: 13px;
  }
  /* line 4554, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-reason-description {
    font-size: 15px;
    margin-bottom: 0px;
  }
}

/* line 4560, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice {
  text-align: left;
}

/* line 4562, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice-sec {
  padding: 80px 0;
  background: #5eb3f1;
}

/* line 4565, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice-sec h3 {
  text-align: center;
  color: #fff;
}

/* line 4570, app/assets/stylesheets/renewal_designs/object/project/_top.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 4580, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  margin-bottom: 20px;
}

/* line 4585, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice-img {
  margin-right: 20px;
}

/* line 4588, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice-title {
  font-size: 34px;
  font-weight: bold;
}

/* line 4591, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice-title > span {
  font-weight: normal;
  font-size: 27px;
}

/* line 4596, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice-star {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}

/* line 4600, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice-star img {
  margin-left: 10px;
  vertical-align: initial;
}

/* line 4605, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice-text {
  font-size: 24px;
}

/* line 4608, app/assets/stylesheets/renewal_designs/object/project/_top.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 4617, app/assets/stylesheets/renewal_designs/object/project/_top.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 4629, app/assets/stylesheets/renewal_designs/object/project/_top.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 4634, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice .slick-prev {
  left: calc(50vw - 382px);
}

/* line 4636, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 4641, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice .slick-next {
  right: calc(50vw - 382px);
}

/* line 4643, app/assets/stylesheets/renewal_designs/object/project/_top.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 4650, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice-sec {
    padding: 30px 0;
  }
  /* line 4655, app/assets/stylesheets/renewal_designs/object/project/_top.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 4664, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  /* line 4669, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice-img {
    margin-right: 10px;
    width: 38px;
  }
  /* line 4673, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice-title {
    font-size: 17px;
  }
  /* line 4675, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice-title > span {
    font-size: 14px;
  }
  /* line 4679, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice-star {
    font-size: 11px;
    margin-bottom: 10px;
  }
  /* line 4682, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice-star img {
    margin-left: 10px;
    width: 80px;
    display: inline-block !important;
  }
  /* line 4688, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice-text {
    font-size: 12px;
  }
  /* line 4691, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice .slick-prev,
.bl-5g-about-voice .slick-next {
    top: 40%;
    width: 32px;
    height: 32px;
  }
  /* line 4697, app/assets/stylesheets/renewal_designs/object/project/_top.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 4705, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice .slick-prev {
    left: calc(50vw - 155px);
  }
  /* line 4707, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice .slick-prev:before {
    left: 5px;
  }
  /* line 4711, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice .slick-next {
    right: calc(50vw - 155px);
  }
  /* line 4713, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice .slick-next:before {
    right: 5px;
  }
}

/* line 4720, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice2 {
  text-align: left;
  margin: 0 -110px 30px;
}

/* line 4723, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice2-frame {
  max-width: 980px;
  margin: auto;
  background: #eef9ff;
  border-radius: 23px;
  margin-bottom: 70px;
  padding: 45px 120px;
}

/* line 4730, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice2-frame--white {
  background: #fff;
}

/* line 4734, app/assets/stylesheets/renewal_designs/object/project/_top.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 4743, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice2-item--2 {
  height: 275px !important;
}

/* line 4745, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice2-item--2 .bl-5g-about-voice2-text {
  min-height: 7.5em;
}

/* line 4750, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice2-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  margin-bottom: 20px;
}

/* line 4755, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice2-img {
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 4759, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice2-text {
  font-size: 26px;
  font-weight: bold;
  min-height: 6em;
  line-height: 1.5;
}

/* line 4764, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice2-text > span {
  color: #1992eb;
}

/* line 4767, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice2-text .color-red {
  color: #FD1313;
}

/* line 4770, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice2-text .color-blue {
  color: #1992eb;
}

/* line 4774, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice2-title {
  font-size: 28px;
}

/* line 4777, app/assets/stylesheets/renewal_designs/object/project/_top.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 4785, app/assets/stylesheets/renewal_designs/object/project/_top.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 4797, app/assets/stylesheets/renewal_designs/object/project/_top.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 4802, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice2 .slick-prev {
  left: 115px;
}

/* line 4804, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice2 .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 4809, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-voice2 .slick-next {
  right: 115px;
}

/* line 4811, app/assets/stylesheets/renewal_designs/object/project/_top.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 4720, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice2 {
    margin: 0 -20px;
  }
  /* line 4819, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice2-frame {
    margin: 0px 15px 40px;
    padding: 30px 20px;
  }
  /* line 4822, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice2-frame--white {
    margin: 0px 0px 40px;
  }
  /* line 4826, app/assets/stylesheets/renewal_designs/object/project/_top.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 4834, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice2-item--2 {
    height: 125px !important;
  }
  /* line 4836, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice2-item--2 .bl-5g-about-voice2-text {
    min-height: 8em;
  }
  /* line 4841, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice2-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  /* line 4845, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice2-img {
    margin-right: 10px;
    width: 47px;
  }
  /* line 4849, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice2-text {
    font-size: 11px;
  }
  /* line 4852, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice2-title {
    font-size: 12px;
  }
  /* line 4855, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice2 .slick-prev,
.bl-5g-about-voice2 .slick-next {
    top: 40%;
    width: 32px;
    height: 32px;
  }
  /* line 4861, app/assets/stylesheets/renewal_designs/object/project/_top.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 4869, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice2 .slick-prev {
    left: 15px;
  }
  /* line 4871, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice2 .slick-prev:before {
    left: 5px;
  }
  /* line 4875, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice2 .slick-next {
    right: 15px;
  }
  /* line 4877, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-voice2 .slick-next:before {
    right: 5px;
  }
}

/* line 4884, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-bnr {
  width: 980px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 4884, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-bnr {
    margin-bottom: 30px;
  }
}

/* line 4894, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-btn {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 4894, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-btn {
    max-width: 90%;
    margin: auto;
  }
}

/* line 4901, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 4907, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 4914, app/assets/stylesheets/renewal_designs/object/project/_top.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 4901, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-youtube {
    margin-bottom: 20px;
  }
  /* line 4922, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-youtube-text {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

/* line 4928, app/assets/stylesheets/renewal_designs/object/project/_top.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 4937, app/assets/stylesheets/renewal_designs/object/project/_top.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 4928, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-faq-head {
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* line 4947, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-faq-head::before {
    width: 47px;
    height: 40px;
    margin-right: 20px;
  }
}

/* line 4954, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-faq-btn {
  margin-top: 80px;
  padding: 0 30px;
}

@media (max-width: 768px) {
  /* line 4954, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-faq-btn {
    margin-top: 30px;
  }
}

/* line 4965, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-about-news-color-txt {
  color: #043786;
}

/* line 4969, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-news-img {
  display: block;
  border: 1px solid #DADADA;
  border-radius: 10px;
}

/* line 4975, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.faq5g-grad {
  text-align: left;
  padding: 0 10px;
}

/* line 4978, app/assets/stylesheets/renewal_designs/object/project/_top.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: 769px) {
  /* line 4978, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .faq5g-grad .number span {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 40px;
  }
}

/* line 4995, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.faq5g-grad .grad-trigger {
  display: none;
}

/* line 4999, app/assets/stylesheets/renewal_designs/object/project/_top.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: 769px) {
  /* line 4999, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .faq5g-grad .accordion-top-inner {
    padding: 10px 20px;
  }
}

/* line 5011, app/assets/stylesheets/renewal_designs/object/project/_top.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: 769px) {
  /* line 5011, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .faq5g-grad .accordion-top-item.number {
    -ms-flex-preferred-size: 65px;
        flex-basis: 65px;
  }
}

/* line 5018, app/assets/stylesheets/renewal_designs/object/project/_top.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: 769px) {
  /* line 5018, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .faq5g-grad .accordion-top-item.text {
    font-size: 24px;
    margin: 0 5px 0 0;
  }
}

/* line 5028, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.faq5g-grad .accordion-top-item.icon {
  font-size: 5rem;
}

@media (max-width: 768px) {
  /* line 5028, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .faq5g-grad .accordion-top-item.icon {
    font-size: 2rem;
  }
}

/* line 5034, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.faq5g-grad .accordion-top-item .icon-open:before {
  font-size: 4rem;
}

@media (max-width: 768px) {
  /* line 5034, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .faq5g-grad .accordion-top-item .icon-open:before {
    font-size: 20px;
  }
}

/* line 5041, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.faq5g-grad .accordion-bottom {
  display: none;
}

/* line 5045, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.faq5g-grad .accordion-bottom-inner .number {
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 5048, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.faq5g-grad .accordion-bottom-inner .number img {
  width: 45px;
}

@media (min-width: 769px) {
  /* line 5045, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .faq5g-grad .accordion-bottom-inner .number {
    -ms-flex-preferred-size: 65px;
        flex-basis: 65px;
  }
}

/* line 5055, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.faq5g-grad .accordion-bottom-inner .text {
  font-size: 24px;
}

/* line 5057, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.faq5g-grad .accordion-bottom-inner .text span {
  color: #ff0000;
  font-weight: bold;
}

/* line 5061, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.faq5g-grad .accordion-bottom-inner .text > small {
  font-size: 19px;
}

@media (max-width: 768px) {
  /* line 5055, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .faq5g-grad .accordion-bottom-inner .text {
    font-size: 10px;
    margin-left: 5px;
  }
  /* line 5067, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .faq5g-grad .accordion-bottom-inner .text > small {
    font-size: 10px;
  }
}

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

/* line 5105, app/assets/stylesheets/renewal_designs/object/project/_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 (max-width: 767px) {
  /* line 5105, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .accordion-top-inner {
    padding: 10px 20px;
  }
}

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

@media (max-width: 767px) {
  /* line 5120, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .accordion-top-inner .accordion-top-item.icon {
    font-size: 0rem;
  }
}

/* line 5129, app/assets/stylesheets/renewal_designs/object/project/_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 (max-width: 767px) {
  /* line 5129, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .accordion-bottom-inner {
    padding: 20px;
  }
}

/* line 5140, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.accordion-bottom-inner .text {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media (max-width: 767px) {
  /* line 5140, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .accordion-bottom-inner .text {
    font-size: 2rem;
  }
}

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

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

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

/* line 5157, app/assets/stylesheets/renewal_designs/object/project/_top.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 5171, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.icon-link:before {
  content: "\e908";
}

/* line 5174, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.icon-bottom:before {
  content: "\e900";
}

/* line 5177, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.icon-check:before {
  content: "\e901";
}

/* line 5180, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.icon-close:before {
  content: "\e902";
}

/* line 5183, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.icon-left:before {
  content: "\e903";
}

/* line 5186, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.icon-open:before {
  content: "\e904";
}

/* line 5189, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.icon-right:before {
  content: "\e905";
}

/* line 5192, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.icon-round:before {
  content: "\e906";
}

/* line 5195, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.icon-small:before {
  content: "\e907";
}

/* line 5202, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-plan5g-faq-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  /* line 5202, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-plan5g-faq-card {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 5212, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-plan5g-faq-cardItem {
  text-align: center;
  line-height: 1.3;
}

@media (min-width: 769px) {
  /* line 5216, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-plan5g-faq-cardItem:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 769px) {
  /* line 5222, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-plan5g-faq-cardItem:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* line 5228, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-plan5g-faq-cardItem-txt {
  font-size: 15px;
}

@media (min-width: 769px) {
  /* line 5228, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-plan5g-faq-cardItem-txt {
    font-size: 18px;
  }
}

/* line 5235, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-plan5g-faq-cardItem-txt .txt-sm {
  font-size: 90%;
}

/* line 5239, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-plan5g-faq-cardItem-txt .txt-lg {
  color: #ff219f;
  font-size: 156.66%;
}

/* line 5246, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-plan5g-faq-card img {
  margin-bottom: 10px;
  width: 105px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 769px) {
  /* line 5246, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-plan5g-faq-card img {
    width: 151px;
    height: 89px;
  }
}

/* line 5258, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-plan5g-faq-card-ttl {
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
}

@media (min-width: 769px) {
  /* line 5258, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-plan5g-faq-card-ttl {
    font-size: 30px;
  }
}

@media (min-width: 769px) {
  /* line 5258, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-plan5g-faq-card-ttl {
    margin-top: 30px;
  }
}

/* line 5277, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan {
  text-align: center;
  padding: 120px 0 0;
}

/* line 5280, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan--bg {
  background: #ceefff;
  padding: 80px 0 80px;
}

@media (max-width: 768px) {
  /* line 5277, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan {
    padding: 30px 0px 0;
  }
  /* line 5286, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan--bg {
    padding: 20px 0 40px;
  }
}

/* line 5290, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-h2 {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 5295, app/assets/stylesheets/renewal_designs/object/project/_top.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 5290, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-h2 {
    font-size: 26px;
    margin-bottom: 15px;
    padding-top: 55px;
  }
  /* line 5310, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-h2::before {
    width: 57px;
    height: 33px;
  }
}

/* line 5316, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-h2-2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 5316, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-h2-2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

/* line 5325, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-h3 {
  display: inline-block;
  margin: 0 auto 20px;
  font-size: 42px;
  padding-left: 45px;
  padding-bottom: 10px;
  position: relative;
}

/* line 5332, app/assets/stylesheets/renewal_designs/object/project/_top.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 5341, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-h3 > span {
  color: #ff7680;
}

@media (max-width: 768px) {
  /* line 5325, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-h3 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    position: relative;
  }
  /* line 5350, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-h3::before {
    width: 12px;
    height: 10px;
    left: 0;
    top: 8px;
  }
}

/* line 5358, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-text1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* line 5363, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-text1 > span {
  font-size: 37px;
}

/* line 5366, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-text1 img {
  margin: auto;
}

@media (max-width: 768px) {
  /* line 5358, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-text1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  /* line 5372, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-text1 > span {
    font-size: 19px;
  }
  /* line 5375, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-text1 img {
    width: 295px;
  }
}

/* line 5380, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-text2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
}

/* line 5384, app/assets/stylesheets/renewal_designs/object/project/_top.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 5380, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-text2 {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

/* line 5392, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-bnr {
  margin: auto;
  margin-bottom: 60px;
  max-width: 800px;
}

@media (max-width: 768px) {
  /* line 5392, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-bnr {
    margin-bottom: 30px;
  }
}

/* line 5401, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead {
  max-width: 1000px;
  margin: auto;
}

/* line 5404, app/assets/stylesheets/renewal_designs/object/project/_top.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 5408, app/assets/stylesheets/renewal_designs/object/project/_top.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 5417, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-head-item > span {
  font-size: 26px;
  position: relative;
  display: block;
}

/* line 5421, app/assets/stylesheets/renewal_designs/object/project/_top.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 5434, app/assets/stylesheets/renewal_designs/object/project/_top.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 5447, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-head-item-2year {
  background: #00afdd;
}

/* line 5449, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-head-item-2year::after {
  background: #00afdd;
}

@media (max-width: 768px) {
  /* line 5404, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-head {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  /* line 5457, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-head-item {
    width: 48.5%;
    padding: 10px 0;
    font-size: 16px;
  }
  /* line 5461, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-head-item > span {
    font-size: 10px;
  }
  /* line 5463, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-head-item > span::after {
    height: 1px;
    bottom: -3px;
    left: 0;
    right: 0;
  }
  /* line 5470, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-head-item::after {
    content: "";
    width: 25px;
    height: 25px;
    bottom: -12px;
  }
  /* line 5476, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-head-item-inactive {
    background: #adadad;
  }
  /* line 5478, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-head-item-inactive::after {
    content: none;
  }
}

/* line 5485, app/assets/stylesheets/renewal_designs/object/project/_top.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 5488, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-content .slick-prev,
.bl-5g-plan-lead-content .slick-next {
  top: 27%;
  width: 50px;
  height: 50px;
}

/* line 5494, app/assets/stylesheets/renewal_designs/object/project/_top.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 5507, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-content .slick-prev {
  left: 20px;
}

/* line 5509, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-content .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 5px;
}

/* line 5514, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-content .slick-next {
  right: 20px;
}

/* line 5516, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-content .slick-next:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 5px;
}

/* line 5521, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-content .slick-disabled {
  display: none !important;
}

@media (max-width: 768px) {
  /* line 5525, app/assets/stylesheets/renewal_designs/object/project/_top.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 5534, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-content .slick-prev:before,
.bl-5g-plan-lead-content .slick-next:before {
    width: 15px;
    height: 15px;
  }
  /* line 5539, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-content .slick-prev {
    left: 27px;
  }
  /* line 5542, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-content .slick-next {
    right: 27px;
  }
  /* line 5545, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-content .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 5548, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-content .slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
  }
}

/* line 5554, app/assets/stylesheets/renewal_designs/object/project/_top.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 5560, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-2year {
  border: 1px solid #00afdd;
}

/* line 5563, app/assets/stylesheets/renewal_designs/object/project/_top.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 5565, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-head-2year {
  background: #00afdd;
}

/* line 5575, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-head > span {
  font-size: 34px;
}

/* line 5578, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-head-recommend {
  position: absolute;
  right: left;
  top: -9px;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
}

/* line 5583, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-head-recommend img {
  width: 95px;
  height: 95px;
}

@media (max-width: 768px) {
  /* line 5578, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-head-recommend {
    top: -5px;
  }
  /* line 5589, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-head-recommend img {
    width: 57px;
    height: 57px;
  }
}

/* line 5596, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-text1 {
  font-size: 24px;
  margin: 15px 0;
  font-weight: bold;
  color: #1992eb;
}

/* line 5601, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-text1-2 {
  color: #00afdd;
}

/* line 5605, app/assets/stylesheets/renewal_designs/object/project/_top.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 5609, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-bottom-text1 {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  color: #1992eb;
}

/* line 5616, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-bottom-text2 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 5px;
}

/* line 5624, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-price {
  position: relative;
  padding-bottom: 20px;
}

/* line 5627, app/assets/stylesheets/renewal_designs/object/project/_top.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 5636, app/assets/stylesheets/renewal_designs/object/project/_top.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 5643, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-price-head-k {
  font-size: 29px;
  font-weight: bold;
}

/* line 5647, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-price-head--kakaku {
  line-height: 1;
}

/* line 5650, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-price-head--kakaku em::before {
  content: none !important;
}

/* line 5656, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-price-bottom {
  font-size: 21px;
}

/* line 5659, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-price em {
  font-size: 57px;
  font-style: normal;
}

/* line 5662, app/assets/stylesheets/renewal_designs/object/project/_top.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 5672, app/assets/stylesheets/renewal_designs/object/project/_top.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 5686, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-price2 {
  position: relative;
  margin-bottom: 10px;
}

/* line 5689, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-price2-head {
  font-size: 33px;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
}

/* line 5695, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-price2-bottom {
  font-size: 25px;
}

/* line 5698, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-price2 em {
  font-size: 65px;
  font-style: normal;
}

/* line 5703, app/assets/stylesheets/renewal_designs/object/project/_top.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 5709, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-bottom2-2 {
  background: #00afdd;
}

/* line 5713, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-bottom2-text1 {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}

/* line 5718, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-bottom2-text2 {
  font-size: 18px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 5554, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item {
    width: 275px;
    margin: 5px 8px 0;
  }
  /* line 5726, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-head {
    font-size: 13px;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
  }
  /* line 5730, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-head > span {
    font-size: 20px;
  }
  /* line 5735, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-bottom-text1 {
    font-size: 15px;
  }
  /* line 5737, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-bottom-text1::before {
    width: 14px;
    height: 11px;
    top: 5px;
  }
  /* line 5743, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-bottom-text2 {
    font-size: 13px;
    margin-bottom: 5px;
  }
  /* line 5746, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-bottom-text2::before {
    width: 13px;
    height: 10px;
    top: 5px;
  }
  /* line 5753, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-price {
    margin-bottom: 10px;
  }
  /* line 5756, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-price-head {
    font-size: 20px;
  }
  /* line 5758, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-price-head-k {
    font-size: 20px;
  }
  /* line 5762, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-price-bottom {
    font-size: 15px;
  }
  /* line 5765, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-price em {
    font-size: 40px;
  }
  /* line 5767, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-price em::before {
    margin-right: 4px;
    font-size: 16px;
  }
  /* line 5772, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-price-1 {
    padding-bottom: 10px;
  }
  /* line 5774, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-price-1::before {
    width: 65px;
    height: 41px;
    right: -37px;
    top: 104px;
  }
  /* line 5780, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-price-1::after {
    bottom: -20px;
  }
  /* line 5784, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-price-img {
    padding: 0 10px;
    position: relative;
    z-index: 1;
  }
  /* line 5790, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-text1 {
    font-size: 14px;
  }
  /* line 5793, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-bottom2 {
    padding: 20px 15px 15px;
  }
  /* line 5795, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-bottom2-text1 {
    font-size: 15px;
  }
  /* line 5798, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-bottom2-text2 {
    font-size: 11px;
  }
  /* line 5802, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-price2 {
    margin-bottom: 10px;
  }
  /* line 5804, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-price2-head {
    font-size: 19px;
  }
  /* line 5807, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-price2-bottom {
    font-size: 15px;
  }
  /* line 5810, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-item-price2 em {
    font-size: 38px;
  }
}

/* line 5816, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-price {
  margin-bottom: 100px;
}

/* line 5818, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-price-head {
  font-size: 68px;
  line-height: 1.2;
  position: relative;
  font-weight: bold;
  display: inline-block;
}

/* line 5824, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-price-head::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #2a3b4c;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 5834, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-price-bottom {
  font-size: 51px;
}

/* line 5837, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-price em {
  color: #ff7680;
  font-size: 135px;
  font-style: normal;
}

/* line 5841, app/assets/stylesheets/renewal_designs/object/project/_top.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 5853, app/assets/stylesheets/renewal_designs/object/project/_top.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 5861, app/assets/stylesheets/renewal_designs/object/project/_top.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 5877, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-price2-head {
  font-size: 52px;
  line-height: 1.2;
  position: relative;
  font-weight: bold;
  display: inline-block;
}

/* line 5883, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-price2-head > span {
  font-weight: normal;
  font-size: 46px;
  position: relative;
}

/* line 5889, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-price2-bottom {
  font-size: 39px;
}

/* line 5892, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-price2 em {
  color: #fff;
  font-size: 103px;
  font-style: normal;
}

/* line 5896, app/assets/stylesheets/renewal_designs/object/project/_top.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 5853, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-price2 {
    border-radius: 13px;
    margin: 0 auto 30px;
    padding: 20px 0 10px;
    max-width: 90%;
  }
  /* line 5911, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-price2-circle {
    width: 52px;
    height: 52px;
    border: 1px solid #1992eb;
    font-size: 14px;
    line-height: 52px;
    top: -40px;
  }
  /* line 5919, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-price2-head {
    font-size: 22px;
  }
  /* line 5921, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-price2-head > span {
    font-size: 19px;
  }
  /* line 5925, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-price2-bottom {
    font-size: 17px;
  }
  /* line 5928, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-price2 em {
    font-size: 44px;
  }
  /* line 5930, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead-price2 em::before {
    margin-right: 6px;
    font-size: 18px;
  }
}

/* line 5938, app/assets/stylesheets/renewal_designs/object/project/_top.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 5946, app/assets/stylesheets/renewal_designs/object/project/_top.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 5954, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead2-content {
  background: #fff;
  padding: 20px;
}

/* line 5957, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead2-content--upgrade5g {
  position: relative;
  padding-bottom: 30px;
}

/* line 5960, app/assets/stylesheets/renewal_designs/object/project/_top.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 5975, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead2-bottom {
  background: #1992eb;
  padding: 20px;
  border-radius: 0 0 15px 15px;
}

/* line 5979, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead2-bottom--upgrade5g {
  padding: 50px 20px;
}

/* line 5983, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead2-text {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 5988, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead2-text2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 5993, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead2-text3 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 5997, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead2-text3 span {
  color: #ffff00;
}

/* line 6000, app/assets/stylesheets/renewal_designs/object/project/_top.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 6009, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead2-btn1 {
  margin-bottom: 20px;
}

/* line 6011, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead2-btn1 img {
  width: 100%;
}

/* line 6016, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead2-btn2 img {
  width: 80%;
}

/* line 6020, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead2-note {
  font-size: 17px;
  text-align: left;
}

/* line 6024, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead2-notion {
  width: 700px;
  max-width: calc(100% - 30px);
  margin: auto;
  font-size: 15px;
  text-align: left;
}

/* line 6030, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead2-notion > span {
  text-decoration: underline;
  color: #FF0000;
}

@media (max-width: 768px) {
  /* line 5938, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead2 {
    border: 2px solid #1992eb;
    border-radius: 10px;
  }
  /* line 6038, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead2-head {
    font-size: 25px;
    padding: 10px 0;
    border-radius: 8px 8px 0 0;
  }
  /* line 6043, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead2-content {
    padding: 15px;
  }
  /* line 6045, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead2-content--upgrade5g {
    padding-bottom: 20px;
  }
  /* line 6047, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead2-content--upgrade5g::after {
    width: 20px;
    height: 20px;
    bottom: -10px;
  }
  /* line 6054, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead2-bottom {
    padding: 15px;
    border-radius: 0 0 8px 8px;
  }
  /* line 6057, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead2-bottom--upgrade5g {
    padding: 25px 20px;
  }
  /* line 6061, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead2-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* line 6065, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead2-text2 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  /* line 6069, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead2-text3 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  /* line 6074, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead2-text3 em {
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: .2em;
  }
  /* line 6080, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead2-btn1 {
    margin-bottom: 15px;
  }
  /* line 6089, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead2-note {
    font-size: 10px;
  }
  /* line 6092, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-lead2-notion {
    font-size: 12px;
  }
}

/* line 6100, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-accordion {
  padding: 100px 15px 0;
  width: 800px;
  max-width: 100%;
  margin: auto;
}

/* line 6105, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-accordion-item {
  background: #B2E7FF;
  margin-bottom: 50px;
  border-radius: 23px;
  padding: 20px;
}

/* line 6111, app/assets/stylesheets/renewal_designs/object/project/_top.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 6117, app/assets/stylesheets/renewal_designs/object/project/_top.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 6126, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-accordion-head-title {
  font-size: 34px;
  font-weight: bold;
}

/* line 6130, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-accordion-head.is-open {
  margin-bottom: 30px;
}

/* line 6132, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-accordion-head.is-open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/* line 6137, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-accordion-content {
  display: none;
  border-radius: 23px;
  padding: 25px;
  background: #fff;
}

/* line 6143, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-accordion-text1 {
  font-size: 41px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #1992EB;
  text-align: center;
}

/* line 6150, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-accordion-img {
  text-align: center;
  margin-bottom: 30px;
}

/* line 6154, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-accordion-note {
  font-size: 19px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 6100, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-accordion {
    padding: 50px 15px 0;
  }
  /* line 6160, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-accordion-item {
    margin-bottom: 0px;
    border-radius: 10px;
    padding: 12px;
  }
  /* line 6166, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-accordion-head:after {
    font-size: 23px;
  }
  /* line 6169, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-accordion-head-title {
    font-size: 15px;
  }
  /* line 6172, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-accordion-head.is-open {
    margin-bottom: 12px;
  }
  /* line 6176, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-accordion-content {
    border-radius: 10px;
    padding: 15px;
  }
  /* line 6180, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-accordion-text1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  /* line 6183, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-accordion-text1 > img {
    width: 125px;
  }
  /* line 6188, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-accordion-text1 > small {
    font-size: 10px;
  }
  /* line 6192, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-accordion-img {
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 6195, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-accordion-img--1 {
    width: 175px;
    margin: auto;
  }
  /* line 6200, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-accordion-note {
    font-size: 10px;
  }
}

/* line 6205, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-pay {
  max-width: 1000px;
  margin: auto;
  padding-top: 80px;
}

/* line 6209, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-pay-h4 {
  font-size: 40px;
  margin-bottom: 30px;
  margin-top: 0;
  color: #1992eb;
}

/* line 6215, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-pay-img {
  margin-bottom: 5px;
}

/* line 6218, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-pay-frame {
  border-radius: 23px;
  background: #eef9ff;
  padding: 45px 130px;
  margin-bottom: 30px;
}

/* line 6223, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-pay-frame--white {
  background: #fff;
  margin-bottom: 120px;
}

/* line 6226, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-pay-frame--white:last-child {
  margin-bottom: 0;
}

/* line 6230, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-pay-frame-h3 {
  font-size: 39px;
  margin-bottom: 30px;
}

/* line 6235, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-pay-text {
  font-size: 24px;
  text-align: left;
}

/* line 6239, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-pay-text2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 6243, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-pay-text2 > span {
  color: #ff5865;
  font-size: 43px;
}

/* line 6248, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-pay-text3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}

/* line 6254, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-pay-text4 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 30px;
}

/* line 6259, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-pay-text5 {
  font-size: 22px;
}

/* line 6261, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-pay-text5 > a {
  color: #1992eb;
}

/* line 6266, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-pay-btn .bl-5g-btn {
  width: 100%;
  font-size: 32px;
}

@media (max-width: 768px) {
  /* line 6205, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-pay {
    padding: 50px 15px 0;
  }
  /* line 6273, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-pay-frame {
    border-radius: 23px;
    padding: 20px 20px 5px;
    margin-bottom: 40px;
  }
  /* line 6278, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-pay-h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  /* line 6284, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-pay-text {
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* line 6288, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-pay-text2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  /* line 6291, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-pay-text2 > span {
    font-size: 17px;
  }
  /* line 6295, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-pay-text3 {
    font-size: 12px;
  }
  /* line 6298, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-pay-text4 {
    font-size: 10px;
    margin-bottom: 20px;
  }
  /* line 6302, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-pay-text5 {
    font-size: 11px;
    margin-bottom: 20px;
  }
  /* line 6307, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-pay-btn .bl-5g-btn {
    width: 100%;
    font-size: 14px;
  }
}

/* line 6314, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others {
  max-width: 1000px;
  margin: auto;
  padding: 80px 0px 50px;
}

/* line 6318, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-img {
  margin-bottom: 30px;
}

/* line 6321, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table {
  max-width: 725px;
  width: 100%;
  margin: auto;
  border-top: solid 2px #c6c6c6;
  border-bottom: solid 2px #c6c6c6;
}

/* line 6322, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-wrap {
  background: #eef9ff;
  border-radius: 23px;
  margin-bottom: 20px;
  padding: 45px 120px;
}

/* line 6327, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-wrap--white {
  background: #fff;
}

/* line 6336, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table thead {
  text-align: center;
}

/* line 6338, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table thead td {
  color: #fff;
  background: #1992eb;
  font-weight: bold;
  font-size: 33px;
  text-align: center !important;
}

/* line 6344, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table thead td:last-child {
  background: #00afdd;
}

/* line 6349, app/assets/stylesheets/renewal_designs/object/project/_top.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 6356, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table tr:first-child th,
.bl-5g-plan-others-table tr:first-child td {
  padding-top: 15px;
}

/* line 6366, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table th,
.bl-5g-plan-others-table td {
  padding: 25px 14px;
}

/* line 6371, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table th {
  vertical-align: middle;
  text-align: center;
  background: #fff;
}

/* line 6375, app/assets/stylesheets/renewal_designs/object/project/_top.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 6393, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table td {
  vertical-align: middle;
  font-size: 27px;
  line-height: 1.1;
  background: #EEF9FF;
}

/* line 6398, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table td sup {
  font-size: 16px;
}

/* line 6404, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table td dl {
  margin: 0 0 20px;
}

/* line 6407, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table td dd {
  margin: 0;
  font-weight: bold;
}

/* line 6411, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table td.bl-5g-plan-others-table-bgy {
  background: #FFFF37;
  padding: 15px 20px;
}

/* line 6416, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-0 {
  position: relative;
  font-size: 33px;
  font-weight: bold;
}

/* line 6420, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-0::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #1992eb;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 6430, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-em {
  position: relative;
  font-size: 33px;
  font-weight: bold;
  color: #ff7680;
}

/* line 6435, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-em > sup {
  color: #2a3b4c;
}

/* line 6438, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-em::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #1992eb;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 6448, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-small {
  font-size: 17px;
}

/* line 6451, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-kakaku {
  font-size: 40px;
  font-weight: bold;
}

/* line 6455, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-kakaku0 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  display: inline-block;
}

/* line 6460, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-kakaku0 > em {
  color: #ff5865;
  font-size: 65px;
  font-style: normal;
  line-height: 1;
}

/* line 6466, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-kakaku0 > span {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 6473, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-device {
  font-size: 20px;
  text-align: left;
  padding: 0 50px;
  font-weight: 500;
}

/* line 6479, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-del {
  display: inline-block;
  position: relative;
}

/* line 6482, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-del::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ff0000;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* line 6494, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-small {
  font-size: 12px;
}

/* line 6497, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-large {
  font-size: 40px;
  font-weight: bold;
}

/* line 6501, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-large2 {
  font-weight: 900;
  font-size: 30px;
  color: #ff5865;
}

/* line 6505, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-large2 > span {
  font-size: 60px;
}

/* line 6511, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-table-cell--upgrade01 img {
  margin-right: -40px;
  margin-top: -40px;
}

/* line 6518, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-others-bnr {
  width: 980px;
  max-width: 100%;
  margin: 50px auto 0;
}

/* line 6523, app/assets/stylesheets/renewal_designs/object/project/_top.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 6314, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others {
    padding: 40px 15px 40px;
  }
  /* line 6532, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-img {
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 6535, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-img img {
    width: 90%;
    margin: auto;
  }
  /* line 6541, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table-wrap {
    padding: 20px;
    border-radius: 23px;
    margin-bottom: 10px;
  }
  /* line 6547, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table thead td {
    font-size: 13px;
  }
  /* line 6551, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table tr {
    font-size: 10px;
    padding: 5px 0;
  }
  /* line 6555, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table th,
.bl-5g-plan-others-table td {
    padding: 10px 5px;
  }
  /* line 6560, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table th > span {
    padding: 7px 8px;
    font-size: 15px;
  }
  /* line 6565, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table td {
    font-size: 12px;
  }
  /* line 6567, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table td sup {
    font-size: 10px;
  }
  /* line 6572, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table td dl {
    margin: 0 0 10px;
  }
  /* line 6575, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table td.bl-5g-plan-others-table-bgy {
    padding: 10px 10px;
  }
  /* line 6579, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table-0 {
    font-size: 15px;
  }
  /* line 6581, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table-0::after {
    height: 2px;
  }
  /* line 6585, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table-em {
    font-size: 15px;
  }
  /* line 6587, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table-em::after {
    height: 2px;
  }
  /* line 6591, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table-small {
    font-size: 10px;
  }
  /* line 6594, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table-kakaku {
    font-size: 20px;
    font-weight: bold;
  }
  /* line 6598, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table-kakaku0 {
    font-size: 22px;
  }
  /* line 6600, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table-kakaku0 > em {
    font-size: 45px;
    line-height: 1;
  }
  /* line 6604, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table-kakaku0 > span {
    font-size: 12px;
  }
  /* line 6608, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table-device {
    font-size: 10px;
    padding: 0 7px;
  }
  /* line 6613, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table-del::after {
    height: 1px;
  }
  /* line 6617, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table-small {
    font-size: 8px;
  }
  /* line 6620, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table-large2 {
    font-size: 14px;
  }
  /* line 6622, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table-large2 > span {
    font-size: 22px;
  }
  /* line 6628, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-table-cell--upgrade01 img {
    margin-right: -20px;
    margin-top: -20px;
  }
  /* line 6635, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-bnr {
    margin: 30px auto 0;
  }
  /* line 6638, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-others-note {
    margin-top: 20px;
    font-size: 10px;
  }
}

/* line 6644, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp {
  max-width: 800px;
  margin: auto;
  padding-top: 30px;
}

/* line 6648, app/assets/stylesheets/renewal_designs/object/project/_top.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 6652, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-bnr-item {
  width: 49%;
}

/* line 6658, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal .opt2-info-body {
  background: #fff;
}

/* line 6661, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-headline {
  position: relative;
  font-size: 36px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-weight: bold;
}

/* line 6667, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-headline::before {
  content: "";
  width: 10px;
  height: 100%;
  background: #0098fe;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 6677, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-headline--2::before {
  background: #E6560A;
}

/* line 6682, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-text {
  font-size: 25px;
  margin-bottom: 50px;
}

/* line 6685, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-text > span {
  font-size: 18px;
  display: inline-block;
}

/* line 6690, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-text2 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* line 6694, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-table {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}

/* line 6698, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-table-title {
  font-size: 14px;
}

/* line 6701, app/assets/stylesheets/renewal_designs/object/project/_top.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 6710, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-table th {
  background: #f3f3f4;
  font-size: 13px;
}

/* line 6714, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-table th p:not(:last-child) {
  margin-bottom: 1em;
}

/* line 6719, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-table td {
  text-align: center;
}

/* line 6721, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-table td span {
  color: #FF0000;
}

/* line 6725, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-table--2 {
  text-align: left;
}

/* line 6727, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-table--2 th,
.bl-5g-plan-sp-modal-table--2 td {
  font-size: 20px;
}

/* line 6733, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-note {
  font-size: 18px;
  margin-bottom: 30px;
}

/* line 6737, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-note2 {
  font-size: 17px;
  margin-bottom: 30px;
}

/* line 6741, app/assets/stylesheets/renewal_designs/object/project/_top.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 6742, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-btn-wrap {
  text-align: center;
}

/* line 6757, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-btn:hover {
  opacity: 0.8;
  color: #fff;
}

/* line 6762, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-accordion {
  text-decoration: underline;
  cursor: pointer;
}

/* line 6765, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-sp-modal-accordion-content {
  display: none;
}

@media (max-width: 768px) {
  /* line 6644, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-sp {
    padding-top: 0px;
  }
  /* line 6772, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-sp-bnr {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  /* line 6777, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-sp-modal .opt2-info-body {
    padding: 10px;
  }
  /* line 6780, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-sp-modal-headline {
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  /* line 6784, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-sp-modal-headline::before {
    width: 7px;
  }
  /* line 6788, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-sp-modal-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  /* line 6791, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-sp-modal-text > span {
    font-size: 12px;
  }
  /* line 6795, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-sp-modal-text2 {
    font-size: 10px;
    margin-bottom: 20px;
  }
  /* line 6800, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-sp-modal-table-title {
    font-size: 10px;
  }
  /* line 6803, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-sp-modal-table th,
.bl-5g-plan-sp-modal-table td {
    padding: 3px;
    font-size: 7px;
  }
  /* line 6808, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-sp-modal-table th {
    background: #f3f3f4;
  }
  /* line 6811, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-sp-modal-table th p:not(:last-child) {
    margin-bottom: 1em;
  }
  /* line 6816, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-sp-modal-table td {
    text-align: center;
  }
  /* line 6820, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-sp-modal-table--2 th,
.bl-5g-plan-sp-modal-table--2 td {
    font-size: 9px;
  }
  /* line 6823, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-sp-modal-table--2 th span,
.bl-5g-plan-sp-modal-table--2 td span {
    font-size: 9px;
  }
  /* line 6829, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-sp-modal-note {
    font-size: 8px;
    margin-bottom: 20px;
  }
  /* line 6833, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-sp-modal-note2 {
    font-size: 8px;
    margin-bottom: 20px;
  }
  /* line 6837, app/assets/stylesheets/renewal_designs/object/project/_top.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 6849, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-note {
  font-size: 17px;
  text-align: left;
  padding: 0px 80px;
}

/* line 6853, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-note > span {
  font-size: 20px;
}

@media (max-width: 768px) {
  /* line 6849, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-note {
    font-size: 10px;
    padding: 0 10px;
  }
  /* line 6859, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-note > span {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  /* line 6865, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-btn {
    max-width: 90%;
    margin: auto;
  }
}

/* line 6871, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-return-text1 {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

/* line 6877, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-return-img {
  text-align: center;
}

/* line 6880, app/assets/stylesheets/renewal_designs/object/project/_top.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 6884, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-return-wrap-item {
  width: 30%;
  position: relative;
}

/* line 6889, app/assets/stylesheets/renewal_designs/object/project/_top.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 6902, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-return-wrap-num {
  text-align: center;
}

/* line 6905, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-return-wrap-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}

/* line 6911, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-return-wrap-img {
  position: relative;
  text-align: center;
}

/* line 6917, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-return-wrap-text {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}

/* line 6923, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-return-h3 {
  color: #1992eb;
  font-size: 35px;
  font-weight: bold;
  border-bottom: 1px solid #c6c6c6;
}

/* line 6929, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-return-text2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 50px;
}

/* line 6934, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-return-h3-2 {
  color: #1992eb;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
}

/* line 6940, app/assets/stylesheets/renewal_designs/object/project/_top.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 6945, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-return-wrap2-item {
  width: 48%;
  margin-bottom: 50px;
}

/* line 6949, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-return-wrap2-item:nth-of-type(5) .bl-5g-plan-return-wrap2-img {
  padding-top: 40px;
}

/* line 6954, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-return-wrap2-img {
  text-align: center;
}

/* line 6957, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-return-wrap2-text1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

/* line 6962, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-return-wrap2-text2 {
  font-size: 25px;
  font-weight: 500;
}

@media (max-width: 768px) {
  /* line 6968, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-return-text1 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  /* line 6972, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-return-wrap {
    margin: 30px 0;
  }
  /* line 6974, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-return-wrap-item {
    width: 30%;
    position: relative;
  }
  /* line 6979, app/assets/stylesheets/renewal_designs/object/project/_top.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 6988, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-return-wrap-num img {
    width: 30px;
  }
  /* line 6992, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-return-wrap-title {
    font-size: 13px;
  }
  /* line 6996, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-return-wrap-img img {
    height: 40px;
  }
  /* line 7000, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-return-wrap-text {
    font-size: 11px;
  }
  /* line 7004, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-return-h3 {
    font-size: 14px;
  }
  /* line 7007, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-return-text2 {
    font-size: 11px;
    margin-bottom: 30px;
    margin-top: 10px !important;
  }
  /* line 7012, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-return-h3-2 {
    font-size: 14px;
  }
  /* line 7015, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-return-wrap2 {
    margin-bottom: 30px;
  }
  /* line 7017, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-return-wrap2-item {
    margin-bottom: 30px;
  }
  /* line 7020, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-return-wrap2-item:nth-of-type(5) .bl-5g-plan-return-wrap2-img {
    padding-top: 15px;
  }
  /* line 7026, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-return-wrap2-item:nth-of-type(6) .bl-5g-plan-return-wrap2-img img {
    height: 145px;
  }
  /* line 7033, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-return-wrap2-img img {
    height: 130px;
  }
  /* line 7037, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-return-wrap2-text1 {
    font-size: 11px;
    margin-top: 10px !important;
  }
  /* line 7041, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan-return-wrap2-text2 {
    font-size: 10px;
    margin-top: 10px !important;
  }
}

/* line 7050, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2 {
  padding: 70px 20px;
  background: #D8F6FF;
}

/* line 7053, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-h2 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 7058, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-h3 {
  font-size: 41px;
  color: #1992EB;
  text-align: center;
  margin-bottom: 20px;
}

/* line 7064, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-lead {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}

/* line 7070, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-box {
  position: relative;
  width: 828px;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 20px 64px 0;
}

/* line 7076, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-box-gb {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 7081, app/assets/stylesheets/renewal_designs/object/project/_top.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 7090, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-box-content {
  border-radius: 0px 0px 26px 26px;
  background: #fff;
  padding: 30px 10px;
  border: 3px solid #1992EB;
}

/* line 7096, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-box-price1 {
  color: #FF5865;
  font-size: 111px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}

/* line 7103, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-box-price1 > span {
  font-size: 56px;
  position: relative;
}

/* line 7106, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-box-price1 > span > span {
  font-size: 29px;
  position: absolute;
  bottom: 90%;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 7116, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-box-price2 {
  text-align: center;
  font-size: 42px;
}

/* line 7121, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-accordion {
  width: 490px;
  max-width: 100%;
  margin: 0 auto 50px;
}

/* line 7125, app/assets/stylesheets/renewal_designs/object/project/_top.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 7135, app/assets/stylesheets/renewal_designs/object/project/_top.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 7148, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-accordion-table {
  border: 3px solid #1992EB;
  margin-top: 50px;
  display: none;
}

/* line 7152, app/assets/stylesheets/renewal_designs/object/project/_top.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 7160, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-accordion-table-head > span {
  font-size: 21px;
}

/* line 7164, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-accordion-table-content {
  background: #fff;
  padding: 5px 30px 20px;
}

/* line 7167, app/assets/stylesheets/renewal_designs/object/project/_top.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 7176, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-accordion-table-content dt {
  font-size: 29px;
  font-weight: bold;
}

/* line 7179, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-accordion-table-content dt > span {
  font-size: 22px;
}

/* line 7183, app/assets/stylesheets/renewal_designs/object/project/_top.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 7191, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-accordion-table-content dd > span {
  font-size: 52px;
}

/* line 7194, app/assets/stylesheets/renewal_designs/object/project/_top.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 7207, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-accordion-table-note {
  font-size: 19px;
  text-indent: -1em;
  padding-left: 1em;
}

/* line 7214, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-btn {
  text-align: center;
  margin-bottom: 110px;
}

/* line 7218, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-bg {
  width: 980px;
  max-width: 100%;
  margin: 0 auto 30px;
  background: #fff;
  padding: 50px 130px;
  border-radius: 25px;
}

/* line 7226, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-table1 {
  width: 100%;
}

/* line 7228, app/assets/stylesheets/renewal_designs/object/project/_top.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 7235, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-table1 td > span, .bl-5g-plan2-table1 th > span {
  color: #FF5865;
}

/* line 7238, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-table1 td:nth-of-type(2), .bl-5g-plan2-table1 th:nth-of-type(2) {
  border: 8px solid #FF5865;
}

/* line 7243, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-table1 tbody th {
  background: #ECECEC;
}

/* line 7248, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-table1 tbody tr:nth-of-type(1) td:nth-of-type(2) {
  font-size: 21px;
  font-weight: bold;
}

/* line 7251, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-table1 tbody tr:nth-of-type(1) td:nth-of-type(2) > span {
  font-size: 25px;
}

/* line 7257, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-table1 tbody tr:nth-of-type(2) td:nth-of-type(2) {
  font-size: 24px;
  font-weight: bold;
}

/* line 7260, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-table1 tbody tr:nth-of-type(2) td:nth-of-type(2) > span {
  font-size: 32px;
}

/* line 7268, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-note {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 19px;
}

/* line 7273, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-note:not(:last-child) {
  margin-bottom: 50px;
}

/* line 7277, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-table2 {
  width: 100%;
}

/* line 7279, app/assets/stylesheets/renewal_designs/object/project/_top.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 7286, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-table2 th {
  font-size: 24px;
}

/* line 7289, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-table2 td {
  font-size: 27px;
  background: #EEF9FF;
}

/* line 7292, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan2-table2 td > span {
  font-size: 33px;
  font-weight: bold;
  position: relative;
}

/* line 7296, app/assets/stylesheets/renewal_designs/object/project/_top.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 7050, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2 {
    padding: 37px 20px;
  }
  /* line 7310, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  /* line 7314, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  /* line 7318, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-lead {
    font-size: 17px;
    margin-bottom: 30px;
  }
  /* line 7322, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-box {
    width: 320px;
    margin: 0 auto 20px;
    padding: 10px 25px 0;
  }
  /* line 7326, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-box-gb {
    width: 50px;
  }
  /* line 7329, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-box-head {
    font-size: 21px;
    padding: 20px 25px;
    border-radius: 13px 13px 0px 0px;
  }
  /* line 7334, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-box-content {
    border-radius: 0px 0px 13px 13px;
    padding: 20px 10px;
    border-width: 1px;
  }
  /* line 7339, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-box-price1 {
    font-size: 46px;
    margin-bottom: 10px;
  }
  /* line 7342, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-box-price1 > span {
    font-size: 23px;
  }
  /* line 7344, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-box-price1 > span > span {
    font-size: 12px;
    bottom: 90%;
  }
  /* line 7350, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-box-price2 {
    font-size: 17px;
  }
  /* line 7354, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-accordion {
    width: 243px;
    margin: 0 auto 30px;
  }
  /* line 7357, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-accordion-head {
    border: 1px solid #262626;
    padding: 6px 40px;
    font-size: 18px;
    border-radius: 4px;
  }
  /* line 7362, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-accordion-head > span {
    width: 23px;
    height: 23px;
    line-height: 20px;
    border: 1px solid #262626;
    left: 10px;
    font-size: 17px;
  }
  /* line 7371, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-accordion-table {
    border: 2px solid #1992EB;
    margin-top: 20px;
  }
  /* line 7374, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-accordion-table-head {
    font-size: 15px;
    padding: 7px 20px;
  }
  /* line 7377, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-accordion-table-head > span {
    font-size: 10px;
  }
  /* line 7381, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-accordion-table-content {
    padding: 3px 15px 15px;
  }
  /* line 7383, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-accordion-table-content dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #262626;
  }
  /* line 7388, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-accordion-table-content dt {
    font-size: 15px;
  }
  /* line 7390, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-accordion-table-content dt > span {
    font-size: 11px;
  }
  /* line 7394, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-accordion-table-content dd {
    font-size: 13px;
    width: 90px;
  }
  /* line 7397, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-accordion-table-content dd > span {
    font-size: 26px;
  }
  /* line 7400, app/assets/stylesheets/renewal_designs/object/project/_top.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 7409, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-accordion-table-note {
    font-size: 10px;
  }
  /* line 7414, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-btn {
    margin-bottom: 40px;
  }
  /* line 7416, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-btn img {
    width: 300px;
  }
  /* line 7420, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-bg {
    width: 300px;
    margin: 0 auto 15px;
    padding: 20px 15px;
    border-radius: 10px;
  }
  /* line 7427, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-table1 td, .bl-5g-plan2-table1 th {
    border-width: 1px;
    padding: 5px 5px;
    font-size: 10px;
  }
  /* line 7431, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-table1 td:nth-of-type(2), .bl-5g-plan2-table1 th:nth-of-type(2) {
    border: 3px solid #FF5865;
  }
  /* line 7438, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-table1 tbody tr:nth-of-type(1) td:nth-of-type(2) {
    font-size: 8px;
  }
  /* line 7440, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-table1 tbody tr:nth-of-type(1) td:nth-of-type(2) > span {
    font-size: 9px;
  }
  /* line 7446, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-table1 tbody tr:nth-of-type(2) td:nth-of-type(2) {
    font-size: 10px;
  }
  /* line 7448, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-table1 tbody tr:nth-of-type(2) td:nth-of-type(2) > span {
    font-size: 13px;
  }
  /* line 7456, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-note {
    width: 300px;
    font-size: 8px;
  }
  /* line 7459, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-note:not(:last-child) {
    margin-bottom: 30px;
  }
  /* line 7464, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-table2 th, .bl-5g-plan2-table2 td {
    padding: 8px 8px;
    border-width: 1px;
  }
  /* line 7468, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-table2 th {
    font-size: 9px;
  }
  /* line 7471, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-table2 td {
    font-size: 11px;
  }
  /* line 7473, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-table2 td > span {
    font-size: 13px;
  }
  /* line 7475, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-plan2-table2 td > span::after {
    height: 1px;
    bottom: -3px;
  }
}

/* line 7490, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device {
  text-align: center;
  padding: 70px 0 100px;
}

@media (max-width: 768px) {
  /* line 7490, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device {
    padding: 50px 15px;
  }
}

/* line 7496, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-h2 {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 130px;
  position: relative;
}

/* line 7501, app/assets/stylesheets/renewal_designs/object/project/_top.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 7496, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-h2 {
    font-size: 25px;
    margin-bottom: 15px;
    padding-top: 55px;
  }
  /* line 7516, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-h2::before {
    width: 48px;
    height: 45px;
  }
}

/* line 7522, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-bnr {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  /* line 7522, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-bnr {
    margin: 0 -15px 30px;
  }
}

/* line 7528, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-unit {
  max-width: 800px;
  margin: auto;
  margin-top: 50px;
}

/* line 7532, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-unit:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  /* line 7528, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-unit {
    margin-top: 20px;
  }
  /* line 7537, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-unit:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* line 7542, app/assets/stylesheets/renewal_designs/object/project/_top.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 7542, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-h3 {
    font-size: 14px;
    border-radius: 7px;
    padding: 8px 25px;
    margin-bottom: 15px;
  }
}

/* line 7558, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-lead {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 7558, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-lead {
    font-size: 19px;
    margin-bottom: 30px;
  }
}

/* line 7568, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-slider-wrap {
  position: relative;
  margin-bottom: 90px;
}

/* line 7572, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-slider-circle {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 7576, app/assets/stylesheets/renewal_designs/object/project/_top.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 7587, app/assets/stylesheets/renewal_designs/object/project/_top.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 7600, app/assets/stylesheets/renewal_designs/object/project/_top.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 7612, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-slider img {
  margin: auto;
  max-width: 450px;
}

/* line 7616, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-slider .slick-dots li {
  width: 64px;
  height: 12px;
}

/* line 7619, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-slider .slick-dots li button {
  width: 64px;
  height: 12px;
}

/* line 7622, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-slider .slick-dots li button::before {
  width: 64px;
  height: 12px;
  background: #000;
}

@media (max-width: 768px) {
  /* line 7630, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-slider-wrap {
    margin-bottom: 60px;
  }
  /* line 7633, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-slider-circle {
    top: 20px;
  }
  /* line 7635, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-slider-circle-new {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 56px;
  }
  /* line 7642, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-slider-circle-popular {
    width: 56px;
    height: 56px;
    border: 2px solid #1992eb;
    font-size: 15px;
    line-height: 20px;
  }
  /* line 7649, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-slider-circle-recommend {
    width: 56px;
    height: 56px;
    font-size: 12px;
    line-height: 56px;
  }
  /* line 7655, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-slider-circle img {
    width: 52px;
    height: 52px;
  }
  /* line 7660, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-slider img {
    max-width: 200px;
    max-height: 200px;
  }
  /* line 7664, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-slider .slick-dots li {
    width: 28px;
    height: 5px;
  }
  /* line 7667, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-slider .slick-dots li button {
    width: 28px;
    height: 5px;
  }
  /* line 7670, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-slider .slick-dots li button::before {
    width: 28px;
    height: 5px;
  }
}

/* line 7678, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 7680, app/assets/stylesheets/renewal_designs/object/project/_top.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 7684, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-price dl:not(:last-child) {
  margin-right: 30px;
}

/* line 7688, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-price dt {
  font-size: 22px;
  border: 1px solid #2a3b4c;
  padding: 5px 10px;
}

/* line 7693, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-price dd {
  font-size: 33px;
  margin-left: 10px;
  font-weight: bold;
}

/* line 7697, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-price dd > sup {
  font-size: 10px;
}

/* line 7701, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-price-note {
  font-size: 19px;
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 7708, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-price dl:not(:last-child) {
    margin-right: 10px;
  }
  /* line 7712, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-price dt {
    font-size: 10px;
    padding: 5px 5px;
  }
  /* line 7716, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-price dd {
    font-size: 14px;
    margin-left: 5px;
  }
  /* line 7720, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-price-note {
    font-size: 10px;
    margin-bottom: 15px;
  }
}

/* line 7726, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-h4 {
  font-size: 53px;
  margin-bottom: 30px;
}

/* line 7729, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-h4 img {
  max-width: 80%;
}

@media (max-width: 768px) {
  /* line 7726, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-h4 {
    font-size: 22px;
  }
}

/* line 7736, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-present {
  background: #ffff00;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* line 7742, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-present > span {
  font-size: 56px;
  color: #ff0000;
}

@media (max-width: 768px) {
  /* line 7736, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-present {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  /* line 7750, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-present > span {
    font-size: 25px;
    color: #ff0000;
  }
}

/* line 7756, app/assets/stylesheets/renewal_designs/object/project/_top.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 7760, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-detail-item {
  width: 25%;
  border-left: 1px solid #2a3b4c;
  padding: 0 30px;
}

/* line 7764, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-detail-item:last-child {
  border-right: 1px solid #2a3b4c;
}

/* line 7768, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-detail-head {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 7773, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-detail-content {
  display: grid;
  place-items: center;
  height: 120px;
}

/* line 7778, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-detail-line {
  margin-bottom: 10px;
  background: #2a3b4c;
  color: #fff;
  font-size: 22px;
  width: 100%;
}

/* line 7784, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-detail-line-gray {
  background: #8d969f;
}

/* line 7788, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-detail-speed {
  font-size: 37px;
  font-weight: bold;
}

/* line 7791, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-detail-speed > span {
  font-size: 23px;
  position: relative;
  padding-top: 40px;
  display: block;
}

/* line 7796, app/assets/stylesheets/renewal_designs/object/project/_top.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 7809, app/assets/stylesheets/renewal_designs/object/project/_top.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 7817, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-detail-connect > span {
  font-size: 14px;
}

/* line 7820, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-detail-connect-head {
  font-size: 14px;
  display: block;
  margin: 5px 0 -20px;
}

/* line 7825, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-detail-connect-bottom {
  font-size: 23px;
}

/* line 7827, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-detail-connect-bottom > em {
  font-size: 29px;
  font-style: initial;
}

/* line 7833, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-detail-weight {
  font-size: 38px;
  font-weight: bold;
  position: relative;
  padding-bottom: 70px;
}

/* line 7838, app/assets/stylesheets/renewal_designs/object/project/_top.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 7756, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-detail {
    margin-bottom: 30px;
  }
  /* line 7852, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-detail-item {
    padding: 0 5px;
  }
  /* line 7855, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-detail-head {
    font-size: 11px;
    margin-bottom: 10px;
  }
  /* line 7859, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-detail-content {
    height: 60px;
  }
  /* line 7862, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-detail-line {
    margin-bottom: 5px;
    font-size: 10px;
  }
  /* line 7866, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-detail-speed {
    font-size: 16px;
  }
  /* line 7868, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-detail-speed > span {
    font-size: 10px;
    padding-top: 25px;
  }
  /* line 7871, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-detail-speed > span::before {
    width: 20px;
    height: 14px;
    top: 5px;
  }
  /* line 7878, app/assets/stylesheets/renewal_designs/object/project/_top.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 7885, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-detail-connect > span {
    font-size: 10px;
  }
  /* line 7888, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-detail-connect-head {
    font-size: 10px;
    margin: 0px 0 -5px;
  }
  /* line 7892, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-detail-connect-bottom {
    font-size: 10px;
  }
  /* line 7894, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-detail-connect-bottom > em {
    font-size: 15px;
  }
  /* line 7899, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-detail-weight {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
  }
  /* line 7904, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-detail-weight::before {
    width: 27px;
    height: 28px;
  }
}

/* line 7911, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-text {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 7911, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-text {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

/* line 7920, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-h3 {
  font-size: 35px;
  color: #1992eb;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 7920, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

/* line 7930, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-btn {
  margin-bottom: 30px;
}

/* line 7935, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2 {
  text-align: center;
  padding: 70px 15px 100px;
  background: #ceefff;
}

@media (max-width: 768px) {
  /* line 7935, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2 {
    padding: 35px 15px;
  }
}

/* line 7942, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-h2 {
  font-size: 50px;
  margin-bottom: 50px;
}

/* line 7945, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-h2 > span {
  font-size: 41px;
  display: block;
  color: #1992EB;
  margin-top: 20px;
}

@media (max-width: 768px) {
  /* line 7942, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  /* line 7954, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-h2 > span {
    font-size: 18px;
    margin-top: 10px;
  }
}

/* line 7960, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-h3 {
  font-size: 35px;
  color: #1992eb;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 7960, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

/* line 7970, app/assets/stylesheets/renewal_designs/object/project/_top.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 7976, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-head-item {
  width: 45%;
}

/* line 7979, app/assets/stylesheets/renewal_designs/object/project/_top.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 7988, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-head-text {
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  /* line 7970, app/assets/stylesheets/renewal_designs/object/project/_top.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 7998, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-head-item {
    width: 45%;
  }
  /* line 8001, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-head-h3 {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 9px;
  }
  /* line 8007, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-head-text {
    font-size: 10px;
    margin-bottom: 10px;
  }
}

/* line 8013, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-bnr {
  margin: 50px auto 80px;
  width: 800px;
  max-width: 100%;
}

@media (max-width: 768px) {
  /* line 8013, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-bnr {
    margin: 30px auto 50px;
  }
}

/* line 8021, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-bnr2 {
  text-align: center;
  margin: 0px auto 20px;
}

/* line 8024, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-bnr2 img {
  margin: auto;
}

@media (max-width: 768px) {
  /* line 8021, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-bnr2 {
    margin: 10px auto 20px;
  }
}

/* line 8033, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-wrap.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

/* line 8036, app/assets/stylesheets/renewal_designs/object/project/_top.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 8046, app/assets/stylesheets/renewal_designs/object/project/_top.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 8058, app/assets/stylesheets/renewal_designs/object/project/_top.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 8063, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-wrap .slick-prev {
  left: calc(50vw - 450px);
}

/* line 8065, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-wrap .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 8070, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-wrap .slick-next {
  right: calc(50vw - 450px);
}

/* line 8072, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-wrap .slick-next:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 15px;
}

/* line 8077, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-wrap > .slick-dots {
  bottom: -75px;
}

/* line 8080, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-wrap > .slick-dots li:only-child {
  display: none;
}

/* line 8084, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-wrap > .slick-dots li.slick-active button {
  background: #1992eb;
}

/* line 8088, app/assets/stylesheets/renewal_designs/object/project/_top.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 8098, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-wrap.slick-dotted.slick-slider {
    margin-bottom: 40px;
  }
  /* line 8101, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-wrap .slick-prev,
.bl-5g-device2-wrap .slick-next {
    width: 26px;
    height: 26px;
  }
  /* line 8105, app/assets/stylesheets/renewal_designs/object/project/_top.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 8113, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-wrap .slick-prev {
    left: calc(50vw - 195px);
  }
  /* line 8115, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-wrap .slick-prev:before {
    left: 5px;
  }
  /* line 8119, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-wrap .slick-next {
    right: calc(50vw - 195px);
  }
  /* line 8121, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-wrap .slick-next:before {
    right: 5px;
  }
  /* line 8125, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-wrap > .slick-dots {
    bottom: -40px;
  }
  /* line 8128, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-wrap > .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 2px #acacac solid;
  }
}

/* line 8138, app/assets/stylesheets/renewal_designs/object/project/_top.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 8138, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-unit {
    border-radius: 10px;
    padding: 20px 20px;
  }
}

/* line 8151, app/assets/stylesheets/renewal_designs/object/project/_top.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 8151, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 8158, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-col {
  width: 49.5%;
}

@media (max-width: 768px) {
  /* line 8158, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-col {
    width: 100%;
  }
}

/* line 8164, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-col + .bl-5g-device2-col {
  padding-top: 6rem;
}

@media (max-width: 768px) {
  /* line 8164, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-col + .bl-5g-device2-col {
    padding-top: 0;
  }
}

/* line 8171, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-lead {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 8171, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-lead {
    font-size: 13px;
    margin-bottom: 0px;
  }
}

/* line 8179, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-lead--car {
  font-size: 22px;
}

@media (max-width: 768px) {
  /* line 8179, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-lead--car {
    font-size: 13px;
  }
}

/* line 8187, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-slider-wrap {
  position: relative;
  margin-bottom: 45px;
}

/* line 8191, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-slider-wrap--no-slider img {
  margin: auto;
}

/* line 8196, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-slider-circle {
  position: absolute;
  left: -15px;
  top: 0px;
}

/* line 8200, app/assets/stylesheets/renewal_designs/object/project/_top.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 8211, app/assets/stylesheets/renewal_designs/object/project/_top.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 8225, app/assets/stylesheets/renewal_designs/object/project/_top.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 8237, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-slider img {
  margin: auto;
  max-width: 70%;
}

/* line 8242, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-slider .slick-dots li {
  width: 64px;
  height: 12px;
}

/* line 8245, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-slider .slick-dots li button {
  width: 64px;
  height: 12px;
}

/* line 8248, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-slider .slick-dots li button::before {
  width: 64px;
  height: 12px;
  background: #000;
}

@media (max-width: 768px) {
  /* line 8256, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-slider-wrap {
    margin-bottom: 35px;
  }
  /* line 8259, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-slider-circle {
    top: 0px;
    left: 0px;
  }
  /* line 8262, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-slider-circle-new {
    width: 41px;
    height: 41px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 41px;
  }
  /* line 8269, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-slider-circle-popular {
    width: 41px;
    height: 41px;
    border: 2px solid #1992eb;
    font-size: 10px;
    line-height: 20px;
  }
  /* line 8276, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-slider-circle-recommend {
    width: 41px;
    height: 41px;
    font-size: 10px;
    line-height: 41px;
  }
  /* line 8282, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-slider-circle img {
    width: 52px;
    height: 52px;
  }
  /* line 8287, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-slider img {
    max-width: 200px;
    max-height: 200px;
  }
  /* line 8291, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-slider .slick-dots li {
    width: 28px;
    height: 5px;
  }
  /* line 8294, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-slider .slick-dots li button {
    width: 28px;
    height: 5px;
  }
  /* line 8297, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-slider .slick-dots li button::before {
    width: 28px;
    height: 5px;
  }
}

/* line 8305, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

/* line 8308, app/assets/stylesheets/renewal_designs/object/project/_top.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 8312, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-price dl:not(:last-child) {
  margin-right: 30px;
}

/* line 8316, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-price dt {
  font-size: 12px;
  border: 1px solid #2a3b4c;
  padding: 5px 10px;
}

/* line 8321, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-price dd {
  font-size: 18px;
  margin-left: 10px;
  font-weight: bold;
}

/* line 8325, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-price dd > sup {
  font-size: 10px;
}

/* line 8328, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-price dd > span {
  color: #ff5865;
}

/* line 8332, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-price-note {
  font-size: 19px;
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 8305, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-price {
    margin-bottom: 0px;
  }
  /* line 8340, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-price dl:not(:last-child) {
    margin-right: 10px;
  }
  /* line 8344, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-price dt {
    font-size: 9px;
    padding: 5px 5px;
  }
  /* line 8348, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-price dd {
    font-size: 12px;
    margin-left: 5px;
  }
  /* line 8352, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-price-note {
    font-size: 10px;
    margin-bottom: 15px;
  }
}

/* line 8358, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-h4 {
  font-size: 38px;
  margin-bottom: 20px;
}

/* line 8361, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-h4 img {
  max-width: 80%;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 8358, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

/* line 8370, app/assets/stylesheets/renewal_designs/object/project/_top.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 8370, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-h5 {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

/* line 8382, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-present {
  background: #ffff00;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* line 8388, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-present > span {
  font-size: 56px;
  color: #ff0000;
}

@media (max-width: 768px) {
  /* line 8382, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-present {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  /* line 8396, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-present > span {
    font-size: 25px;
    color: #ff0000;
  }
}

/* line 8402, app/assets/stylesheets/renewal_designs/object/project/_top.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: 10px;
}

/* line 8406, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-detail-item {
  width: 25%;
  padding: 0 10px;
}

/* line 8409, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-detail-item:nth-of-type(n+2) {
  border-left: 1px solid #2a3b4c;
}

/* line 8413, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-detail-head {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 8418, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-detail-content {
  display: grid;
  place-items: center;
}

/* line 8422, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-detail-line {
  margin-bottom: 5px;
  background: #2a3b4c;
  color: #fff;
  font-size: 12px;
  width: 100%;
  padding: 1px 0;
}

/* line 8429, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-detail-line-gray {
  background: #8d969f;
}

/* line 8433, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-detail-speed {
  font-size: 22px;
  font-weight: bold;
}

/* line 8436, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-detail-speed > span {
  font-size: 16px;
  position: relative;
  padding-top: 40px;
  display: block;
}

/* line 8441, app/assets/stylesheets/renewal_designs/object/project/_top.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 8454, app/assets/stylesheets/renewal_designs/object/project/_top.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 8462, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-detail-connect > span {
  font-size: 11px;
}

/* line 8465, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-detail-connect-head {
  font-size: 11px;
  display: block;
  margin: 5px 0 -15px;
}

/* line 8470, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-detail-connect-bottom {
  font-size: 17px;
}

/* line 8472, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-detail-connect-bottom > em {
  font-size: 21px;
  font-style: initial;
}

/* line 8478, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-detail-weight {
  font-size: 27px;
  font-weight: bold;
  position: relative;
  padding-bottom: 50px;
}

/* line 8483, app/assets/stylesheets/renewal_designs/object/project/_top.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;
}

/* line 8495, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-detail-connection {
  position: relative;
  padding-top: 40px;
  width: 100%;
}

/* line 8499, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-detail-connection > span {
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  z-index: 1;
  position: relative;
}

/* line 8506, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-detail-connection::before {
  content: "";
  background: url(/assets/5g_lp/svg/connection-6e3b8bf74b4912cff1e965353d0750d6ba9ba6983bf4e27a8446edf16e7c1de0.svg) no-repeat top 50% left 50%/contain;
  width: 82px;
  height: 72px;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 8402, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-detail {
    margin-bottom: 20px;
  }
  /* line 8520, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-detail-item {
    padding: 0 5px;
  }
  /* line 8523, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-detail-head {
    font-size: 10px;
    margin-bottom: 5px;
  }
  /* line 8529, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-detail-line {
    margin-bottom: 3px;
    font-size: 8px;
  }
  /* line 8533, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-detail-speed {
    font-size: 14px;
  }
  /* line 8535, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-detail-speed > span {
    font-size: 10px;
    padding-top: 25px;
  }
  /* line 8538, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-detail-speed > span::before {
    width: 20px;
    height: 14px;
    top: 5px;
  }
  /* line 8545, app/assets/stylesheets/renewal_designs/object/project/_top.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 8552, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-detail-connect > span {
    font-size: 10px;
  }
  /* line 8555, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-detail-connect-head {
    font-size: 10px;
    margin: 0px 0 -5px;
  }
  /* line 8559, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-detail-connect-bottom {
    font-size: 10px;
  }
  /* line 8561, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-detail-connect-bottom > em {
    font-size: 15px;
  }
  /* line 8566, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-detail-weight {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
  }
  /* line 8571, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-detail-weight::before {
    width: 27px;
    height: 28px;
  }
  /* line 8576, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-detail-connection {
    padding-top: 30px;
  }
  /* line 8578, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-detail-connection > span {
    font-size: 14px;
  }
  /* line 8581, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-detail-connection::before {
    width: 60px;
    height: 53px;
    top: 9px;
  }
}

/* line 8589, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

/* line 8593, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-recommend-content {
  width: 64%;
}

/* line 8596, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-recommend-img {
  width: 30%;
}

/* line 8599, app/assets/stylesheets/renewal_designs/object/project/_top.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 8607, app/assets/stylesheets/renewal_designs/object/project/_top.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 8617, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-recommend-text {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

/* line 8622, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-recommend-note {
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 8589, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-recommend {
    margin-bottom: 20px;
  }
  /* line 8629, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-recommend-headline {
    padding-left: 20px;
    margin-bottom: 5px;
    font-size: 11px;
  }
  /* line 8633, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-recommend-headline::before {
    width: 15px;
    height: 12px;
    top: 2px;
  }
  /* line 8639, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-recommend-text {
    font-size: 10px;
  }
  /* line 8642, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-recommend-note {
    font-size: 9px;
    margin-top: 10px;
  }
}

/* line 8648, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 8652, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-text > span {
  font-size: 15px;
}

@media (max-width: 768px) {
  /* line 8648, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-text {
    font-size: 12px;
    margin-bottom: 15px;
  }
  /* line 8658, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-text > span {
    font-size: 10px;
  }
}

/* line 8663, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-text2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}

/* line 8668, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-text2 > span {
  font-size: 15px;
}

@media (max-width: 768px) {
  /* line 8663, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-text2 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  /* line 8674, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-text2 > span {
    font-size: 10px;
  }
}

/* line 8679, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-note {
  font-size: 21px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 8679, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-note {
    font-size: 10px;
  }
}

/* line 8686, app/assets/stylesheets/renewal_designs/object/project/_top.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 8686, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-note2 {
    font-size: 10px;
    margin-bottom: 40px;
  }
}

/* line 8698, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-note3 {
  font-size: 14px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 8698, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-note3 {
    font-size: 9px;
    margin-bottom: 20px;
  }
}

/* line 8706, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-note4 {
  font-size: 18px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 8706, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-note4 {
    font-size: 9px;
  }
}

/* line 8713, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-btn {
  text-align: center;
}

@media (min-width: 769px) {
  /* line 8715, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-btn.sp {
    display: none;
  }
}

/* line 8720, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-btn img {
  margin: auto;
}

/* line 8724, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-btn2 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 8727, app/assets/stylesheets/renewal_designs/object/project/_top.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 8742, app/assets/stylesheets/renewal_designs/object/project/_top.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 8724, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-btn2 {
    margin-bottom: 20px;
  }
  /* line 8756, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-btn2 > a {
    width: 300px;
    height: 48px;
    line-height: 46px;
    font-size: 14px;
    border-radius: 24px;
  }
  /* line 8762, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-btn2 > a::after {
    width: 21px;
    height: 14px;
    right: 20px;
  }
}

/* line 8770, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-btn3 {
  text-align: center;
}

/* line 8772, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-btn3 > a {
  display: inline-block;
  width: 450px;
  max-width: 100%;
  border-radius: 50px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 7px 0 #a3a3a3;
          box-shadow: 0 7px 0 #a3a3a3;
  background: #ff5965;
  position: relative;
  text-decoration: none;
}

/* line 8787, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device2-btn3 > a::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 768px) {
  /* line 8772, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-btn3 > a {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    -webkit-box-shadow: 0 5px 0 #a3a3a3;
            box-shadow: 0 5px 0 #a3a3a3;
  }
  /* line 8806, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device2-btn3 > a::after {
    width: 15px;
    height: 15px;
    right: 20px;
  }
}

/* line 8818, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3 {
  background: #D8F6FF;
  padding: 80px 20px;
}

/* line 8821, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-h2 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
}

/* line 8826, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-h3 {
  text-align: center;
  font-weight: bold;
  font-size: 41px;
  color: #1992EB;
  margin-bottom: 20px;
}

/* line 8833, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-frame {
  background: #fff;
  border-radius: 25px;
  padding: 45px 20px;
  width: 980px;
  max-width: 100%;
  margin: 0 auto 60px;
}

/* line 8841, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-headline1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/* line 8847, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-headline2 {
  text-align: center;
  font-weight: bold;
  font-size: 41px;
  color: #1992EB;
  margin-bottom: 20px;
}

/* line 8854, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-name {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

/* line 8860, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-device {
  text-align: center;
  margin-bottom: 30px;
}

/* line 8864, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-btn1 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 8867, app/assets/stylesheets/renewal_designs/object/project/_top.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 8882, app/assets/stylesheets/renewal_designs/object/project/_top.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 8895, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-btn2 {
  text-align: center;
}

/* line 8898, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-img1 {
  margin-bottom: 30px;
  text-align: center;
}

/* line 8902, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-img2 {
  text-align: center;
}

/* line 8906, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-modal-table {
  width: 100%;
}

/* line 8908, app/assets/stylesheets/renewal_designs/object/project/_top.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 8914, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-modal-table th {
  background: #ECECEC;
}

/* line 8919, app/assets/stylesheets/renewal_designs/object/project/_top.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 8926, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-detail-item {
  width: 25%;
  padding: 0 10px;
}

/* line 8929, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-detail-item:nth-of-type(n+2) {
  border-left: 1px solid #2a3b4c;
}

/* line 8933, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-detail-head {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 8938, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-detail-content {
  display: grid;
  place-items: center;
  height: 120px;
}

/* line 8943, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-detail-line {
  margin-bottom: 10px;
  background: #2a3b4c;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 3px 0;
}

/* line 8950, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-detail-line-gray {
  background: #8d969f;
}

/* line 8954, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-detail-speed {
  font-size: 22px;
  font-weight: bold;
}

/* line 8957, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-detail-speed > span {
  font-size: 16px;
  position: relative;
  padding-top: 40px;
  display: block;
}

/* line 8962, app/assets/stylesheets/renewal_designs/object/project/_top.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 8975, app/assets/stylesheets/renewal_designs/object/project/_top.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 8983, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-detail-connect > span {
  font-size: 11px;
}

/* line 8986, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-detail-connect-head {
  font-size: 11px;
  display: block;
  margin: 5px 0 -15px;
}

/* line 8991, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-detail-connect-bottom {
  font-size: 17px;
}

/* line 8993, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-detail-connect-bottom > em {
  font-size: 21px;
  font-style: initial;
}

/* line 8999, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device3-detail-weight {
  font-size: 27px;
  font-weight: bold;
  position: relative;
  padding-bottom: 50px;
}

/* line 9004, app/assets/stylesheets/renewal_designs/object/project/_top.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 8818, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3 {
    padding: 30px 20px;
  }
  /* line 9019, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  /* line 9023, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-h3 {
    font-size: 19px;
    margin-bottom: 20px;
  }
  /* line 9027, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-frame {
    border-radius: 10px;
    padding: 20px 15px;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  /* line 9034, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-headline1 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  /* line 9038, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-headline2 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  /* line 9042, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-name {
    font-size: 20px;
    margin-bottom: 20px;
  }
  /* line 9046, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-device {
    margin-bottom: 20px;
  }
  /* line 9048, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-device img {
    width: 200px;
  }
  /* line 9052, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-btn1 {
    margin-bottom: 30px;
  }
  /* line 9054, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-btn1 > a {
    width: 250px;
    height: 48px;
    line-height: 46px;
    font-size: 14px;
    border-radius: 24px;
  }
  /* line 9060, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-btn1 > a::after {
    width: 21px;
    height: 14px;
    right: 20px;
  }
  /* line 9069, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-img1 {
    margin-bottom: 15px;
  }
  /* line 9076, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-modal-table th, .bl-5g-device3-modal-table td {
    font-size: 9px;
    padding: 3px 10px;
  }
  /* line 9085, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-detail-item {
    padding: 0 5px;
  }
  /* line 9088, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-detail-head {
    font-size: 8px;
    margin-bottom: 5px;
  }
  /* line 9092, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-detail-content {
    height: 53px;
  }
  /* line 9095, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-detail-line {
    margin-bottom: 3px;
    font-size: 8px;
    padding: -1px 0;
  }
  /* line 9100, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-detail-speed {
    font-size: 13px;
  }
  /* line 9102, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-detail-speed > span {
    font-size: 7px;
    padding-top: 23px;
  }
  /* line 9105, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-detail-speed > span::before {
    width: 20px;
    height: 14px;
    top: 5px;
  }
  /* line 9112, app/assets/stylesheets/renewal_designs/object/project/_top.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 9119, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-detail-connect > span {
    font-size: 7px;
  }
  /* line 9122, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-detail-connect-head {
    font-size: 10px;
    margin: 0px 0 -5px;
  }
  /* line 9126, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-detail-connect-bottom {
    font-size: 10px;
  }
  /* line 9128, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-detail-connect-bottom > em {
    font-size: 13px;
  }
  /* line 9133, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-detail-weight {
    font-size: 13px;
    padding-bottom: 26px;
  }
  /* line 9136, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device3-detail-weight::before {
    width: 23px;
    height: 24px;
  }
}

/* line 9146, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.cradle-x11-table {
  width: 100%;
  max-width: 660px;
  margin: 0 auto 20px;
  border: 1px solid #333;
}

/* line 9151, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.cradle-x11-table td, .cradle-x11-table th {
  border: 1px solid #333;
  padding: 20px;
}

/* line 9155, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.cradle-x11-table thead th {
  background: #00afdd;
  color: #fff;
  font-size: 24px;
}

/* line 9160, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.cradle-x11-table img {
  margin: auto;
  display: block;
  max-width: 100%;
}

/* line 9166, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.cradle-x11-table tbody th {
  font-size: 20px;
}

/* line 9169, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.cradle-x11-table tbody td {
  font-size: 17px;
}

/* line 9173, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.cradle-x11-table-large {
  font-size: 19px;
  margin-bottom: 10px;
}

/* line 9178, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.cradle-x11-note {
  width: 100%;
  max-width: 660px;
  margin: auto;
  font-size: 12px;
  color: #888;
}

@media screen and (max-width: 599px) {
  /* line 9187, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .cradle-x11-table td, .cradle-x11-table th {
    padding: 10px;
  }
  /* line 9190, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .cradle-x11-table thead th {
    font-size: 16px;
  }
  /* line 9193, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .cradle-x11-table img {
    margin: auto;
    display: block;
    max-width: 100%;
  }
  /* line 9199, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .cradle-x11-table tbody th {
    font-size: 15px;
  }
  /* line 9202, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .cradle-x11-table tbody td {
    font-size: 12px;
  }
  /* line 9206, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .cradle-x11-table-large {
    font-size: 14px;
    margin-bottom: 5px;
  }
  /* line 9211, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .cradle-x11-note {
    font-size: 10px;
  }
}

/* line 9220, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option {
  margin: auto;
  text-align: center;
  padding: 120px 0 0;
}

@media (max-width: 768px) {
  /* line 9220, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option {
    padding: 50px 0px 0;
  }
}

/* line 9227, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-h2 {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 9232, app/assets/stylesheets/renewal_designs/object/project/_top.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 9227, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-h2 {
    font-size: 26px;
    margin-bottom: 30px;
    padding-top: 55px;
  }
  /* line 9247, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-h2::before {
    width: 37px;
    height: 45px;
  }
}

/* line 9252, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-h2-2 {
  font-size: 50px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  /* line 9252, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-h2-2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

/* line 9261, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-h3 {
  font-size: 35px;
  color: #1992eb;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 9261, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/* line 9270, app/assets/stylesheets/renewal_designs/object/project/_top.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 9270, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-h4 {
    font-size: 17px;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 5px 0;
    width: 275px;
  }
}

/* line 9287, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-unit:not(:last-child) {
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  /* line 9287, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-unit:not(:last-child) {
    padding-bottom: 20px;
  }
}

/* line 9293, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-bg {
  background: #c5ecff;
  padding: 120px 0 50px;
}

@media (max-width: 768px) {
  /* line 9293, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-bg {
    padding: 40px 0 30px;
  }
}

/* line 9300, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-unit2 {
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 9300, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-unit2 {
    padding-bottom: 0px;
  }
}

/* line 9306, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-container {
  max-width: 800px;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 9306, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-container {
    padding: 0 15px;
  }
}

/* line 9313, app/assets/stylesheets/renewal_designs/object/project/_top.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 9313, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-head {
    font-size: 17px;
    border-radius: 6px;
    padding: 5px 5px;
    margin-bottom: 20px;
  }
}

/* line 9328, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-head-2 {
  background: #1992eb;
}

/* line 9332, app/assets/stylesheets/renewal_designs/object/project/_top.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 9345, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-head2 span {
  font-size: 44px;
}

@media (max-width: 768px) {
  /* line 9332, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-head2 {
    font-size: 11px;
    width: 56px;
    height: 56px;
    margin-top: -45px;
  }
  /* line 9353, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-head2 span {
    font-size: 19px;
  }
}

/* line 9358, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-img {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 9358, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-img {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/* line 9365, app/assets/stylesheets/renewal_designs/object/project/_top.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 9371, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-list li {
  width: 49%;
  position: relative;
  padding-left: 55px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 33px;
}

/* line 9378, app/assets/stylesheets/renewal_designs/object/project/_top.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 9365, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-list {
    margin: 0 auto 10px;
  }
  /* line 9390, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-list li {
    font-size: 14px;
    padding-left: 27px;
    margin-bottom: 10px;
  }
  /* line 9394, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-list li::before {
    width: 23px;
    height: 20px;
  }
}

/* line 9401, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-text1 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 9401, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-text1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* line 9411, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-note {
  text-align: left;
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
  font-size: 27px;
}

@media (max-width: 768px) {
  /* line 9411, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-note {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

/* line 9422, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-note2 {
  text-align: center;
  max-width: 800px;
  margin: auto;
  font-size: 24px;
}

@media (max-width: 768px) {
  /* line 9422, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-note2 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

/* line 9432, app/assets/stylesheets/renewal_designs/object/project/_top.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 9435, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-bnr {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 9435, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-bnr {
    margin-bottom: 20px;
    padding: 0 35px;
  }
}

/* line 9445, app/assets/stylesheets/renewal_designs/object/project/_top.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 9445, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-item {
    padding: 10px 5px;
    width: 275px;
    margin: auto;
    border-radius: 10px;
  }
}

/* line 9461, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-item:hover {
  color: inherit;
}

/* line 9464, app/assets/stylesheets/renewal_designs/object/project/_top.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 9464, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-item::after {
    width: 13px;
    height: 9px;
    right: 10px;
    bottom: 10px;
  }
}

/* line 9480, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-item--nolink::after {
  content: none;
}

/* line 9485, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-lead {
  font-size: 29px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #1992eb;
}

@media (max-width: 768px) {
  /* line 9485, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-lead {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

/* line 9495, app/assets/stylesheets/renewal_designs/object/project/_top.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 9499, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-logo {
  width: 17%;
  margin: auto;
  text-align: center;
  margin: 10px auto 0;
}

/* line 9504, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-logo img {
  margin: auto;
}

@media (max-width: 768px) {
  /* line 9499, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-logo {
    max-width: 100px;
  }
}

/* line 9511, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-right {
  width: 70%;
  text-align: left;
}

/* line 9515, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-name {
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  height: 3em;
}

@media (max-width: 768px) {
  /* line 9515, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-name {
    font-size: 13px;
    margin-bottom: 3px;
  }
}

/* line 9526, app/assets/stylesheets/renewal_designs/object/project/_top.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 9535, app/assets/stylesheets/renewal_designs/object/project/_top.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 9547, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-price em {
  font-size: 64px;
  font-style: normal;
}

/* line 9550, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-price em::before {
  content: "月額";
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
  vertical-align: middle;
  font-size: 26px;
}

/* line 9559, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-price2 {
  font-size: 24px;
  text-align: left;
  padding-left: 75px;
}

/* line 9564, app/assets/stylesheets/renewal_designs/object/project/_top.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 9575, app/assets/stylesheets/renewal_designs/object/project/_top.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 9584, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-price3 em {
  font-size: 88px;
  font-style: normal;
  color: #ff5865;
}

/* line 9588, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-price3 em > span {
  font-size: 45px;
}

/* line 9593, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-price4 {
  font-size: 24px;
  margin-bottom: 20px;
}

/* line 9597, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-price5 {
  font-size: 22px;
  color: #ff5865;
  width: 262px;
  text-align: center;
  font-weight: bold;
}

/* line 9604, app/assets/stylesheets/renewal_designs/object/project/_top.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 9612, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-price-note {
  font-size: 22px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 9526, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-price {
    font-size: 13px;
  }
  /* line 9618, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-price em {
    font-size: 25px;
  }
  /* line 9620, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-price em::before {
    margin-right: 6px;
    font-size: 13px;
  }
  /* line 9625, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-price2 {
    font-size: 11px;
    padding-left: 40px;
  }
  /* line 9629, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-price3 {
    font-size: 14px;
    padding-left: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  /* line 9634, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-price3::before {
    width: 18px;
    height: 19px;
    bottom: 4px;
  }
  /* line 9639, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-price3 em {
    font-size: 38px;
  }
  /* line 9641, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-price3 em > span {
    font-size: 20px;
  }
  /* line 9646, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-price4 {
    font-size: 10px;
    margin-bottom: 10px;
  }
  /* line 9650, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-price5 {
    font-size: 9.5px;
    width: 110px;
  }
  /* line 9654, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-price6 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 9658, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-price-note {
    font-size: 10px;
  }
}

/* line 9663, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-table {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
}

/* line 9667, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-table th,
.bl-5g-option-table td {
  padding: 20px;
  border: 2px solid #c6c6c6;
}

/* line 9672, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-table th {
  width: 35%;
  vertical-align: top;
}

/* line 9677, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-table ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  list-style-type: disc;
}

/* line 9682, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-table ul + p {
  margin-top: 15px;
  font-size: 14px;
}

@media (max-width: 768px) {
  /* line 9688, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-table th,
.bl-5g-option-table td {
    padding: 10px;
  }
  /* line 9692, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-table th {
    width: 35%;
  }
  /* line 9697, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-table ul {
    margin-left: 20px;
  }
  /* line 9699, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-table ul + p {
    font-size: 12px;
  }
}

/* line 9706, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-slider-item {
  margin: 0 15px 0px;
}

/* line 9710, app/assets/stylesheets/renewal_designs/object/project/_top.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 9720, app/assets/stylesheets/renewal_designs/object/project/_top.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 9732, app/assets/stylesheets/renewal_designs/object/project/_top.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 9737, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-slider .slick-prev {
  left: calc(50vw - 420px);
}

/* line 9739, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-slider .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 9744, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-option-slider .slick-next {
  right: calc(50vw - 420px);
}

/* line 9746, app/assets/stylesheets/renewal_designs/object/project/_top.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 9753, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-slider-item {
    margin: 0 7px 0px;
  }
  /* line 9756, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-slider .slick-prev,
.bl-5g-option-slider .slick-next {
    width: 32px;
    height: 32px;
  }
  /* line 9761, app/assets/stylesheets/renewal_designs/object/project/_top.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 9769, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-slider .slick-prev {
    left: calc(50vw - 180px);
  }
  /* line 9771, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-slider .slick-prev:before {
    left: 5px;
  }
  /* line 9775, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-slider .slick-next {
    right: calc(50vw - 180px);
  }
  /* line 9777, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-option-slider .slick-next:before {
    right: 5px;
  }
}

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

@media (min-width: 576px) {
  /* line 9787, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-head {
    font-size: 35px;
  }
}

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

/* line 9807, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-hero img {
  vertical-align: bottom;
  max-width: 100%;
}

/* line 9813, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-wrap {
  border: 6px solid #043786;
}

/* line 9817, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-body {
  padding: 20px;
  background-color: #d6efff;
}

@media (min-width: 576px) {
  /* line 9817, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-body {
    padding: 40px;
  }
}

/* line 9825, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-body-txt {
  margin-top: 20px;
  font-size: 14px;
  color: #484848;
  font-weight: normal;
}

/* line 9832, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-body-txt2 {
  margin-top: 20px;
  font-size: 8px;
  color: #484848;
}

@media (min-width: 576px) {
  /* line 9832, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-body-txt2 {
    font-size: 14px;
  }
}

/* line 9841, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-body .text-red {
  color: red;
}

/* line 9846, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-body-frame + .opt2-info-body-frame {
  margin-top: 70px;
}

/* line 9849, app/assets/stylesheets/renewal_designs/object/project/_top.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 9858, app/assets/stylesheets/renewal_designs/object/project/_top.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 9864, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-body-frame-content {
  width: 85%;
}

/* line 9867, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-body-frame-text {
  font-size: 19px;
  margin-bottom: 5px;
}

/* line 9870, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-body-frame-text a {
  color: #00afdd;
}

/* line 9874, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-body-frame-img {
  width: 13%;
}

/* line 9877, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-body-frame-note {
  font-size: 16px;
}

/* line 9880, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-body-frame-content2 {
  background: #fff;
  padding: 20px 40px;
  text-align: left;
  line-height: 1.9;
  font-weight: normal;
}

/* line 9887, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-body-frame-headline {
  font-size: 21px;
}

/* line 9889, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-body-frame-headline:not(:first-child) {
  margin-top: 30px;
}

@media (max-width: 767px) {
  /* line 9894, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-body-frame-head {
    font-size: 18px;
    padding: 5px 10px;
    margin-top: 20px;
  }
  /* line 9899, app/assets/stylesheets/renewal_designs/object/project/_top.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 9903, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-body-frame-content {
    width: 100%;
  }
  /* line 9906, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-body-frame-text {
    font-size: 15px;
    margin-bottom: 5px;
  }
  /* line 9910, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-body-frame__text2 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  /* line 9914, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-body-frame-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 9919, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-body-frame-note {
    font-size: 10px;
  }
  /* line 9922, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-body-frame-content2 {
    padding: 20px 20px;
  }
  /* line 9925, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-body-frame-headline {
    font-size: 15px;
  }
  /* line 9927, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-body-frame-headline:not(:first-child) {
    margin-top: 20px;
  }
}

/* line 9936, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-table {
  background-color: #ffffff;
  font-size: 13px;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 9936, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-table {
    font-size: 14px;
  }
}

/* line 9945, app/assets/stylesheets/renewal_designs/object/project/_top.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%;
  font-weight: normal;
}

@media (min-width: 576px) {
  /* line 9945, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-table th, .opt2-info-table td {
    display: table-cell;
    width: auto;
    border: 3px solid #d6efff;
  }
}

/* line 9959, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-table th.text-bold, .opt2-info-table td.text-bold {
  font-weight: 600;
}

@media (min-width: 576px) {
  /* line 9959, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-table th.text-bold, .opt2-info-table td.text-bold {
    font-weight: normal;
  }
}

/* line 9968, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-table th {
  text-align: left;
  background-color: #043786;
  color: #ffffff;
  font-weight: 600;
}

@media (min-width: 576px) {
  /* line 9968, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-table th {
    background-color: transparent;
    color: #333333;
    width: 14em;
  }
}

/* line 9982, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-table--2 thead th, .opt2-info-table--2 thead td {
  background: #F4F4F4;
}

/* line 9986, app/assets/stylesheets/renewal_designs/object/project/_top.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: 576px) {
  /* line 9986, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-table--2 th, .opt2-info-table--2 td {
    padding: 10px;
    font-size: 14px;
  }
}

/* line 10002, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-spotList li {
  display: inline-block;
  margin-bottom: 10px;
  width: 5em;
  text-align: center;
}

@media (min-width: 576px) {
  /* line 10002, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-spotList li {
    width: 150px;
  }
}

/* line 10013, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.opt2-info-spotList img {
  display: block;
  margin: 0 auto;
  width: 50px;
}

@media (min-width: 576px) {
  /* line 10013, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .opt2-info-spotList img {
    width: auto;
  }
}

/* line 10028, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area {
  max-width: 800px;
  margin: auto;
  text-align: center;
  padding: 70px 0 0;
}

@media (max-width: 768px) {
  /* line 10028, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area {
    padding: 50px 10px 0;
  }
}

/* line 10036, app/assets/stylesheets/renewal_designs/object/project/_top.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 10036, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-head {
    font-size: 17px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 15px;
  }
}

/* line 10054, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-h2 {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 10059, app/assets/stylesheets/renewal_designs/object/project/_top.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 10070, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-h2-2 {
  font-size: 50px;
  margin-bottom: 50px;
  position: relative;
  font-weight: bold;
}

/* line 10076, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-h2-3 {
  font-size: 40px;
  margin-bottom: 50px;
  color: #264F90;
  position: relative;
}

@media (max-width: 768px) {
  /* line 10054, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-h2 {
    font-size: 26px;
    margin-bottom: 30px;
    padding-top: 55px;
  }
  /* line 10086, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-h2::before {
    width: 44px;
    height: 44px;
  }
  /* line 10090, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-h2-2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  /* line 10094, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-h2-3 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

/* line 10100, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-h3 {
  font-size: 39px;
  padding: 10px;
  margin: 0 auto 30px;
  text-align: center;
  color: #1992EB;
}

@media (max-width: 768px) {
  /* line 10100, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-h3 {
    font-size: 17px;
    margin-bottom: 0px;
  }
}

/* line 10111, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-lead {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 10111, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-lead {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/* line 10121, app/assets/stylesheets/renewal_designs/object/project/_top.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 10121, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-wrap {
    margin-bottom: 10px;
  }
}

/* line 10129, app/assets/stylesheets/renewal_designs/object/project/_top.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 10136, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-item {
  width: 45%;
}

/* line 10139, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-square {
  width: 31px;
  height: 31px;
  margin: 5px 14px 5px 0;
  display: inline-block;
  vertical-align: middle;
}

/* line 10145, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-square--red {
  background: #fd8b8f;
}

/* line 10148, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-square--orange {
  background: #FEC76D;
}

/* line 10151, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-square--yellow {
  background: #FFEF81;
}

@media (max-width: 768px) {
  /* line 10139, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-square {
    width: 20px;
    height: 20px;
    margin: 4px 7px 4px 0;
  }
}

/* line 10163, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-img {
  margin-bottom: 20px;
}

/* line 10165, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-img2 {
  position: relative;
}

/* line 10167, app/assets/stylesheets/renewal_designs/object/project/_top.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 10163, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-img {
    margin-bottom: 10px;
  }
  /* line 10181, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-img2::before {
    width: 20px;
    height: 15px;
    left: -27px;
  }
}

/* line 10189, app/assets/stylesheets/renewal_designs/object/project/_top.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 10189, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-num {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    margin: 0 auto 10px;
  }
}

/* line 10207, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-text {
  font-size: 23px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 10207, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-text {
    font-size: 12px;
  }
}

/* line 10214, app/assets/stylesheets/renewal_designs/object/project/_top.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 10214, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-text1 {
    font-size: 14px;
    margin: 0 auto 15px;
  }
}

/* line 10225, app/assets/stylesheets/renewal_designs/object/project/_top.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 10225, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-text2 {
    font-size: 12px;
    margin: 0 auto 15px;
  }
}

/* line 10236, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-btn {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 10236, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-btn {
    margin-bottom: 30px;
  }
}

/* line 10242, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-frame {
  background: #eef9ff;
  padding: 20px;
  max-width: 800px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 23px;
}

/* line 10249, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-frame--2 {
  padding: 60px 85px;
}

/* line 10252, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-frame-title {
  font-weight: bold;
  font-size: 43px;
  text-align: center;
}

/* line 10257, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-frame-img {
  text-align: center;
  margin-bottom: 10px;
}

/* line 10261, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-frame-text {
  font-size: 34px;
}

/* line 10264, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-frame-list {
  text-align: left;
  margin: 30px 0 10px;
}

/* line 10267, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-frame-list li {
  padding-left: 50px;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}

/* line 10273, app/assets/stylesheets/renewal_designs/object/project/_top.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 10282, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-frame-list li span {
  color: #ff5865;
}

/* line 10287, app/assets/stylesheets/renewal_designs/object/project/_top.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 10302, app/assets/stylesheets/renewal_designs/object/project/_top.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 10313, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-frame-btn:hover {
  color: #fff;
  text-decoration: none;
}

/* line 10317, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-frame-btn:focus {
  outline: 0;
  text-decoration: none;
  color: #fff;
}

/* line 10323, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-frame-note {
  font-size: 19px;
}

@media (max-width: 768px) {
  /* line 10242, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-frame {
    padding: 15px;
  }
  /* line 10328, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-frame--2 {
    padding: 25px 40px;
  }
  /* line 10331, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-frame-title {
    font-size: 19px;
  }
  /* line 10335, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-frame-img img {
    width: 240px;
  }
  /* line 10339, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-frame-text {
    font-size: 15px;
  }
  /* line 10342, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-frame-list {
    margin: 30px 0 10px;
  }
  /* line 10344, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-frame-list li {
    padding-left: 25px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  /* line 10348, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-frame-list li::before {
    width: 19px;
    height: 16px;
  }
  /* line 10354, app/assets/stylesheets/renewal_designs/object/project/_top.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 10362, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-frame-btn::after {
    width: 7px;
    height: 7px;
    right: 15px;
  }
  /* line 10368, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-frame-note {
    font-size: 10px;
  }
}

/* line 10373, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-note {
  max-width: 800px;
  margin: auto;
  font-size: 17px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 10373, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-note {
    font-size: 10px;
    padding: 0 10px;
  }
}

/* line 10383, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-note2 {
  font-size: 18px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 10383, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-note2 {
    font-size: 12px;
  }
}

/* line 10390, app/assets/stylesheets/renewal_designs/object/project/_top.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 10395, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-btn-left {
  width: 40%;
  padding: 10px 0;
  padding-right: 2%;
  border-right: 1px solid #2A3B4C;
}

/* line 10401, app/assets/stylesheets/renewal_designs/object/project/_top.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 10409, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-btn2 {
  width: 48%;
}

/* line 10412, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-btn3 {
  width: 48%;
}

@media (max-width: 768px) {
  /* line 10390, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
  }
  /* line 10418, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-btn-left {
    width: 80%;
    padding-right: 0%;
    border-right: 0;
  }
  /* line 10423, app/assets/stylesheets/renewal_designs/object/project/_top.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 10431, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-btn2 {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 10435, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-btn3 {
    width: 100%;
  }
}

/* line 10442, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.section-area .iframe-block {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width: 800px;
  width: 100%;
}

/* line 10451, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.section-area iframe {
  border: 0;
  width: 720px;
  max-width: 100%;
  height: 700px;
}

@media (max-width: 768px) {
  /* line 10451, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .section-area iframe {
    height: 500px;
  }
}

/* line 10461, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.section-area .cf-block {
  margin-top: 20px;
  font-size: 10px;
  font-size: 1rem;
}

/* line 10467, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.section-area .button-block {
  text-align: center;
}

/* line 10471, app/assets/stylesheets/renewal_designs/object/project/_top.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 10486, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.section-area .button-block a.button-area:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

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

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

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

@media (min-width: 600px) {
  /* line 10509, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .section-area .iframe-block {
    display: block;
  }
  /* line 10513, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .section-area .button-block {
    display: none;
  }
  /* line 10517, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .section-area .cf-block {
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    font-size: 1.6rem;
  }
}

/* line 10525, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal {
  width: 100%;
  max-width: 630px;
  margin: auto;
}

/* line 10529, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-headline1 {
  font-size: 53px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

/* line 10535, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-headline2 {
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

/* line 10541, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-text1 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

/* line 10547, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-frame {
  border: 3px solid #0080FF;
  padding: 40px 20px 20px;
  position: relative;
  margin-bottom: 80px;
}

/* line 10552, app/assets/stylesheets/renewal_designs/object/project/_top.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 10562, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-frame-head-text {
  background: #0080FF;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 2px 20px 2px 10px;
}

/* line 10569, app/assets/stylesheets/renewal_designs/object/project/_top.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 10583, app/assets/stylesheets/renewal_designs/object/project/_top.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 10586, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-frame-wrap1-img {
  width: 27%;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 10591, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-frame-wrap1-text {
  font-size: 21px;
  font-weight: bold;
}

/* line 10596, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-frame-text {
  font-size: 29px;
  color: #0080FF;
  font-weight: bold;
  margin: 20px 0;
}

/* line 10602, app/assets/stylesheets/renewal_designs/object/project/_top.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 10605, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-frame-wrap2-text {
  font-size: 21px;
  font-weight: bold;
  margin-right: 15px;
}

/* line 10610, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-frame-wrap2-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 10615, app/assets/stylesheets/renewal_designs/object/project/_top.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 10619, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-wrap-content {
  width: 66%;
}

/* line 10622, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-wrap-img {
  width: 27%;
}

/* line 10625, app/assets/stylesheets/renewal_designs/object/project/_top.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 10631, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-wrap-point > span:first-child {
  background: #0080FF;
  color: #fff;
  padding: 1px 14px 1px 10px;
  letter-spacing: .1em;
}

/* line 10637, app/assets/stylesheets/renewal_designs/object/project/_top.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 10651, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-wrap-headline {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 10656, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-wrap-text {
  font-size: 19px;
  font-weight: 500;
}

/* line 10661, app/assets/stylesheets/renewal_designs/object/project/_top.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 10665, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-wrap2-item {
  width: 30%;
}

/* line 10668, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-wrap2-step {
  margin-bottom: 10px;
}

/* line 10671, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-wrap2-headline {
  font-size: 24px;
  font-weight: bold;
  min-height: 3em;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* line 10678, app/assets/stylesheets/renewal_designs/object/project/_top.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 10683, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-wrap2-img img {
  max-height: 100%;
}

/* line 10687, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-wrap2-text {
  font-size: 20px;
  font-weight: 500;
}

/* line 10692, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-support-modal-btn {
  text-align: center;
}

/* line 10694, app/assets/stylesheets/renewal_designs/object/project/_top.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 10709, app/assets/stylesheets/renewal_designs/object/project/_top.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 10723, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-headline1 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  /* line 10727, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-headline2 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  /* line 10731, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-text1 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  /* line 10735, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-frame {
    border-width: 2px;
    padding: 20px 15px 15px;
    margin-bottom: 50px;
  }
  /* line 10740, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-frame-head-text {
    font-size: 12px;
    padding: 2px 10px 2px 5px;
  }
  /* line 10744, app/assets/stylesheets/renewal_designs/object/project/_top.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 10753, app/assets/stylesheets/renewal_designs/object/project/_top.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 10756, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-frame-wrap1-img {
    width: 27%;
    margin-right: 8px;
  }
  /* line 10760, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-frame-wrap1-text {
    font-size: 10px;
  }
  /* line 10764, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-frame-text {
    font-size: 14px;
    margin: 10px 0;
  }
  /* line 10769, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-frame-wrap2-text {
    font-size: 10px;
    margin-right: 8px;
  }
  /* line 10773, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-frame-wrap2-img {
    width: 25%;
  }
  /* line 10778, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-wrap {
    margin-bottom: 20px;
  }
  /* line 10780, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-wrap-point {
    font-size: 8px;
  }
  /* line 10783, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-wrap-point > span:first-child {
    padding: 1px 7px 1px 5px;
  }
  /* line 10786, app/assets/stylesheets/renewal_designs/object/project/_top.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 10796, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-wrap-headline {
    font-size: 15px;
    margin-bottom: 5px;
  }
  /* line 10800, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-wrap-text {
    font-size: 10px;
  }
  /* line 10804, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-wrap2 {
    margin-bottom: 30px;
  }
  /* line 10806, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-wrap2-item {
    width: 29%;
  }
  /* line 10809, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-wrap2-step {
    margin-bottom: 5px;
  }
  /* line 10812, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-wrap2-headline {
    font-size: 11px;
    margin-bottom: 10px;
  }
  /* line 10816, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-wrap2-img {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) and (max-width: 430px) {
  /* line 10816, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-wrap2-img {
    height: 65px;
  }
}

@media (max-width: 768px) {
  /* line 10823, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-wrap2-text {
    font-size: 10px;
  }
  /* line 10827, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-support-modal-btn {
    text-align: center;
  }
  /* line 10829, app/assets/stylesheets/renewal_designs/object/project/_top.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 10836, app/assets/stylesheets/renewal_designs/object/project/_top.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 10851, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow {
  max-width: 860px;
  margin: auto;
  text-align: center;
  padding: 70px 0 0;
}

@media (max-width: 768px) {
  /* line 10851, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow {
    padding: 0px 10px;
  }
}

/* line 10859, app/assets/stylesheets/renewal_designs/object/project/_top.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 10859, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow-frame {
    padding: 15px;
    margin: 0 10px 10px;
  }
}

/* line 10871, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow-h2 {
  font-size: 50px;
  margin-bottom: 20px;
  padding-top: 120px;
  position: relative;
}

/* line 10876, app/assets/stylesheets/renewal_designs/object/project/_top.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 10871, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow-h2 {
    font-size: 25px;
    margin-bottom: 30px;
    padding-top: 55px;
  }
  /* line 10891, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow-h2::before {
    width: 44px;
    height: 44px;
  }
}

/* line 10897, app/assets/stylesheets/renewal_designs/object/project/_top.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 10897, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow-wrap {
    margin-bottom: 30px;
  }
}

/* line 10908, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow-item {
  width: 29%;
}

/* line 10911, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow-img {
  margin-bottom: 20px;
  height: 108px;
}

/* line 10914, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow-img-arrow {
  position: relative;
}

/* line 10916, app/assets/stylesheets/renewal_designs/object/project/_top.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 10911, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow-img {
    margin-bottom: 10px;
    height: 50px;
  }
  /* line 10930, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow-img img {
    max-height: 100%;
    max-width: 80%;
  }
  /* line 10936, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow-img-arrow::before {
    width: 20px;
    height: 15px;
    left: -15px;
  }
}

/* line 10944, app/assets/stylesheets/renewal_designs/object/project/_top.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 10944, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow-num {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    margin: 0 auto 10px;
  }
}

/* line 10962, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1992eb;
}

@media (max-width: 768px) {
  /* line 10962, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow-title {
    font-size: 10px;
  }
}

/* line 10971, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow-text {
  font-size: 30px;
  font-weight: bold;
  color: #1992eb;
}

@media (max-width: 768px) {
  /* line 10971, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow-text {
    font-size: 12px;
  }
}

/* line 10979, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow-btn {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 10979, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow-btn {
    margin-bottom: 30px;
  }
}

/* line 10987, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2 {
  width: 800px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  padding: 80px 0;
}

/* line 10993, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-h2 {
  font-size: 35px;
  margin-bottom: 50px;
  line-height: 2;
}

/* line 10997, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-h2 > span {
  font-size: 50px;
}

/* line 11001, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-wrap {
  margin-bottom: 80px;
}

/* line 11004, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-item {
  padding: 30px 50px;
  background: #EEF9FF;
  border-radius: 23px;
}

/* line 11008, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-item:not(:last-child) {
  margin-bottom: 135px;
  position: relative;
}

/* line 11011, app/assets/stylesheets/renewal_designs/object/project/_top.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 11025, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-h3 {
  text-align: left;
  font-size: 36px;
  padding-left: 70px;
  margin-bottom: 30px;
  color: #1992eb;
  position: relative;
}

/* line 11032, app/assets/stylesheets/renewal_designs/object/project/_top.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 11041, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-h3--1::before {
  background: url(/assets/5g_lp/flow01@2x-d8fd07d8415c716a9c5d04b25f32c3a2a4a28daefbcb6dfda3fe4b187d167e51.png) no-repeat top 50% left 50%/contain;
}

/* line 11044, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-h3--2::before {
  background: url(/assets/5g_lp/flow02@2x-f30fd1a5b3935ce1ad2f4c10ac51259fc5f037688ed6340dec2149942b1945ca.png) no-repeat top 50% left 50%/contain;
}

/* line 11047, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-h3--3::before {
  background: url(/assets/5g_lp/flow03@2x-04d94d18923bb171b6739a1cf5f4f20f479b6253b02defa6211e566f63e4be83.png) no-repeat top 50% left 50%/contain;
}

/* line 11050, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-h3--4::before {
  background: url(/assets/5g_lp/flow04@2x-766255bd836482215e3185b2138ceb1dbf105be533ecc272e012ce225c2969ff.png) no-repeat top 50% left 50%/contain;
}

/* line 11054, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 11057, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-text {
  width: 423px;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  margin-right: 20px;
}

/* line 11064, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-text2 {
  font-size: 37px;
  color: #ff5865;
  margin: 20px 0 0 0;
  font-weight: bold;
}

/* line 11070, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-img {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 11073, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-img--1 {
  margin-top: -80px;
}

/* line 11077, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-btn {
  margin-top: 20px;
}

/* line 11081, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-movie:not(:last-child) {
  margin-bottom: 50px;
}

/* line 11084, app/assets/stylesheets/renewal_designs/object/project/_top.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 11093, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-movie-h2::before {
  content: "";
  height: 2px;
  width: 100%;
  background: #c5c5c5;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 11102, app/assets/stylesheets/renewal_designs/object/project/_top.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 11114, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-movie-h2.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* line 11119, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-movie-content {
  display: none;
}

/* line 11122, app/assets/stylesheets/renewal_designs/object/project/_top.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 11130, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 11139, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-present {
  width: 800px;
  max-width: 100%;
  margin: auto;
  margin-top: 100px;
}

/* line 11144, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-present-text1 {
  color: #0080ff;
  font-weight: bold;
  font-size: 43px;
  margin-bottom: 10px;
}

/* line 11150, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-present-text2 {
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 10px;
}

/* line 11155, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-present-text3 {
  font-weight: bold;
  font-size: 47px;
  margin-bottom: 20px;
}

/* line 11160, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-present-img {
  margin: 30px 0;
}

/* line 11164, app/assets/stylesheets/renewal_designs/object/project/_top.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 11172, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-present-price > p > span {
  font-size: 64px;
  color: #ff7680;
}

/* line 11175, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-present-price > p > span > em {
  font-size: 89px;
  font-style: initial;
}

/* line 11183, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow2-present-note {
  font-size: 19px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 10987, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2 {
    padding: 60px 15px 30px;
  }
  /* line 11190, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2:not(:last-child) {
    margin-bottom: 30px;
  }
  /* line 11193, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  /* line 11196, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-h2 > span {
    font-size: 26px;
  }
  /* line 11200, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-wrap {
    margin-bottom: 40px;
  }
  /* line 11203, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-item {
    padding: 15px 20px;
    border-radius: 10px;
  }
  /* line 11206, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-item:not(:last-child) {
    margin-bottom: 50px;
  }
  /* line 11208, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-item:not(:last-child)::after {
    width: 87px;
    height: 26px;
    bottom: -15px;
  }
  /* line 11215, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-h3 {
    font-size: 16px;
    padding-left: 40px;
    margin-bottom: 20px;
  }
  /* line 11219, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-h3::before {
    width: 23px;
    height: 23px;
  }
  /* line 11226, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-text {
    width: 183px;
    font-size: 12px;
    margin-right: 20px;
  }
  /* line 11231, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-text2 {
    font-size: 16px;
    margin: 15px 0 0 0;
  }
  /* line 11236, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-img--1 {
    margin-top: -40px;
  }
  /* line 11238, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-img--1 img {
    width: 78px;
  }
  /* line 11243, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-img--2 img {
    width: 78px;
  }
  /* line 11248, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-img--3 img {
    width: 53px;
  }
  /* line 11253, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-img--4 img {
    width: 78px;
  }
  /* line 11260, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-btn {
    margin-top: 20px;
  }
  /* line 11264, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-movie-h2 {
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  /* line 11268, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-movie-h2::before {
    height: 1px;
  }
  /* line 11271, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-movie-h2::after {
    height: 18px;
    width: 18px;
    border-top: 1px solid #2a3b4c;
    border-right: 1px solid #2a3b4c;
    right: 20px;
  }
  /* line 11279, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-movie-content {
    margin: 0 -15px;
  }
  /* line 11282, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-movie-wrap {
    max-width: calc(100% + 30px);
    margin: 0 0 30px;
  }
  /* line 11287, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-present {
    margin-top: 50px;
  }
  /* line 11289, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-present-text1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* line 11293, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-present-text2 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* line 11298, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-present-text3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
  }
  /* line 11303, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-present-img {
    margin: 20px 0;
  }
  /* line 11309, app/assets/stylesheets/renewal_designs/object/project/_top.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 11313, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-present-price > p > span {
    font-size: 27px;
  }
  /* line 11315, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-present-price > p > span > em {
    font-size: 38px;
  }
  /* line 11322, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow2-present-note {
    font-size: 10px;
  }
}

/* line 11329, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3 {
  width: 800px;
  max-width: 100%;
  margin: auto;
  padding: 80px 0;
}

/* line 11334, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-h2 {
  font-size: 50px;
  margin-bottom: 100px;
  line-height: 1.5;
  text-align: center;
}

/* line 11339, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-h2 > span {
  font-size: 33px;
}

/* line 11343, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-wrap {
  margin-bottom: 20px;
}

/* line 11346, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-item {
  padding: 70px 50px 30px 50px;
  background: #EEF9FF;
  border-radius: 23px;
  position: relative;
}

/* line 11351, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-item:not(:last-child) {
  margin-bottom: 140px;
  position: relative;
}

/* line 11354, app/assets/stylesheets/renewal_designs/object/project/_top.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 11367, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-item--2 {
  background: #F2F2F2;
}

/* line 11371, app/assets/stylesheets/renewal_designs/object/project/_top.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 11386, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-head--2 {
  background: #999999;
}

/* line 11390, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-h3 {
  text-align: left;
  font-size: 36px;
  padding-left: 70px;
  margin-bottom: 30px;
  color: #1992eb;
  position: relative;
}

/* line 11397, app/assets/stylesheets/renewal_designs/object/project/_top.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 11414, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-h3--1::before {
  content: "1";
}

/* line 11418, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-h3--2::before {
  content: "2";
}

/* line 11422, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-h3--3::before {
  content: "3";
}

/* line 11426, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-h3--4::before {
  content: "4";
}

/* line 11430, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-h3--1, .bl-5g-flow3-h3--3 {
  color: #1992eb;
}

/* line 11432, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-h3--1::before, .bl-5g-flow3-h3--3::before {
  color: #1992EB;
  border-color: #1992EB;
}

/* line 11437, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-h3--2, .bl-5g-flow3-h3--4 {
  color: #262626;
}

/* line 11439, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-h3--2::before, .bl-5g-flow3-h3--4::before {
  color: #262626;
  border-color: #000;
}

/* line 11445, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 11448, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-text {
  width: 423px;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  margin-right: 20px;
}

/* line 11455, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-text2 {
  font-size: 37px;
  color: #ff5865;
  margin: 20px 0 0 0;
  font-weight: bold;
}

/* line 11461, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-text3 {
  font-size: 20px;
  margin-bottom: 100px;
  text-align: center;
}

/* line 11466, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-img {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 11470, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-btn {
  margin-top: 20px;
}

/* line 11473, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-note {
  font-size: 14px;
  margin-bottom: 80px;
}

/* line 11476, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-note > span {
  font-size: 17px;
}

/* line 11480, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-img2 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 11484, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-list {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 30px;
}

/* line 11488, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-list li {
  font-size: 29px;
  font-weight: bold;
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}

/* line 11494, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-list li span {
  color: #1992EB;
}

/* line 11497, app/assets/stylesheets/renewal_designs/object/project/_top.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 11509, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-img3 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 11513, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow3-btn2 {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 11329, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3 {
    padding: 30px 15px 30px;
  }
  /* line 11518, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-h2 {
    font-size: 26px;
    margin-bottom: 37px;
  }
  /* line 11521, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-h2 > span {
    font-size: 16px;
  }
  /* line 11525, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-wrap {
    margin-bottom: 20px;
  }
  /* line 11528, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-item {
    padding: 40px 20px 20px;
    border-radius: 10px;
  }
  /* line 11531, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-item:not(:last-child) {
    margin-bottom: 70px;
  }
  /* line 11533, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-item:not(:last-child)::after {
    width: 87px;
    height: 26px;
    bottom: -10px;
  }
  /* line 11540, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-head {
    width: 210px;
    font-size: 15px;
    padding: 6px 5px;
    border-radius: 4px;
  }
  /* line 11546, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-h3 {
    font-size: 15px;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  /* line 11550, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-h3::before {
    width: 23px;
    height: 23px;
    border-width: 1px;
    font-size: 17px;
    line-height: 20px;
  }
  /* line 11560, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-text {
    width: 183px;
    font-size: 12px;
    margin-right: 20px;
  }
  /* line 11565, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-text2 {
    font-size: 16px;
    margin: 15px 0 0 0;
  }
  /* line 11569, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-text3 {
    font-size: 10px;
    margin-bottom: 50px;
  }
  /* line 11575, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-img--1 img {
    width: 78px;
  }
  /* line 11580, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-img--2 img {
    width: 90px;
  }
  /* line 11585, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-img--3 img {
    width: 41px;
  }
  /* line 11590, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-img--4 img {
    width: 41px;
  }
  /* line 11595, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-btn {
    margin-top: 20px;
  }
  /* line 11598, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-note {
    font-size: 8px;
    margin-bottom: 30px;
  }
  /* line 11601, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-note > span {
    font-size: 10px;
  }
  /* line 11605, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-img2 {
    margin-bottom: 20px;
  }
  /* line 11608, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-list {
    width: 300px;
    margin: 0 auto 20px;
  }
  /* line 11611, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-list li {
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 15px;
  }
  /* line 11615, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-list li::before {
    width: 18px;
    height: 18px;
  }
  /* line 11621, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow3-img3 {
    margin-bottom: 20px;
  }
}

/* line 11632, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq {
  max-width: 800px;
  margin: auto;
  text-align: center;
  padding: 70px 0;
}

@media (max-width: 768px) {
  /* line 11632, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq {
    padding: 50px 10px;
  }
}

/* line 11640, app/assets/stylesheets/renewal_designs/object/project/_top.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 11640, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq-head {
    font-size: 17px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 15px;
  }
}

/* line 11658, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq-h2 {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 11663, app/assets/stylesheets/renewal_designs/object/project/_top.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 11658, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq-h2 {
    font-size: 26px;
    margin-bottom: 30px;
    padding-top: 55px;
  }
  /* line 11678, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq-h2::before {
    width: 37px;
    height: 45px;
  }
}

/* line 11683, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq-h2-2 {
  font-size: 50px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 11683, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq-h2-2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

/* line 11691, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq-h2-3 {
  font-size: 40px;
  margin-bottom: 50px;
  color: #264F90;
}

@media (max-width: 768px) {
  /* line 11691, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq-h2-3 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

/* line 11701, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq-h3 {
  font-size: 33px;
  margin-bottom: 50px;
}

/* line 11704, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq-h3 > span {
  padding-left: 45px;
  padding-bottom: 10px;
  position: relative;
}

/* line 11708, app/assets/stylesheets/renewal_designs/object/project/_top.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 11701, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq-h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  /* line 11721, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq-h3 > span {
    padding-left: 20px;
    padding-bottom: 10px;
    position: relative;
  }
  /* line 11725, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq-h3 > span::before {
    width: 12px;
    height: 10px;
    left: 0;
    top: 8px;
  }
}

/* line 11735, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq-wrap:not(:last-child) {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  /* line 11735, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq-wrap:not(:last-child) {
    margin-bottom: 70px;
  }
}

/* line 11742, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq-item {
  text-align: left;
  border-top: 2px solid #c6c6c6;
}

/* line 11745, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq-item:last-child {
  border-bottom: 2px solid #c6c6c6;
}

/* line 11749, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq-question {
  padding: 20px 80px 20px 0;
  font-size: 31px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

/* line 11755, app/assets/stylesheets/renewal_designs/object/project/_top.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 11749, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq-question {
    padding: 10px 50px 10px 0;
    font-size: 14px;
  }
  /* line 11775, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq-question::after {
    width: 13px;
    height: 13px;
    right: 20px;
  }
}

/* line 11782, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq-answer {
  padding: 30px;
  background: #f2f6f9;
  font-size: 23px;
  display: none;
}

@media (max-width: 768px) {
  /* line 11782, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq-answer {
    padding: 15px;
    font-size: 12px;
  }
}

/* line 11792, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq-answer-text + p {
  margin-top: 30px;
}

/* line 11796, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq-answer-text2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

/* line 11802, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq-answer-btn {
  text-align: center;
}

/* line 11804, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq-answer-btn .bl-5g-btn {
  width: 100%;
}

/* line 11809, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq-line {
  margin-bottom: 50px;
}

/* line 11811, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq-line-text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 20px;
}

/* line 11817, app/assets/stylesheets/renewal_designs/object/project/_top.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 11829, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq-line-btn:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  /* line 11809, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq-line {
    margin-bottom: 40px;
  }
  /* line 11836, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq-line-text {
    font-size: 15px;
    margin: 0 auto 10px;
  }
  /* line 11840, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq-line-btn {
    font-size: 16px;
    padding: 15px;
  }
}

/* line 11846, app/assets/stylesheets/renewal_designs/object/project/_top.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 11850, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq-btn-item {
  width: 48%;
}

@media (max-width: 768px) {
  /* line 11846, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 11855, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq-btn-item {
    width: 90%;
  }
  /* line 11857, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq-btn-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* line 11866, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq2-wrap {
  background: #ECECEC;
  padding: 25px 30px;
  border-radius: 11px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  cursor: pointer;
}

/* line 11874, app/assets/stylesheets/renewal_designs/object/project/_top.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 11886, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq2-wrap.is-open {
  background: #CEEFFF;
}

/* line 11888, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq2-wrap.is-open::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* line 11891, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq2-wrap.is-open .bl-5g-faq2-h3 {
  color: #1992EB;
}

/* line 11896, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq2-h3 {
  font-size: 30px;
  line-height: 1;
}

/* line 11900, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq2-content {
  display: none;
}

/* line 11903, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq2-item {
  background: #fff;
  border-radius: 11px;
  padding: 0px 20px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

/* line 11910, app/assets/stylesheets/renewal_designs/object/project/_top.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 11922, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq2-item:first-child {
  margin-top: 20px;
}

/* line 11926, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq2-item.is-open::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* line 11931, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq2-question {
  padding: 15px 40px;
  position: relative;
  font-size: 28px;
  font-weight: 500;
}

/* line 11936, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq2-question::before {
  content: "Q.";
  font-size: 30px;
  font-weight: 500;
  color: #1992EB;
  position: absolute;
  left: 0;
  top: 13px;
}

/* line 11946, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-faq2-answer {
  display: none;
  padding: 15px 40px;
  position: relative;
  font-size: 28px;
  font-weight: 500;
}

/* line 11952, app/assets/stylesheets/renewal_designs/object/project/_top.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 11963, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq2-wrap {
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
  }
  /* line 11967, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq2-wrap::after {
    content: "";
    width: 10px;
    height: 10px;
    border-width: 1px;
    right: 15px;
    top: 13px;
  }
  /* line 11976, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq2-h3 {
    font-size: 16px;
  }
  /* line 11979, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq2-item {
    background: #fff;
    border-radius: 6px;
    padding: 0px 10px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
  }
  /* line 11986, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq2-item::after {
    width: 10px;
    height: 10px;
    border-width: 1px;
    right: 13px;
    top: 10px;
  }
  /* line 11993, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq2-item:first-child {
    margin-top: 10px;
  }
  /* line 11997, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq2-question {
    padding: 7px 20px;
    font-size: 15px;
  }
  /* line 12000, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq2-question::before {
    font-size: 16px;
    top: 6px;
  }
  /* line 12005, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq2-answer {
    padding: 7px 20px;
    font-size: 15px;
  }
  /* line 12008, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-faq2-answer::before {
    font-size: 16px;
    top: 6px;
  }
}

/* line 12019, app/assets/stylesheets/renewal_designs/object/project/_top.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 12033, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-btn:hover {
  color: #2a3b4c;
}

/* line 12036, app/assets/stylesheets/renewal_designs/object/project/_top.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 12019, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-btn {
    width: 280px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    font-size: 14px;
  }
  /* line 12053, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-btn::after {
    width: 10px;
    height: 10px;
    border-right: 1px solid #2a3b4c;
    border-bottom: 1px solid #2a3b4c;
    right: 20px;
  }
}

/* line 12062, app/assets/stylesheets/renewal_designs/object/project/_top.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 12062, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-btn2::after {
    width: 30px;
    height: 18px;
    right: 20px;
  }
}

/* line 12080, app/assets/stylesheets/renewal_designs/object/project/_top.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 12080, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-btn3::after {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}

/* line 12097, app/assets/stylesheets/renewal_designs/object/project/_top.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 12102, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-btn4::after {
  content: none;
}

@media (max-width: 768px) {
  /* line 12097, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-btn4 {
    height: 48px;
    line-height: 48px;
  }
}

/* line 12110, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-btn5 {
  display: grid;
  place-items: center;
  width: 610px;
  max-width: 100%;
  margin: auto;
  background: #FA5D6E;
  color: #fff;
  text-align: center;
  font-size: 40px;
  padding: 20px 10px;
  position: relative;
  -webkit-box-shadow: 0 10px 5px rgba(52, 52, 52, 0.3);
          box-shadow: 0 10px 5px rgba(52, 52, 52, 0.3);
  font-weight: bold;
  border-radius: 90px;
  text-decoration: none;
}

/* line 12126, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-btn5 > span {
  font-size: 22px;
}

/* line 12129, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-btn5:hover {
  color: #fff;
  text-decoration: none;
}

/* line 12133, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-btn5::after {
  content: "";
  width: 22px;
  height: 22px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-70%) rotate(-45deg);
          transform: translateY(-70%) rotate(-45deg);
}

@media (max-width: 768px) {
  /* line 12110, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-btn5 {
    font-size: 22px;
    padding: 10px 10px;
    -webkit-box-shadow: 0 5px 5px rgba(52, 52, 52, 0.3);
            box-shadow: 0 5px 5px rgba(52, 52, 52, 0.3);
  }
  /* line 12148, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-btn5 > span {
    font-size: 11px;
  }
  /* line 12151, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-btn5::after {
    width: 13px;
    height: 13px;
    right: 20px;
  }
}

/* line 12163, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.wimax5g-cta {
  text-align: center;
}

/* line 12166, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.wimax5g-cta-bottom {
  padding: 10px 15px;
}

@media (min-width: 769px) {
  /* line 12166, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .wimax5g-cta-bottom {
    padding: 40px 0;
  }
}

/* line 12174, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.wimax5g-cta-txtImage {
  display: block;
  margin: 0 auto 5px;
  width: 43.06vw;
}

@media (min-width: 769px) {
  /* line 12174, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .wimax5g-cta-txtImage {
    width: 276px;
  }
}

/* line 12188, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.banner-2plus {
  margin: 0 auto;
  padding: 50px 15px 0;
  max-width: 960px;
}

@media (min-width: 769px) {
  /* line 12188, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .banner-2plus {
    padding: 50px 0 20px;
  }
}

@media (min-width: 769px) {
  /* line 12199, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sp {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 12204, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .pc {
    display: none;
  }
}

/* line 12212, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-news {
  background: -webkit-radial-gradient(#e2ffff, #ade2f9);
  background: radial-gradient(#e2ffff, #ade2f9);
  font-weight: bold;
  padding: 40px 10px;
}

/* line 12217, app/assets/stylesheets/renewal_designs/object/project/_top.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 12227, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-news-title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}

/* line 12233, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-news ul {
  list-style: initial;
  padding-left: 35px;
  font-size: 20px;
}

/* line 12237, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-news ul li {
  margin-bottom: 20px;
}

/* line 12240, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-news ul a {
  text-decoration: none;
  border-bottom: 2px solid #1992eb;
  color: #1992eb;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 12245, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-news ul a:hover {
  opacity: .7;
}

@media (max-width: 768px) {
  /* line 12212, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-news {
    padding: 20px 10px;
  }
  /* line 12253, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-news-inner {
    padding: 15px 15px;
    height: 185px;
  }
  /* line 12257, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-news-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* line 12261, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-news ul {
    list-style: initial;
    padding-left: 25px;
    font-size: 15px;
  }
  /* line 12265, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-news ul li {
    margin-bottom: 15px;
  }
}

/* line 12271, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-news .bl-5g-news-color-txt {
  border-bottom: 2px solid #1992eb;
  color: #1992eb;
  display: inline-block;
}

/* line 12276, app/assets/stylesheets/renewal_designs/object/project/_top.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: 769px) {
  /* line 12287, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-news br {
    display: none;
  }
}

/* line 12295, app/assets/stylesheets/renewal_designs/object/project/_top.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 12303, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-isoyama {
  width: 166px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

/* line 12308, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-list--isoyama {
  width: calc(100% - 186px);
  max-width: none;
}

/* line 12311, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-lead-list--isoyama > li {
  font-size: 42px;
}

@media (max-width: 768px) {
  /* line 12316, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
  /* line 12320, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-isoyama {
    width: 98px;
    margin-right: 10px;
  }
  /* line 12324, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-list--isoyama {
    width: calc(100% - 120px);
  }
  /* line 12326, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-lead-list--isoyama > li {
    font-size: 20px;
  }
}

/* line 12333, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-about-wrap--isoyama {
  position: relative;
}

/* line 12335, app/assets/stylesheets/renewal_designs/object/project/_top.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 12335, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-wrap--isoyama::after {
    width: 108px;
    height: 128px;
    right: -10px;
  }
}

@media (max-width: 768px) {
  /* line 12350, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-about-wrap--isoyama-2::after {
    right: 0;
  }
}

/* line 12360, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-plan-lead-item-head {
  padding: 10px 0 0;
}

/* line 12363, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-device-h3-isoyama {
  padding-right: 20px;
}

@media (max-width: 768px) {
  /* line 12363, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-device-h3-isoyama {
    width: 200px;
    margin: auto;
  }
}

/* line 12371, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-area-img-isoyama {
  position: relative;
}

/* line 12373, app/assets/stylesheets/renewal_designs/object/project/_top.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 12373, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-area-img-isoyama::before {
    width: 110px;
    height: 111px;
    right: -10px;
  }
}

/* line 12389, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-flow-wrap-isoyama {
  position: relative;
}

/* line 12391, app/assets/stylesheets/renewal_designs/object/project/_top.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 12389, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow-wrap-isoyama {
    border-radius: 10px;
    padding: 10px 0;
  }
  /* line 12403, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow-wrap-isoyama::before {
    width: 100px;
    height: 166px;
    right: 5px;
  }
}

@media (max-width: 768px) {
  /* line 12411, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow {
    padding: 0;
  }
  /* line 12415, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-flow-frame {
    margin: 0;
    border-radius: 0;
  }
}

/* line 12421, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-cta {
  background: #1992EB;
  padding: 30px 15px 30px;
}

/* line 12424, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-cta-container {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  position: relative;
}

/* line 12439, app/assets/stylesheets/renewal_designs/object/project/_top.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 12445, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-cta-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  width: 790px;
  max-width: 100%;
  margin: auto;
}

/* line 12453, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-cta-wrap2--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 12459, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-cta-tel {
  margin-bottom: -10px;
}

/* line 12462, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-cta-content {
  width: 45%;
  margin-right: 20px;
}

/* line 12465, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-cta-content--small {
  width: 32%;
  margin-right: 50px;
}

/* line 12469, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-cta-content--small2 {
  width: 38%;
  margin-right: 20px;
  text-align: center;
}

/* line 12473, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-cta-content--small2 img {
  width: 310px;
}

/* line 12478, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-cta-content2 {
  width: 57%;
  margin-right: 20px;
}

/* line 12482, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-cta-text {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}

/* line 12488, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-cta-text--2 {
  font-size: 17px;
}

/* line 12491, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-cta-text--3 {
  font-size: 16px;
}

/* line 12496, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-cta-btn > a {
  display: block;
  width: 450px;
  max-width: 100%;
  border-radius: 50px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 7px 0 #a3a3a3;
          box-shadow: 0 7px 0 #a3a3a3;
  background: #ff5965;
  position: relative;
  text-decoration: none;
}

/* line 12511, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-cta-btn > a::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 12529, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-cta-btn1--small img {
  width: 310px;
}

/* line 12534, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-cta-btn2 {
  text-align: center;
  width: 90%;
  margin: auto;
}

/* line 12539, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-cta-note {
  font-size: 13px;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  /* line 12421, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-cta {
    padding: 20px 15px 20px;
  }
  /* line 12548, app/assets/stylesheets/renewal_designs/object/project/_top.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 12555, app/assets/stylesheets/renewal_designs/object/project/_top.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 12559, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-cta-wrap--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  /* line 12563, app/assets/stylesheets/renewal_designs/object/project/_top.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 12568, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-cta-badge {
    margin-right: 0px;
    width: 100%;
  }
  /* line 12571, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-cta-badge--2 {
    margin-bottom: 15px;
  }
  /* line 12575, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-cta-content {
    width: 90%;
    margin: 0 auto 0;
  }
  /* line 12579, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-cta-content--small2 img {
    width: 220px;
  }
  /* line 12584, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-cta-content2 {
    width: 90%;
    margin: 0 auto 0;
    text-align: center;
  }
  /* line 12589, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-cta-tel {
    width: 65%;
    margin: 0 auto 0;
    text-align: center;
  }
  /* line 12594, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-cta-text {
    font-size: 14px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #1992eb;
  }
  /* line 12598, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-cta-text--3 {
    font-size: 12px;
  }
  /* line 12602, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-cta-btn {
    margin-bottom: 20px;
  }
  /* line 12604, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-cta-btn > a {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    -webkit-box-shadow: 0 5px 0 #a3a3a3;
            box-shadow: 0 5px 0 #a3a3a3;
  }
  /* line 12609, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-cta-btn > a::after {
    width: 15px;
    height: 15px;
    right: 20px;
  }
  /* line 12616, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-cta-btn1 {
    margin-bottom: 15px;
  }
  /* line 12619, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-cta-btn2 {
    width: 85%;
  }
  /* line 12622, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-cta-note {
    font-size: 10px;
  }
}

/* line 12628, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about {
  background: #ceefff;
  padding: 80px 0;
}

/* line 12631, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about-container {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}

/* line 12637, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about-head {
  text-align: center;
  margin-bottom: 40px;
}

/* line 12641, app/assets/stylesheets/renewal_designs/object/project/_top.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 12645, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about-column {
  width: 48%;
}

/* line 12648, app/assets/stylesheets/renewal_designs/object/project/_top.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 12653, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about-img {
  margin-right: 20px;
  width: 32%;
}

/* line 12657, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about-headline {
  font-size: 26px;
  font-weight: bold;
  color: #1992eb;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

/* line 12664, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about-headline::after {
  content: "";
  background: yellow;
  height: 19px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* line 12675, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about-text {
  font-size: 19px;
  font-weight: 500;
}

/* line 12679, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about-btn {
  text-align: center;
}

/* line 12682, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about-note {
  margin-bottom: 50px;
  font-size: 16px;
}

@media (max-width: 768px) {
  /* line 12628, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about {
    padding: 25px 0;
  }
  /* line 12690, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about-head {
    max-width: 90%;
    margin: 0 auto 15px;
  }
  /* line 12695, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 12698, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about-column {
    width: 100%;
  }
  /* line 12701, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about-item {
    margin-bottom: 20px;
  }
  /* line 12704, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about-img {
    margin-right: 15px;
    width: 32%;
  }
  /* line 12708, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about-headline {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* line 12711, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about-headline::after {
    height: 9px;
  }
  /* line 12715, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about-text {
    font-size: 12px;
  }
  /* line 12718, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about-note {
    font-size: 12px;
    margin-bottom: 20px;
  }
  /* line 12722, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about-btn {
    text-align: center;
    max-width: 90%;
    margin: auto;
  }
}

/* line 12730, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about2 {
  background: #ceefff;
  padding: 80px 0;
}

/* line 12733, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about2-container {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}

/* line 12739, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about2-head {
  text-align: center;
  margin-bottom: 40px;
}

/* line 12743, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

/* line 12748, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about2-column {
  width: 30%;
}

/* line 12751, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about2-item {
  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;
  text-align: center;
}

/* line 12757, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about2-img {
  margin-bottom: 20px;
}

/* line 12759, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about2-img img {
  width: 170px;
}

/* line 12763, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about2-headline {
  font-size: 26px;
  font-weight: bold;
  color: #1992eb;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

/* line 12770, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about2-headline > span {
  display: inline-block;
  position: relative;
}

/* line 12773, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about2-headline > span::after {
  content: "";
  background: yellow;
  height: 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* line 12785, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about2-text {
  font-size: 19px;
  font-weight: 500;
}

/* line 12789, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about2-btn {
  text-align: center;
}

/* line 12792, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-about2-note {
  font-size: 16px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 12730, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about2 {
    padding: 25px 0;
  }
  /* line 12800, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about2-head {
    max-width: 90%;
    margin: 0 auto 15px;
  }
  /* line 12805, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about2-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  /* line 12809, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about2-column {
    width: 100%;
  }
  /* line 12812, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about2-item {
    margin-bottom: 20px;
  }
  /* line 12815, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about2-img {
    margin-right: 15px;
    width: 32%;
  }
  /* line 12819, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about2-headline {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* line 12823, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about2-headline > span::after {
    height: 9px;
  }
  /* line 12828, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about2-text {
    font-size: 12px;
  }
  /* line 12831, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about2-note {
    font-size: 12px;
    margin-bottom: 20px;
  }
  /* line 12835, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-about2-btn {
    text-align: center;
    max-width: 90%;
    margin: auto;
  }
}

/* line 12843, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-lead {
  background: #CEEFFF;
  padding: 50px 20px;
}

/* line 12846, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-lead-img {
  margin-bottom: 80px;
  padding: 0 20px;
}

/* line 12850, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-lead-text1 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 12856, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-lead-frame {
  width: 800px;
  max-width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 23px;
  padding: 30px 30px;
  margin-bottom: 30px;
}

/* line 12864, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-lead-frame-text {
  margin-top: 15px;
  font-size: 19px;
}

/* line 12869, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-lead-plus {
  width: 70px;
  margin: -10px auto 20px;
}

/* line 12875, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-lead-modaal-wrap .modaal-content-container {
  background: #CEEFFF;
  padding: 50px 30px;
}

/* line 12880, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-lead-modaal-h2 {
  margin-bottom: 20px;
}

/* line 12883, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-lead-modaal-text1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

/* line 12889, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-lead-modaal-text2 {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

/* line 12893, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-lead-modaal-text2 > span {
  color: #197ce6;
}

/* line 12897, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-lead-modaal-frame {
  background: #fff;
  border-radius: 18px;
  padding: 30px 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 12843, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-lead {
    padding: 30px 15px;
  }
  /* line 12908, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-lead-text1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  /* line 12912, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-lead-frame {
    border-radius: 10px;
    padding: 15px 15px;
    margin-bottom: 15px;
  }
  /* line 12916, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-lead-frame-text {
    margin-top: 10px;
    font-size: 9px;
  }
  /* line 12921, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-lead-plus {
    width: 30px;
    margin: -5px auto 10px;
  }
  /* line 12927, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-lead-modaal-wrap .modaal-content-container {
    padding: 25px 15px;
  }
  /* line 12931, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-lead-modaal-h2 {
    margin-bottom: 15px;
  }
  /* line 12934, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-lead-modaal-text1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* line 12938, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-lead-modaal-text2 {
    font-size: 16px;
  }
  /* line 12941, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-lead-modaal-frame {
    border-radius: 9px;
    padding: 15px 15px;
    margin-bottom: 15px;
  }
}

/* line 12951, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-about {
  padding: 80px 20px;
  background: #ceefff;
}

/* line 12957, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-about-img {
  text-align: center;
  margin-bottom: 50px;
}

/* line 12961, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-about-accordion {
  width: 760px;
  max-width: 100%;
  margin: auto;
}

/* line 12966, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-about-accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

/* line 12970, app/assets/stylesheets/renewal_designs/object/project/_top.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 12978, app/assets/stylesheets/renewal_designs/object/project/_top.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 12990, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-about-accordion-head.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* line 12995, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-about-accordion-content {
  padding: 30px 0px;
  display: none;
}

/* line 12999, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-about-accordion-text {
  font-size: 20px;
  line-height: 1.7;
}

/* line 13002, app/assets/stylesheets/renewal_designs/object/project/_top.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 12951, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-about {
    padding: 30px 20px;
  }
  /* line 13010, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-about-img {
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 13019, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-about-accordion-head {
    font-size: 17px;
    padding: 7px 40px 7px 15px;
  }
  /* line 13022, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-about-accordion-head::after {
    width: 12px;
    height: 12px;
    right: 25px;
  }
  /* line 13028, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-about-accordion-content {
    padding: 10px 0px;
  }
  /* line 13031, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-about-accordion-text {
    font-size: 10px;
  }
}

/* line 13040, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq {
  width: 800px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  padding: 80px 0;
}

/* line 13046, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-h2 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 35px;
}

/* line 13052, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-wrap {
  margin-bottom: 80px;
}

/* line 13056, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-item:not(:last-child) {
  margin-bottom: 60px;
}

/* line 13060, app/assets/stylesheets/renewal_designs/object/project/_top.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 13070, app/assets/stylesheets/renewal_designs/object/project/_top.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 13082, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-head.is-open .sa-set-faq-icon::after {
  content: none;
}

/* line 13088, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 13095, app/assets/stylesheets/renewal_designs/object/project/_top.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 13106, app/assets/stylesheets/renewal_designs/object/project/_top.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 13119, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-content {
  display: none;
  padding: 30px 40px 0;
}

/* line 13123, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-text {
  font-size: 27px;
  text-align: left;
  margin-bottom: 20px;
}

/* line 13128, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-text2 {
  font-size: 18px;
  text-align: left;
  margin-top: 10px;
}

/* line 13134, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-accordion-headline {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 13141, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-accordion-item:not(:last-child) {
  margin-bottom: 80px;
}

/* line 13145, app/assets/stylesheets/renewal_designs/object/project/_top.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 13154, app/assets/stylesheets/renewal_designs/object/project/_top.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 13166, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-accordion-head.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* line 13171, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-accordion-content {
  padding: 30px 0px;
  display: none;
}

/* line 13175, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-accordion-table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 13178, app/assets/stylesheets/renewal_designs/object/project/_top.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 13184, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-accordion-table th {
  width: 42%;
  background: #eeeeee;
}

/* line 13188, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-accordion-table td {
  font-weight: bold;
}

/* line 13190, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-accordion-table td span {
  color: #ff0000;
}

/* line 13195, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-accordion-text {
  text-align: left;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 13201, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-accordion-img {
  margin-bottom: 20px;
  text-align: left;
}

/* line 13205, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-accordion-note {
  text-align: left;
  font-size: 15px;
}

/* line 13209, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-accordion-note2 {
  margin-top: 50px;
  text-align: left;
  font-size: 26px;
  font-weight: 500;
}

/* line 13215, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-accordion-accordion {
  padding: 10px;
  border: 1px solid #e5e5e5;
}

/* line 13218, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-accordion-accordion-head {
  cursor: pointer;
  font-size: 16px;
  text-align: center;
}

/* line 13223, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-accordion-accordion-content {
  padding-top: 10px;
  display: none;
}

/* line 13229, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-accordion2 {
  text-align: left;
  margin-top: 30px;
}

/* line 13232, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-accordion2-head {
  font-size: 19px;
  cursor: pointer;
}

/* line 13236, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-accordion2-content {
  font-size: 19px;
  display: none;
}

/* line 13241, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.sa-set-faq-btn {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 13040, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq {
    padding: 0px 0 40px;
  }
  /* line 13246, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  /* line 13250, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-wrap {
    margin-bottom: 50px;
  }
  /* line 13254, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-item:not(:last-child) {
    margin-bottom: 30px;
  }
  /* line 13258, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-head {
    font-size: 14px;
    height: 67px;
    padding: 10px 50px 10px 50px;
  }
  /* line 13262, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-head::before {
    width: 20px;
    height: 23px;
    left: 20px;
  }
  /* line 13268, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-icon {
    width: 10px;
    height: 10px;
    right: 30px;
  }
  /* line 13272, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-icon::before {
    height: 2px;
  }
  /* line 13275, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-icon::after {
    width: 2px;
  }
  /* line 13279, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-content {
    display: none;
    padding: 15px 25px 0;
  }
  /* line 13283, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-text {
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* line 13287, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-text2 {
    font-size: 12px;
  }
  /* line 13291, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-accordion-headline {
    font-size: 21px;
    margin-bottom: 20px;
  }
  /* line 13296, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-accordion-item:not(:last-child) {
    margin-bottom: 30px;
  }
  /* line 13300, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-accordion-head {
    font-size: 22px;
    padding: 10px 20px 10px 20px;
  }
  /* line 13303, app/assets/stylesheets/renewal_designs/object/project/_top.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 13312, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-accordion-content {
    padding: 20px 0px;
    display: none;
  }
  /* line 13316, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-accordion-table {
    margin-bottom: 15px;
  }
  /* line 13318, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-accordion-table td, .sa-set-faq-accordion-table th {
    font-size: 10px;
    padding: 10px;
  }
  /* line 13325, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-accordion-text {
    font-size: 10px;
    margin-bottom: 10px;
  }
  /* line 13329, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-accordion-img {
    margin-bottom: 15px;
  }
  /* line 13332, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-accordion-note {
    font-size: 10px;
  }
  /* line 13335, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-accordion-note2 {
    margin-top: 30px;
    font-size: 10px;
  }
  /* line 13340, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-accordion-accordion-head {
    font-size: 12px;
  }
  /* line 13343, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-accordion-accordion-content {
    padding-top: 7px;
  }
  /* line 13348, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-accordion2 {
    margin-top: 20px;
  }
  /* line 13350, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-accordion2-head {
    font-size: 12px;
  }
  /* line 13353, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .sa-set-faq-accordion2-content {
    font-size: 12px;
  }
}

/* line 13361, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modaal-body .modaal-content-container {
  max-width: calc(100vw - 60px);
}

/* line 13367, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.saving-mv {
  margin: 0 auto;
  max-width: 960px;
  padding: 20px 0 10px;
}

/* line 13371, app/assets/stylesheets/renewal_designs/object/project/_top.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 13377, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.saving-accordion-content {
  margin: 0 -30px -30px;
}

/* line 13380, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.saving-band {
  padding: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #1992eb;
  text-align: center;
  background: #FFFF00;
}

@media (max-width: 768px) {
  /* line 13380, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .saving-band {
    font-size: 24px;
  }
}

/* line 13391, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.saving-sec2 {
  background: #CEEFFF;
  text-align: center;
  padding: 60px 20px;
}

@media (max-width: 768px) {
  /* line 13391, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .saving-sec2 {
    padding: 40px 20px;
  }
}

/* line 13399, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.saving-sec3 {
  background: #FFFFC0;
  text-align: center;
  padding: 60px 20px;
  width: 980px;
  max-width: 100%;
}

/* line 13405, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.saving-sec3-head {
  margin-bottom: 30px;
}

/* line 13408, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.saving-sec3-text {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 13414, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.saving-sec3-slider-item {
  padding: 0 45px;
  margin: auto;
  display: block;
  position: relative;
}

/* line 13419, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.saving-sec3-slider-item img {
  margin: auto;
}

/* line 13423, app/assets/stylesheets/renewal_designs/object/project/_top.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 13432, app/assets/stylesheets/renewal_designs/object/project/_top.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 13444, app/assets/stylesheets/renewal_designs/object/project/_top.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 13449, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.saving-sec3-slider .slick-prev {
  left: calc(50% - 350px);
}

/* line 13451, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.saving-sec3-slider .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 13456, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.saving-sec3-slider .slick-next {
  right: calc(50% - 350px);
}

/* line 13458, app/assets/stylesheets/renewal_designs/object/project/_top.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 13399, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .saving-sec3 {
    padding: 40px 20px;
  }
  /* line 13466, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .saving-sec3-head {
    margin-bottom: 20px;
  }
  /* line 13469, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .saving-sec3-text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  /* line 13474, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .saving-sec3-slider .slick-prev,
.saving-sec3-slider .slick-next {
    width: 30px;
    height: 30px;
  }
  /* line 13478, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .saving-sec3-slider .slick-prev:before,
.saving-sec3-slider .slick-next:before {
    content: "";
    width: 12px;
    height: 12px;
  }
  /* line 13484, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .saving-sec3-slider .slick-prev {
    left: 0;
  }
  /* line 13486, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .saving-sec3-slider .slick-prev:before {
    left: 10px;
  }
  /* line 13490, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .saving-sec3-slider .slick-next {
    right: 0;
  }
  /* line 13492, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .saving-sec3-slider .slick-next:before {
    right: 10px;
  }
}

/* line 13499, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.saving-sec4 {
  background: #CEEFFF;
  text-align: center;
  padding: 60px 20px;
}

@media (max-width: 768px) {
  /* line 13499, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .saving-sec4 {
    padding: 40px 20px;
  }
}

/* line 13507, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.saving-accordion-lead {
  width: 980px;
  max-width: 100%;
  margin: auto;
  background: #fff;
  padding: 40px 110px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 13507, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .saving-accordion-lead {
    padding: 20px 0px;
  }
}

/* line 13518, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.saving-accordion-head {
  background: #FFFF99;
  text-align: center;
  padding: 14px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

/* line 13525, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.saving-accordion-head > span {
  font-weight: bold;
  font-size: 31px;
  color: #1992EB;
  position: relative;
}

/* line 13530, app/assets/stylesheets/renewal_designs/object/project/_top.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 13518, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .saving-accordion-head {
    padding: 10px 0;
  }
  /* line 13546, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .saving-accordion-head > span {
    font-size: 20px;
  }
  /* line 13548, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .saving-accordion-head > span::after {
    width: 15px;
    height: 15px;
    top: 5px;
    right: -30px;
  }
}

/* line 13559, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.upgrade5g-bnr {
  padding: 80px 20px 80px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 13559, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .upgrade5g-bnr {
    padding: 30px 20px 20px;
  }
}

/* line 13567, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.upgrade5g-about {
  background: #d6f1ff;
  padding: 80px 20px;
}

/* line 13570, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.upgrade5g-about-h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

/* line 13574, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.upgrade5g-about-h2 > span {
  font-size: 45px;
  color: #ff5865;
}

/* line 13579, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.upgrade5g-about-img {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 13567, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .upgrade5g-about {
    padding: 30px 0px 40px;
  }
  /* line 13585, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .upgrade5g-about-h2 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  /* line 13589, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .upgrade5g-about-h2 > span {
    font-size: 21px;
  }
  /* line 13593, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .upgrade5g-about-img {
    margin-bottom: 0px;
    padding: 0 20px;
  }
}

/* line 13600, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.upgrade5g-cradle {
  background: #D6F1FF;
  padding: 80px 20px 0px;
}

/* line 13603, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.upgrade5g-cradle-headline {
  font-size: 39px;
  text-align: center;
  margin-bottom: 40px;
}

/* line 13607, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.upgrade5g-cradle-headline > span {
  font-size: 50px;
}

/* line 13611, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.upgrade5g-cradle-img {
  text-align: center;
  margin-bottom: 30px;
}

/* line 13615, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.upgrade5g-cradle-price {
  text-align: center;
  margin-bottom: 30px;
}

/* line 13619, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.upgrade5g-cradle-text1 {
  font-size: 41px;
  font-weight: bold;
  color: #1992eb;
  text-align: center;
  margin-bottom: 30px;
}

/* line 13626, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.upgrade5g-cradle-text2 {
  width: 700px;
  max-width: 100%;
  margin: auto;
  font-size: 17px;
}

@media (max-width: 768px) {
  /* line 13600, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .upgrade5g-cradle {
    padding: 30px 20px 20px;
  }
  /* line 13634, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .upgrade5g-cradle-headline {
    font-size: 19px;
    margin-bottom: 20px;
  }
  /* line 13637, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .upgrade5g-cradle-headline > span {
    font-size: 25px;
  }
  /* line 13641, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .upgrade5g-cradle-img {
    max-width: 80%;
    margin: 0 auto 20px;
  }
  /* line 13645, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .upgrade5g-cradle-price {
    max-width: 80%;
    margin: 0 auto 20px;
  }
  /* line 13649, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .upgrade5g-cradle-text1 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  /* line 13653, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .upgrade5g-cradle-text2 {
    font-size: 10px;
  }
}

/* line 13659, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-step {
  padding: 100px 0;
}

@media (max-width: 768px) {
  /* line 13659, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-step {
    padding: 40px 0;
  }
}

/* line 13665, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-step-title {
  font-size: 50px;
  margin-bottom: 60px;
}

/* line 13668, app/assets/stylesheets/renewal_designs/object/project/_top.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 13665, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-step-title {
    font-size: 26px;
    margin-bottom: 50px;
  }
  /* line 13678, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-step-title > span {
    font-size: 18px;
  }
}

/* line 13684, app/assets/stylesheets/renewal_designs/object/project/_top.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 13684, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-step-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 13691, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-step-item:not(:last-child) {
  padding-bottom: 5rem;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  /* line 13691, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-step-item:not(:last-child) {
    padding-bottom: 3rem;
    margin-bottom: 2rem;
  }
}

/* line 13700, app/assets/stylesheets/renewal_designs/object/project/_top.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 13700, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-step-item:not(:last-child)::after {
    width: 18px;
    height: 10px;
  }
}

/* line 13721, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-step-img {
  width: 51%;
}

@media (max-width: 768px) {
  /* line 13721, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-step-img {
    width: 100%;
    margin-bottom: 1rem;
  }
}

/* line 13730, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-step-content {
  width: 46%;
  padding-top: 25px;
}

@media (max-width: 768px) {
  /* line 13730, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-step-content {
    width: 100%;
    padding-top: 0;
  }
}

/* line 13737, app/assets/stylesheets/renewal_designs/object/project/_top.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 13737, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-step-content .btn {
    font-size: 16px;
  }
}

/* line 13750, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-step-h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  /* line 13750, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-step-h3 {
    text-align: center;
    font-size: 20px;
  }
}

/* line 13759, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-step-text {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: 500;
}

@media (max-width: 768px) {
  /* line 13759, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-step-text {
    text-align: center;
    font-size: 16px;
  }
}

/* line 13769, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-step-blue {
  color: #1992eb;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 13769, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-step-blue {
    text-align: center;
    font-size: 18px;
  }
}

/* line 13779, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-step-notion {
  font-size: 15px;
}

/* line 13781, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-step-notion > span {
  text-decoration: underline;
  color: #FF0000;
}

@media (max-width: 768px) {
  /* line 13779, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-step-notion {
    font-size: 10px;
    text-align: center;
  }
}

/* line 13791, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-step-btn {
  display: block;
  width: 450px;
  max-width: 100%;
  border-radius: 50px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 7px 0 #a3a3a3;
          box-shadow: 0 7px 0 #a3a3a3;
  background: #ff5965;
  position: relative;
  text-decoration: none;
}

/* line 13806, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-step-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 13818, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-step-btn:hover {
  color: #fff;
}

@media (max-width: 768px) {
  /* line 13791, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-step-btn {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    -webkit-box-shadow: 0 5px 0 #a3a3a3;
            box-shadow: 0 5px 0 #a3a3a3;
  }
  /* line 13826, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-step-btn::after {
    width: 15px;
    height: 15px;
    right: 20px;
  }
}

/* line 13835, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-stand {
  text-align: center;
  padding: 80px 20px;
}

/* line 13838, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-stand-h2 {
  font-size: 48px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 13835, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-stand {
    padding: 40px 30px;
  }
  /* line 13844, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-stand-h2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
}

/* line 13853, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-measure {
  background: #D6F1FF;
  padding: 5rem 0 0 !important;
}

@media (max-width: 768px) {
  /* line 13853, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-measure {
    padding: 1.5rem 0 0 !important;
  }
}

/* line 13859, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-measure-title {
  font-size: 50px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 13859, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-measure-title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

/* line 13867, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-measure-title2 {
  font-size: 30px;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  /* line 13867, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-measure-title2 {
    font-size: 18px;
  }
}

/* line 13874, app/assets/stylesheets/renewal_designs/object/project/_top.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 13874, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-measure-table {
    font-size: 15px;
    margin-bottom: 1rem;
  }
}

/* line 13889, app/assets/stylesheets/renewal_designs/object/project/_top.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 13889, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-measure-table th, .modelChange5g-measure-table td {
    padding: 0.5rem;
  }
}

/* line 13900, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-measure-table tbody th {
  background-color: #f9f9f9;
  font-size: 21px;
}

/* line 13903, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-measure-table tbody th > span {
  font-size: 55px;
}

@media (max-width: 768px) {
  /* line 13900, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-measure-table tbody th {
    font-size: 11px;
  }
  /* line 13908, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-measure-table tbody th > span {
    font-size: 26px;
  }
}

/* line 13914, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-measure-table tbody td > span {
  color: #f44e2d;
}

/* line 13916, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-measure-table tbody td > span > span {
  font-size: 21px;
}

@media (max-width: 768px) {
  /* line 13920, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-measure-table tbody td > span > span {
    font-size: 11px;
  }
}

/* line 13928, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-measure-table-galaxy td {
  color: #1992eb;
  font-weight: bold;
}

/* line 13934, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-measure-notion {
  font-size: 16px;
  max-width: 815px;
  width: 100%;
  margin: 0 auto 3rem;
}

@media (max-width: 768px) {
  /* line 13934, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-measure-notion {
    font-size: 10px;
    margin-bottom: 1rem;
  }
}

/* line 13944, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-measure-result {
  margin: auto;
  padding: 0 3rem;
  position: relative;
  display: inline-block;
  color: #1992eb;
  font-size: 38px;
  font-weight: bold;
}

/* line 13945, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-measure-result-wrap {
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  /* line 13944, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-measure-result {
    font-size: 16px;
    padding: 0 2rem;
  }
}

/* line 13960, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-measure-result::before {
  content: "＼";
  position: absolute;
  bottom: 0;
  display: inline-block;
  left: 0;
  color: #1992eb;
}

/* line 13968, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-measure-result::after {
  content: "／";
  position: absolute;
  bottom: 0;
  display: inline-block;
  right: 0;
  color: #1992eb;
}

/* line 13977, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-measure-accent {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5rem;
}

/* line 13982, app/assets/stylesheets/renewal_designs/object/project/_top.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 13977, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-measure-accent {
    font-size: 16px;
    margin-bottom: 1.5rem;
  }
  /* line 13990, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-measure-accent > span {
    font-size: 21px;
  }
}

/* line 13995, app/assets/stylesheets/renewal_designs/object/project/_top.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 13995, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-measure-arrow {
    width: 87px;
    height: 26px;
  }
}

/* line 14006, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-measure .option-accordion4 {
  display: none;
}

/* line 14010, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-speed {
  background: #D6F1FF;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  /* line 14010, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-speed {
    padding-bottom: 50px;
  }
}

/* line 14016, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-speed-title {
  font-size: 36px;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  /* line 14016, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-speed-title {
    font-size: 15px;
    margin-bottom: 2rem;
  }
}

/* line 14024, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-speed-title span {
  position: relative;
  padding-left: 5rem;
}

@media (max-width: 768px) {
  /* line 14024, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-speed-title span {
    padding-left: 2.5rem;
  }
}

/* line 14030, app/assets/stylesheets/renewal_designs/object/project/_top.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 14030, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-speed-title span::before {
    width: 18px;
    height: 18px;
  }
}

/* line 14048, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-speed-title-2 span::before {
  background: url(/assets/mypage/pages/model-change-5g/icon-arrow-down-fb6834ca75d4bf79227c05c7212397f82766bdd6a59498fe4801e3868cf374f8.svg);
}

/* line 14054, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-speed-figure {
  text-align: center;
  margin-bottom: 1rem;
}

/* line 14058, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-speed-text {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  /* line 14058, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-speed-text {
    font-size: 11px;
  }
}

/* line 14066, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-speed-text span {
  font-size: 29px;
}

@media (max-width: 768px) {
  /* line 14066, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-speed-text span {
    font-size: 12px;
  }
}

/* line 14073, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-speed-notion {
  font-size: 16px;
  max-width: 815px;
  width: 100%;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 14073, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-speed-notion {
    font-size: 10px;
  }
}

/* line 14085, app/assets/stylesheets/renewal_designs/object/project/_top.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 14103, app/assets/stylesheets/renewal_designs/object/project/_top.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 14115, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-device-btn:hover {
  color: #fff;
  background-color: #1992eb;
}

@media (max-width: 768px) {
  /* line 14085, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-device-btn {
    max-width: 95%;
    font-size: 16px;
    margin-bottom: 1rem;
  }
}

/* line 14128, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option {
  padding: 80px 0;
}

@media (max-width: 768px) {
  /* line 14128, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option {
    padding: 30px 0;
  }
}

/* line 14135, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option-title {
  font-size: 50px;
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  /* line 14135, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option-title {
    font-size: 21px;
    margin-bottom: 1rem;
  }
}

/* line 14145, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option-text {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  /* line 14145, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option-text {
    font-size: 15px;
    margin-bottom: 2rem;
  }
}

/* line 14158, app/assets/stylesheets/renewal_designs/object/project/_top.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 14158, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option-head {
    font-size: 17px;
    border-radius: 6px;
    padding: 5px 5px;
    margin-bottom: 20px;
  }
}

/* line 14176, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option-img {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 14176, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option-img {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/* line 14185, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option-btn {
  text-align: center;
}

/* line 14190, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2 {
  margin: auto;
  text-align: center;
  padding: 120px 0 0;
  background: #c5ecff;
  width: 100%;
}

@media (max-width: 768px) {
  /* line 14190, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2 {
    padding: 50px 0px 0;
  }
}

/* line 14201, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-title {
  font-size: 50px;
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  /* line 14201, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-title {
    font-size: 21px;
    margin-bottom: 1rem;
  }
}

/* line 14212, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-h3 {
  font-size: 36px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 14212, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/* line 14222, app/assets/stylesheets/renewal_designs/object/project/_top.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 14222, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-h4 {
    font-size: 17px;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 5px 0;
    width: 275px;
  }
}

/* line 14241, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-unit:not(:last-child) {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  /* line 14241, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-unit:not(:last-child) {
    padding-bottom: 40px;
  }
}

/* line 14249, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-unit2 {
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  /* line 14249, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-unit2 {
    padding-bottom: 35px;
  }
}

/* line 14264, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-container {
  max-width: 980px;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 14264, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-container {
    padding: 0 15px;
  }
}

/* line 14273, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-note {
  text-align: left;
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
  font-size: 27px;
}

@media (max-width: 768px) {
  /* line 14273, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-note {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

/* line 14286, app/assets/stylesheets/renewal_designs/object/project/_top.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 14292, app/assets/stylesheets/renewal_designs/object/project/_top.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 14292, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-item {
    padding: 10px 5px;
    width: 275px;
    margin: auto;
    border-radius: 10px;
  }
}

/* line 14311, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-item:hover {
  color: inherit;
  text-decoration: none;
}

/* line 14316, app/assets/stylesheets/renewal_designs/object/project/_top.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 14316, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-item::after {
    width: 13px;
    height: 9px;
    right: 10px;
    bottom: 10px;
  }
}

/* line 14334, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-lead {
  font-size: 29px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #1992eb;
}

@media (max-width: 768px) {
  /* line 14334, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-lead {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

/* line 14346, app/assets/stylesheets/renewal_designs/object/project/_top.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 14351, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-logo {
  width: 17%;
  margin: auto;
  text-align: center;
  margin: 10px auto 0;
}

/* line 14357, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-logo img {
  margin: auto;
}

@media (max-width: 768px) {
  /* line 14351, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-logo {
    max-width: 100px;
  }
}

/* line 14366, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-right {
  width: 70%;
}

/* line 14370, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-name {
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: left;
  height: 3em;
}

@media (max-width: 768px) {
  /* line 14370, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-name {
    font-size: 14px;
    margin-bottom: 3px;
  }
}

/* line 14383, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-price {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  text-align: left;
  color: #ff5865;
}

/* line 14390, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-price em {
  font-size: 64px;
  font-style: normal;
}

/* line 14394, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-price em::before {
  content: "月額";
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
  vertical-align: middle;
  font-size: 26px;
}

/* line 14404, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-price2 {
  font-size: 24px;
  text-align: left;
  padding-left: 75px;
}

@media (max-width: 768px) {
  /* line 14383, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-price {
    font-size: 14px;
  }
  /* line 14413, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-price em {
    font-size: 27px;
  }
  /* line 14416, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-price em::before {
    margin-right: 6px;
    font-size: 14px;
  }
  /* line 14422, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-price2 {
    font-size: 11px;
    padding-left: 40px;
  }
}

/* line 14429, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-table {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
}

/* line 14434, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-table th,
.modelChange5g-option2-table td {
  padding: 20px;
  border: 2px solid #c6c6c6;
}

/* line 14440, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-table th {
  width: 35%;
  vertical-align: top;
}

/* line 14445, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-table ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  list-style-type: disc;
}

/* line 14451, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-table ul + p {
  margin-top: 15px;
  font-size: 14px;
}

@media (max-width: 768px) {
  /* line 14457, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-table th,
.modelChange5g-option2-table td {
    padding: 10px;
  }
  /* line 14461, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-table th {
    width: 35%;
  }
  /* line 14466, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-table ul {
    margin-left: 20px;
  }
  /* line 14469, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-table ul + p {
    font-size: 12px;
  }
}

/* line 14479, app/assets/stylesheets/renewal_designs/object/project/_top.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 14489, app/assets/stylesheets/renewal_designs/object/project/_top.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 14502, app/assets/stylesheets/renewal_designs/object/project/_top.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 14508, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-slider .slick-prev {
  left: calc(50vw - 382px);
}

/* line 14511, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-slider .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 14517, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-option2-slider .slick-next {
  right: calc(50vw - 382px);
}

/* line 14520, app/assets/stylesheets/renewal_designs/object/project/_top.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 14528, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-slider .slick-prev,
.modelChange5g-option2-slider .slick-next {
    width: 32px;
    height: 32px;
  }
  /* line 14533, app/assets/stylesheets/renewal_designs/object/project/_top.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 14541, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-slider .slick-prev {
    left: calc(50vw - 162px);
  }
  /* line 14543, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-slider .slick-prev:before {
    left: 5px;
  }
  /* line 14547, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-slider .slick-next {
    right: calc(50vw - 162px);
  }
  /* line 14549, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-option2-slider .slick-next:before {
    right: 5px;
  }
}

/* line 14556, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-area {
  max-width: 980px;
  width: 100%;
  margin: auto;
  padding: 70px 0;
}

@media (max-width: 768px) {
  /* line 14556, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-area {
    padding: 50px 10px;
  }
}

/* line 14564, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-area-title {
  font-size: 50px;
  margin-bottom: 50px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  /* line 14564, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-area-title {
    font-size: 21px;
    margin-bottom: 30px;
  }
}

/* line 14572, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-area-title > span {
  position: relative;
  font-size: 41px;
  color: #1992EB;
}

@media (max-width: 768px) {
  /* line 14572, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-area-title > span {
    font-size: 18px;
  }
}

/* line 14581, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-area-h2 {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 120px;
  position: relative;
}

/* line 14586, app/assets/stylesheets/renewal_designs/object/project/_top.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 14581, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-area-h2 {
    font-size: 25px;
    margin-bottom: 30px;
    padding-top: 55px;
  }
  /* line 14601, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-area-h2::before {
    width: 44px;
    height: 44px;
  }
}

/* line 14607, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-area-lead {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 14607, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-area-lead {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/* line 14616, app/assets/stylesheets/renewal_designs/object/project/_top.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 14616, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-area-wrap {
    margin-bottom: 30px;
  }
}

/* line 14624, app/assets/stylesheets/renewal_designs/object/project/_top.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 14629, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-area-square {
  width: 31px;
  height: 31px;
  margin: 5px 14px 5px 0;
  display: inline-block;
  vertical-align: middle;
}

/* line 14635, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-area-square--red {
  background: #fd8b8f;
}

/* line 14638, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-area-square--orange {
  background: #FEC76D;
}

/* line 14641, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-area-square--yellow {
  background: #FFEF81;
}

/* line 14644, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-area-square--purple {
  background: #ae68f6;
}

@media (max-width: 768px) {
  /* line 14629, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-area-square {
    width: 20px;
    height: 20px;
    margin: 4px 7px 4px 0;
  }
}

/* line 14653, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-area-text1 {
  font-size: 28px;
  text-align: left;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 30px;
}

@media (max-width: 768px) {
  /* line 14653, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-area-text1 {
    font-size: 14px;
    margin: 0 auto 15px;
  }
}

/* line 14664, app/assets/stylesheets/renewal_designs/object/project/_top.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 14664, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-area-text2 {
    font-size: 12px;
    margin: 0 auto 15px;
  }
}

/* line 14675, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-area-item {
  width: 45%;
}

/* line 14678, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-area-img {
  margin-bottom: 20px;
}

/* line 14680, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-area-img2 {
  position: relative;
}

/* line 14682, app/assets/stylesheets/renewal_designs/object/project/_top.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 14678, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-area-img {
    margin-bottom: 10px;
  }
  /* line 14696, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-area-img2::before {
    width: 20px;
    height: 15px;
    left: -27px;
  }
}

/* line 14704, app/assets/stylesheets/renewal_designs/object/project/_top.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 14704, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-area-num {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    margin: 0 auto 10px;
  }
}

/* line 14722, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-area-text {
  font-size: 23px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 14722, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-area-text {
    font-size: 12px;
  }
}

/* line 14729, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-area-title2 {
  margin-top: 0;
  margin-bottom: 3.5rem;
  font-size: 38px;
}

@media (max-width: 768px) {
  /* line 14729, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-area-title2 {
    font-size: 18px;
  }
}

/* line 14737, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-area-btn {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 14737, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-area-btn {
    margin-bottom: 30px;
  }
}

/* line 14745, app/assets/stylesheets/renewal_designs/object/project/_top.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 14756, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-btn:hover {
  color: #2a3b4c;
}

/* line 14759, app/assets/stylesheets/renewal_designs/object/project/_top.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 14745, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-btn {
    width: 280px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    font-size: 14px;
  }
  /* line 14776, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-btn::after {
    width: 10px;
    height: 10px;
    border-right: 1px solid #2a3b4c;
    border-bottom: 1px solid #2a3b4c;
    right: 20px;
  }
}

/* line 14785, app/assets/stylesheets/renewal_designs/object/project/_top.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 14785, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-btn2::after {
    width: 30px;
    height: 18px;
    right: 20px;
  }
}

/* line 14803, app/assets/stylesheets/renewal_designs/object/project/_top.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 14803, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-btn3::after {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}

/* line 14822, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-notice {
  padding: 100px 20px;
  width: 1000px;
  max-width: 100%;
  margin: auto;
}

/* line 14827, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-notice p {
  font-size: 16px;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  /* line 14822, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-notice {
    padding: 50px 0px;
  }
  /* line 14833, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-notice p {
    font-size: 12px;
  }
}

/* line 14839, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-about {
  width: 840px;
  max-width: 100%;
  margin: auto;
  padding: 60px 20px 60px;
}

/* line 14844, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-about-img {
  margin-bottom: 20px;
  text-align: center;
}

/* line 14848, app/assets/stylesheets/renewal_designs/object/project/_top.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 14852, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-about-item {
  width: 48%;
}

@media (max-width: 768px) {
  /* line 14839, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-about {
    padding: 30px 20px 30px;
  }
  /* line 14857, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-about-img {
    margin-bottom: 20px;
  }
}

/* line 14864, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-about-modal-head {
  font-size: 37px;
  color: #197ce6;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

/* line 14871, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-about-modal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 50px;
  width: 720px;
  max-width: 100%;
}

/* line 14877, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-about-modal-img {
  margin-right: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 14881, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-about-modal-text {
  font-size: 28px;
  font-weight: 500;
}

/* line 14885, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-about-modal-headline {
  font-size: 36px;
  font-weight: bold;
  color: #1992eb;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

/* line 14892, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-about-modal-headline::after {
  content: "";
  background: yellow;
  height: 19px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* line 14903, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-about-modal-text2 {
  font-size: 26px;
  font-weight: 500;
}

/* line 14907, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-about-modal-img2 {
  margin: 30px 0 50px;
  text-align: center;
}

/* line 14911, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-about-modal-img3 {
  text-align: center;
}

/* line 14914, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-about-modal-text3 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 14921, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-about-modal-head {
    font-size: 16px;
    margin-bottom: 30px;
  }
  /* line 14925, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-about-modal-item {
    margin-bottom: 20px;
    width: 100%;
  }
  /* line 14929, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-about-modal-img {
    margin-right: 15px;
    width: 32%;
  }
  /* line 14933, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-about-modal-text {
    font-size: 14px;
  }
  /* line 14936, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-about-modal-headline {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* line 14939, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-about-modal-headline::after {
    height: 9px;
  }
  /* line 14943, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-about-modal-text2 {
    font-size: 12px;
  }
  /* line 14946, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-about-modal-img2 {
    margin: 30px 0 30px;
  }
  /* line 14951, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-about-modal-text3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

/* line 14959, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-reason {
  padding: 80px 20px;
  background: #CEEFFF;
}

/* line 14962, app/assets/stylesheets/renewal_designs/object/project/_top.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 14973, app/assets/stylesheets/renewal_designs/object/project/_top.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 14986, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-reason-wrap {
  width: 700px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px 80px 40px;
}

/* line 14992, app/assets/stylesheets/renewal_designs/object/project/_top.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 15000, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-reason-item:not(:last-child) {
  margin-bottom: 40px;
}

/* line 15004, app/assets/stylesheets/renewal_designs/object/project/_top.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 15020, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-reason-text {
  font-size: 34px;
  font-weight: 500;
}

@media (max-width: 768px) {
  /* line 14959, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-reason {
    padding: 25px 20px;
  }
  /* line 15026, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-reason-headline {
    margin: 0 auto 40px;
    padding: 11px 10px;
    font-size: 22px;
  }
  /* line 15030, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-reason-headline::after {
    width: 18px;
    height: 18px;
    bottom: -9px;
  }
  /* line 15036, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-reason-wrap {
    padding: 0 20px 40px 20px;
  }
  /* line 15039, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-reason-item {
    padding: 20px 35px;
    min-height: 110px;
    border-radius: 10px;
  }
  /* line 15043, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-reason-item:not(:last-child) {
    margin-bottom: 17px;
  }
  /* line 15047, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-reason-num {
    width: 29px;
    height: 29px;
    font-size: 19px;
  }
  /* line 15052, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-reason-text {
    font-size: 16px;
  }
}

/* line 15059, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-recommend {
  background: #fff;
  width: 1000px;
  max-width: 100%;
  margin: auto;
  padding: 85px 150px;
  border-radius: 23px;
}

/* line 15066, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-recommend-h2 {
  color: #1992EB;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

/* line 15074, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-recommend-item:not(:last-child) {
  margin-bottom: 80px;
}

/* line 15078, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-recommend-h3 {
  color: #1992EB;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

/* line 15085, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-recommend-img {
  text-align: center;
  margin-bottom: 20px;
}

/* line 15089, app/assets/stylesheets/renewal_designs/object/project/_top.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 15099, app/assets/stylesheets/renewal_designs/object/project/_top.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 15110, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-recommend-text {
  font-size: 37px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 15059, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-recommend {
    padding: 20px 40px;
    border-radius: 10px;
  }
  /* line 15118, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-recommend-h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  /* line 15123, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-recommend-item:not(:last-child) {
    margin-bottom: 30px;
  }
  /* line 15127, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-recommend-h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  /* line 15131, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-recommend-img {
    margin-bottom: 10px;
  }
  /* line 15134, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-recommend-headline {
    font-size: 16px;
    border-radius: 7px;
    padding: 5px 20px;
    margin-bottom: 10px;
  }
  /* line 15139, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-recommend-headline::before {
    width: 20px;
    height: 19px;
    left: 15px;
  }
  /* line 15145, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-recommend-text {
    font-size: 16px;
  }
}

/* line 15151, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-faq {
  width: 875px;
  max-width: 100%;
  margin: auto;
  padding: 100px 20px;
}

/* line 15156, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-faq-headline1 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
  color: #1992eb;
}

/* line 15162, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-faq-headline2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 15151, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-faq {
    padding: 40px 20px;
  }
  /* line 15169, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-faq-headline1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  /* line 15173, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-faq-headline2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

/* line 15182, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-plan-headline {
  text-align: center;
  font-size: 62px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 15188, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-plan-lead {
  width: 800px;
  max-width: calc(100% - 30px);
  margin: auto;
  border: 3px solid #1992eb;
  border-radius: 20px;
}

/* line 15194, app/assets/stylesheets/renewal_designs/object/project/_top.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 15204, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-plan-lead-content {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 15px 15px;
  text-align: center;
}

/* line 15210, app/assets/stylesheets/renewal_designs/object/project/_top.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 15217, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-plan-lead-device {
  width: 30%;
}

/* line 15220, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-plan-lead-body {
  width: 65%;
  text-align: left;
}

/* line 15224, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-plan-lead-headline {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 15229, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-plan-lead-price1 {
  font-size: 87px;
  color: #ff5865;
  font-weight: bold;
}

/* line 15233, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-plan-lead-price1 > span {
  font-size: 44px;
}

/* line 15237, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-plan-lead-price2 {
  font-size: 33px;
  padding-left: 20px;
  margin-bottom: 20px;
}

/* line 15242, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-plan-lead-text {
  font-size: 28px;
}

/* line 15246, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-plan-plus {
  text-align: center;
  margin: 30px 0;
}

/* line 15251, app/assets/stylesheets/renewal_designs/object/project/_top.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 15260, app/assets/stylesheets/renewal_designs/object/project/_top.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 15272, app/assets/stylesheets/renewal_designs/object/project/_top.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 15277, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-plan-slider .slick-prev {
  left: calc(50vw - 430px);
}

/* line 15279, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-plan-slider .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 15284, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-plan-slider .slick-next {
  right: calc(50vw - 430px);
}

/* line 15286, app/assets/stylesheets/renewal_designs/object/project/_top.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 15293, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-headline {
    font-size: 26px;
    margin-bottom: 20px;
  }
  /* line 15297, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-lead {
    border: 2px solid #1992eb;
    border-radius: 10px;
  }
  /* line 15300, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-lead-head {
    font-size: 25px;
    padding: 10px 0;
    border-radius: 8px 8px 0 0;
  }
  /* line 15305, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-lead-content {
    padding: 15px;
    border-radius: 0 0 8px 8px;
  }
  /* line 15309, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-lead-wrap {
    padding: 20px 20px;
    border-radius: 0 0 10px 10px;
  }
  /* line 15313, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-lead-device {
    width: 30%;
  }
  /* line 15316, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-lead-body {
    width: 65%;
  }
  /* line 15319, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-lead-headline {
    font-size: 17px;
    margin-bottom: 0px;
  }
  /* line 15323, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-lead-price1 {
    font-size: 37px;
  }
  /* line 15325, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-lead-price1 > span {
    font-size: 18px;
  }
  /* line 15329, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-lead-price2 {
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  /* line 15334, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-lead-text {
    font-size: 12px;
  }
  /* line 15338, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-plus {
    margin: 20px auto;
    width: 46px;
  }
  /* line 15343, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-slider .slick-prev,
.amazonring-plan-slider .slick-next {
    top: 65%;
    width: 26px;
    height: 26px;
    border-radius: 50%;
  }
  /* line 15349, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-slider .slick-prev:before,
.amazonring-plan-slider .slick-next:before {
    width: 12px;
    height: 12px;
    border-width: 1px;
    top: 50%;
  }
  /* line 15356, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-slider .slick-prev {
    left: 5px;
  }
  /* line 15358, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-slider .slick-prev:before {
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    left: 5px;
  }
  /* line 15363, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-slider .slick-next {
    right: 5px;
  }
  /* line 15365, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-plan-slider .slick-next:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 5px;
  }
}

/* line 15374, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-lead {
  text-align: center;
  padding: 100px 0;
}

/* line 15377, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-lead-h2 {
  font-size: 62px;
  margin-bottom: 50px;
}

/* line 15381, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-lead-h3 {
  font-size: 41px;
  color: #1992eb;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 15374, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-lead {
    padding: 50px 20px;
  }
  /* line 15388, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-lead-h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  /* line 15392, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-lead-h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

/* line 15399, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check {
  padding: 60px 0 70px;
}

/* line 15401, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-container {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 15405, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-container--wide {
  width: 1100px;
}

/* line 15409, app/assets/stylesheets/renewal_designs/object/project/_top.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 15421, app/assets/stylesheets/renewal_designs/object/project/_top.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 15428, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-headline img {
  width: 298px;
  margin-right: 20px;
}

/* line 15433, app/assets/stylesheets/renewal_designs/object/project/_top.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 15437, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-wrap-item {
  width: 31%;
  position: relative;
  border: 3px solid #1992EB;
  padding: 35px 9px 10px;
  border-radius: 12px;
}

/* line 15443, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-wrap-item--car {
  width: 23%;
}

/* line 15447, app/assets/stylesheets/renewal_designs/object/project/_top.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 15464, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-wrap-head {
  color: #264F90;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

/* line 15470, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-wrap-head > span {
  font-size: 26px;
}

/* line 15474, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-wrap-img {
  text-align: center;
  margin-bottom: 5px;
}

/* line 15478, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-wrap-img2 {
  display: none;
}

/* line 15481, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-wrap-text {
  font-weight: 500;
  font-size: 17px;
}

/* line 15484, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-wrap-text > span {
  color: #1992EB;
}

/* line 15489, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-accordion {
  background: #C5ECFF;
  padding: 20px 60px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 90px;
}

/* line 15495, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-accordion-head {
  text-align: center;
  font-size: 30px;
  color: #264F90;
  font-weight: bold;
  position: relative;
}

/* line 15501, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-accordion-head em {
  color: #FF5965;
  font-size: 33px;
  font-style: initial;
}

/* line 15505, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-accordion-head em span {
  font-size: 39px;
}

/* line 15509, app/assets/stylesheets/renewal_designs/object/project/_top.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 15520, app/assets/stylesheets/renewal_designs/object/project/_top.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 15532, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-accordion-head.is-open::after {
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* line 15538, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-accordion-content {
  display: none;
  padding-top: 30px;
}

/* line 15543, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-headline2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}

/* line 15548, app/assets/stylesheets/renewal_designs/object/project/_top.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 15558, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 15563, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-check-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 15399, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check {
    padding: 35px 0;
  }
  /* line 15575, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-head {
    font-size: 17px;
    width: 160px;
    height: 21px;
    line-height: 21px;
    margin: 0 auto 25px;
  }
  /* line 15582, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-headline {
    font-size: 26px;
    margin-bottom: 35px;
  }
  /* line 15585, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-headline img {
    width: 180px;
    margin-right: 15px;
  }
  /* line 15590, app/assets/stylesheets/renewal_designs/object/project/_top.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 15594, app/assets/stylesheets/renewal_designs/object/project/_top.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 15603, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-item:nth-of-type(1) img {
    width: 29px;
  }
  /* line 15608, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-item:nth-of-type(2) img {
    width: 49px;
  }
  /* line 15613, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-item:nth-of-type(3) img {
    width: 49px;
  }
  /* line 15617, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-item:not(:last-child) {
    margin-bottom: 20px;
  }
  /* line 15620, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-item--unlimited {
    padding: 20px 10px;
  }
  /* line 15623, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-item--unlimited:nth-of-type(1) img {
    width: 49px;
  }
  /* line 15628, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-item--unlimited:nth-of-type(2) img {
    width: 60px;
  }
  /* line 15633, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-item--unlimited:nth-of-type(3) img {
    width: 55px;
  }
  /* line 15638, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-item--car {
    padding: 20px 10px;
  }
  /* line 15641, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-item--car:nth-of-type(1) img {
    width: 49px;
  }
  /* line 15646, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-item--car:nth-of-type(2) img {
    width: 50px;
  }
  /* line 15651, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-item--car:nth-of-type(3) img {
    width: 38px;
  }
  /* line 15656, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-item--car:nth-of-type(4) img {
    width: 51px;
  }
  /* line 15662, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-num {
    width: 28px;
    height: 28px;
    font-size: 14px;
    left: 20px;
    margin: initial;
  }
  /* line 15669, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-head {
    font-size: 10px;
    text-align: left;
    margin-bottom: 3px;
  }
  /* line 15673, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-head > span {
    font-size: 15px;
  }
  /* line 15676, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-head br {
    display: none;
  }
  /* line 15679, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-head--unlimited {
    font-size: 10px;
    margin-bottom: 3px;
  }
  /* line 15682, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-head--unlimited > span {
    font-size: 15px;
  }
  /* line 15687, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-img {
    display: none;
  }
  /* line 15690, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-text {
    font-size: 10px;
  }
  /* line 15693, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-wrap-img2 {
    width: 60px;
    margin-left: 15px;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
  }
  /* line 15701, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-accordion {
    padding: 15px 25px;
    margin-bottom: 40px;
  }
  /* line 15704, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-accordion-head {
    font-size: 15px;
  }
  /* line 15706, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-accordion-head em {
    font-size: 17px;
  }
  /* line 15708, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-accordion-head em span {
    font-size: 20px;
  }
  /* line 15712, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-accordion-head::before {
    width: 16px;
    height: 16px;
  }
  /* line 15716, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-accordion-head::after {
    width: 5px;
    height: 5px;
    border-width: 1px;
    right: 5px;
  }
  /* line 15727, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-accordion-content {
    padding-top: 20px;
  }
  /* line 15731, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-headline2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  /* line 15734, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-check-headline2 > span {
    font-size: 16px;
    padding: 3px 17px;
    margin-right: 15px;
    margin-bottom: 5px;
  }
}

/* line 15747, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point {
  padding: 60px 20px 70px;
}

/* line 15749, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point-container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 15754, app/assets/stylesheets/renewal_designs/object/project/_top.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 15766, app/assets/stylesheets/renewal_designs/object/project/_top.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 15774, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point-headline img {
  width: 298px;
  margin-right: 20px;
}

/* line 15778, app/assets/stylesheets/renewal_designs/object/project/_top.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 15792, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point-frame {
  border: 3px solid #1992EB;
  border-radius: 25px;
  padding: 40px 80px;
  margin-bottom: 65px;
}

/* line 15797, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point-frame-headline {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #1992EB;
  margin-bottom: 30px;
}

/* line 15803, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point-frame-headline > span {
  color: #2A3B4C;
}

/* line 15807, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point-frame-text {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

/* line 15812, app/assets/stylesheets/renewal_designs/object/project/_top.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 15816, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point-frame-img {
  text-align: center;
}

/* line 15819, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point-frame-table {
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}

/* line 15824, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point-frame-table thead td:last-child {
  background: #264F90;
  color: #fff;
  font-size: 31px;
}

/* line 15830, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point-frame-table tr {
  border-top: solid 2px #c6c6c6;
  border-bottom: solid 2px #c6c6c6;
}

/* line 15834, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point-frame-table td, .bl-5g-point-frame-table th {
  padding: 20px 20px;
}

/* line 15837, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point-frame-table th {
  vertical-align: middle;
  text-align: center;
  background: #eee;
  font-size: 24px;
  font-weight: 500;
}

/* line 15844, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point-frame-table td {
  vertical-align: middle;
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
}

/* line 15850, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point-frame-table-red {
  color: #FF5965;
}

/* line 15853, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point-frame-table-small {
  font-size: 23px;
}

/* line 15856, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point-frame-table-note {
  font-size: 18px;
}

/* line 15860, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point-frame-note {
  font-size: 19px;
}

/* line 15864, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-point-bnr {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 15747, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-point {
    padding: 35px 15px 35px;
  }
  /* line 15869, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-point-head {
    font-size: 17px;
    width: 160px;
    height: 21px;
    line-height: 21px;
    margin: 0 auto 25px;
  }
  /* line 15876, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-point-headline {
    font-size: 26px;
    margin-bottom: 35px;
  }
  /* line 15879, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-point-headline img {
    width: 180px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  /* line 15884, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-point-headline > span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-left: 5px;
  }
  /* line 15893, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-point-frame {
    border-width: 2px;
    border-radius: 10px;
    padding: 15px 15px;
    margin-bottom: 25px;
  }
  /* line 15898, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-point-frame-headline {
    font-size: 16px;
    margin-bottom: 20px;
  }
  /* line 15902, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-point-frame-text {
    font-size: 11px;
    margin-bottom: 20px;
  }
  /* line 15906, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-point-frame-table {
    margin-bottom: 20px;
  }
  /* line 15909, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-point-frame-table thead td:last-child {
    font-size: 12px;
  }
  /* line 15913, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-point-frame-table tr {
    border-width: 1px;
  }
  /* line 15916, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-point-frame-table td, .bl-5g-point-frame-table th {
    padding: 10px 10px;
  }
  /* line 15919, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-point-frame-table th {
    font-size: 10px;
  }
  /* line 15922, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-point-frame-table td {
    font-size: 13px;
  }
  /* line 15925, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-point-frame-table-small {
    font-size: 9px;
  }
  /* line 15928, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-point-frame-table-note {
    font-size: 7px;
  }
  /* line 15932, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-point-frame-note {
    font-size: 8px;
  }
}

/* line 15942, app/assets/stylesheets/renewal_designs/object/project/_top.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 15953, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-information-headline {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  color: #264F90;
}

@media (max-width: 768px) {
  /* line 15941, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-information {
    padding: 35px 0;
  }
  /* line 15962, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-information-head {
    font-size: 17px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 15px;
  }
  /* line 15969, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-information-headline {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

/* line 15976, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice4 {
  padding: 70px 0;
  background: #C5ECFF;
}

/* line 15979, app/assets/stylesheets/renewal_designs/object/project/_top.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 15990, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice4-headline {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  color: #264F90;
}

/* line 15997, app/assets/stylesheets/renewal_designs/object/project/_top.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 16007, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice4-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  margin-bottom: 20px;
}

/* line 16012, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice4-img {
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 87px;
}

/* line 16017, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice4-text {
  font-size: 21px;
  font-weight: bold;
  min-height: 7.5em;
  line-height: 1.5;
}

/* line 16022, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice4-text > span {
  color: #1992eb;
}

/* line 16025, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice4-text .color-red {
  color: #FD1313;
}

/* line 16028, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice4-text .color-blue {
  color: #1992eb;
}

/* line 16032, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice4-title {
  font-size: 23px;
}

/* line 16035, app/assets/stylesheets/renewal_designs/object/project/_top.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 16043, app/assets/stylesheets/renewal_designs/object/project/_top.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 16055, app/assets/stylesheets/renewal_designs/object/project/_top.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 16060, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice4 .slick-prev {
  left: calc(50% - 312px);
}

/* line 16062, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice4 .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 16067, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-voice4 .slick-next {
  right: calc(50% - 312px);
}

/* line 16069, app/assets/stylesheets/renewal_designs/object/project/_top.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 15976, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice4 {
    padding: 35px 0;
  }
  /* line 16077, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice4-head {
    font-size: 17px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 15px;
  }
  /* line 16084, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice4-headline {
    font-size: 26px;
    margin-bottom: 25px;
  }
  /* line 16088, app/assets/stylesheets/renewal_designs/object/project/_top.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 16097, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice4-img {
    margin-right: 10px;
    width: 47px;
  }
  /* line 16101, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice4-text {
    font-size: 11px;
  }
  /* line 16104, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice4-title {
    font-size: 12px;
  }
  /* line 16107, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice4 .slick-prev,
.bl-5g-voice4 .slick-next {
    width: 32px;
    height: 32px;
  }
  /* line 16112, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice4 .slick-prev:before,
.bl-5g-voice4 .slick-next:before {
    content: "";
    width: 15px;
    height: 15px;
  }
  /* line 16118, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice4 .slick-prev {
    left: calc(50% - 156px);
  }
  /* line 16120, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice4 .slick-prev:before {
    left: 5px;
  }
  /* line 16124, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice4 .slick-next {
    right: calc(50% - 156px);
  }
  /* line 16126, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-voice4 .slick-next:before {
    right: 5px;
  }
}

/* line 16135, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-saqsaq {
  padding: 80px 20px;
}

/* line 16137, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-saqsaq-head {
  text-align: center;
  margin-bottom: 40px;
}

/* line 16141, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-saqsaq-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  max-width: 100%;
  margin: 0 auto 30px;
}

/* line 16146, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-saqsaq-point-num {
  margin-right: 20px;
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 16154, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-saqsaq-point-text1 {
  font-weight: 500;
  font-size: 27px;
  margin-bottom: 15px;
}

/* line 16158, app/assets/stylesheets/renewal_designs/object/project/_top.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 16165, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-saqsaq-point-text2 {
  font-size: 23px;
  font-weight: 500;
}

/* line 16170, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-saqsaq-headline {
  font-size: 41px;
  font-weight: bold;
  text-align: center;
  color: #1992EB;
  margin-bottom: 30px;
  margin-top: 60px;
}

/* line 16178, app/assets/stylesheets/renewal_designs/object/project/_top.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 16184, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-saqsaq-price-item {
  width: 47.5%;
  border-radius: 14px;
  border: 3px solid #1992EB;
}

/* line 16189, app/assets/stylesheets/renewal_designs/object/project/_top.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 16200, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-saqsaq-price-content {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 15px 15px;
}

/* line 16205, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-saqsaq-price-content > span {
  font-size: 60px;
}

/* line 16210, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-saqsaq-btn {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 16135, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-saqsaq {
    padding: 40px 20px;
  }
  /* line 16215, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-saqsaq-head {
    margin-bottom: 20px;
  }
  /* line 16217, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-saqsaq-head img {
    width: 250px;
  }
  /* line 16221, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-saqsaq-point {
    width: 325px;
    margin: 0 auto 25px;
  }
  /* line 16224, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-saqsaq-point-num {
    margin-right: 15px;
    width: 47px;
  }
  /* line 16230, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-saqsaq-point-text1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* line 16233, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-saqsaq-point-text1 > span {
    font-size: 20px;
  }
  /* line 16237, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-saqsaq-point-text2 {
    font-size: 12px;
  }
  /* line 16241, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-saqsaq-headline {
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  /* line 16246, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-saqsaq-price {
    width: 325px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  /* line 16250, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-saqsaq-price-item {
    border-radius: 6px;
    border: 2px solid #1992EB;
  }
  /* line 16254, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-saqsaq-price-head {
    font-size: 11px;
    line-height: 1.3;
    height: 40px;
  }
  /* line 16259, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-saqsaq-price-content {
    font-size: 13px;
    padding: 5px 10px;
  }
  /* line 16262, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-saqsaq-price-content > span {
    font-size: 25px;
  }
  /* line 16268, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-saqsaq-btn img {
    width: 300px;
  }
}

/* line 16275, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-lead {
  text-align: center;
  padding: 100px 0;
}

/* line 16278, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-lead-h2 {
  font-size: 62px;
  margin-bottom: 50px;
}

/* line 16282, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.amazonring-lead-h3 {
  font-size: 41px;
  color: #1992eb;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 16275, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-lead {
    padding: 50px 20px;
  }
  /* line 16289, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-lead-h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  /* line 16293, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .amazonring-lead-h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

/* line 16300, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 50px;
}

/* line 16304, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2-sec {
  padding: 70px 0 90px;
  background: #D6F1FF;
}

@media (max-width: 768px) {
  /* line 16304, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2-sec {
    padding: 20px 0;
  }
}

/* line 16311, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2-h2 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 16311, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2-h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

/* line 16320, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2-h3 {
  color: #1992eb;
  font-size: 41px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 16320, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2-h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}

/* line 16329, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2-slider {
  background: #fff;
  margin-bottom: 30px;
  padding: 40px 0;
  border-radius: 25px;
  position: relative;
}

/* line 16336, app/assets/stylesheets/renewal_designs/object/project/_top.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 16347, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2-headline {
  font-size: 31px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}

/* line 16353, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2-headline::before {
  content: "";
  width: 25px;
  height: 25px;
  background: #1992eb;
  position: absolute;
  left: 0;
  top: 13px;
}

/* line 16363, app/assets/stylesheets/renewal_designs/object/project/_top.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 16369, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2-img {
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30%;
}

/* line 16374, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2-title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 16379, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2-title > span {
  font-weight: normal;
  font-size: 27px;
}

/* line 16384, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2-star {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}

/* line 16389, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2-star img {
  margin-left: 10px;
  vertical-align: initial;
}

/* line 16394, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2-text {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 15px;
}

/* line 16399, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2-text2 {
  font-size: 21px;
}

/* line 16402, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2-note {
  font-size: 17px;
}

/* line 16405, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2-btn {
  text-align: center;
  padding: 0 15px;
}

/* line 16409, app/assets/stylesheets/renewal_designs/object/project/_top.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 16418, app/assets/stylesheets/renewal_designs/object/project/_top.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 16430, app/assets/stylesheets/renewal_designs/object/project/_top.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 16436, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2 .slick-prev {
  left: calc(50% - 299px);
}

/* line 16438, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2 .slick-prev:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}

/* line 16443, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2 .slick-next {
  right: calc(50% - 299px);
}

/* line 16445, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-voice2 .slick-next:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 15px;
}

@media (max-width: 768px) {
  /* line 16451, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2-slider {
    padding: 15px 0;
    border-radius: 9px;
    margin: 30px 15px;
  }
  /* line 16456, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2-item {
    width: 180px;
    border-radius: 6px;
    padding: 15px;
    margin: 0 5px 0;
  }
  /* line 16462, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2-headline {
    font-size: 13px;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  /* line 16466, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2-headline::before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
  /* line 16472, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2-head {
    margin-bottom: 10px;
  }
  /* line 16475, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2-img {
    margin-right: 10px;
  }
  /* line 16478, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2-right {
    margin-right: 20px;
  }
  /* line 16481, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2-title {
    font-size: 7px;
  }
  /* line 16484, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2-title > span {
    font-size: 14px;
  }
  /* line 16488, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2-star {
    font-size: 11px;
    margin-bottom: 10px;
  }
  /* line 16492, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2-text {
    font-size: 8px;
    margin-bottom: 10px;
  }
  /* line 16496, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2-text2 {
    font-size: 7px;
  }
  /* line 16499, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2-note {
    font-size: 10px;
    padding-left: 20px;
  }
  /* line 16503, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2 .slick-prev,
.modelChange5g-voice2 .slick-next {
    top: 40%;
    width: 16px;
    height: 16px;
  }
  /* line 16508, app/assets/stylesheets/renewal_designs/object/project/_top.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 16516, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2 .slick-prev {
    left: calc(50% - 103px);
  }
  /* line 16518, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2 .slick-prev:before {
    left: 5px;
  }
  /* line 16522, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2 .slick-next {
    right: calc(50% - 103px);
  }
  /* line 16524, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-voice2 .slick-next:before {
    right: 5px;
  }
}

/* line 16531, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-spec {
  padding: 110px 0 30px;
}

/* line 16533, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-spec-title {
  text-align: center;
  font-size: 41px;
  margin-bottom: 60px;
}

/* line 16537, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-spec-title > span {
  font-size: 50px;
}

/* line 16540, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-spec-title--red {
  color: #FF4D6D;
}

/* line 16544, app/assets/stylesheets/renewal_designs/object/project/_top.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 16555, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-spec-headline2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

/* line 16560, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-spec-headline2--red {
  color: #FF4D6D;
}

/* line 16563, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-spec-headline2--blue {
  color: #1992EB;
}

/* line 16568, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-spec-item:not(:last-child) {
  margin-bottom: 100px;
}

/* line 16572, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-spec-table {
  text-align: center;
  margin-bottom: 50px;
}

/* line 16576, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.modelChange5g-spec-btn {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 16531, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-spec {
    padding: 35px 0 20px;
  }
  /* line 16581, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-spec-title {
    font-size: 15px;
    margin-bottom: 30px;
  }
  /* line 16584, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-spec-title > span {
    font-size: 21px;
  }
  /* line 16588, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-spec-headline {
    margin: 0 auto 20px;
    font-size: 17px;
    border-radius: 6px;
    padding: 4px 0;
  }
  /* line 16594, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-spec-headline2 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  /* line 16599, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-spec-item:not(:last-child) {
    margin-bottom: 50px;
  }
  /* line 16603, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .modelChange5g-spec-table {
    margin-bottom: 25px;
  }
}

/* line 16609, app/assets/stylesheets/renewal_designs/object/project/_top.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 16609, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-contact {
    padding: 50px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 16623, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-sns {
  padding: 0 0 70px;
}

/* line 16625, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-sns-headline {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 16631, app/assets/stylesheets/renewal_designs/object/project/_top.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 16638, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.bl-5g-sns-item {
  width: 85px;
}

@media (max-width: 768px) {
  /* line 16623, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-sns {
    padding: 0 0 50px;
  }
  /* line 16643, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-sns-headline {
    font-size: 26px;
    margin-bottom: 20px;
  }
  /* line 16647, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-sns-wrap {
    width: 250px;
  }
  /* line 16650, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .bl-5g-sns-item {
    width: 46px;
  }
}

/* line 16659, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.p-device-comparison__table thead td {
  padding: 0.5rem;
}

/* line 16661, app/assets/stylesheets/renewal_designs/object/project/_top.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 16669, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.p-device-comparison__name {
  margin: 1em 0;
}

/* line 16672, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.p-device-comparison__btn {
  margin-top: auto;
}

/* line 16674, app/assets/stylesheets/renewal_designs/object/project/_top.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 16701, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.p-product-note {
  font-size: 12px;
}

/* line 16704, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.u-fontsize--sm {
  font-size: 12px;
}

/* line 16707, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.u-text--light-color {
  color: #888888 !important;
}

/* line 16711, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.upgrade5g-switch {
  background: #ceefff;
  padding: 50px 20px;
  text-align: center;
}

/* line 16715, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.upgrade5g-switch-headline {
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 30px;
}

/* line 16719, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.upgrade5g-switch-headline > span {
  font-size: 53px;
  color: #ED7F82;
}

/* line 16724, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.upgrade5g-switch-frame {
  max-width: 1000px;
  margin: 0 auto 30px;
  background: #fff;
  border-radius: 23px;
  padding: 45px 130px;
}

/* line 16731, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.upgrade5g-switch-img {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 16711, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .upgrade5g-switch {
    padding: 30px 20px;
  }
  /* line 16736, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .upgrade5g-switch-headline {
    font-size: 15px;
    margin-bottom: 20px;
  }
  /* line 16739, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .upgrade5g-switch-headline > span {
    font-size: 21px;
  }
  /* line 16743, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
  .upgrade5g-switch-frame {
    border-radius: 10px;
    padding: 15px 15px;
  }
}

/* line 16751, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.new-static-page .bl-5g-gnav {
  position: static;
  display: block;
}

/* line 16756, app/assets/stylesheets/renewal_designs/object/project/_top.scss */
.new-static-page .slick-arrow {
  z-index: 10;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
.p-unext {
  position: relative;
}

/* line 3, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
.p-unext__wrap {
  border: 4px solid #043786;
  margin-top: 3rem;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

@media (max-width: 575px) {
  /* line 3, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
  .p-unext__wrap {
    margin-top: 2rem;
  }
}

/* line 11, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
.p-unext__wrap img {
  vertical-align: bottom;
}

/* line 13, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
.p-unext__ribbon {
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -157px;
}

@media (max-width: 575px) {
  /* line 13, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
  .p-unext__ribbon {
    top: -12px;
    margin-left: -110px;
  }
  /* line 21, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
  .p-unext__ribbon img {
    width: 220px;
  }
}

/* line 23, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
.p-unext__img {
  display: block;
  padding-top: 70px;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 23, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
  .p-unext__img {
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  /* line 23, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
  .p-unext__img {
    margin-top: 40px;
  }
}

/* line 32, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
.p-unext__genre {
  background-color: #043786;
  text-align: center;
  padding: .5rem 1rem 2rem 1rem;
  color: #ffffff;
  position: relative;
}

/* line 38, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
.p-unext__genre-title {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -143px;
}

/* line 43, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
.p-unext__text {
  text-align: left;
  padding: 1rem;
  border-top: 4px solid #043786;
}

/* line 48, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
.p-unext__table th {
  width: 20%;
}

/* line 50, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
.p-unext__table td {
  width: 40%;
}

@media (max-width: 767px) {
  /* line 47, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
  .p-unext__table {
    border: 0;
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
  }
  /* line 56, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
  .p-unext__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  /* line 60, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
  .p-unext__table th, .p-unext__table td {
    display: block;
    border: 0;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
  }
  /* line 65, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
  .p-unext__table th {
    width: 100%;
  }
  /* line 67, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
  .p-unext__table td {
    width: 50%;
  }
}

/* line 73, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
.p-option {
  position: relative;
}

/* line 75, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
.p-option__wrap {
  border: 4px solid #043786;
  border-radius: 10px;
  overflow: hidden;
}

/* line 79, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
.p-option__body {
  text-align: center;
  background-color: #fff;
  padding: 20px;
}

@media (max-width: 575px) {
  /* line 79, app/assets/stylesheets/renewal_designs/object/project/_unext.sass */
  .p-option__body {
    padding: 10px;
  }
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__title-wrap {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding: 0 1rem;
}

/* line 7, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__title-wrap::before, .p-voice-ranking__title-wrap::after {
  content: "";
  display: inline-block;
  background: url(/assets/renewal_designs/icon-ranking-title-50993aa5bdb4c3666f3c79c241a07f649f442ab7d7037014ca793d57969f31de.svg) left top/cover;
  position: absolute;
  top: 50%;
  width: 52px;
  height: 116px;
  margin-top: -58px;
}

@media (max-width: 767px) {
  /* line 7, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
  .p-voice-ranking__title-wrap::before, .p-voice-ranking__title-wrap::after {
    width: 26px;
    height: 58px;
    margin-top: -29px;
  }
}

/* line 20, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__title-wrap::before {
  left: -5rem;
}

@media (max-width: 767px) {
  /* line 20, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
  .p-voice-ranking__title-wrap::before {
    left: -2rem;
  }
}

/* line 24, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__title-wrap::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: -5rem;
}

@media (max-width: 767px) {
  /* line 24, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
  .p-voice-ranking__title-wrap::after {
    right: -2rem;
  }
}

/* line 29, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__title {
  margin: 0;
  font-size: 2.8571428571rem;
}

@media (max-width: 767px) {
  /* line 29, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
  .p-voice-ranking__title {
    font-size: 1.7857142857rem;
  }
}

/* line 34, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__title-lead {
  margin: 0;
  font-weight: 700;
  font-size: 1.7142857143rem;
}

@media (max-width: 767px) {
  /* line 34, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
  .p-voice-ranking__title-lead {
    font-size: 1rem;
  }
}

/* line 40, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__sub-title {
  margin: 1rem 0 3rem 0;
  display: inline-block;
  position: relative;
  letter-spacing: .2rem;
  font-size: 1.8571428571rem;
}

@media (max-width: 767px) {
  /* line 40, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
  .p-voice-ranking__sub-title {
    letter-spacing: 0;
  }
}

/* line 48, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__sub-title::before, .p-voice-ranking__sub-title::after {
  display: inline-block;
  font-weight: 700;
  position: absolute;
  bottom: 0;
}

/* line 53, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__sub-title::before {
  content: "＼";
  left: -2rem;
}

/* line 56, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__sub-title::after {
  content: "／";
  right: -2rem;
}

@media (max-width: 767px) {
  /* line 40, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
  .p-voice-ranking__sub-title {
    margin-bottom: 2rem;
    font-size: 1.2142857143rem;
  }
}

/* line 62, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__list {
  margin: 0;
  padding: 0;
}

/* line 65, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__list li {
  text-align: left;
  margin: 0 0 .5rem 0;
  padding: 0 0 0 1.2rem;
  list-style: none;
  position: relative;
  line-height: 1.5;
}

/* line 72, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__list li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 80, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__list--gold li::before {
  color: #f5d100;
}

/* line 84, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__list--silver li::before {
  color: #abc1ca;
}

/* line 88, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__list--bronze li::before {
  color: #d1945f;
}

/* line 90, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__inner {
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  border: 3px solid transparent;
  padding: 4rem 3.5rem 3.5rem 3.5rem;
  margin-top: 5rem;
  position: relative;
  -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: 991px) {
  /* line 90, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
  .p-voice-ranking__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 767px) {
  /* line 90, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
  .p-voice-ranking__inner {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

/* line 105, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__inner--gold {
  border-color: #f5d100;
}

/* line 107, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__inner--silver {
  border-color: #abc1ca;
}

/* line 109, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__inner--bronze {
  border-color: #d1945f;
}

/* line 111, app/assets/stylesheets/renewal_designs/object/project/_voice-ranking.sass */
.p-voice-ranking__icon {
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -38px;
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_voice-reason.sass */
.p-voice-reason__clear-col {
  display: none;
}

@media (max-width: 767px) {
  /* line 2, app/assets/stylesheets/renewal_designs/object/project/_voice-reason.sass */
  .p-voice-reason__clear-col {
    display: block;
    width: 100%;
  }
}

/* line 7, app/assets/stylesheets/renewal_designs/object/project/_voice-reason.sass */
.p-voice-reason__title {
  color: #1992eb;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.4285714286rem;
}

@media (max-width: 767px) {
  /* line 7, app/assets/stylesheets/renewal_designs/object/project/_voice-reason.sass */
  .p-voice-reason__title {
    margin-top: 0;
    font-size: 1rem;
  }
}

/* line 2, app/assets/stylesheets/renewal_designs/object/project/_voice-survey.sass */
.p-voice-survey__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  /* line 2, app/assets/stylesheets/renewal_designs/object/project/_voice-survey.sass */
  .p-voice-survey__title-wrap {
    display: block;
  }
}

/* line 6, app/assets/stylesheets/renewal_designs/object/project/_voice-survey.sass */
.p-voice-survey__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding-right: 1rem;
  color: #1992eb;
}

@media (max-width: 767px) {
  /* line 6, app/assets/stylesheets/renewal_designs/object/project/_voice-survey.sass */
  .p-voice-survey__title {
    margin-bottom: .3rem;
    font-size: 1.0714285714rem;
  }
}

@media (max-width: 767px) {
  /* line 14, app/assets/stylesheets/renewal_designs/object/project/_voice-survey.sass */
  .p-voice-survey__star {
    width: 150px;
    padding-bottom: 1rem;
  }
}

/* line 18, app/assets/stylesheets/renewal_designs/object/project/_voice-survey.sass */
.p-voice-survey__comment {
  background: #ffffff;
  padding: 2rem;
  position: relative;
  min-height: 60px;
  text-align: justify;
}

@media (max-width: 767px) {
  /* line 18, app/assets/stylesheets/renewal_designs/object/project/_voice-survey.sass */
  .p-voice-survey__comment {
    padding: 1rem;
  }
}

/* line 26, app/assets/stylesheets/renewal_designs/object/project/_voice-survey.sass */
.p-voice-survey__comment::before {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  left: -7px;
  top: 40%;
  -webkit-transform: translateY(-50%) rotate(20deg) skew(-20deg, -20deg);
          transform: translateY(-50%) rotate(20deg) skew(-20deg, -20deg);
}

@media (max-width: 767px) {
  /* line 26, app/assets/stylesheets/renewal_designs/object/project/_voice-survey.sass */
  .p-voice-survey__comment::before {
    top: 40px;
  }
}

/* line 38, app/assets/stylesheets/renewal_designs/object/project/_voice-survey.sass */
.p-voice-survey__comment::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 46, app/assets/stylesheets/renewal_designs/object/project/_voice-survey.sass */
.p-voice-survey__comment > * {
  position: relative;
  z-index: 3;
}

/* line 49, app/assets/stylesheets/renewal_designs/object/project/_voice-survey.sass */
.p-voice-survey__comment,
.p-voice-survey__comment::after {
  border-radius: 16px;
}

/* line 52, app/assets/stylesheets/renewal_designs/object/project/_voice-survey.sass */
.p-voice-survey__comment,
.p-voice-survey__comment::before {
  -webkit-box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
          box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
}

/* line 55, app/assets/stylesheets/renewal_designs/object/project/_voice-survey.sass */
.p-voice-survey__comment,
.p-voice-survey__comment::before,
.p-voice-survey__comment::after {
  background: #ffffff;
}

/* line 2, app/assets/stylesheets/renewal_designs/object/utility/_bg.sass */
.u-bg--brand-color {
  background-color: #00afdd;
}

/* line 4, app/assets/stylesheets/renewal_designs/object/utility/_bg.sass */
.u-bg--light-color {
  background-color: #f5f9fc;
}

/* line 6, app/assets/stylesheets/renewal_designs/object/utility/_bg.sass */
.u-bg--white {
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/utility/_box-shadow.sass */
.u-box-shadow {
  -webkit-box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
          box-shadow: 0 2px 6px rgba(0, 41, 81, 0.3);
}

/* line 1, app/assets/stylesheets/renewal_designs/object/utility/_clearfix.sass */
.u-clearfix {
  content: " ";
  display: block;
  clear: both;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/utility/_divclick.sass */
.u-divclick {
  -webkit-transition: all .6s;
  transition: all .6s;
}

/* line 3, app/assets/stylesheets/renewal_designs/object/utility/_divclick.sass */
.u-divclick:hover {
  cursor: pointer;
  opacity: .8;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/utility/_fontdecoration.sass */
.u-text--brand-color {
  color: #00afdd !important;
}

/* line 3, app/assets/stylesheets/renewal_designs/object/utility/_fontdecoration.sass */
.u-text--brand-color-deep {
  color: #1992eb !important;
}

/* line 5, app/assets/stylesheets/renewal_designs/object/utility/_fontdecoration.sass */
.u-text--accent-color {
  color: #ff7682 !important;
}

/* line 7, app/assets/stylesheets/renewal_designs/object/utility/_fontdecoration.sass */
.u-text--light-color {
  color: #888888 !important;
}

/* line 9, app/assets/stylesheets/renewal_designs/object/utility/_fontdecoration.sass */
.u-text--eji-family {
  font-family: "Roboto", sans-serif !important;
}

/* line 12, app/assets/stylesheets/renewal_designs/object/utility/_fontdecoration.sass */
.u-text--bold {
  font-weight: bold;
}

/* line 14, app/assets/stylesheets/renewal_designs/object/utility/_fontdecoration.sass */
.u-text--normal {
  font-weight: normal;
}

/* line 17, app/assets/stylesheets/renewal_designs/object/utility/_fontdecoration.sass */
.u-text--center {
  text-align: center;
}

/* line 19, app/assets/stylesheets/renewal_designs/object/utility/_fontdecoration.sass */
.u-text--left {
  text-align: left;
}

/* line 21, app/assets/stylesheets/renewal_designs/object/utility/_fontdecoration.sass */
.u-text--right {
  text-align: right;
}

/* line 1, app/assets/stylesheets/renewal_designs/object/utility/_fontsize.sass */
.u-fontsize--xs {
  font-size: 0.7142857143rem !important;
}

/* line 3, app/assets/stylesheets/renewal_designs/object/utility/_fontsize.sass */
.u-fontsize--sm {
  font-size: 0.8571428571rem !important;
}

/* line 5, app/assets/stylesheets/renewal_designs/object/utility/_fontsize.sass */
.u-fontsize--default {
  font-size: 1rem !important;
}

/* line 7, app/assets/stylesheets/renewal_designs/object/utility/_fontsize.sass */
.u-fontsize--md {
  font-size: 1.1428571429rem !important;
}

/* line 9, app/assets/stylesheets/renewal_designs/object/utility/_fontsize.sass */
.u-fontsize--lg {
  font-size: 1.2857142857rem !important;
}

/* line 11, app/assets/stylesheets/renewal_designs/object/utility/_fontsize.sass */
.u-fontsize--xl {
  font-size: 1.5714285714rem !important;
}

/* line 15, app/assets/stylesheets/renewal_designs/object/utility/_fontsize.sass */
.u-fs--xl {
  font-size: 1.5714285714rem !important;
}

@media (max-width: 767px) {
  /* line 15, app/assets/stylesheets/renewal_designs/object/utility/_fontsize.sass */
  .u-fs--xl {
    font-size: 1rem !important;
  }
}

/* line 1, app/assets/stylesheets/renewal_designs/object/utility/_line-height.sass */
.u-line-height {
  line-height: 2.1428857;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/utility/_line-height.sass */
  .u-line-height {
    line-height: 1.85;
  }
}
