@charset "UTF-8";
/*! ==================================================================

Creation Date : 2020.10
Last Update   : 2020.10
--------------------------------------------------
This page is best viewed with following browsers & OS.
* It is the latest version as of October 2020.
--------------------------------------------------
[ Browsers ]
Internet Explorer : Latest Version
Firefox           : Latest Version
Safari            : Latest Version
Google Chrome     : Latest Version
Microsoft Edge    : Latest Version

[ OS ]
windows OS        : 10 over
Mac OS            : 10 over
Andoroid          : 5.1 over
iOS               : 12 over

================================================================== */
/* ==================================================================

Setting

================================================================== */
/* Break Point
--------------------------------- */
/* Width
--------------------------------- */
/* Color
--------------------------------- */
/* Font
--------------------------------- */
/* Google Web Font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* ==================================================================

Mixin

================================================================== */
/* Break Point
--------------------------------- */
/* Clearfix
--------------------------------- */
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* ==================================================================

Base

================================================================== */
html {
  font-size: 62.5%;
  font-family: "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  line-height: 1.5;
  font-size: 1.6rem;
  color: #222;
}

ul, ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  word-break: break-all;
  color: #00ace5;
}

a[href^="tel:"] {
  color: #222;
  cursor: default;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: top;
}

p {
  margin-top: 15px;
}

/* ==================================================================

Wrapper

================================================================== */
/* .l-wrapper
--------------------------------- */
/* ==================================================================

Header

================================================================== */
/* .l-header
--------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  padding: 0 18px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .l-header {
    padding: 0 10px;
  }
}

/* .l-header__logo
--------------------------------- */
.l-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 1em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .l-header__logo {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-header__logo > .image,
.l-header__logo > .text {
  line-height: 1;
}

.l-header__logo > .text {
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: normal;
}

/* ==================================================================

Page Title

================================================================== */
/* .l-pt
--------------------------------- */
.l-pt {
  padding: 70px 5% 50px;
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-pt {
    padding: 30px 20px;
    font-size: 2.4rem;
  }
}

/* ==================================================================

Footer

================================================================== */
/* .l-footer
--------------------------------- */
.l-footer {
  position: relative;
  z-index: 1000;
  background: #fff;
}

/* .l-footer__cr
--------------------------------- */
.l-footer__cr {
  display: table;
  width: 100%;
  height: 60px;
  font-size: 1.4rem;
  text-align: center;
  color: #555;
}

@media screen and (max-width: 767px) {
  .l-footer__cr {
    height: 50px;
    font-size: 1.2rem;
  }
}

.l-footer__cr > * {
  display: table-cell;
  vertical-align: middle;
}

/* ==================================================================

Page Top

================================================================== */
/* .l-pagetop
--------------------------------- */
.l-pagetop {
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-pagetop {
    display: none;
  }
}

.l-pagetop > * {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1001;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin: 0;
  padding-top: 60px;
  background: rgba(0, 172, 229, 0.7);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s, background-color 0.2s;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.2s;
}

.l-pagetop > *::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -2px 0 0 -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-pagetop > *:hover {
  background: #00ace5;
}

.l-pagetop.is-active > * {
  opacity: 1;
  visibility: visible;
}

/* ==================================================================

Block

================================================================== */
/* .l-block
--------------------------------- */
.l-block {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0 5% 70px;
}

@media screen and (max-width: 767px) {
  .l-block {
    padding: 0 10px 50px;
  }
}

.l-block::before {
  content: "";
  position: absolute;
  top: 160px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0051a1;
}

.l-pt + .l-block {
  position: relative;
  z-index: 1;
}

/* .l-block__in
--------------------------------- */
.l-block__in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px 60px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 767px) {
  .l-block__in {
    padding: 0 20px 30px;
  }
}

.l-block__in > :first-child {
  margin-top: 0;
}

/* ==================================================================

Title

================================================================== */
/* .c-ttl
--------------------------------- */
.c-ttl {
  display: table;
  margin: 0 auto 50px;
  padding-bottom: 15px;
  font-size: 3rem;
  border-bottom: 3px solid #0051a1;
  color: #0051a1;
}

@media screen and (max-width: 767px) {
  .c-ttl {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}

/* .c-ttl-2
--------------------------------- */
.c-ttl-2 {
  margin-bottom: 20px;
  padding: 10px 15px;
  font-size: 1.6rem;
  color: #0051a1;
  background: #e5edf5;
}

/* .c-ttl-3
--------------------------------- */
.c-ttl-3 {
  margin-bottom: 20px;
  font-weight: bold;
}

/* ==================================================================

Iframe

================================================================== */
/* .c-iframe
--------------------------------- */
.c-iframe {
  position: relative;
  padding-bottom: 56.25%;
}

.c-iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==================================================================

Button

================================================================== */
/* .c-btn-close
--------------------------------- */
.c-btn-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  /* IE11 - クリック時にテキストをズレさせない */
}

