@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 142, app/assets/stylesheets/renewal_designs/layout/_footer.sass */
#footer .footer__bnr {
  text-align: center;
  margin-top: 2rem;
}

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

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

/* line 167, 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 167, 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-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 29, app/assets/stylesheets/renewal_designs/layout/_header.sass */
  #header .header-nav {
    display: none;
  }
}

/* line 37, 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 42, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

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

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

/* line 60, 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 60, app/assets/stylesheets/renewal_designs/layout/_header.sass */
  #header .header-nav__logo a {
    display: inline-block;
    height: auto;
  }
}

/* line 67, 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 67, app/assets/stylesheets/renewal_designs/layout/_header.sass */
  #header .header-nav__logo img {
    margin-top: 0;
    width: 97px;
  }
}

/* line 75, 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 79, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-nav__cta-btn {
  margin: 0;
  padding: 0;
}

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

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

/* line 89, 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 89, app/assets/stylesheets/renewal_designs/layout/_header.sass */
  #header .header-nav__primary li a {
    margin: 0 1.45rem;
  }
}

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

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

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

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

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

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

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

/* line 114, 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 122, 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 131, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__trigger span:nth-of-type(1) {
  top: 0;
}

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

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

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

/* line 140, 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 144, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__primary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 146, 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 150, 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 155, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__primary li a:hover {
  text-decoration: none;
  background-color: #e9f2f8;
}

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

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

/* line 162, 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 165, app/assets/stylesheets/renewal_designs/layout/_header.sass */
#header .header-mobile-nav__primary li.header-mobile-nav__apply a:hover {
  background-color: #ff4353;
}

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

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

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

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

/* line 9, 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 22, 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(/../fonts/iconfont.eot?m6q175);
  src: url(/../fonts/iconfont.eot?m6q175#iefix) format("embedded-opentype"), url(/../fonts/iconfont.ttf?m6q175) format("truetype"), url(/../fonts/iconfont.woff?m6q175) format("woff"), url(/../fonts/iconfont.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 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-arealogo {
  display: inline-block;
  margin: 0.15rem 0rem;
}

@media (max-width: 991px) {
  /* line 49, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__meta-arealogo {
    width: 80px;
  }
}

/* line 55, 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 63, 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 69, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order > p {
  margin: 0px 0 15px;
}

/* line 71, 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 76, 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 76, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-info {
    padding: 0 1rem;
    font-size: 1rem;
  }
}

/* line 87, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-info span {
  font-size: 1.7142857143rem;
}

@media (max-width: 991px) {
  /* line 87, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-info span {
    font-size: 1.4285714286rem;
  }
}

/* line 91, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-info--fee1 {
  text-align: center;
  padding: 6px 20px;
  font-size: 1.1428571429rem;
}

@media (max-width: 991px) {
  /* line 91, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-info--fee1 {
    font-size: 1.0714285714rem;
  }
}

/* line 97, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-info--fee1 span {
  font-size: 1.7142857143rem;
}

@media (max-width: 991px) {
  /* line 97, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-info--fee1 span {
    font-size: 1.6428571429rem;
  }
}

/* line 101, 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 101, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-info--stock {
    font-size: 1.1428571429rem;
  }
}

/* line 107, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-info--fee2 {
  font-size: 0.9285714286rem;
  padding: 2px 20px;
}

@media (max-width: 991px) {
  /* line 107, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-info--fee2 {
    font-size: 0.7857142857rem;
  }
}

/* line 112, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-info--fee2 span {
  font-size: 1.0714285714rem;
}

@media (max-width: 991px) {
  /* line 112, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-info--fee2 span {
    font-size: 1rem;
  }
}

/* line 116, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-info--fee2 small {
  font-size: 0.7857142857rem;
}

@media (max-width: 991px) {
  /* line 116, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-info--fee2 small {
    font-size: 0.7142857143rem;
  }
}

/* line 121, 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 121, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-free {
    padding: 0 1rem;
    font-size: 1rem;
  }
}

/* line 133, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-free span {
  font-size: 1.7142857143rem;
}

@media (max-width: 991px) {
  /* line 133, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
  .p-detail__order-free span {
    font-size: 1.4285714286rem;
  }
}

/* line 137, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__order-btn {
  width: 48%;
}

/* line 140, app/assets/stylesheets/renewal_designs/object/project/_detail.sass */
.p-detail__custom-btn {
  margin-top: 3rem;
}

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

/* line 30, 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 35, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.p-device-comparison__name span {
  display: block;
  font-size: 1.5714285714rem;
}

/* line 38, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.p-device-comparison__btn {
  margin-top: auto;
}

/* line 40, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.p-device-comparison .c-btn {
  font-size: 0.8571428571rem;
}

/* line 42, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
.p-device-comparison .c-table__scroll {
  width: 1150px;
}

@media (max-width: 767px) {
  /* line 42, app/assets/stylesheets/renewal_designs/object/project/_device-comparison.sass */
  .p-device-comparison .c-table__scroll {
    width: 600px;
  }
}