.c-btn-close > button {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .c-btn-close > button {
    width: 100%;
  }
}

.c-btn-close > a {
  text-decoration: none;
}

.c-btn-close > * {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 250px;
  min-height: 60px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 5px 35px 6px 25px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 35px;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}

@media screen and (max-width: 767px) {
  .c-btn-close > * {
    width: 100%;
    min-width: 0;
  }
}

.c-btn-close > *::before {
  content: "×";
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn-close > *:hover {
  border: 2px solid transparent;
  background: #00ace5;
}

@media all and (-ms-high-contrast: none) {
  .c-btn-close {
    position: relative;
  }
}

/* .c-btn-2
--------------------------------- */
.c-btn-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1%;
}

.c-btn-2 > * {
  min-width: 180px;
  margin: 0 1%;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  color: #0051a1;
  border: 2px solid #0051a1;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

@media screen and (max-width: 767px) {
  .c-btn-2 > * {
    width: 100%;
    min-width: 0;
  }
}

.c-btn-2 > *:hover {
  color: #fff;
  background: #0051a1;
}

.c-btn-2 > *.weak {
  border-color: #777;
  color: #777;
}

.c-btn-2 > *.weak:hover {
  color: #fff;
  background: #777;
}

@media screen and (max-width: 767px) {
  .c-btn-2.-row-sp {
    display: block;
  }
  .c-btn-2.-row-sp > *:not(:first-child) {
    margin-top: 10px;
  }
}

/* ==================================================================

Table

================================================================== */
/* .c-table
--------------------------------- */
.c-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 767px) {
  .c-table colgroup,
  .c-table col {
    display: none;
  }
}

.c-table th,
.c-table td {
  padding: 10px 15px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .c-table th,
  .c-table td {
    display: block;
    margin-bottom: -1px;
    padding: 10px;
  }
}

.c-table th {
  text-align: left;
  background: #eee;
}

.c-table td {
  background: #fff;
}

/* ==================================================================

Form

================================================================== */
input[type="text"], input[type="tel"], input[type="email"] {
  min-width: 200px;
  margin-right: 10px;
  padding: 5px 10px;
  vertical-align: middle;
  border: 2px solid #ddd;
  background: #fff;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  input[type="text"], input[type="tel"], input[type="email"] {
    display: block;
    width: 100% !important;
  }
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus {
  border-color: #fce38a;
  background: rgba(252, 227, 138, 0.5);
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 5px;
}

input.-wS {
  width: 25%;
}

input.-wM {
  width: 50%;
}

input.-wL {
  width: 75%;
}

input.-full {
  width: 100%;
}

label {
  display: inline-block;
  margin-right: 7px;
  font-size: 1.4rem;
}

textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

textarea:focus {
  border-color: #fce38a;
  background: rgba(252, 227, 138, 0.5);
}

.test {
  display: none;
}

/* .f-select
--------------------------------- */
.f-select {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border: 2px solid #ddd;
  border-radius: 3px;
  background: #fff;
  /* IE10以上対応ハック */
}

@media screen and (max-width: 767px) {
  .f-select {
    display: table;
  }
}

@media all and (-ms-high-contrast: none) {
  .f-select {
    padding-right: 0;
  }
}

.f-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  width: 0;
  height: 0;
  margin-top: -2px;
  border: 4px solid transparent;
  border-top: 6px solid #999;
}

.f-select select {
  position: relative;
  z-index: 2;
  padding: 5px 40px 5px 10px;
}

/* ==================================================================

Animation

================================================================== */
/* fadein
--------------------------------- */
[data-anime="fadein"] {
  opacity: 0;
  visibility: hidden;
}

[data-anime="fadein"].is-active {
  -webkit-animation: fadein 0.5s forwards;
          animation: fadein 0.5s forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

/* slidein-up
--------------------------------- */
[data-anime="slidein-up"] {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

[data-anime="slidein-up"].is-active {
  -webkit-animation: slidein-up 0.5s forwards;
          animation: slidein-up 0.5s forwards;
}

@-webkit-keyframes slidein-up {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slidein-up {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* slidein-down
--------------------------------- */
[data-anime="slidein-down"] {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

[data-anime="slidein-down"].is-active {
  -webkit-animation: slidein-down 0.5s forwards;
          animation: slidein-down 0.5s forwards;
}

@-webkit-keyframes slidein-down {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slidein-down {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* slidein-left
--------------------------------- */
[data-anime="slidein-left"] {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

[data-anime="slidein-left"].is-active {
  -webkit-animation: slidein-left 0.5s forwards;
          animation: slidein-left 0.5s forwards;
}

@-webkit-keyframes slidein-left {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slidein-left {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* slidein-right
--------------------------------- */
[data-anime="slidein-right"] {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

[data-anime="slidein-right"].is-active {
  -webkit-animation: slidein-right 1s forwards;
          animation: slidein-right 1s forwards;
}

@-webkit-keyframes slidein-right {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slidein-right {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* ==================================================================

Margin

================================================================== */
/* .l-margin
--------------------------------- */
.l-margin {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .l-margin {
    margin-top: 20px;
  }
}

/* .l-margin-s
--------------------------------- */
.l-margin-s {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .l-margin-s {
    margin-top: 15px;
  }
}

/* .l-margin-l
--------------------------------- */
.l-margin-l {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .l-margin-l {
    margin-top: 30px;
  }
}

/* ==================================================================

Adjust

================================================================== */
/* Display
--------------------------------- */
.u-disp-i {
  display: inline !important;
}

.u-disp-b {
  display: block !important;
}

.u-disp-ib {
  display: inline-block !important;
}

.u-disp-t {
  display: table !important;
}

.u-disp-tc {
  display: table-cell !important;
}

.u-disp-f {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

/* Weight
--------------------------------- */
.u-fwN {
  font-weight: normal !important;
}

.u-fwB {
  font-weight: bold !important;
}

/* Size
--------------------------------- */
.u-fsSS {
  font-size: 1.2rem !important;
}

.u-fsS {
  font-size: 1.4rem !important;
}

.u-fsM {
  font-size: 1.6rem !important;
}

.u-fsL {
  font-size: 1.8rem !important;
}

.u-fsLL {
  font-size: 2rem !important;
}

.u-fs3L {
  font-size: 2.2rem !important;
}

.u-fs4L {
  font-size: 2.4rem !important;
}

.u-fs5L {
  font-size: 2.6rem !important;
}

.u-fs6L {
  font-size: 2.8rem !important;
}

.u-fs7L {
  font-size: 3rem !important;
}

/* Float
--------------------------------- */
.u-flL {
  float: left !important;
}

.u-flR {
  float: right !important;
}

.u-flN {
  float: none !important;
}

/* Align
--------------------------------- */
.u-taL {
  text-align: left !important;
}

.u-taR {
  text-align: right !important;
}

.u-taC {
  text-align: center !important;
}

.u-vaT {
  vertical-align: top !important;
}

.u-vaM {
  vertical-align: middle !important;
}

.u-vaB {
  vertical-align: bottom !important;
}

.u-mlA {
  margin-left: auto !important;
}

.u-mrA {
  margin-right: auto !important;
}

.u-mlrA {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Clearfix
--------------------------------- */
.u-clearFix::after {
  content: "";
  display: block;
  clear: both;
}

/* Margin All
--------------------------------- */
.u-m0 {
  margin: 0px !important;
}

.u-m5 {
  margin: 5px !important;
}

.u-m10 {
  margin: 10px !important;
}

.u-m15 {
  margin: 15px !important;
}

.u-m20 {
  margin: 20px !important;
}

.u-m25 {
  margin: 25px !important;
}

.u-m30 {
  margin: 30px !important;
}

.u-m35 {
  margin: 35px !important;
}

.u-m40 {
  margin: 40px !important;
}

.u-m45 {
  margin: 45px !important;
}

.u-m50 {
  margin: 50px !important;
}

/* Margin Top
--------------------------------- */
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

/* Margin Left
--------------------------------- */
.u-ml0 {
  margin-left: 0px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

/* Margin Right
--------------------------------- */
.u-mr0 {
  margin-right: 0px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

/* Margin Bottom
--------------------------------- */
.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

/* Padding All
--------------------------------- */
.u-p0 {
  padding: 0px !important;
}

.u-p5 {
  padding: 5px !important;
}

.u-p10 {
  padding: 10px !important;
}

.u-p15 {
  padding: 15px !important;
}

.u-p20 {
  padding: 20px !important;
}

.u-p25 {
  padding: 25px !important;
}

.u-p30 {
  padding: 30px !important;
}

.u-p35 {
  padding: 35px !important;
}

.u-p40 {
  padding: 40px !important;
}

.u-p45 {
  padding: 45px !important;
}

.u-p50 {
  padding: 50px !important;
}

/* Padding Top
--------------------------------- */
.u-pt0 {
  padding-top: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

/* Padding Left
--------------------------------- */
.u-pl0 {
  padding-left: 0px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

/* Padding Right
--------------------------------- */
.u-pr0 {
  padding-right: 0px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

/* Padding Bottom
--------------------------------- */
.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

/* Width
--------------------------------- */
.u-w1p {
  width: 1% !important;
}

.u-w2p {
  width: 2% !important;
}

.u-w3p {
  width: 3% !important;
}

.u-w4p {
  width: 4% !important;
}

.u-w5p {
  width: 5% !important;
}

.u-w6p {
  width: 6% !important;
}

.u-w7p {
  width: 7% !important;
}

.u-w8p {
  width: 8% !important;
}

.u-w9p {
  width: 9% !important;
}

.u-w10p {
  width: 10% !important;
}

.u-w11p {
  width: 11% !important;
}

.u-w12p {
  width: 12% !important;
}

.u-w13p {
  width: 13% !important;
}

.u-w14p {
  width: 14% !important;
}

.u-w15p {
  width: 15% !important;
}

.u-w16p {
  width: 16% !important;
}

.u-w17p {
  width: 17% !important;
}

.u-w18p {
  width: 18% !important;
}

.u-w19p {
  width: 19% !important;
}

.u-w20p {
  width: 20% !important;
}

.u-w21p {
  width: 21% !important;
}

.u-w22p {
  width: 22% !important;
}

.u-w23p {
  width: 23% !important;
}

.u-w24p {
  width: 24% !important;
}

.u-w25p {
  width: 25% !important;
}

.u-w26p {
  width: 26% !important;
}

.u-w27p {
  width: 27% !important;
}

.u-w28p {
  width: 28% !important;
}

.u-w29p {
  width: 29% !important;
}

.u-w30p {
  width: 30% !important;
}

.u-w31p {
  width: 31% !important;
}

.u-w32p {
  width: 32% !important;
}

.u-w33p {
  width: 33% !important;
}

.u-w34p {
  width: 34% !important;
}

.u-w35p {
  width: 35% !important;
}

.u-w36p {
  width: 36% !important;
}

.u-w37p {
  width: 37% !important;
}

.u-w38p {
  width: 38% !important;
}

.u-w39p {
  width: 39% !important;
}

.u-w40p {
  width: 40% !important;
}

.u-w41p {
  width: 41% !important;
}

.u-w42p {
  width: 42% !important;
}

.u-w43p {
  width: 43% !important;
}

.u-w44p {
  width: 44% !important;
}

.u-w45p {
  width: 45% !important;
}

.u-w46p {
  width: 46% !important;
}

.u-w47p {
  width: 47% !important;
}

.u-w48p {
  width: 48% !important;
}

.u-w49p {
  width: 49% !important;
}

.u-w50p {
  width: 50% !important;
}

.u-w51p {
  width: 51% !important;
}

.u-w52p {
  width: 52% !important;
}

.u-w53p {
  width: 53% !important;
}

.u-w54p {
  width: 54% !important;
}

.u-w55p {
  width: 55% !important;
}

.u-w56p {
  width: 56% !important;
}

.u-w57p {
  width: 57% !important;
}

.u-w58p {
  width: 58% !important;
}

.u-w59p {
  width: 59% !important;
}

.u-w60p {
  width: 60% !important;
}

.u-w61p {
  width: 61% !important;
}

.u-w62p {
  width: 62% !important;
}

.u-w63p {
  width: 63% !important;
}

.u-w64p {
  width: 64% !important;
}

.u-w65p {
  width: 65% !important;
}

.u-w66p {
  width: 66% !important;
}

.u-w67p {
  width: 67% !important;
}

.u-w68p {
  width: 68% !important;
}

.u-w69p {
  width: 69% !important;
}

.u-w70p {
  width: 70% !important;
}

.u-w71p {
  width: 71% !important;
}

.u-w72p {
  width: 72% !important;
}

.u-w73p {
  width: 73% !important;
}

.u-w74p {
  width: 74% !important;
}

.u-w75p {
  width: 75% !important;
}

.u-w76p {
  width: 76% !important;
}

.u-w77p {
  width: 77% !important;
}

.u-w78p {
  width: 78% !important;
}

.u-w79p {
  width: 79% !important;
}

.u-w80p {
  width: 80% !important;
}

.u-w81p {
  width: 81% !important;
}

.u-w82p {
  width: 82% !important;
}

.u-w83p {
  width: 83% !important;
}

.u-w84p {
  width: 84% !important;
}

.u-w85p {
  width: 85% !important;
}

.u-w86p {
  width: 86% !important;
}

.u-w87p {
  width: 87% !important;
}

.u-w88p {
  width: 88% !important;
}

.u-w89p {
  width: 89% !important;
}

.u-w90p {
  width: 90% !important;
}

.u-w91p {
  width: 91% !important;
}

.u-w92p {
  width: 92% !important;
}

.u-w93p {
  width: 93% !important;
}

.u-w94p {
  width: 94% !important;
}

.u-w95p {
  width: 95% !important;
}

.u-w96p {
  width: 96% !important;
}

.u-w97p {
  width: 97% !important;
}

.u-w98p {
  width: 98% !important;
}

.u-w99p {
  width: 99% !important;
}

.u-w100p {
  width: 100% !important;
}

.u-w-auto {
  width: auto !important;
}

/* Hang & Indent
--------------------------------- */
.u-hang {
  display: block !important;
  text-indent: -1em !important;
  padding-left: 1em !important;
}

.u-hang.u-hang-lv2 {
  display: block !important;
  text-indent: -1.3em !important;
  padding-left: 1.3em !important;
}

.u-hang.u-hang-lv3 {
  display: block !important;
  text-indent: -1.5em !important;
  padding-left: 1.5em !important;
}

.u-hang.u-hang-lv4 {
  display: block !important;
  text-indent: -1.7em !important;
  padding-left: 1.7em !important;
}

.u-hang.u-hang-lv5 {
  display: block !important;
  text-indent: -2em !important;
  padding-left: 2em !important;
}

.u-hang.u-hang-lv6 {
  display: block !important;
  text-indent: -2.3em !important;
  padding-left: 2.3em !important;
}

.u-hang.u-hang-lv7 {
  display: block !important;
  text-indent: -2.5em !important;
  padding-left: 2.5em !important;
}

.u-hang.u-hang-lv8 {
  display: block !important;
  text-indent: -2.7em !important;
  padding-left: 2.7em !important;
}

.u-hang.u-hang-lv9 {
  display: block !important;
  text-indent: -3em !important;
  padding-left: 3em !important;
}

.u-hang.u-hang-lv10 {
  display: block !important;
  text-indent: -3.3em !important;
  padding-left: 3.3em !important;
}

.u-indent {
  text-indent: 1em !important;
}

/* Only PC & Only SP
--------------------------------- */
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-break {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* ==================================================================

Adjust(Only SP)

================================================================== */
@media screen and (max-width: 767px) {
  /* Display
  --------------------------------- */
  .u-sp-disp-i {
    display: inline !important;
  }
  .u-sp-disp-b {
    display: block !important;
  }
  .u-sp-disp-ib {
    display: inline-block !important;
  }
  .u-sp-disp-t {
    display: table !important;
  }
  .u-sp-disp-tc {
    display: table-cell !important;
  }
  /* Weight
  --------------------------------- */
  .u-sp-fwN {
    font-weight: normal !important;
  }
  .u-sp-fwB {
    font-weight: bold !important;
  }
  /* Size
  --------------------------------- */
  .u-sp-fsSS {
    font-size: 1.2rem !important;
  }
  .u-sp-fsS {
    font-size: 1.4rem !important;
  }
  .u-sp-fsM {
    font-size: 1.6rem !important;
  }
  .u-sp-fsL {
    font-size: 1.8rem !important;
  }
  .u-sp-fsLL {
    font-size: 2rem !important;
  }
  .u-sp-fs3L {
    font-size: 2.2rem !important;
  }
  .u-sp-fs4L {
    font-size: 2.4rem !important;
  }
  .u-sp-fs5L {
    font-size: 2.6rem !important;
  }
  .u-sp-fs6L {
    font-size: 2.8rem !important;
  }
  .u-sp-fs7L {
    font-size: 3rem !important;
  }
  /* Float
  --------------------------------- */
  .u-sp-flL {
    float: left !important;
  }
  .u-sp-flR {
    float: right !important;
  }
  .u-sp-flN {
    float: none !important;
  }
  /* Align
  --------------------------------- */
  .u-sp-taL {
    text-align: left !important;
  }
  .u-sp-taR {
    text-align: right !important;
  }
  .u-sp-taC {
    text-align: center !important;
  }
  .u-sp-vaT {
    vertical-align: top !important;
  }
  .u-sp-vaM {
    vertical-align: middle !important;
  }
  .u-sp-vaB {
    vertical-align: bottom !important;
  }
  .u-sp-mlA {
    margin-left: auto !important;
  }
  .u-sp-mrA {
    margin-right: auto !important;
  }
  .u-sp-mlrA {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* Clearfix
  --------------------------------- */
  .u-sp-clearFix::after {
    content: "";
    display: block;
    clear: both;
  }
  /* Margin All
  --------------------------------- */
  .u-sp-m0 {
    margin: 0px !important;
  }
  .u-sp-m5 {
    margin: 5px !important;
  }
  .u-sp-m10 {
    margin: 10px !important;
  }
  .u-sp-m15 {
    margin: 15px !important;
  }
  .u-sp-m20 {
    margin: 20px !important;
  }
  .u-sp-m25 {
    margin: 25px !important;
  }
  .u-sp-m30 {
    margin: 30px !important;
  }
  .u-sp-m35 {
    margin: 35px !important;
  }
  .u-sp-m40 {
    margin: 40px !important;
  }
  .u-sp-m45 {
    margin: 45px !important;
  }
  .u-sp-m50 {
    margin: 50px !important;
  }
  /* Margin Top
  --------------------------------- */
  .u-sp-mt0 {
    margin-top: 0px !important;
  }
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
  .u-sp-mt20 {
    margin-top: 20px !important;
  }
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
  .u-sp-mt30 {
    margin-top: 30px !important;
  }
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
  .u-sp-mt40 {
    margin-top: 40px !important;
  }
  .u-sp-mt45 {
    margin-top: 45px !important;
  }
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
  /* Margin Left
  --------------------------------- */
  .u-sp-ml0 {
    margin-left: 0px !important;
  }
  .u-sp-ml5 {
    margin-left: 5px !important;
  }
  .u-sp-ml10 {
    margin-left: 10px !important;
  }
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
  .u-sp-ml20 {
    margin-left: 20px !important;
  }
  .u-sp-ml25 {
    margin-left: 25px !important;
  }
  .u-sp-ml30 {
    margin-left: 30px !important;
  }
  .u-sp-ml35 {
    margin-left: 35px !important;
  }
  .u-sp-ml40 {
    margin-left: 40px !important;
  }
  .u-sp-ml45 {
    margin-left: 45px !important;
  }
  .u-sp-ml50 {
    margin-left: 50px !important;
  }
  /* Margin Right
  --------------------------------- */
  .u-sp-mr0 {
    margin-right: 0px !important;
  }
  .u-sp-mr5 {
    margin-right: 5px !important;
  }
  .u-sp-mr10 {
    margin-right: 10px !important;
  }
  .u-sp-mr15 {
    margin-right: 15px !important;
  }
  .u-sp-mr20 {
    margin-right: 20px !important;
  }
  .u-sp-mr25 {
    margin-right: 25px !important;
  }
  .u-sp-mr30 {
    margin-right: 30px !important;
  }
  .u-sp-mr35 {
    margin-right: 35px !important;
  }
  .u-sp-mr40 {
    margin-right: 40px !important;
  }
  .u-sp-mr45 {
    margin-right: 45px !important;
  }
  .u-sp-mr50 {
    margin-right: 50px !important;
  }
  /* Margin Bottom
  --------------------------------- */
  .u-sp-mb0 {
    margin-bottom: 0px !important;
  }
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
  .u-sp-mb10 {
    margin-bottom: 10px !important;
  }
  .u-sp-mb15 {
    margin-bottom: 15px !important;
  }
  .u-sp-mb20 {
    margin-bottom: 20px !important;
  }
  .u-sp-mb25 {
    margin-bottom: 25px !important;
  }
  .u-sp-mb30 {
    margin-bottom: 30px !important;
  }
  .u-sp-mb35 {
    margin-bottom: 35px !important;
  }
  .u-sp-mb40 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb45 {
    margin-bottom: 45px !important;
  }
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
  /* Padding All
  --------------------------------- */
  .u-sp-p0 {
    padding: 0px !important;
  }
  .u-sp-p5 {
    padding: 5px !important;
  }
  .u-sp-p10 {
    padding: 10px !important;
  }
  .u-sp-p15 {
    padding: 15px !important;
  }
  .u-sp-p20 {
    padding: 20px !important;
  }
  .u-sp-p25 {
    padding: 25px !important;
  }
  .u-sp-p30 {
    padding: 30px !important;
  }
  .u-sp-p35 {
    padding: 35px !important;
  }
  .u-sp-p40 {
    padding: 40px !important;
  }
  .u-sp-p45 {
    padding: 45px !important;
  }
  .u-sp-p50 {
    padding: 50px !important;
  }
  /* Padding Top
  --------------------------------- */
  .u-sp-pt0 {
    padding-top: 0px !important;
  }
  .u-sp-pt5 {
    padding-top: 5px !important;
  }
  .u-sp-pt10 {
    padding-top: 10px !important;
  }
  .u-sp-pt15 {
    padding-top: 15px !important;
  }
  .u-sp-pt20 {
    padding-top: 20px !important;
  }
  .u-sp-pt25 {
    padding-top: 25px !important;
  }
  .u-sp-pt30 {
    padding-top: 30px !important;
  }
  .u-sp-pt35 {
    padding-top: 35px !important;
  }
  .u-sp-pt40 {
    padding-top: 40px !important;
  }
  .u-sp-pt45 {
    padding-top: 45px !important;
  }
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
  /* Padding Left
  --------------------------------- */
  .u-sp-pl0 {
    padding-left: 0px !important;
  }
  .u-sp-pl5 {
    padding-left: 5px !important;
  }
  .u-sp-pl10 {
    padding-left: 10px !important;
  }
  .u-sp-pl15 {
    padding-left: 15px !important;
  }
  .u-sp-pl20 {
    padding-left: 20px !important;
  }
  .u-sp-pl25 {
    padding-left: 25px !important;
  }
  .u-sp-pl30 {
    padding-left: 30px !important;
  }
  .u-sp-pl35 {
    padding-left: 35px !important;
  }
  .u-sp-pl40 {
    padding-left: 40px !important;
  }
  .u-sp-pl45 {
    padding-left: 45px !important;
  }
  .u-sp-pl50 {
    padding-left: 50px !important;
  }
  /* Padding Right
  --------------------------------- */
  .u-sp-pr0 {
    padding-right: 0px !important;
  }
  .u-sp-pr5 {
    padding-right: 5px !important;
  }
  .u-sp-pr10 {
    padding-right: 10px !important;
  }
  .u-sp-pr15 {
    padding-right: 15px !important;
  }
  .u-sp-pr20 {
    padding-right: 20px !important;
  }
  .u-sp-pr25 {
    padding-right: 25px !important;
  }
  .u-sp-pr30 {
    padding-right: 30px !important;
  }
  .u-sp-pr35 {
    padding-right: 35px !important;
  }
  .u-sp-pr40 {
    padding-right: 40px !important;
  }
  .u-sp-pr45 {
    padding-right: 45px !important;
  }
  .u-sp-pr50 {
    padding-right: 50px !important;
  }
  /* Padding Bottom
  --------------------------------- */
  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pb5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pb10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pb15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pb20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pb25 {
    padding-bottom: 25px !important;
  }
  .u-sp-pb30 {
    padding-bottom: 30px !important;
  }
  .u-sp-pb35 {
    padding-bottom: 35px !important;
  }
  .u-sp-pb40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pb45 {
    padding-bottom: 45px !important;
  }
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
  /* Width
  --------------------------------- */
  .u-sp-w1p {
    width: 1% !important;
  }
  .u-sp-w2p {
    width: 2% !important;
  }
  .u-sp-w3p {
    width: 3% !important;
  }
  .u-sp-w4p {
    width: 4% !important;
  }
  .u-sp-w5p {
    width: 5% !important;
  }
  .u-sp-w6p {
    width: 6% !important;
  }
  .u-sp-w7p {
    width: 7% !important;
  }
  .u-sp-w8p {
    width: 8% !important;
  }
  .u-sp-w9p {
    width: 9% !important;
  }
  .u-sp-w10p {
    width: 10% !important;
  }
  .u-sp-w11p {
    width: 11% !important;
  }
  .u-sp-w12p {
    width: 12% !important;
  }
  .u-sp-w13p {
    width: 13% !important;
  }
  .u-sp-w14p {
    width: 14% !important;
  }
  .u-sp-w15p {
    width: 15% !important;
  }
  .u-sp-w16p {
    width: 16% !important;
  }
  .u-sp-w17p {
    width: 17% !important;
  }
  .u-sp-w18p {
    width: 18% !important;
  }
  .u-sp-w19p {
    width: 19% !important;
  }
  .u-sp-w20p {
    width: 20% !important;
  }
  .u-sp-w21p {
    width: 21% !important;
  }
  .u-sp-w22p {
    width: 22% !important;
  }
  .u-sp-w23p {
    width: 23% !important;
  }
  .u-sp-w24p {
    width: 24% !important;
  }
  .u-sp-w25p {
    width: 25% !important;
  }
  .u-sp-w26p {
    width: 26% !important;
  }
  .u-sp-w27p {
    width: 27% !important;
  }
  .u-sp-w28p {
    width: 28% !important;
  }
  .u-sp-w29p {
    width: 29% !important;
  }
  .u-sp-w30p {
    width: 30% !important;
  }
  .u-sp-w31p {
    width: 31% !important;
  }
  .u-sp-w32p {
    width: 32% !important;
  }
  .u-sp-w33p {
    width: 33% !important;
  }
  .u-sp-w34p {
    width: 34% !important;
  }
  .u-sp-w35p {
    width: 35% !important;
  }
  .u-sp-w36p {
    width: 36% !important;
  }
  .u-sp-w37p {
    width: 37% !important;
  }
  .u-sp-w38p {
    width: 38% !important;
  }
  .u-sp-w39p {
    width: 39% !important;
  }
  .u-sp-w40p {
    width: 40% !important;
  }
  .u-sp-w41p {
    width: 41% !important;
  }
  .u-sp-w42p {
    width: 42% !important;
  }
  .u-sp-w43p {
    width: 43% !important;
  }
  .u-sp-w44p {
    width: 44% !important;
  }
  .u-sp-w45p {
    width: 45% !important;
  }
  .u-sp-w46p {
    width: 46% !important;
  }
  .u-sp-w47p {
    width: 47% !important;
  }
  .u-sp-w48p {
    width: 48% !important;
  }
  .u-sp-w49p {
    width: 49% !important;
  }
  .u-sp-w50p {
    width: 50% !important;
  }
  .u-sp-w51p {
    width: 51% !important;
  }
  .u-sp-w52p {
    width: 52% !important;
  }
  .u-sp-w53p {
    width: 53% !important;
  }
  .u-sp-w54p {
    width: 54% !important;
  }
  .u-sp-w55p {
    width: 55% !important;
  }
  .u-sp-w56p {
    width: 56% !important;
  }
  .u-sp-w57p {
    width: 57% !important;
  }
  .u-sp-w58p {
    width: 58% !important;
  }
  .u-sp-w59p {
    width: 59% !important;
  }
  .u-sp-w60p {
    width: 60% !important;
  }
  .u-sp-w61p {
    width: 61% !important;
  }
  .u-sp-w62p {
    width: 62% !important;
  }
  .u-sp-w63p {
    width: 63% !important;
  }
  .u-sp-w64p {
    width: 64% !important;
  }
  .u-sp-w65p {
    width: 65% !important;
  }
  .u-sp-w66p {
    width: 66% !important;
  }
  .u-sp-w67p {
    width: 67% !important;
  }
  .u-sp-w68p {
    width: 68% !important;
  }
  .u-sp-w69p {
    width: 69% !important;
  }
  .u-sp-w70p {
    width: 70% !important;
  }
  .u-sp-w71p {
    width: 71% !important;
  }
  .u-sp-w72p {
    width: 72% !important;
  }
  .u-sp-w73p {
    width: 73% !important;
  }
  .u-sp-w74p {
    width: 74% !important;
  }
  .u-sp-w75p {
    width: 75% !important;
  }
  .u-sp-w76p {
    width: 76% !important;
  }
  .u-sp-w77p {
    width: 77% !important;
  }
  .u-sp-w78p {
    width: 78% !important;
  }
  .u-sp-w79p {
    width: 79% !important;
  }
  .u-sp-w80p {
    width: 80% !important;
  }
  .u-sp-w81p {
    width: 81% !important;
  }
  .u-sp-w82p {
    width: 82% !important;
  }
  .u-sp-w83p {
    width: 83% !important;
  }
  .u-sp-w84p {
    width: 84% !important;
  }
  .u-sp-w85p {
    width: 85% !important;
  }
  .u-sp-w86p {
    width: 86% !important;
  }
  .u-sp-w87p {
    width: 87% !important;
  }
  .u-sp-w88p {
    width: 88% !important;
  }
  .u-sp-w89p {
    width: 89% !important;
  }
  .u-sp-w90p {
    width: 90% !important;
  }
  .u-sp-w91p {
    width: 91% !important;
  }
  .u-sp-w92p {
    width: 92% !important;
  }
  .u-sp-w93p {
    width: 93% !important;
  }
  .u-sp-w94p {
    width: 94% !important;
  }
  .u-sp-w95p {
    width: 95% !important;
  }
  .u-sp-w96p {
    width: 96% !important;
  }
  .u-sp-w97p {
    width: 97% !important;
  }
  .u-sp-w98p {
    width: 98% !important;
  }
  .u-sp-w99p {
    width: 99% !important;
  }
  .u-sp-w100p {
    width: 100% !important;
  }
  .u-sp-w-auto {
    width: auto !important;
  }
  /* Hang & Indent
  --------------------------------- */
  .u-sp-hang {
    display: block !important;
    text-indent: -1em !important;
    padding-left: 1em !important;
  }
  .u-sp-hang.u-sp-hang-lv2 {
    display: block !important;
    text-indent: -1.3em !important;
    padding-left: 1.3em !important;
  }
  .u-sp-hang.u-sp-hang-lv3 {
    display: block !important;
    text-indent: -1.5em !important;
    padding-left: 1.5em !important;
  }
  .u-sp-hang.u-sp-hang-lv4 {
    display: block !important;
    text-indent: -1.7em !important;
    padding-left: 1.7em !important;
  }
  .u-sp-hang.u-sp-hang-lv5 {
    display: block !important;
    text-indent: -2em !important;
    padding-left: 2em !important;
  }
  .u-sp-hang.u-sp-hang-lv6 {
    display: block !important;
    text-indent: -2.3em !important;
    padding-left: 2.3em !important;
  }
  .u-sp-hang.u-sp-hang-lv7 {
    display: block !important;
    text-indent: -2.5em !important;
    padding-left: 2.5em !important;
  }
  .u-sp-hang.u-sp-hang-lv8 {
    display: block !important;
    text-indent: -2.7em !important;
    padding-left: 2.7em !important;
  }
  .u-sp-hang.u-sp-hang-lv9 {
    display: block !important;
    text-indent: -3em !important;
    padding-left: 3em !important;
  }
  .u-sp-hang.u-sp-hang-lv10 {
    display: block !important;
    text-indent: -3.3em !important;
    padding-left: 3.3em !important;
  }
  .u-sp-indent {
    text-indent: 1em !important;
  }
}