/* 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-bnr {
  width: 980px;
  max-width: 100%;
  margin: 50px auto 0;
}

/* line 494, 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 502, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-img {
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 505, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-img img {
    width: 90%;
    margin: auto;
  }
  /* line 509, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-wrap {
    padding: 0px;
    border-radius: 23px;
    margin-bottom: 10px;
  }
  /* line 514, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table thead td {
    font-size: 13px;
  }
  /* line 516, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table tr {
    font-size: 10px;
    padding: 5px 0;
  }
  /* line 519, 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 522, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table td {
    font-size: 12px;
  }
  /* line 524, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table td sup {
    font-size: 10px;
  }
  /* line 527, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table td dl {
    margin: 0 0 10px;
  }
  /* line 529, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-0 {
    font-size: 15px;
  }
  /* line 531, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-0::after {
    height: 2px;
  }
  /* line 533, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-em {
    font-size: 15px;
  }
  /* line 535, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-em::after {
    height: 2px;
  }
  /* line 537, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-small {
    font-size: 10px;
  }
  /* line 539, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-kakaku {
    font-size: 20px;
    font-weight: bold;
  }
  /* line 542, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-kakaku0 {
    font-size: 22px;
  }
  /* line 544, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-kakaku0 > em {
    font-size: 45px;
    line-height: 1;
  }
  /* line 547, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-table-kakaku0 > span {
    font-size: 12px;
  }
  /* line 549, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-bnr {
    margin: 30px auto 0;
  }
  /* line 551, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-plan-others-note {
    margin-top: 20px;
    font-size: 10px;
  }
}

/* line 555, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device {
  padding: 80px 0 80px;
  background: #F3F9FF;
}

@media (max-width: 767px) {
  /* line 555, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device {
    padding: 35px 0;
  }
}

/* line 560, 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 560, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-h2 {
    font-size: 29px;
    margin-bottom: 30px;
  }
}

/* line 569, 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 569, 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 580, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-img {
  width: 48%;
}

@media (max-width: 767px) {
  /* line 580, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-img {
    width: 100%;
  }
}

/* line 584, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-content {
  width: 51%;
}

@media (max-width: 767px) {
  /* line 584, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-content {
    width: 100%;
  }
}

/* line 588, 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 588, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* line 600, 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 600, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-lead {
    font-size: 19px;
    margin-bottom: 5px;
  }
}

/* line 608, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-slider-wrap {
  position: relative;
  padding-left: 20px;
}

/* line 611, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-slider-circle {
  position: absolute;
  left: 0;
  top: 20px;
}

/* line 615, 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 626, 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 638, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-slider img {
  margin: auto;
  max-width: 290px;
  max-height: 160px;
}

/* line 643, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-slider-l12 img {
  max-width: 290px;
  max-height: 230px;
}

/* line 647, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-slider-l11 img {
  max-width: 290px;
  max-height: 250px;
}

/* line 650, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-slider .slick-dots {
  bottom: -20px;
}

/* line 652, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-slider .slick-dots li {
  width: 41px;
  height: 7px;
}

/* line 655, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-slider .slick-dots li button {
  width: 41px;
  height: 7px;
}

/* line 658, 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 663, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider-wrap {
    margin-bottom: 40px;
  }
  /* line 666, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider-circle {
    top: 20px;
  }
  /* line 668, 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 674, 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 681, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider img {
    max-width: 230px;
    max-height: 120px;
  }
  /* line 685, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider-l12 img {
    max-width: 230px;
    max-height: 180px;
  }
  /* line 689, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider-l11 img {
    max-width: 230px;
    max-height: 180px;
  }
  /* line 692, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider .slick-dots {
    bottom: -15px;
  }
  /* line 694, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider .slick-dots li {
    width: 34px;
    height: 6px;
    margin: 0 5px;
  }
  /* line 698, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider .slick-dots li button {
    width: 34px;
    height: 6px;
  }
  /* line 701, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-slider .slick-dots li button::before {
    width: 34px;
    height: 6px;
  }
}

/* line 704, 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 710, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-h4 img {
  max-width: 87%;
}

@media (max-width: 767px) {
  /* line 704, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-h4 {
    font-size: 23px;
  }
}

/* line 714, 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 718, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-item {
  width: 25%;
  border-left: 1px solid #2a3b4c;
  padding: 0 15px;
}

/* line 722, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-item:last-child {
  border-right: 1px solid #2a3b4c;
}

/* line 724, 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 729, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-content {
  display: grid;
  place-items: center;
  height: 95px;
}

/* line 733, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-line {
  margin-bottom: 5px;
  background: #2a3b4c;
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin: 0;
}

/* line 741, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-line-gray {
  background: #8d969f;
}

/* line 743, 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 748, 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 753, 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 763, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-connect {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  position: relative;
  background: url(/assets/5g_lp/svg/pc-70f8172042522a3efb95cad13029051061a418c0cc123016b7e6930afed2dbc0.svg) no-repeat top 50% left 50%/contain;
  width: 91px;
  height: 54px;
  padding-top: 3px;
  margin: 0;
}

/* line 773, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-connect > span {
  font-size: 10px;
}

/* line 775, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-detail-weight {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 70px;
  margin: 0;
}

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

@media (max-width: 767px) {
  /* line 792, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-item {
    padding: 0 10px;
  }
  /* line 794, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-head {
    font-size: 11px;
    margin-bottom: 10px;
  }
  /* line 797, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-content {
    height: 60px;
  }
  /* line 799, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-line {
    margin-bottom: 5px;
    font-size: 10px;
  }
  /* line 802, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-speed {
    font-size: 16px;
  }
  /* line 804, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-speed > span {
    font-size: 10px;
    padding-top: 25px;
  }
  /* line 807, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-speed > span::before {
    width: 20px;
    height: 14px;
    top: 5px;
  }
  /* line 811, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-connect {
    font-size: 16px;
    width: 61px;
    height: 36px;
    padding-top: 2px;
  }
  /* line 816, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-connect > span {
    font-size: 10px;
  }
  /* line 818, 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 823, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-detail-weight::before {
    width: 27px;
    height: 28px;
    bottom: 0;
  }
}

/* line 827, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 829, 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 833, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-price dl:not(:last-child) {
  margin-right: 15px;
}

/* line 835, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-price dt {
  font-size: 14px;
  border: 1px solid #2a3b4c;
  padding: 5px 10px;
}

/* line 839, 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 845, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-price dl:not(:last-child) {
    margin-right: 10px;
  }
  /* line 847, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-price dt {
    font-size: 10px;
    padding: 5px 5px;
  }
  /* line 850, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-price dd {
    font-size: 14px;
    margin-left: 5px;
  }
}

/* line 853, 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 853, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-text {
    font-size: 12px;
  }
}

/* line 860, 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 860, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-note {
    font-size: 10px;
  }
}

/* line 866, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-note2 {
  font-size: 14px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 866, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-note2 {
    font-size: 10px;
    margin-bottom: 20px;
  }
}

/* line 872, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device-btn {
  text-align: center;
}

/* line 874, 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 879, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.business-device .bl-5g-btn::after {
  width: 20px;
  height: 14px;
  right: 20px;
}

/* line 883, 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 883, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .business-device-notion {
    padding: 0 20px;
    font-size: 14px;
    margin-top: -30px;
  }
}

/* line 894, 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 894, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area {
    padding: 50px 10px 0;
  }
}

/* line 902, 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 907, 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 917, 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 902, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-h2 {
    font-size: 25px;
    margin-bottom: 30px;
    padding-top: 55px;
  }
  /* line 926, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-h2::before {
    width: 44px;
    height: 44px;
  }
  /* line 929, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-h2-2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

/* line 932, 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 932, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

/* line 940, 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 940, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-lead {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/* line 948, 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 948, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-wrap {
    margin-bottom: 10px;
  }
}

/* line 954, 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 959, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-item {
  width: 45%;
}

/* line 961, 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 967, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-square--red {
  background: #fd8b8f;
}

/* line 969, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-square--orange {
  background: #FEC76D;
}

/* line 971, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-square--yellow {
  background: #FFEF81;
}

@media (max-width: 767px) {
  /* line 961, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-square {
    width: 20px;
    height: 20px;
    margin: 4px 7px 4px 0;
  }
}

/* line 979, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-img {
  margin-bottom: 20px;
}

/* line 981, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-img2 {
  position: relative;
}

/* line 983, 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 979, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-img {
    margin-bottom: 10px;
  }
  /* line 995, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-img2::before {
    width: 20px;
    height: 15px;
    left: -27px;
  }
}

/* line 999, 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 999, 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 1015, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-text {
  font-size: 23px;
  text-align: left;
}

@media (max-width: 767px) {
  /* line 1015, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-text {
    font-size: 12px;
  }
}

/* line 1020, 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 1020, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-text1 {
    font-size: 14px;
    margin: 0 auto 15px;
  }
}

/* line 1029, 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 1029, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-text2 {
    font-size: 12px;
    margin: 0 auto 15px;
  }
}

/* line 1038, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-btn {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 1038, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-btn {
    margin-bottom: 30px;
  }
}

/* line 1042, 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 1049, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame--2 {
  padding: 60px 85px;
}

/* line 1051, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame-title {
  font-weight: bold;
  font-size: 43px;
  text-align: center;
}

/* line 1055, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame-img {
  text-align: center;
  margin-bottom: 10px;
}

/* line 1058, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame-text {
  font-size: 34px;
}

/* line 1060, 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 1066, 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 1072, 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 1080, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame-list li span {
  color: #ff5865;
}

/* line 1082, 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 1097, 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 1107, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame-btn:hover {
  color: #fff;
  text-decoration: none;
}

/* line 1110, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame-btn--norikae {
  text-align: center;
}

/* line 1112, 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 1128, 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 1137, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-frame-note {
  font-size: 19px;
}

@media (max-width: 767px) {
  /* line 1042, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame {
    padding: 15px;
  }
  /* line 1141, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame--2 {
    padding: 25px 40px;
  }
  /* line 1143, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame-title {
    font-size: 17px;
  }
  /* line 1146, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame-img img {
    width: 240px;
  }
  /* line 1148, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame-text {
    font-size: 15px;
  }
  /* line 1150, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame-list {
    margin: 30px 0 10px;
  }
  /* line 1152, 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 1156, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame-list li::before {
    width: 19px;
    height: 16px;
  }
  /* line 1159, 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 1167, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame-btn::after {
    width: 7px;
    height: 7px;
    right: 15px;
  }
  /* line 1172, 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 1180, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame-btn--norikae a::after {
    width: 14px;
    height: 13px;
    right: 15px;
  }
  /* line 1184, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-frame-note {
    font-size: 10px;
  }
}

/* line 1186, 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 1186, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-note {
    font-size: 10px;
    padding: 0 10px;
  }
}

/* line 1194, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-note2 {
  font-size: 18px;
  text-align: left;
}

@media (max-width: 767px) {
  /* line 1194, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-note2 {
    font-size: 12px;
  }
}

/* line 1199, 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 1204, 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 1209, 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 1215, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-btn2 {
  width: 48%;
}

/* line 1217, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-area-btn3 {
  width: 48%;
}

@media (max-width: 767px) {
  /* line 1199, 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 1222, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-btn-left {
    width: 80%;
    padding-right: 0%;
    border-right: 0;
  }
  /* line 1226, 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 1232, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-btn2 {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 1235, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-area-btn3 {
    width: 100%;
  }
}

/* line 1238, 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 1246, 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 1246, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .section-area iframe {
    height: 500px;
  }
}

/* line 1254, 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 1259, 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 1265, 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 1271, 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 1275, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-wrap-content {
  width: 66%;
}

/* line 1277, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-wrap-img {
  width: 27%;
}

/* line 1279, 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 1285, 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 1290, 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 1301, 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 1306, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-wrap-text {
  font-size: 19px;
  font-weight: 500;
  margin: 0;
}

/* line 1310, 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 1314, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-wrap2-item {
  width: 30%;
}

/* line 1316, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-wrap2-step {
  margin-bottom: 10px;
}

/* line 1318, 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 1325, 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 1330, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-wrap2-img img {
  max-height: 100%;
}

/* line 1332, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-wrap2-text {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

/* line 1336, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
.bl-5g-support-modal-btn {
  text-align: center;
}

/* line 1338, 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 1353, 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 1364, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-headline1 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  /* line 1367, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-headline2 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  /* line 1370, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap {
    margin-bottom: 20px;
  }
  /* line 1372, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap-point {
    font-size: 8px;
  }
  /* line 1375, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap-point > span:first-child {
    padding: 1px 7px 1px 5px;
  }
  /* line 1377, 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 1384, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap-headline {
    font-size: 15px;
    margin-bottom: 5px;
  }
  /* line 1387, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap-text {
    font-size: 10px;
  }
  /* line 1389, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap2 {
    margin-bottom: 30px;
  }
  /* line 1391, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap2-item {
    width: 29%;
  }
  /* line 1393, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap2-step {
    margin-bottom: 5px;
  }
  /* line 1395, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap2-headline {
    font-size: 11px;
    margin-bottom: 10px;
  }
  /* line 1398, 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 1398, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap2-img {
    height: 65px;
  }
}

@media (max-width: 767px) {
  /* line 1402, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-wrap2-text {
    font-size: 10px;
  }
  /* line 1404, app/assets/stylesheets/renewal_designs/object/project/_home.sass */
  .bl-5g-support-modal-btn {
    text-align: center;
  }
  /* line 1406, 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 1413, 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/_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__item:nth-of-type(3)::before {
  content: "";
  background: url(/assets/renewal_designs/norikae_flow_isoyama-cad59bdacde34aa34fdb158db2cf0e25bf055ffbe01e61db718b912ef9f8ff69.png) no-repeat center/contain;
  width: 181px;
  height: 278px;
  position: absolute;
  top: -205px;
  left: 0px;
  z-index: -1;
}

/* line 89, 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 108, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__step span {
  font-size: 30px;
  display: block;
}

/* line 111, 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 118, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__icon {
  text-align: center;
  margin-bottom: 20px;
}

/* line 121, 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 125, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__text > span {
  font-size: 14px;
}

/* line 127, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__btn {
  text-align: center;
  margin-top: 20px;
}

/* line 130, 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 142, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow__btn a:hover {
  opacity: .8;
}

/* line 144, 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 157, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__headline > span {
    font-size: 18px;
    margin-bottom: 30px;
    padding: 5px 10px;
  }
  /* line 161, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__h2 {
    font-size: 28px;
    margin-bottom: 60px;
    text-align: center;
  }
  /* line 165, 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 167, 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 172, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__item:nth-of-type(1) {
    position: relative;
  }
  /* line 174, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__item:nth-of-type(1)::before {
    content: "";
    background: url(/assets/renewal_designs/norikae_flow_isoyama-cad59bdacde34aa34fdb158db2cf0e25bf055ffbe01e61db718b912ef9f8ff69.png) no-repeat center/contain;
    width: 80px;
    height: 133px;
    position: absolute;
    top: -100px;
    right: 10px;
    z-index: -1;
  }
  /* line 183, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__item:nth-of-type(3) {
    margin-bottom: 0;
  }
  /* line 185, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__item:nth-of-type(3)::before {
    content: none;
  }
  /* line 187, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__step {
    width: 65px;
    height: 65px;
    font-size: 11px;
    border-width: 3px;
  }
  /* line 192, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__step span {
    font-size: 18px;
  }
  /* line 194, 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 199, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__title {
    font-size: 20px;
    margin-bottom: 20px;
    margin: 0 15px 0px;
  }
  /* line 203, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__icon {
    margin-bottom: 0px;
    width: 40px;
  }
  /* line 206, 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 210, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__text > span {
    font-size: 11px;
  }
  /* line 212, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__btn {
    margin-top: 20px;
  }
  /* line 214, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow__btn a {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
}

/* line 220, 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 230, 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 237, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow-detail__head > span {
  position: relative;
}

/* line 239, 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 250, 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 252, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow-detail__content {
  padding: 30px 50px;
  display: none;
}

/* line 255, 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 261, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-flow-detail__img {
  text-align: center;
}

/* line 263, 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 220, 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 270, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow-detail__head {
    font-size: 18px;
  }
  /* line 273, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow-detail__head > span::after {
    width: 20px;
    height: 20px;
    right: -30px;
  }
  /* line 277, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow-detail__content {
    padding: 20px 15px 0;
  }
  /* line 279, 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 285, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-flow-detail__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

/* line 289, 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 294, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__wrap {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

/* line 298, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__h2 {
  text-align: center;
}

/* line 300, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 305, 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 312, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__h2 {
  font-size: 50px;
  margin-bottom: 50px;
}

/* line 316, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__item {
  width: 940px;
  max-width: 100%;
  margin: auto;
}

/* line 320, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__item:not(:last-child) {
  margin-bottom: 80px;
}

/* line 322, 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 327, 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 335, 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 339, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__headline {
  font-size: 46px;
  font-weight: bold;
  margin: 0;
}

/* line 343, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__headline > span {
  color: #197ce6;
}

/* line 345, 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 351, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__fee > span {
  color: #197ce6;
}

/* line 353, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__fee > span > em {
  font-size: 160px;
  font-style: normal;
}

/* line 356, 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 361, 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 364, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-about__img {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 289, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about {
    padding: 40px 15px;
  }
  /* line 368, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__h2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  /* line 371, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__lead {
    margin-bottom: 30px;
  }
  /* line 374, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__item:not(:last-child) {
    margin-bottom: 50px;
  }
  /* line 376, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__head {
    padding-left: 67px;
  }
  /* line 378, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__head::before {
    width: 72px;
    height: 78px;
    top: 0px;
  }
  /* line 382, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__point {
    width: 38px;
    margin-right: 5px;
    margin-top: 7px;
  }
  /* line 386, 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 389, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__fee {
    font-size: 35px;
    margin-top: -10px;
    line-height: 1;
  }
  /* line 394, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__fee > span > em {
    font-size: 70px;
  }
  /* line 396, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-about__text {
    font-size: 16px;
    margin-top: 20px;
  }
}

/* line 401, 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 407, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-reason::before {
  content: "";
  width: 500px;
  height: 400px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  bottom: 100%;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

/* line 419, 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 431, 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 436, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-reason__text--large {
  font-size: 40px;
}

/* line 438, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-reason__text--num {
  font-size: 50px;
}

@media (max-width: 768px) {
  /* line 401, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-reason {
    padding: 60px 0px 50px;
  }
  /* line 442, 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 446, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-reason::after {
    border-width: 26.0px 15px 0 15px;
  }
  /* line 448, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-reason__text {
    font-size: 28px;
    line-height: 1.5;
  }
  /* line 451, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-reason__text--large {
    font-size: 32px;
  }
  /* line 453, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-reason__text--num {
    font-size: 48px;
    line-height: 0.8;
  }
}

/* line 457, 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 460, 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 465, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point__lead {
  margin-left: -20px;
  width: calc(100% + 40px);
  text-align: center;
}

/* line 469, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point__note {
  font-size: 16px;
}

/* line 471, 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 484, 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 498, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box1__h3 > span {
  color: #FFEF2E;
}

/* line 500, 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 512, 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 524, 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 529, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box1__item:not(:last-child) {
  margin-bottom: 30px;
}

/* line 531, 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 541, 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 545, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box1__text1 > span {
  color: #006BBC;
  font-size: 32px;
}

/* line 548, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box1__text2 {
  font-size: 18px;
  margin: 0;
}

/* line 551, 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 457, 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 557, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point__h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  /* line 560, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point__h2 img {
    width: 180px;
    margin-bottom: 10px;
  }
  /* line 564, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point__note {
    font-size: 12px;
  }
  /* line 566, 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 574, 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 581, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box1__h3::before {
    border-width: 20.8px 12px 0 12px;
  }
  /* line 583, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box1__h3::after {
    border-width: 15.6px 9px 0 9px;
  }
  /* line 585, 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 589, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box1__item:not(:last-child) {
    margin-bottom: 20px;
  }
  /* line 591, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box1__num {
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 5px;
  }
  /* line 595, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box1__text1 {
    font-size: 18px;
    margin: 0 0 5px;
  }
  /* line 598, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box1__text1 > span {
    font-size: 22px;
  }
  /* line 600, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box1__text2 {
    font-size: 14px;
  }
}

/* line 602, 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 610, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2:not(:last-child) {
  margin-bottom: 60px;
}

/* line 612, 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 619, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__content {
  padding: 40px 35px;
  background: #fff;
}

/* line 622, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__price {
  text-align: center;
  padding: 30px 0 0 0;
}

/* line 625, 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 628, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__footer {
  background: #D4EEFF;
  text-align: center;
  padding: 40px 20px;
}

/* line 633, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__footer-btn:first-child {
  margin-bottom: 30px;
}

/* line 635, 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 645, 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 649, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1 th {
  color: #fff;
  background: #394A57;
  font-size: 24px;
}

/* line 653, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1 td {
  font-size: 20px;
}

/* line 656, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1 thead th {
  color: #fff;
}

/* line 658, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1 thead th:nth-of-type(2) {
  background: #209FFF;
}

/* line 660, 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 662, 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 666, 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 668, 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 670, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1--del {
  position: relative;
  padding: 0 5px;
}

/* line 673, 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 682, 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 684, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table1--price strong {
  font-size: 32px;
}

/* line 687, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__note {
  font-size: 16px;
}

/* line 689, 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 695, 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 702, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__img {
  margin-bottom: 20px;
}

/* line 704, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__btn {
  text-align: center;
}

/* line 706, 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 721, 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 730, 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 735, 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 739, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 th {
  color: #fff;
  background: #394A57;
  font-size: 24px;
}

/* line 743, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 th:first-child {
  border-right: 0;
}

/* line 745, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 td {
  font-size: 20px;
}

/* line 747, 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 752, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 thead th {
  color: #fff;
  border-top: 2px solid #DCDCDC;
}

/* line 755, 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 760, 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 763, 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 766, 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 770, 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 772, 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 774, 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 777, 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 781, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2__table2 tbody td:nth-of-type(2) {
  text-align: left;
}

/* line 784, 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 790, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step:first-child {
  margin-top: 30px;
}

/* line 792, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step:not(:last-child) {
  margin-bottom: 55px;
}

/* line 794, 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 807, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 809, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step__img {
  width: 32%;
  text-align: center;
}

/* line 812, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step__content {
  width: 68%;
}

/* line 814, 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 824, 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 828, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step__headline--01 {
  position: relative;
}

/* line 830, 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 838, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-point-box2-step__text {
  font-size: 18px;
  margin: 0;
}

/* line 841, 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 602, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2 {
    border-radius: 20px;
  }
  /* line 847, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__title {
    font-size: 24px;
    padding: 10px 15px;
  }
  /* line 850, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__content {
    padding: 30px 20px;
  }
  /* line 852, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__price {
    padding: 20px 25px 0;
  }
  /* line 854, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__price:first-child {
    padding: 0 25px 20px;
  }
  /* line 856, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__footer {
    padding: 20px 20px;
  }
  /* line 859, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__footer-btn:first-child {
    margin-bottom: 15px;
  }
  /* line 861, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table1 {
    margin: 0 auto 30px;
    border-radius: 10px;
  }
  /* line 864, 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 866, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table1 th {
    font-size: 16px;
  }
  /* line 868, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table1 td {
    font-size: 14px;
  }
  /* line 872, 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 874, 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 878, 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 880, 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 882, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__note {
    font-size: 12px;
  }
  /* line 884, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__headline {
    font-size: 16px;
    margin-bottom: 15px;
  }
  /* line 887, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__text1 {
    font-size: 24px;
  }
  /* line 890, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__img {
    margin-bottom: 15px;
  }
  /* line 893, 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 901, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__btn a::after {
    width: 14px;
    height: 13px;
    right: 15px;
  }
  /* line 906, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table2 {
    border-radius: 10px;
  }
  /* line 908, 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 910, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table2 th {
    font-size: 12px;
  }
  /* line 912, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table2 td {
    font-size: 10px;
  }
  /* line 914, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2__table2 td span {
    font-size: 14px;
  }
  /* line 918, 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 923, 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 925, 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 929, 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 931, 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 933, 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 936, 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 940, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step {
    border-radius: 10px;
    padding: 20px 15px;
  }
  /* line 943, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step:first-child {
    margin-top: 20px;
  }
  /* line 945, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step:not(:last-child) {
    margin-bottom: 45px;
  }
  /* line 947, 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 951, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step__img {
    width: 32%;
  }
  /* line 953, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step__img img {
    width: 55px;
  }
  /* line 955, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step__content {
    width: 68%;
  }
  /* line 957, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step__num {
    font-size: 14px;
    padding: 3px 8px;
  }
  /* line 960, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step__headline {
    font-size: 16px;
  }
  /* line 963, 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 968, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step__text {
    font-size: 12px;
  }
  /* line 970, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-point-box2-step__btn {
    margin-top: 15px;
  }
}

/* line 974, 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 978, 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 988, 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 995, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta-content {
  padding: 40px 20px 20px;
}

/* line 997, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta-bottom {
  text-align: center;
  background: #D4EEFF;
  padding: 20px 20px;
}

/* line 1001, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta-text {
  font-size: 28px;
  font-weight: bold;
}

/* line 1005, 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 1019, 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 1026, 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 1038, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta-btn a::before {
  content: "";
  background: url(/assets/renewal_designs/norikae_btn_isoyama-967a268e8725f7669a9b35bf5ea6f172c15c38b4df8cc9079fc65399185273d8.png) no-repeat bottom/contain;
  width: 68px;
  height: 122px;
  position: absolute;
  left: 40px;
  bottom: 0px;
}

/* line 1046, 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 974, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta {
    padding: 0 20px 20px;
  }
  /* line 1057, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta-frame {
    border-radius: 10px;
    border: 2px solid #82C9FF;
  }
  /* line 1060, 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 1063, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta-content {
    padding: 55px 20px 20px;
  }
  /* line 1065, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta-bottom {
    padding: 20px 10px;
  }
  /* line 1067, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta-text {
    font-size: 17px;
  }
  /* line 1070, 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 1077, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta-btn a > span {
    border-radius: 40px;
  }
  /* line 1079, 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 1091, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta-btn a::before {
    width: 44px;
    height: 78px;
    left: 25px;
  }
  /* line 1095, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta-btn a::after {
    width: 14px;
    height: 17px;
    right: 25px;
  }
}

/* line 1100, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta2 {
  background: #467FC4;
  padding: 60px 20px 60px;
  text-align: center;
}

/* line 1104, 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 1110, 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 1124, 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 1131, 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 1143, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-cta2__btn a::before {
  content: "";
  background: url(/assets/renewal_designs/norikae_btn_isoyama-967a268e8725f7669a9b35bf5ea6f172c15c38b4df8cc9079fc65399185273d8.png) no-repeat bottom/contain;
  width: 68px;
  height: 122px;
  position: absolute;
  left: 40px;
  bottom: 0px;
}

/* line 1151, 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 1100, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta2 {
    padding: 30px 20px 40px;
  }
  /* line 1162, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta2__text {
    font-size: 17px;
  }
  /* line 1165, 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 1172, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta2__btn a > span {
    border-radius: 40px;
  }
  /* line 1175, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-cta2__btn a::before {
    width: 44px;
    height: 78px;
    left: 15px;
  }
  /* line 1179, 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 1197, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice {
  margin: 0 -120px;
}

/* line 1199, 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 1202, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-h3 {
  font-size: 40px;
  text-align: center;
  margin-top: 0;
}

/* line 1206, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-h3 > span {
  color: #00B5DD;
}

/* line 1208, 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 1216, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-item--2 {
  height: 275px !important;
}

/* line 1218, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-item--2 .bl-5g-about-voice2-text {
  min-height: 7.5em;
}

/* line 1220, 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 1227, 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 1231, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-content {
  padding: 30px 30px;
}

/* line 1233, 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 1239, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-text > span {
  color: #1992eb;
}

/* line 1241, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice-title {
  font-size: 28px;
  margin: 0;
  color: #fff;
}

/* line 1245, 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 1254, 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 1265, 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 1268, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice .slick-prev {
  left: calc(50% - 342px);
  z-index: 1;
}

/* line 1271, 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 1274, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-voice .slick-next {
  right: calc(50% - 342px);
}

/* line 1276, 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 1197, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice {
    margin: 0 -20px;
  }
  /* line 1282, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice-sec {
    padding: 40px 0;
  }
  /* line 1284, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice-h3 {
    font-size: 21px;
  }
  /* line 1286, 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 1292, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice-head {
    border-radius: 10px 10px 0 0;
    padding: 10px 20px;
  }
  /* line 1295, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice-img {
    margin-right: 10px;
    width: 35px;
  }
  /* line 1298, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice-content {
    padding: 10px 10px;
  }
  /* line 1300, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice-text {
    font-size: 11px;
  }
  /* line 1302, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice-title {
    font-size: 12px;
  }
  /* line 1304, 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 1309, 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 1315, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice .slick-prev {
    left: 45px;
  }
  /* line 1317, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice .slick-prev:before {
    left: 5px;
  }
  /* line 1319, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice .slick-next {
    right: 45px;
  }
  /* line 1321, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-voice .slick-next:before {
    right: 5px;
  }
}

/* line 1324, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device {
  padding: 90px 20px;
  background: #F0F9FF;
}

/* line 1327, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device__h2 {
  font-size: 40px;
  text-align: center;
  margin: 0 0 30px;
}

/* line 1331, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device__h2 > span {
  font-size: 60px;
}

/* line 1333, 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 1338, 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 1345, 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 1352, 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 1359, 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 1365, 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 1367, 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 1324, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device {
    padding: 50px 20px;
  }
  /* line 1372, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device__h2 {
    font-size: 25px;
    margin: 0 0 20px;
  }
  /* line 1375, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device__h2 > span {
    font-size: 40px;
  }
  /* line 1377, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device__note {
    font-size: 14px;
  }
  /* line 1379, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-head {
    margin-bottom: 80px;
  }
  /* line 1381, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-head__item {
    width: 48%;
    border-radius: 10px;
  }
  /* line 1384, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-head__h3 {
    font-size: 16px;
    padding: 8px 10px;
  }
  /* line 1387, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-head__content {
    padding: 15px 15px;
  }
  /* line 1390, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-head__text {
    font-size: 12px;
  }
}

/* line 1392, 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 1400, 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 1407, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__body {
  background: #fff;
  padding: 40px 40px 40px;
}

/* line 1410, 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 1416, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__slider-wrap {
  position: relative;
  margin-bottom: 90px;
}

/* line 1419, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__slider img {
  margin: auto;
  max-width: 450px;
}

/* line 1422, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__slider .slick-dots {
  bottom: -60px;
}

/* line 1424, 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 1428, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__slider .slick-dots li.slick-active button {
  background: #006BBC;
}

/* line 1430, 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 1436, 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 1444, 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 1452, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__h4 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
}

/* line 1456, 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 1468, 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 1477, 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 1485, 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 1490, 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 1495, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit__footer {
  text-align: center;
  background: #D4EEFF;
  padding: 30px 20px;
}

/* line 1499, 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 1504, 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 1508, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-item:last-child {
  border-right: 1px solid #2a3b4c;
}

/* line 1510, 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 1515, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-content {
  display: grid;
  place-items: center;
  height: 120px;
}

/* line 1519, 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 1527, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-line-gray {
  background: #8d969f;
}

/* line 1529, 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 1534, 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 1539, 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 1549, 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 1558, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-connect > span {
  font-size: 11px;
}

/* line 1560, 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 1564, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-connect-bottom {
  font-size: 23px;
}

/* line 1566, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-device-unit-detail-connect-bottom > em {
  font-size: 29px;
  font-style: initial;
}

/* line 1569, 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 1575, 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 1392, 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 1589, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__h3 {
    padding: 15px 10px;
    font-size: 20px;
  }
  /* line 1592, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__body {
    padding: 20px 10px;
  }
  /* line 1594, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__lead {
    font-size: 16px;
    margin: 0 0 20px;
  }
  /* line 1598, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__slider-wrap {
    position: relative;
    margin-bottom: 90px;
  }
  /* line 1601, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__slider img {
    max-width: 200px;
    max-height: 200px;
  }
  /* line 1604, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__slider .slick-dots {
    bottom: -60px;
  }
  /* line 1606, 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 1610, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__slider .slick-dots li button {
    width: 20px;
    height: 20px;
  }
  /* line 1613, 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 1618, 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 1623, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  /* line 1626, 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 1632, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__h5--1::after {
    width: 34px;
    height: 57px;
  }
  /* line 1636, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__h5--2::after {
    width: 34px;
    height: 57px;
  }
  /* line 1639, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__text {
    font-size: 13px;
  }
  /* line 1641, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__text2 {
    font-size: 12px;
  }
  /* line 1643, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail {
    margin-bottom: 20px;
  }
  /* line 1645, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-item {
    padding: 0 5px;
  }
  /* line 1647, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-head {
    font-size: 11px;
    margin-bottom: 5px;
  }
  /* line 1650, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-content {
    height: 60px;
  }
  /* line 1652, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-line {
    margin-bottom: 3px;
    font-size: 10px;
  }
  /* line 1655, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-speed {
    font-size: 14px;
  }
  /* line 1657, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-speed > span {
    font-size: 10px;
    padding-top: 22px;
  }
  /* line 1660, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-speed > span::before {
    width: 20px;
    height: 14px;
    top: 5px;
  }
  /* line 1664, 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 1672, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-connect > span {
    font-size: 10px;
  }
  /* line 1674, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-connect-head {
    font-size: 10px;
    margin: 0px 0 -5px;
  }
  /* line 1677, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-connect-bottom {
    font-size: 10px;
  }
  /* line 1679, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-connect-bottom > em {
    font-size: 15px;
  }
  /* line 1681, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-weight {
    font-size: 16px;
    padding-bottom: 30px;
  }
  /* line 1684, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit-detail-weight::before {
    width: 27px;
    height: 28px;
    top: 30px;
  }
  /* line 1688, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-device-unit__footer {
    padding: 20px 20px;
  }
}

/* line 1692, 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 1692, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-unit {
    border-radius: 10px;
    padding: 20px 20px;
  }
}

/* line 1704, 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 1704, 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 1710, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-col {
  width: 49.5%;
}

@media (max-width: 768px) {
  /* line 1710, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-col {
    width: 100%;
  }
}

/* line 1715, 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 1715, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-lead {
    font-size: 13px;
  }
}

/* line 1724, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-slider-wrap {
  position: relative;
  margin-bottom: 45px;
}

/* line 1727, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-slider-circle {
  position: absolute;
  left: 20px;
  top: 40px;
}

/* line 1731, 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 1741, 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 1753, 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 1763, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-slider img {
  margin: auto;
  max-width: 70%;
}

/* line 1766, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-slider .slick-dots li {
  width: 64px;
  height: 12px;
}

/* line 1769, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-slider .slick-dots li button {
  width: 64px;
  height: 12px;
}

/* line 1772, 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 1777, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-slider-wrap {
    margin-bottom: 35px;
  }
  /* line 1779, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-slider-circle {
    top: 20px;
    left: 20px;
  }
  /* line 1782, 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 1788, 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 1794, 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 1799, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-slider-circle img {
    width: 52px;
    height: 52px;
  }
  /* line 1802, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-slider img {
    max-width: 200px;
    max-height: 200px;
  }
  /* line 1805, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-slider .slick-dots li {
    width: 28px;
    height: 5px;
  }
  /* line 1808, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-slider .slick-dots li button {
    width: 28px;
    height: 5px;
  }
  /* line 1811, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-slider .slick-dots li button::before {
    width: 28px;
    height: 5px;
  }
}

/* line 1815, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-h4 {
  font-size: 38px;
  margin-bottom: 20px;
  margin-top: 0;
}

/* line 1819, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-h4 img {
  max-width: 80%;
  margin: auto;
}

@media (max-width: 768px) {
  /* line 1815, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

/* line 1826, 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 1826, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-h5 {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

/* line 1838, 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 1842, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-item {
  width: 25%;
  padding: 0 10px;
}

/* line 1845, 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 1847, 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 1852, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-content {
  display: grid;
  place-items: center;
  height: 120px;
}

/* line 1856, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-line {
  margin-top: 0;
  margin-bottom: 10px;
  background: #2a3b4c;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 3px 0;
}

/* line 1864, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-line-gray {
  background: #8d969f;
}

/* line 1866, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-speed {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

/* line 1870, 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 1875, 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 1885, 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 1893, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-connect > span {
  font-size: 11px;
}

/* line 1895, 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 1899, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-connect-bottom {
  font-size: 17px;
}

/* line 1901, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-detail-connect-bottom > em {
  font-size: 21px;
  font-style: initial;
}

/* line 1904, 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 1910, 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;
}

@media (max-width: 768px) {
  /* line 1838, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail {
    margin-bottom: 30px;
  }
  /* line 1922, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-item {
    padding: 0 5px;
  }
  /* line 1924, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-head {
    font-size: 10px;
    margin-bottom: 10px;
  }
  /* line 1927, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-content {
    height: 60px;
  }
  /* line 1929, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-line {
    margin-bottom: 5px;
    font-size: 10px;
  }
  /* line 1932, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-speed {
    font-size: 14px;
  }
  /* line 1934, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-speed > span {
    font-size: 10px;
    padding-top: 25px;
  }
  /* line 1937, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-speed > span::before {
    width: 20px;
    height: 14px;
    top: 5px;
  }
  /* line 1941, 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 1948, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-connect > span {
    font-size: 10px;
  }
  /* line 1950, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-connect-head {
    font-size: 10px;
    margin: 0px 0 -5px;
  }
  /* line 1953, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-connect-bottom {
    font-size: 10px;
  }
  /* line 1955, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-connect-bottom > em {
    font-size: 15px;
  }
  /* line 1957, 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 1962, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-detail-weight::before {
    width: 27px;
    height: 28px;
  }
}

/* line 1966, 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 1970, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-recommend-content {
  width: 64%;
}

/* line 1972, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-recommend-img {
  width: 30%;
}

/* line 1974, 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 1983, 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 1991, 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 1966, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-recommend {
    margin-bottom: 20px;
  }
  /* line 1998, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-recommend-headline {
    padding-left: 20px;
    margin-bottom: 5px;
    font-size: 11px;
  }
  /* line 2002, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-recommend-headline::before {
    width: 15px;
    height: 12px;
    top: 2px;
  }
  /* line 2006, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-recommend-text {
    font-size: 10px;
  }
}

/* line 2009, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
}

/* line 2014, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-text > span {
  font-size: 15px;
}

@media (max-width: 768px) {
  /* line 2009, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-text {
    font-size: 12px;
    margin-bottom: 15px;
  }
  /* line 2019, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-text > span {
    font-size: 10px;
  }
}

/* line 2022, 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 2027, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-text2 > span {
  font-size: 15px;
}

@media (max-width: 768px) {
  /* line 2022, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-text2 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  /* line 2032, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-text2 > span {
    font-size: 10px;
  }
}

/* line 2035, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-note {
  font-size: 21px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 2035, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-note {
    font-size: 10px;
  }
}

/* line 2041, 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 2041, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-note2 {
    font-size: 10px;
    margin-bottom: 40px;
  }
}

/* line 2052, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-btn {
  text-align: center;
}

@media (min-width: 769px) {
  /* line 2054, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-btn.sp {
    display: none;
  }
}

/* line 2057, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-btn img {
  margin: auto;
}

/* line 2060, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-device2-btn2 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 2063, 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 2078, 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 2060, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-btn2 {
    margin-bottom: 20px;
  }
  /* line 2090, 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 2096, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-device2-btn2 > a::after {
    width: 21px;
    height: 14px;
    right: 20px;
  }
}

/* line 2103, 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 2109, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.cradle-x11-table p {
  margin: 0;
}

/* line 2111, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.cradle-x11-table td, .cradle-x11-table th {
  border: 1px solid #333;
  padding: 20px;
}

/* line 2114, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.cradle-x11-table thead th {
  background: #00afdd;
  color: #fff;
  font-size: 24px;
}

/* line 2118, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.cradle-x11-table img {
  margin: auto;
  display: block;
  max-width: 100%;
}

/* line 2123, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.cradle-x11-table tbody th {
  font-size: 20px;
}

/* line 2125, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.cradle-x11-table tbody td {
  font-size: 17px;
}

/* line 2127, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.cradle-x11-table-large {
  font-size: 19px;
  margin-bottom: 10px;
}

/* line 2130, 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 2138, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .cradle-x11-table td, .cradle-x11-table th {
    padding: 10px;
  }
  /* line 2140, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .cradle-x11-table thead th {
    font-size: 16px;
  }
  /* line 2142, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .cradle-x11-table img {
    margin: auto;
    display: block;
    max-width: 100%;
  }
  /* line 2147, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .cradle-x11-table tbody th {
    font-size: 15px;
  }
  /* line 2149, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .cradle-x11-table tbody td {
    font-size: 12px;
  }
  /* line 2151, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .cradle-x11-table-large {
    font-size: 14px;
    margin-bottom: 5px;
  }
  /* line 2154, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .cradle-x11-note {
    font-size: 10px;
  }
}

/* line 2158, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-option {
  text-align: center;
}

/* line 2160, 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 2170, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-option__head > span {
  font-size: 32px;
}

/* line 2172, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-option__h3 {
  font-size: 32px;
}

/* line 2174, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-option__img {
  margin-bottom: 40px;
  margin-top: -140px;
}

/* line 2177, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-option__btn {
  text-align: center;
}

/* line 2179, 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 2194, 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 2204, 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 2209, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-option__head > span {
    font-size: 24px;
  }
  /* line 2211, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-option__h3 {
    font-size: 20px;
  }
  /* line 2213, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-option__img {
    margin-bottom: 5px;
    margin-top: -60px;
  }
  /* line 2217, 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 2225, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-option__btn a::after {
    width: 14px;
    height: 13px;
    right: 15px;
  }
}

/* line 2231, 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 2236, 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 2240, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-option-table th {
  width: 35%;
  vertical-align: top;
}

/* line 2243, 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 2249, 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 2253, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-option-table th,
.bl-5g-option-table td {
    padding: 10px;
  }
  /* line 2256, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-option-table th {
    width: 35%;
  }
  /* line 2258, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-option-table ul {
    margin-left: 20px;
  }
  /* line 2260, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-option-table ul + p {
    font-size: 12px;
  }
}

/* line 2263, 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 2266, 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 2273, 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 2283, 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 2293, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area__img {
  margin-top: -65px;
  text-align: center;
}

/* line 2296, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area__btn {
  text-align: center;
}

/* line 2298, 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 2313, 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 2322, 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 2330, 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 2338, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area-box__body {
  padding: 40px 50px;
  background: #fff;
}

/* line 2341, 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 2347, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area-box__img {
  margin-bottom: 20px;
}

/* line 2349, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area-box__text {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 2353, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-area-box__note {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  /* line 2263, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area {
    padding: 30px 20px;
  }
  /* line 2358, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area__h2 {
    font-size: 30px;
    padding-top: 50px;
    margin-bottom: 30px;
  }
  /* line 2362, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area__h2::before {
    width: 40px;
    height: 40px;
  }
  /* line 2365, 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 2370, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area__img {
    margin-top: 0px;
  }
  /* line 2372, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area__btn {
    margin-bottom: 30px;
  }
  /* line 2374, 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 2382, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area__btn a::after {
    width: 14px;
    height: 13px;
    right: 15px;
  }
  /* line 2386, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area-box {
    border-radius: 20px;
    border: 3px solid #82C9FF;
  }
  /* line 2387, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area-box__head {
    font-size: 20px;
    padding: 10px 15px;
  }
  /* line 2390, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area-box__body {
    padding: 30px 20px;
  }
  /* line 2394, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area-box__headline {
    font-size: 16px;
    margin: 0 0 10px;
  }
  /* line 2397, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area-box__img {
    margin-bottom: 10px;
  }
  /* line 2399, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area-box__text {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  /* line 2403, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-area-box__note {
    margin: 0;
    font-size: 12px;
  }
}

/* line 2408, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq {
  padding: 100px 20px;
  background: #F0F9FF;
}

/* line 2411, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq__h2 {
  font-size: 40px;
  margin: 0 0 40px;
  text-align: center;
}

/* line 2415, 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 2423, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq-box__item {
  border-bottom: 2px solid #DCDCDC;
}

/* line 2425, 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 2431, 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 2440, 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 2450, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq-box__q.is-open::after {
  content: none;
}

/* line 2452, 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 2464, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq-box__q-text {
  font-size: 24px;
  font-weight: bold;
}

/* line 2467, 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 2471, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-faq-box__a-wrap {
  display: none;
}

/* line 2473, 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 2485, 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 2408, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq {
    padding: 50px 20px;
  }
  /* line 2491, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq__h2 {
    font-size: 30px;
    margin: 0 0 20px;
  }
  /* line 2494, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq-box {
    padding: 10px 20px 20px;
    border-radius: 15px;
  }
  /* line 2497, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq-box__item {
    border-bottom: 2px solid #DCDCDC;
  }
  /* line 2499, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq-box__q {
    padding: 5px 30px 5px 15px;
  }
  /* line 2501, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq-box__q::before {
    width: 16px;
    height: 2px;
    right: 10px;
  }
  /* line 2505, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq-box__q::after {
    width: 2px;
    height: 16px;
    right: 17px;
  }
  /* line 2509, 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 2515, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq-box__q-text {
    font-size: 14px;
  }
  /* line 2517, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq-box__a {
    padding: 15px 15px;
  }
  /* line 2520, 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 2526, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-faq-box__a-text {
    padding-top: 4px;
    font-size: 12px;
  }
}

/* line 2531, 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 2536, 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 2544, 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 2555, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-wrap.is-open {
  background: #CEEFFF;
}

/* line 2557, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-wrap.is-open::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* line 2559, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-wrap.is-open .bl-5g-faq2-h3 {
  color: #1992EB;
}

/* line 2561, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-h3 {
  font-size: 30px;
  line-height: 1;
  margin: 0;
}

/* line 2565, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-content {
  display: none;
}

/* line 2567, 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 2574, 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 2585, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-item:first-child {
  margin-top: 20px;
}

/* line 2588, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-item.is-open::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* line 2590, 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 2595, 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 2603, 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 2609, 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 2617, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-faq2-answer-text {
  margin: 0;
}

@media (max-width: 768px) {
  /* line 2620, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-faq2-wrap {
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
  }
  /* line 2624, 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 2631, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-faq2-h3 {
    font-size: 16px;
  }
  /* line 2633, 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 2640, 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 2646, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-faq2-item:first-child {
    margin-top: 10px;
  }
  /* line 2648, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-faq2-question {
    padding: 7px 20px;
    font-size: 15px;
  }
  /* line 2651, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-faq2-question::before {
    font-size: 16px;
    top: 6px;
  }
  /* line 2654, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-faq2-answer {
    padding: 7px 20px;
    font-size: 15px;
  }
  /* line 2657, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-faq2-answer::before {
    font-size: 16px;
    top: 6px;
  }
}

/* line 2661, 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 0;
  line-height: 1.5;
}

/* line 2665, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-container {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

/* line 2669, 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 2679, 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 2692, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-headline2 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 30px;
}

/* line 2696, 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 2698, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-lead {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 2702, 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 2707, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-wrap::before {
  content: "";
  background: url(/assets/5g_lp/line_img01-007764686a2f36d26361a40733c095a5a2bd06556a96e3e1e068d9e545e0153b.png) no-repeat center/contain;
  width: 190px;
  height: 140px;
  position: absolute;
  bottom: 100%;
  right: -5px;
}

/* line 2715, 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 2721, 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 2727, 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 2735, 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 2737, 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 2739, 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 2741, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-text {
  font-size: 11px;
  font-weight: bold;
}

/* line 2744, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-btn {
  text-align: center;
}

/* line 2746, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-line2-btn img {
  padding-right: 57px;
}

@media (min-width: 769px) {
  /* line 2749, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2 .sp {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 2661, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2 {
    padding: 25px 20px 0;
  }
  /* line 2753, 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 2759, 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 2763, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2-headline2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  /* line 2766, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2-lead {
    font-size: 12px;
    margin-bottom: 40px;
    line-height: 1.9;
  }
  /* line 2770, 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 2773, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2-wrap::before {
    width: 175px;
    height: 129px;
    right: -10px;
  }
  /* line 2777, 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 2783, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2-head {
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 75px;
  }
  /* line 2787, 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 2794, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2-text {
    padding-left: 75px;
    font-size: 9px;
  }
  /* line 2797, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2-btn {
    text-align: center;
  }
  /* line 2799, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-line2-btn img {
    padding-right: 40px;
    width: 300px;
  }
}

/* line 2803, 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 2807, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-news__h2 {
  font-size: 40px;
  margin: 0 0 30px;
  text-align: center;
}

/* line 2811, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-news__wrap {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

/* line 2815, 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 2824, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-news__item:hover {
  text-decoration: none;
}

/* line 2826, 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 2803, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-news {
    padding: 50px 20px;
  }
  /* line 2838, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-news__h2 {
    font-size: 30px;
  }
  /* line 2841, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-news__item {
    font-size: 12px;
    padding: 15px 30px 15px 15px;
  }
  /* line 2844, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-news__item::after {
    width: 18px;
    height: 18px;
    right: 10px;
  }
}

/* line 2849, 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 2854, 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 2863, 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 2869, 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 2874, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-news-list li {
  margin-bottom: 20px;
}

/* line 2876, 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 2882, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-5g-news-list a:hover {
  opacity: .7;
}

@media (max-width: 768px) {
  /* line 2849, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-news {
    padding: 20px 10px;
  }
  /* line 2886, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-news-inner {
    padding: 15px 15px;
    height: 185px;
  }
  /* line 2889, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-news-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* line 2892, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-news-list {
    list-style: initial;
    padding-left: 25px;
    font-size: 15px;
  }
  /* line 2896, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-news-list li {
    margin-bottom: 15px;
  }
}

/* line 2898, 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 2902, 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 2911, 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 2911, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .footer-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width: 769px) {
  /* line 2921, 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 2926, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.footer-link p {
  color: #043786;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 769px) {
  /* line 2926, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .footer-link p {
    font-size: 24px;
  }
}

/* line 2932, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.footer-link .flex-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  /* line 2932, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .footer-link .flex-item {
    margin-right: 10px;
    margin-left: 10px;
  }
}

/* line 2940, 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 2940, 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 2965, 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 2974, 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 2983, 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 2983, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .footer-link .button-contact span.text-lg {
    font-size: 26px;
  }
}

/* line 2989, 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 2989, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .footer-link .button-contact span.text-sm {
    font-size: 16px;
  }
}

/* line 2994, 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 2999, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mypage {
  padding: 100px 20px;
  background: #F0F9FF;
}

/* line 3002, 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 3010, 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 3017, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mypage-box__content {
  padding: 40px 35px;
  background: #fff;
}

/* line 3020, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mypage-box__text {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}

/* line 3024, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mypage-box__text:not(:last-child) {
  margin-bottom: 20px;
}

/* line 3026, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-mypage-box__footer {
  background: #D4EEFF;
  text-align: center;
  padding: 40px 20px;
}

/* line 3031, 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 2999, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-mypage {
    padding: 50px 20px;
  }
  /* line 3036, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-mypage-box__title {
    font-size: 24px;
    padding: 10px 15px;
  }
  /* line 3039, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-mypage-box__content {
    padding: 30px 20px;
  }
  /* line 3041, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-mypage-box__text {
    font-size: 16px;
  }
  /* line 3043, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-mypage-box__footer {
    padding: 20px 20px;
  }
}

/* line 3048, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0 15px;
}

/* line 3052, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE-img {
  display: none;
}

@media (min-width: 769px) {
  /* line 3052, 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 3052, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-campaignE-img {
    margin-top: 40px;
    padding: 0;
  }
}

/* line 3067, 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 3075, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE-card + .bl-campaignE-card {
  margin-top: 40px;
}

/* line 3077, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE-card:not(:last-child) {
  position: relative;
}

/* line 3079, 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 3067, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-campaignE-card {
    display: none;
  }
}

/* line 3094, 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 3108, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE-item--step > div span {
  display: block;
  font-size: 45.71%;
}

/* line 3112, 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 3116, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE-item--ttl {
  font-weight: 600;
  font-size: 14px;
}

/* line 3119, 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 3123, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE-item--txt img {
  margin: auto;
  max-width: 80%;
  display: block;
}

/* line 3127, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.bl-campaignE-txt {
  display: none;
}

@media (min-width: 769px) {
  /* line 3127, 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 3139, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others {
  padding: 80px 15px 30px;
}

/* line 3141, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-wrap {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

/* line 3145, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-wrap:not(:last-child) {
  margin-bottom: 50px;
}

/* line 3147, 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 3153, 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 3153, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-frame {
    border-radius: 11px;
    padding: 15px 20px;
  }
}

/* line 3161, 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 3161, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-frame::after {
    width: 108px;
    height: 128px;
    right: -15px;
  }
}

/* line 3173, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 3178, 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 3184, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-img {
  text-align: center;
}

/* line 3186, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-text {
  font-size: 24px;
}

/* line 3188, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-text2 {
  font-size: 20px;
  margin-bottom: 50px;
}

/* line 3191, 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 3196, 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 3203, 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 3208, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-table2 thead th {
  font-size: 22px;
  font-weight: 500;
}

/* line 3211, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-table2 thead th:nth-of-type(1) {
  background: #ECECEC;
}

/* line 3213, 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 3223, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-table2 tbody th {
  font-size: 22px;
  background: #ECECEC;
}

/* line 3227, 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 3235, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-table2 tbody td:nth-of-type(1) > span {
  color: #ff5865;
}

/* line 3237, 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 3244, 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 3246, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-table2-large {
  font-size: 32px;
}

/* line 3249, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-others-sp-bnr {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 3139, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others {
    padding: 40px 15px 20px;
  }
  /* line 3254, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  /* line 3257, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-text {
    font-size: 15px;
    margin-top: 0;
  }
  /* line 3260, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-text2 {
    font-size: 15px;
  }
  /* line 3262, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-table2 {
    margin-bottom: 10px;
  }
  /* line 3264, 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 3269, 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 3274, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-table2 thead th {
    font-size: 12px;
  }
  /* line 3276, 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 3283, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-table2 tbody th {
    font-size: 11px;
  }
  /* line 3286, 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 3292, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-table2 tbody td:nth-of-type(2) {
    font-size: 10px;
  }
  /* line 3297, 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 3299, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-others-table2-large {
    font-size: 15px;
  }
}

/* line 3303, 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 3317, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.p-norikae-btn:hover {
  color: #2a3b4c;
  text-decoration: none;
}

/* line 3320, 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 3303, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-btn {
    width: 280px;
    border-radius: 45px;
    font-size: 14px;
  }
  /* line 3334, 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 3341, 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 3341, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-btn2::after {
    width: 30px;
    height: 18px;
    right: 20px;
  }
}

/* line 3356, 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 3356, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .p-norikae-btn3::after {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}

/* line 3372, 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 3372, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav {
    padding: 15px 0;
    gap: 10px;
    grid-template-columns: 1fr 210px;
  }
}

/* line 3384, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom-nav-btn__pc {
  display: none;
}

@media (min-width: 769px) {
  /* line 3384, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav-btn__pc {
    display: inline-block;
  }
}

/* line 3388, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom-nav-btn {
  text-align: center;
}

/* line 3390, 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 3390, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav-btn a {
    padding: 20px 0;
    font-size: 19px;
  }
}

/* line 3403, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom-nav-btn a:hover {
  color: #003395;
}

/* line 3405, 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 3405, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav-btn a:hover:before {
    height: 6px;
  }
}

/* line 3416, 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 3416, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav-btn a.is-active:before {
    height: 6px;
  }
}

/* line 3425, 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 3427, 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 3429, 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 3431, 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 3433, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom-nav .logo {
  width: 130px;
}

@media (min-width: 769px) {
  /* line 3433, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav .logo {
    width: 226px;
  }
}

/* line 3438, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom-nav-hikari .logo {
  width: 145px;
}

@media (min-width: 769px) {
  /* line 3438, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav-hikari .logo {
    width: 280px;
  }
}

/* line 3443, 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 3451, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom {
    padding: 0 5px;
  }
}

/* line 3454, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom:not(.js-fixed) {
  position: relative;
}

/* line 3456, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom ul {
  list-style: none;
}

/* line 3459, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom-nav--norikae {
  grid-template-columns: 1fr 165px 115px;
}

@media (max-width: 768px) {
  /* line 3459, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav--norikae {
    grid-template-columns: 1fr 85px 63px;
  }
  /* line 3463, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav--norikae .header-bottom-nav-cta {
    text-align: right;
  }
  /* line 3465, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .header-bottom-nav--norikae .header-bottom-nav-cta img {
    width: 100px;
  }
}

/* line 3468, 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 3482, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom-business-btn:hover {
  color: #1992eb;
}

@media (max-width: 768px) {
  /* line 3468, 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 3493, 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 3507, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
.header-bottom-cta-btn:hover {
  color: #fff;
}

@media (max-width: 768px) {
  /* line 3493, 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 3517, 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 3528, 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 3534, 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 3539, 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 3547, 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 3517, 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 3556, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-gnav ul,
.bl-5g-nav-gnav--norikae ul {
    width: 100%;
    padding: 0;
  }
  /* line 3559, 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 3571, 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 3573, 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 3577, 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 3580, 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 3587, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-nav-gnav--cloud {
    display: block;
    position: initial;
    background: #fff;
  }
}

/* line 3593, 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 3593, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-nav-menu {
    font-size: 12px;
  }
  /* line 3603, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-nav-menu::after {
    width: 8px;
    height: 8px;
    top: 11%;
  }
  /* line 3607, app/assets/stylesheets/renewal_designs/object/project/_norikae.sass */
  .bl-5g-nav-menu--upgrade5g {
    font-size: 10px;
    padding-right: 10px;
    margin-right: 10px;
  }
  /* line 3611, 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 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;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/renewal_designs/object/project/_plan-accessory.sass */
  .p-plan-accessory {
    display: block;
  }
}

/* line 6, app/assets/stylesheets/renewal_designs/object/project/_plan-accessory.sass */
.p-plan-accessory__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 15px;
  padding: 1rem;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #d4dce7;
  border-radius: 3px;
}

/* line 14, 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 {
  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 82, 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 89, 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 82, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__ribbon {
    display: none;
  }
}

/* line 107, 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 107, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__device-unit {
    display: block;
  }
}

/* line 113, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__device-name {
  word-break: break-all;
}

@media (max-width: 767px) {
  /* line 113, 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 118, 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 118, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__device-name h3 {
    margin: 0;
  }
}

/* line 124, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__device-txt {
  font-size: 0.8571428571rem;
}

/* line 127, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table tr {
  height: 110px;
}

/* line 129, 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 133, 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 133, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table th {
    font-size: 0.8571428571rem;
  }
}

@media (max-width: 767px) {
  /* line 133, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table th {
    border-width: 0 1px 1px 0;
  }
}

/* line 142, 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;
  margin: 0 0 10px;
}

/* line 147, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table td dl dt {
  font-size: 16px;
  padding-left: 40px;
  position: relative;
}

/* line 151, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table td dl dd {
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}

/* line 155, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table td dl dd span {
  font-size: 10px;
  display: block;
}

/* line 158, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table td dl dd em {
  font-size: 21px;
  font-style: initial;
}

/* line 161, 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 164, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table td dl:first-child dt::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url(/assets/renewal_designs/icon_signal-c8f2231ea68ba97731aef2f3359f2ab1cbfdaa1af7b2dd745c3310baf2f87e4e.svg) left top/contain;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 178, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table td dl:nth-of-type(2) dt::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 11px;
  background: url(/assets/renewal_designs/icon_device-f8bf815b3ea6fc542479b19f534932f05be46013e6142fd58e9e3fdf0fb7fc76.svg) left top/contain;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 189, 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 192, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table td dl dt {
    font-size: 15px;
    padding-left: 20px;
  }
  /* line 195, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table td dl dd {
    font-size: 13px;
    margin-left: 15px;
  }
  /* line 199, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table td dl dd em {
    font-size: 20px;
  }
  /* line 201, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table td dl:first-child {
    padding-bottom: 5px;
  }
  /* line 204, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table td dl:first-child dt::before {
    left: 0px;
  }
  /* line 207, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table td dl:first-child dd::after {
    bottom: -20px;
  }
  /* line 211, 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 217, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table-cta td {
  border-bottom-width: 0;
}

@media (max-width: 767px) {
  /* line 217, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table-cta td {
    border-width: 0;
  }
}

/* line 221, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__table-cta td .c-btn {
  margin: 0;
  max-width: 95%;
  width: 290px;
}

/* line 225, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price .c-tab__items {
  display: none;
  padding: 0;
}

@media (max-width: 767px) {
  /* line 225, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price .c-tab__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 230, 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 235, 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 240, 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 243, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price .c-tab__item span::before {
  content: "＼";
}

/* line 245, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price .c-tab__item span::after {
  content: "／";
}

@media (min-width: 768px) {
  /* line 247, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price .c-tab__panel--sp {
    display: none !important;
  }
}

/* line 250, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price .c-tab__panels > .c-tab__panel {
  display: none;
}

@media (min-width: 768px) {
  /* line 250, 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 255, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price .c-tab__panels > .c-tab__panel__1 {
    width: 84%;
  }
}

/* line 258, 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 260, 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 265, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__plan-tab {
  margin: 0 -10px;
}

/* line 267, 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 277, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__plan-tab__1 li {
  width: 100%;
}

/* line 280, 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 283, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__plan-tab--light.is-tab-active {
  background-color: #78d9ff;
}

/* line 286, 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 288, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__capacity {
    display: none;
  }
}

/* line 291, 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 291, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__capacity td {
    font-size: 1.4285714286rem;
  }
  /* line 296, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__capacity td small {
    font-size: 0.8571428571rem;
  }
}

/* line 298, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount {
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

/* line 302, 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 306, 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 313, 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 318, 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 327, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount2 {
  font-size: 1.7142857143rem;
  font-weight: 700;
}

/* line 330, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount2 > span {
  font-size: 1.1428571429rem;
}

/* line 332, 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 332, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__amount-note {
    display: block;
  }
}

@media (max-width: 575px) {
  /* line 332, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__amount-note {
    display: block;
  }
}

/* line 343, 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 343, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__amount-note > span {
    display: block;
    width: 100%;
  }
}

@media (max-width: 575px) {
  /* line 343, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__amount-note > span {
    display: block;
    width: 100%;
  }
}

/* line 351, 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 356, 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 361, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount-discount span {
  font-size: 0.8571428571rem;
}

/* line 363, 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 369, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__amount-info sup {
  top: -.2em;
}

@media (max-width: 767px) {
  /* line 371, 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 374, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table--2year {
    border-top: 2px solid #00BCE3;
  }
}

@media (max-width: 767px) {
  /* line 377, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table--light {
    border-top: 2px solid #78d9ff;
  }
}

@media (max-width: 767px) {
  /* line 380, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table--pc {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 383, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__table--sp {
    display: none;
  }
}

/* line 386, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price__sp {
  display: none;
}

@media (max-width: 767px) {
  /* line 389, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price__sp.is-tab-active {
    display: block;
  }
}

/* line 392, 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 397, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price-table tr {
  height: auto;
}

/* line 400, 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 402, 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 409, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price-table__price {
  font-size: 14px;
}

/* line 411, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price-table__price > span {
  font-size: 21px;
}

/* line 413, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
.p-price-table__price--red {
  color: #fb5d6e;
}

@media (max-width: 767px) {
  /* line 392, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price-table {
    width: 100%;
    font-size: 10px;
  }
  /* line 420, 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 422, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price-table th, .p-price-table td {
    padding: 0 5px;
    font-size: 10px;
  }
  /* line 425, app/assets/stylesheets/renewal_designs/object/project/_price.sass */
  .p-price-table__price {
    font-size: 10px;
  }
  /* line 427, 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 1, app/assets/stylesheets/renewal_designs/object/project/_products.sass */
.p-product-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1270px;
  max-width: 100%;
  overflow-x: auto;
}

/* line 11, 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 20, app/assets/stylesheets/renewal_designs/object/project/_products.sass */
.p-product-note {
  font-size: 12px;
}

/* line 24, 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 40, 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 50, 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 55, 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 64, app/assets/stylesheets/renewal_designs/object/project/_products.sass */
.p-product-accordion__link {
  font-weight: bold;
  text-decoration: underline;
  font-size: 17px;
}

/* line 68, app/assets/stylesheets/renewal_designs/object/project/_products.sass */
.p-product-accordion__content {
  display: none;
}

@media (max-width: 768px) {
  /* line 71, app/assets/stylesheets/renewal_designs/object/project/_products.sass */
  .p-product-accordion__link {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  /* line 75, 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/_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 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;
  }
}
