@charset "UTF-8";
/*
* FLOCSSベース 独自拡張
* https://github.com/hiloki/flocss
* core mixin/function/variable
* fundation normalize/reset/font/iconfont/
* layout header/footer/wrapper/main
* object component/project/utility
* page
* vendor
*/
/*
#Base Colors
@$color-base #666
@$color-base-lighten #f9f9f9;
@$color-base-white #fff;
@$color-base-text #444;
*/
/*
#Content Colors
@$color-default #f3f2ec;
@$color-default-darken darken($color-default, 30%);
@$color-default-lighten-10 lighten($color-default, 10%);
@$color-default-lighten-20 lighten($color-default, 20%);
@$color-default-lighten-30 lighten($color-default, 30%);
@$color-primary #d70146;
@$color-primary-darken darken($color-primary, 30%);
@$color-primary-lighten-10 lighten($color-primary, 10%);
@$color-primary-lighten-20 lighten($color-primary, 20%);
@$color-primary-lighten-30 lighten($color-primary, 30%);
@$color-secondary #ffe100;
@$color-secondary-darken darken($color-secondary, 30%);
@$color-secondary-lighten-10 lighten($color-secondary, 10%);
@$color-secondary-lighten-20 lighten($color-secondary, 20%);
@$color-secondary-lighten-30 lighten($color-secondary, 30%);
@$color-highlight #f24b4b;
@$color-highlight-darken darken($color-highlight, 30%);
@$color-highlight-lighten-10 lighten($color-highlight, 10%);
@$color-highlight-lighten-20 lighten($color-highlight, 20%);
@$color-highlight-lighten-30 lighten($color-highlight, 30%);
@$color-info #f2e04b;
@$color-info-darken darken($color-info, 30%);
@$color-info-lighten-10 lighten($color-info, 10%);
@$color-info-lighten-20 lighten($color-info, 20%);
@$color-info-lighten-30 lighten($color-info, 30%);
*/
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v16-latin-regular.woff2") format("woff2"), url("../fonts/lato-v16-latin-regular.woff") format("woff"), url("../fonts/lato-v16-latin-regular.ttf") format("truetype"), url("../fonts/lato-v16-latin-regular.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v16-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/lato-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v16-latin-700.woff2") format("woff2"), url("../fonts/lato-v16-latin-700.woff") format("woff"), url("../fonts/lato-v16-latin-700.ttf") format("truetype"), url("../fonts/lato-v16-latin-700.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato-v16-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Lato Black"), local("Lato-Black"), url("../fonts/lato-v16-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v16-latin-900.woff2") format("woff2"), url("../fonts/lato-v16-latin-900.woff") format("woff"), url("../fonts/lato-v16-latin-900.ttf") format("truetype"), url("../fonts/lato-v16-latin-900.svg#Lato") format("svg");
  /* Legacy iOS */
}

/*
.fa-layers-counter,
.fa-layers-text {
  word-wrap: normal;
  word-break: normal;
}
*/
:root {
  font-size: 62.5%;
  line-height: 1.57;
  font-family: "ヒラギノ角ゴシック", Hiragino Sans, "Hiragino Kaku Gothic ProN", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
}

body {
  background-color: #fcfcfc;
  color: #333;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 1.6rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

input,
textarea {
  color: inherit;
  cursor: pointer;
  font: 1em "ヒラギノ角ゴシック", Hiragino Sans, "Hiragino Kaku Gothic ProN", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
}

input:disabled,
textarea:disabled {
  outline: none;
}

button {
  color: inherit;
  cursor: pointer;
  font: 1em "ヒラギノ角ゴシック", Hiragino Sans, "Hiragino Kaku Gothic ProN", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
}

button:disabled {
  outline: none;
}

select {
  color: inherit;
  cursor: pointer;
  font: 1em "ヒラギノ角ゴシック", Hiragino Sans, "Hiragino Kaku Gothic ProN", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
}

select:disabled {
  outline: none;
}

textarea:-moz-read-only {
  resize: none;
}

textarea:read-only, textarea:disabled {
  resize: none;
}

li, ol {
  list-style: none;
}

em, strong {
  font-style: normal;
  font-weight: 700;
}

body {
  background-color: #ffffff;
  color: #333;
  margin: 0;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 1.6rem;
}

a, button {
  text-decoration: none;
  color: #444;
  transition: all .4s;
}

a:hover, button:hover {
  opacity: 0.6;
}

img, svg {
  max-width: 100%;
}

@media screen and (max-width: 360px) {
  :root {
    font-size: 0.5em;
  }
}

@media only screen and (max-width: 800px) {
  body {
    min-width: 100%;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.c-bottomFloating {
  margin-top: 50px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.c-bottomFloating_wrap {
  display: inline-block;
}

.c-bottomFloating_bnr {
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .c-bottomFloating_bnr {
    width: 386px;
  }
}

.c-indentList-item {
  padding-left: 1em;
  text-indent: -1em;
}

.c-numList {
  list-style: decimal;
}

.c-numList-item {
  list-style: decimal;
  margin-top: 20px;
  margin: 20px 0 0 20px;
  padding-left: 10px;
  font-size: 1.4rem;
  line-height: 2;
}

.c-serviceIcon {
  position: relative;
}

.c-serviceIcon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-serviceIcon-circle {
  border-radius: 50%;
}

.c-serviceIcon-lpg {
  display: inline-block;
  background: #f08307;
}

.c-serviceIcon-tkg {
  display: inline-block;
  background: #efa729;
}

.c-serviceIcon-elc {
  display: inline-block;
  background: #e25747;
}

.c-serviceIcon-aqa {
  display: inline-block;
  background: #00a0dd;
}

.c-serviceIcon-isp {
  display: inline-block;
  background: #4dad40;
}

.c-serviceIcon-lbm {
  display: inline-block;
  background: #009751;
}

.c-serviceIcon-ctv {
  display: inline-block;
  background: #eecc03;
}

.c-serviceIcon-sec {
  display: inline-block;
  background: #3071b9;
}

.c-serviceIcon-wil {
  display: inline-block;
  background: #6356a3;
}

.c-serviceIcon-etc {
  display: inline-block;
  background: #868686;
}

.c-titleStyle1 {
  margin: 80px 0 0;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #10AEFF;
}

@media screen and (max-width: 600px) {
  .c-titleStyle1 {
    margin: 70px 0 0;
  }
}

.c-titleStyle2 {
  margin-bottom: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

.c-modalTitle {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  color: #10AEFF;
  padding: 20px 0;
}

.p-bottomBnrList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
}

.p-bottomBnrList-item {
  margin: 0 0 0 14px;
  text-align: left;
  flex: 1 1;
}

.p-bottomBnrList-item a {
  display: block;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  max-width: 530px;
  margin: 0 auto 0 0;
}

.p-bottomBnrList-item:first-child {
  margin: 0 14px 0 0;
  text-align: right;
}

.p-bottomBnrList-item:first-child a {
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 800px) {
  .p-bottomBnrList {
    display: block;
    margin-top: 80px;
  }
  .p-bottomBnrList-item {
    margin: 20px auto 0;
    text-align: center;
  }
  .p-bottomBnrList-item a {
    display: block;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    margin: 0 auto;
  }
  .p-bottomBnrList-item:first-child {
    margin: 0;
    text-align: center;
  }
  .p-bottomBnrList-item:first-child a {
    margin: 0 auto;
  }
}

.mfp-bg.modalMypageBase {
  opacity: 0.95;
}

.mfp-bg.modalAQA {
  background: #D6EFF9;
}

.mfp-bg.modalISP {
  background: #C1E5BC;
}

.mfp-bg.modalLBM {
  background: #CDEADC;
}

.mfp-bg.modalLPG {
  background: #FFEAD3;
}

.mfp-container {
  padding-top: 50px;
}

.mfp-content {
  width: 600px !important;
  margin: 0 auto;
  background: #fff;
  padding: 20px 20px 40px;
}

.mfp-content .topText {
  margin: 0 0 20px 0 !important;
  text-align: left !important;
  padding: 0 !important;
  font-size: 1.6rem !important;
  line-height: 2 !important;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  top: -40px;
  font-size: 50px;
  right: -10px;
  opacity: 1;
}

.modalMypageBase .mfp-container {
  padding: 0;
}

.modalMypageBase .mfp-content {
  width: 780px !important;
  padding: 50px 0;
  background: none;
}

.modalMypageBase.mfp-close-btn-in .mfp-close {
  top: 10px;
}

@media only screen and (max-width: 800px) {
  .mfp-container {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mfp-bg {
    background: #fff;
    opacity: 1;
  }
  .mfp-bg.modalMypageBase {
    opacity: 1;
  }
  .mfp-content {
    width: 100% !important;
    background: #fff;
    padding: 40px 0px 20px;
  }
  .mfp-close-btn-in .mfp-close {
    color: #10AEFF;
    top: 10px;
    font-size: 50px;
    right: -10px;
    opacity: 1;
  }
  .modalMypageBase .mfp-container {
    padding: 0;
  }
  .modalMypageBase .mfp-content {
    width: 100% !important;
    padding: 50px 10px 10px;
  }
  .modalMypageBase.mfp-close-btn-in .mfp-close {
    right: 0px;
  }
}

.p-catvModal .catvList > li {
  margin-top: 8px;
  background: #EBF2F5;
  border-radius: 4px;
  padding: 15px 20px;
}

.p-catvModal .catvList > li dl {
  display: flex;
  align-items: center;
}

.p-catvModal .catvList > li dl dt {
  width: 50px;
  font-size: 2.0rem;
}

.p-catvModal .catvList > li dl dd {
  flex: 1 1;
  padding-left: 12px;
  line-height: 1.4;
}

.p-pointModal .pointList {
  margin-bottom: 10px;
}

.p-pointModal .pointList .pointBox {
  margin-top: 10px;
  background: #EBF2F5;
  padding: 15px;
  border-radius: 4px;
}

.p-pointModal .pointList .pointBox .pointTitle {
  text-align: center;
  color: #10AEFF;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.p-pointModal .pointList .pointBox .pointText {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

.p-pointModal .cationArea {
  border-radius: 6px;
  background: #FF84A2;
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.p-pointModal .cationArea .icon {
  width: 28px;
}

.p-pointModal .cationArea .icon img {
  width: 28px;
  height: 28px;
}

.p-pointModal .cationArea .text {
  flex: 1 1;
  padding: 0 10px 0 20px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.57;
}

.p-pointModal .bottomBtn {
  margin-top: 30px;
}

.p-pointModal .bottomBtn a {
  display: block;
  margin: 0 auto;
  width: 240px;
  border-radius: 28px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  background: #10AEFF;
}

.p-billModal .bottomBtn {
  margin-top: 30px;
}

.p-billModal .bottomBtn a {
  display: block;
  margin: 0 auto;
  width: 240px;
  border-radius: 28px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  background: #10AEFF;
}

.p-exchangeModal .cationArea {
  border-radius: 6px;
  background: #FF84A2;
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.p-exchangeModal .cationArea .icon {
  width: 28px;
}

.p-exchangeModal .cationArea .icon img {
  width: 28px;
  height: 28px;
}

.p-exchangeModal .cationArea .text {
  flex: 1 1;
  padding: 0 10px 0 20px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.57;
}

.p-exchangeModal .bottomBtn {
  margin-top: 30px;
}

.p-exchangeModal .bottomBtn a {
  display: block;
  margin: 0 auto;
  width: 240px;
  border-radius: 28px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  background: #10AEFF;
}

.p-homeIconModal .flowList {
  counter-reset: item;
  list-style: none;
}

.p-homeIconModal .flowList > li {
  display: flex;
  align-items: center;
}

.p-homeIconModal .flowList > li + li {
  margin-top: 20px;
}

.p-homeIconModal .flowList > li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: counter(item);
  counter-increment: item;
  width: 40px;
  height: 40px;
  font-size: 2.0rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  background: #0096E8;
}

.p-homeIconModal .flowList > li .text {
  display: block;
  padding-top: 2px;
  flex: 1 1;
  padding-left: 15px;
  font-size: 1.4rem;
  line-height: 1.57;
}

.p-homeIconModal .flowList > li .text .iconiOsBtn {
  position: relative;
  top: -4px;
  width: 19px;
  height: 25px;
  margin: 0 5px;
}

.p-homeIconModal .flowList > li .text .iconAndroidBtn {
  position: relative;
  top: -2px;
  width: 24px;
  height: 24px;
  margin: 0 5px;
}

.p-homeIconModal .ssImg {
  margin: 30px;
  text-align: center;
}

.p-homeIconModal .ssImg img {
  border: 3px solid #ccc;
}

.p-mypageModal {
  background: #fff;
}

.p-mypageModal .headArea {
  background: #9F9F9F;
  padding: 18px 10px 18px;
}

.p-mypageModal .headArea .mainTitle {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}

.p-mypageModal .headArea .prodName {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-mypageModal .headArea .prodName .icon {
  display: block;
  width: 34px;
  height: 34px;
  border: 2px solid #fff;
}

.p-mypageModal .headArea .prodName .icon img {
  width: 26px;
  height: 26px;
}

.p-mypageModal .headArea .prodName .text {
  padding-left: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

.p-mypageModal .headArea .prodName .text .small {
  font-size: 1.8rem;
}

.p-mypageModal .bodyArea {
  background: #fff;
  padding: 30px 30px 40px;
}

.p-mypageModal .bodyArea .lead {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 30px;
}

.p-mypageModal .bodyArea .loginBox {
  display: table;
  width: 100%;
}

.p-mypageModal .bodyArea .loginBox .infoArea {
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #FF5AAD;
  border-left: 1px solid #FF5AAD;
  border-bottom: 1px solid #FF5AAD;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 12px 20px;
}

.p-mypageModal .bodyArea .loginBox .infoArea dt {
  display: inline-block;
}

.p-mypageModal .bodyArea .loginBox .infoArea dd {
  display: inline-block;
}

.p-mypageModal .bodyArea .loginBox .loginInput {
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #FF5AAD;
  border-left: 1px solid #FF5AAD;
  border-bottom: 1px solid #FF5AAD;
}

.p-mypageModal .bodyArea .loginBox .loginInput .text {
  display: inline-block;
  padding: 0 20px;
  font-size: 1.4rem;
}

.p-mypageModal .bodyArea .loginBox .loginInput input {
  display: inline-block;
  min-height: 40px;
  padding: 4px 12px;
  border: 1px solid #aaaaaa;
  outline: none;
  border-radius: 3px;
  width: 280px;
}

.p-mypageModal .bodyArea .loginBox .loginInput + .btnArea {
  padding: 24px 20px;
}

.p-mypageModal .bodyArea .loginBox .btnArea {
  display: table-cell;
  text-align: center;
  padding: 12px 20px;
  width: 144px;
  background: #FF5AAD;
  vertical-align: middle;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

.p-mypageModal .bodyArea .loginBox .btnArea span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.p-mypageModal .bodyArea .loginBox .btnArea span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.p-mypageModal .bodyArea .loginBox + .loginBox {
  margin-top: 20px;
}

.p-mypageModal .bodyArea .errorText {
  font-size: 1.4rem;
  color: #f00;
  margin-top: 10px;
}

@media only screen and (max-width: 800px) {
  .p-mypageModal .headArea {
    padding: 10px;
  }
  .p-mypageModal .headArea .mainTitle {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .p-mypageModal .headArea .prodName .text {
    padding-left: 5px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .p-mypageModal .headArea .prodName .text .small {
    font-size: 1.4rem;
  }
  .p-mypageModal .bodyArea {
    padding: 20px 20px 30px;
  }
  .p-mypageModal .bodyArea .lead {
    margin-bottom: 20px;
  }
  .p-mypageModal .bodyArea .loginBox {
    display: block;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .p-mypageModal .bodyArea .loginBox .infoArea {
    display: block;
    border-top: 1px solid #FF5AAD;
    border-left: 1px solid #FF5AAD;
    border-right: 1px solid #FF5AAD;
    border-bottom: none;
    padding: 15px 10px;
  }
  .p-mypageModal .bodyArea .loginBox .infoArea dt {
    font-size: 1.2rem;
    display: block;
  }
  .p-mypageModal .bodyArea .loginBox .infoArea dd {
    font-size: 1.4rem;
    display: block;
  }
  .p-mypageModal .bodyArea .loginBox .loginInput {
    display: block;
    border-top: 1px solid #FF5AAD;
    border-left: 1px solid #FF5AAD;
    border-right: 1px solid #FF5AAD;
    border-bottom: none;
    padding: 15px 20px;
  }
  .p-mypageModal .bodyArea .loginBox .loginInput .text {
    display: block;
    padding: 0;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .p-mypageModal .bodyArea .loginBox .loginInput input {
    display: block;
    min-height: 40px;
    padding: 4px 12px;
    border: 1px solid #aaaaaa;
    outline: none;
    border-radius: 3px;
    width: 100%;
  }
  .p-mypageModal .bodyArea .loginBox .loginInput + .btnArea {
    padding: 12px 20px;
    width: 100%;
  }
  .p-mypageModal .bodyArea .loginBox .btnArea {
    display: block;
    text-align: center;
    padding: 12px 20px;
    width: auto;
    font-size: 1.2rem;
  }
  .p-mypageModal .bodyArea .loginBox .btnArea span {
    padding-right: 12px;
  }
  .p-mypageModal .bodyArea .loginBox .btnArea span::after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .p-mypageModal .bodyArea .loginBox + .loginBox {
    margin-top: 15px;
  }
}

.p-serviceDetailVisual {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 340px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.p-serviceDetailVisual::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.p-serviceDetailVisual-title {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-serviceDetailVisual-title .icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  vertical-align: middle;
}

.p-serviceDetailVisual-title .icon img {
  width: 36px;
  height: 36px;
}

.p-serviceDetailVisual-title .text {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.p-serviceDetailVisual-lpg {
  background-position: left center;
  background-image: url(../images/img_service_visual_lpg.jpg);
}

.p-serviceDetailVisual-tkg {
  background-position: left center;
  background-image: url(../images/img_service_visual_tkg.jpg);
}

.p-serviceDetailVisual-aqa {
  background-position: center center;
  background-image: url(../images/img_service_visual_aqa.jpg);
}

.p-serviceDetailVisual-ctv {
  background-position: right center;
  background-image: url(../images/img_service_visual_ctv.jpg);
}

.p-serviceDetailVisual-isp {
  background-position: right bottom;
  background-image: url(../images/img_service_visual_isp.jpg);
}

.p-serviceDetailVisual-sec {
  background-position: right center;
  background-image: url(../images/img_service_visual_sec.jpg);
}

.p-serviceDetailVisual-elc {
  background-position: right center;
  background-image: url(../images/img_service_visual_elc.jpg);
}

.p-serviceDetailVisual-lbm {
  background-position: right center;
  background-image: url(../images/img_service_visual_lbm.jpg);
}

.p-serviceDetailVisual-wil {
  background-position: left center;
  background-image: url(../images/img_service_visual_wil.jpg);
}

.p-serviceDetailVisual-etc {
  background-position: center center;
  background-image: url(../images/img_service_visual_etc.jpg);
}

@media only screen and (max-width: 800px) {
  .p-serviceDetailVisual {
    height: 300px;
  }
  .p-serviceDetailVisual-title {
    font-size: 3.0rem;
  }
  .p-serviceDetailVisual-title .text {
    display: inline-block;
    vertical-align: middle;
  }
  .p-serviceDetailVisual-lpg {
    background-image: url(../images/img_service_visual_lpg_sp.jpg);
  }
  .p-serviceDetailVisual-tkg {
    background-image: url(../images/img_service_visual_tkg_sp.jpg);
  }
  .p-serviceDetailVisual-aqa {
    background-image: url(../images/img_service_visual_aqa_sp.jpg);
  }
  .p-serviceDetailVisual-ctv {
    background-image: url(../images/img_service_visual_ctv_sp.jpg);
  }
  .p-serviceDetailVisual-isp {
    background-image: url(../images/img_service_visual_isp_sp.jpg);
  }
  .p-serviceDetailVisual-sec {
    background-image: url(../images/img_service_visual_sec_sp.jpg);
  }
  .p-serviceDetailVisual-elc {
    background-image: url(../images/img_service_visual_elc_sp.jpg);
  }
  .p-serviceDetailVisual-lbm {
    background-image: url(../images/img_service_visual_lbm_sp.jpg);
  }
  .p-serviceDetailVisual-wil {
    background-image: url(../images/img_service_visual_wil_sp.jpg);
  }
  .p-serviceDetailVisual-etc {
    background-image: url(../images/img_service_visual_etc_sp.jpg);
  }
}

/* container - layout
--------------------------------------------------------- */
.l-container {
  position: relative;
}

/* footer - layout
--------------------------------------------------------- */
.l-footer {
  text-align: center;
  padding: 0px 0 50px;
  border-top: 1px solid #ccc;
  margin-top: 60px;
  line-height: 1;
}

.l-footer .footerMenuList {
  font-size: 0;
  text-align: center;
  margin-bottom: 30px;
}

.l-footer .footerMenuList li {
  display: inline-block;
  margin: 30px 20px 0;
  font-size: 1.3rem;
}

.l-footer .footerMenuList li a {
  color: #10AEFF;
}

.l-footer .copyright {
  font-size: 1.2rem;
}

.l-footer_login {
  padding: 50px 0;
}

/* gnavi - layout
--------------------------------------------------------- */
.l-gnavi .gnaviList {
  letter-spacing: -.4em;
}

.l-gnavi .gnaviList > li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  margin-left: 30px;
}

.l-gnavi .gnaviList > li a, .l-gnavi .gnaviList > li button {
  color: #10AEFF;
  font-weight: bold;
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-gnavi .gnaviList > li a .iconBlank, .l-gnavi .gnaviList > li button .iconBlank {
  display: inline-block;
  width: 14px;
  height: 13px;
  vertical-align: middle;
  margin-left: 4px;
  position: relative;
  top: -1px;
}

.l-gnavi .gnaviList > li a .iconBlank img, .l-gnavi .gnaviList > li button .iconBlank img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.l-gnavi .gnaviList > li button {
  display: inline-flex;
  align-items: center;
}

.l-gnavi .gnaviList > li button::after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #10AEFF;
  border-right: 2px solid #10AEFF;
  transform: rotate(135deg);
  position: relative;
  top: -2px;
}

.l-gnavi .gnaviList > li button.isOpen::after {
  top: 2px;
  transform: rotate(-45deg);
}

.l-gnavi .gnaviList > li.small a {
  font-size: 1.2rem;
}

.l-gnavi .gnaviList > li.btn a {
  border: 1px solid #10AEFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 1.2rem;
  height: 26px;
  background: #10AEFF;
  color: #fff;
  box-shadow: 0 4px 0 0 #b7cfdc;
  transition: all .1s;
}

.l-gnavi .gnaviList > li.btn a:active {
  transform: translate(0, 4px);
  box-shadow: none;
}

.l-gnavi .gnaviList > li:first-child {
  margin-left: 0;
}

.l-gnavi .gnaviList > li.logoutItem {
  margin-left: 180px;
}

.l-gnavi .gnaviList > li.logoutItem .text {
  display: none;
}

.l-gnavi .gnaviList > li.spOnly {
  display: none;
}

.l-gnavi .gnaviList > li .pulldownContents {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 150px;
  visibility: hidden;
  transform: translate(-50%);
  background: #fff;
}

.l-gnavi .gnaviList > li .pulldownContents .subMenu {
  opacity: 0;
  height: 0;
}

.l-gnavi .gnaviList > li .pulldownContents .subMenu > li {
  border: 1px solid #10AEFF;
}

.l-gnavi .gnaviList > li .pulldownContents .subMenu > li:not(:first-child) {
  border-top: none;
}

.l-gnavi .gnaviList > li .pulldownContents .subMenu > li a {
  display: block;
  padding: 10px;
  font-size: 1.4rem;
}

.l-gnavi .gnaviList > li .pulldownContents.isOpen {
  visibility: visible;
}

.l-gnavi .gnaviList > li .pulldownContents.isOpen .subMenu {
  opacity: 1;
  height: auto;
  transition: all 0.4s ease;
}

/* sp */
@media screen and (max-width: 1080px) {
  .l-header .l-menuArea {
    position: fixed;
    left: 0;
    width: calc(100% + 40px);
    margin: 0 -20px;
    top: 54px;
    bottom: 0;
    background: #fff;
    padding: 40px 10px;
    display: none;
    overflow: auto;
    z-index: 1;
  }
  .l-header .l-gnavi .gnaviList {
    letter-spacing: normal;
  }
  .l-header .l-gnavi .gnaviList > li {
    display: block;
    margin: 20px 0;
    text-align: center;
  }
  .l-header .l-gnavi .gnaviList > li a, .l-header .l-gnavi .gnaviList > li button {
    font-size: 2rem;
    color: #10AEFF;
    font-weight: bold;
  }
  .l-header .l-gnavi .gnaviList > li:first-child {
    margin-top: 0;
  }
  .l-header .l-gnavi .gnaviList > li.btn {
    text-align: center;
  }
  .l-header .l-gnavi .gnaviList > li.btn a {
    width: 150px;
    border: 1px solid #10AEFF;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-size: 1.2rem;
    height: 32px;
    background: #10AEFF;
    color: #fff;
    box-shadow: 0 4px 0 0 #b7cfdc;
    transition: all .1s;
  }
  .l-header .l-gnavi .gnaviList > li.btn a:active {
    transform: translate(0, 4px);
    box-shadow: none;
  }
  .l-header .l-gnavi .gnaviList > li.logoutItem {
    margin: 0 auto;
    width: 192px;
  }
  .l-header .l-gnavi .gnaviList > li.logoutItem a {
    display: block;
    width: 100%;
    background: #888888;
    text-align: center;
    padding: 5px 10px;
    border-radius: 20px;
  }
  .l-header .l-gnavi .gnaviList > li.logoutItem .icon {
    display: none;
  }
  .l-header .l-gnavi .gnaviList > li.logoutItem .text {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
  }
  .l-header .l-gnavi .gnaviList > li .spOnly {
    display: block;
  }
  .l-header .l-gnavi .gnaviList > li .pulldownContents {
    position: static;
    width: auto;
    transform: translate(0);
    background: #fff;
  }
  .l-header .l-gnavi .gnaviList > li .pulldownContents .subMenu {
    background: #eee;
  }
  .l-header .l-gnavi .gnaviList > li .pulldownContents .subMenu > li {
    border: none;
  }
  .l-header .l-gnavi .gnaviList > li .pulldownContents.isOpen .subMenu {
    padding: 10px 0;
  }
}

/* header - layout
--------------------------------------------------------- */
.l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.l-headerInner {
  position: relative;
  height: 87px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 10px;
}

.l-headerInner .logo {
  width: 180px;
  position: absolute;
  left: 0;
  top: 25px;
}

.l-headerInner .logo a {
  display: block;
}

.l-headerInner .logo img[src$=".svg"] {
  width: 100%;
  height: auto;
}

.l-headerInner .menuArea {
  position: absolute;
  right: 0;
  top: 12px;
  display: flex;
  justify-content: flex-end;
}

.l-headerInner .linkList {
  display: flex;
}

.l-headerInner .linkList li {
  margin-right: 20px;
}

.l-headerInner .linkList li a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #10AEFF;
}

.l-headerInner .linkList li a .iconBlank {
  display: inline-block;
  width: 14px;
  height: 13px;
  vertical-align: middle;
  margin-left: 4px;
  position: relative;
  top: -1px;
}

.l-headerInner .linkList li a .iconBlank img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.l-headerInner .pointBox {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.l-headerInner .pointBox .point {
  display: flex;
  align-items: center;
  line-height: 1;
}

.l-headerInner .pointBox .point .held {
  border: 1px solid #10AEFF;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 26px;
  margin-right: 6px;
  box-shadow: 0 4px 0 0 #b7cfdc;
  transition: all .1s;
}

.l-headerInner .pointBox .point .held:active {
  transform: translate(0, 4px);
  box-shadow: none;
}

.l-headerInner .pointBox .point .exchange {
  border: 1px solid #10AEFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 1.2rem;
  height: 26px;
  background: #10AEFF;
  color: #fff;
  box-shadow: 0 4px 0 0 #b7cfdc;
  transition: all .1s;
}

.l-headerInner .pointBox .point .exchange:active {
  transform: translate(0, 4px);
  box-shadow: none;
}

.l-headerInner .pointBox .point .icon {
  line-height: 1;
  display: block;
  width: 15px;
  height: 15px;
}

.l-headerInner .pointBox .point .icon img[src$=".svg"] {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.l-headerInner .pointBox .point .num {
  display: block;
  margin-left: 5px;
  font-size: 1.4rem;
  line-height: 1;
}

.l-headerInner .spMenuBtn {
  display: none;
}

.l-headerInner .logoutBtn {
  margin-left: 14px;
}

.l-headerInner .logoutBtn .text {
  font-size: 0;
  line-height: 0;
}

.l-headerInner .logoutBtn .icon img {
  width: 26px;
  height: 26px;
}

.l-header.nonMember .l-headerInner {
  padding-bottom: 0;
  align-items: center;
}

/* sp */
@media screen and (max-width: 1080px) {
  .l-header .l-headerInner {
    position: relative;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: 54px;
  }
  .l-header .l-headerInner .logo {
    width: 140px;
    position: static;
  }
  .l-header .l-headerInner .logo a {
    width: 140px;
    display: block;
  }
  .l-header .l-headerInner .menuArea {
    position: static;
  }
  .l-header .l-headerInner .linkList {
    display: none;
  }
  .l-header .l-headerInner .pointBox {
    position: static;
    margin: 0;
  }
  .l-header .l-headerInner .pointBox .point {
    margin-right: 40px;
    line-height: 1;
    height: 26px;
  }
  .l-header .l-headerInner .pointBox .point .held {
    padding: 0 10px;
    height: 26px;
  }
  .l-header .l-headerInner .pointBox .point .exchange {
    height: 26px;
    padding: 0 10px;
    font-size: 1.2rem;
  }
  .l-header .l-headerInner .pointBox .point .icon {
    width: 10px;
    height: 10px;
  }
  .l-header .l-headerInner .pointBox .point .num {
    margin-left: 3px;
    font-size: 1.2rem;
  }
  .l-header .l-headerInner .spMenuBtn {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    width: 20px;
    height: 16px;
    display: block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .l-header .l-headerInner .spMenuBtn span {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background-color: #10AEFF;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
  }
  .l-header .l-headerInner .spMenuBtn::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #10AEFF;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
  }
  .l-header .l-headerInner .spMenuBtn::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #10AEFF;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .l-header .l-headerInner .spMenuBtn.isOpen span {
    opacity: 0;
  }
  .l-header .l-headerInner .spMenuBtn.isOpen::before {
    transform: translateY(7px) rotate(-45deg);
  }
  .l-header .l-headerInner .spMenuBtn.isOpen::after {
    transform: translateY(-7px) rotate(45deg);
  }
  .l-header .l-headerInner .logoutBtn {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .l-header .l-headerInner .logo {
    width: 100px;
  }
  .l-header .l-headerInner .logo a {
    width: 100px;
  }
}

/* wrap - layout
--------------------------------------------------------- */
.l-wrap {
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .l-wrap {
    padding: 0 20px;
  }
}

.l-contentsWrap {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}

.aboutPointPage .topText {
  margin: 80px 0 40px;
  line-height: 2;
}

.aboutPointPage .btnArea a {
  display: block;
  background: #FFFFFF;
  border: 1px solid #10AEFF;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  color: #10AEFF;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 15px 40px 15px 20px;
  position: relative;
}

.aboutPointPage .btnArea a::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: -6px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #10AEFF;
  border-right: 2px solid #10AEFF;
  transform: rotate(45deg);
}

.aboutPointPage .btnArea a .iconBlank {
  display: inline-block;
  width: 14px;
  height: 13px;
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
  top: -1px;
}

.aboutPointPage .btnArea a .iconBlank img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.aboutPointPage .secitonBlock {
  margin-top: 80px;
}

.aboutPointPage .secitonBlock .sectionTitle {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #10AEFF;
  margin-bottom: 30px;
}

.aboutPointPage .secitonBlock .leadText {
  line-height: 2;
  margin-bottom: 30px;
}

.aboutPointPage .secitonBlock .logoImage {
  text-align: center;
  margin-bottom: 30px;
}

.aboutPointPage .secitonBlock .cationArea {
  border-radius: 6px;
  background: #FF84A2;
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.aboutPointPage .secitonBlock .cationArea .icon {
  width: 28px;
}

.aboutPointPage .secitonBlock .cationArea .icon img {
  width: 28px;
  height: 28px;
}

.aboutPointPage .secitonBlock .cationArea .text {
  flex: 1 1;
  padding: 0 10px 0 20px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.57;
}

.aboutPointPage .bnrArea {
  width: 540px;
  margin: 80px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 600px) {
  .aboutPointPage .topText {
    margin: 60px 0 40px;
  }
  .aboutPointPage .bnrArea {
    width: 100%;
    padding: 0;
  }
}

.aboutTlcPage .topImage {
  text-align: center;
  margin: 70px 0;
}

.aboutTlcPage .text {
  line-height: 2;
}

.aboutTlcPage .text a {
  color: #10AEFF;
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .aboutTlcPage .topImage {
    text-align: center;
    margin: 40px 0;
  }
}

.addHomePage .topText {
  margin-top: 80px;
  line-height: 2;
}

.addHomePage .secitonBlock {
  margin-top: 80px;
}

.addHomePage .secitonBlock .sectionTitle {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #10AEFF;
  margin-bottom: 30px;
}

.addHomePage .secitonBlock .flowList {
  counter-reset: item;
  list-style: none;
}

.addHomePage .secitonBlock .flowList > li {
  display: flex;
  align-items: center;
}

.addHomePage .secitonBlock .flowList > li + li {
  margin-top: 20px;
}

.addHomePage .secitonBlock .flowList > li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: counter(item);
  counter-increment: item;
  width: 40px;
  height: 40px;
  font-size: 2.0rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  background: #0096E8;
}

.addHomePage .secitonBlock .flowList > li .text {
  display: block;
  padding-top: 2px;
  flex: 1 1;
  padding-left: 15px;
  font-size: 1.4rem;
  line-height: 1.57;
}

.addHomePage .secitonBlock .flowList > li .text .iconiOsBtn {
  position: relative;
  top: -4px;
  width: 19px;
  height: 25px;
  margin: 0 5px;
}

.addHomePage .secitonBlock .flowList > li .text .iconAndroidBtn {
  position: relative;
  top: -2px;
  width: 24px;
  height: 24px;
  margin: 0 5px;
}

.addHomePage .secitonBlock .ssImg {
  margin: 30px;
  text-align: center;
}

.addHomePage .secitonBlock .ssImg img {
  border: 3px solid #ccc;
}

@media screen and (max-width: 600px) {
  .addHomePage .topText {
    margin-top: 60px;
    line-height: 2;
  }
}

.agreementPage .section {
  margin-top: 60px;
}

.agreementPage .agreementContents {
  background: #F5F5F5;
  border: 1px solid #ccc;
  padding: 30px 25px;
  height: 350px;
  overflow: auto;
}

.agreementPage .agreementContents .title {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.agreementPage .agreementContents p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 30px;
}

.agreementPage .agreementContents a {
  color: #10AEFF;
  text-decoration: underline;
}

.agreementPage .agreementContents a:hover {
  text-decoration: none;
}

.agreementPage .agreementContents + .note {
  font-size: 1.3rem;
  margin-top: 10px;
}

.agreementPage .agreementContents + .agreementContents {
  margin-top: 20px;
}

.errorPage .message {
  padding: 80px 0 40px;
  text-align: center;
  font-size: 2.0rem;
  color: #10AEFF;
}

.errorPage .message.small {
  font-size: 1.6rem;
}

.errorPage .btn a, .errorPage .btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  display: block;
  margin: 0 auto;
  width: 240px;
  border-radius: 28px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  background: #10AEFF;
}

.infoDetailPage .titleArea {
  padding-top: 80px;
}

.infoDetailPage .titleArea .date {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.infoDetailPage .titleArea .title {
  font-size: 2.6rem;
  line-height: 1.5;
  color: #10AEFF;
  font-weight: bold;
}

.infoDetailPage .article {
  margin-top: 60px;
}

.infoDetailPage .article p {
  margin-top: 40px;
  line-height: 2;
}

.infoDetailPage .toTopBtn {
  margin-top: 40px;
}

.infoDetailPage .toTopBtn a {
  display: block;
  margin: 0 auto;
  width: 240px;
  border-radius: 28px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  background: #10AEFF;
}

.infoDetailPage .style210929Page .beforeAfterArea {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.infoDetailPage .style210929Page .beforeAfterArea .item {
  margin: 0 15px;
  width: 350px;
}

.infoDetailPage .style210929Page .beforeAfterArea .item .wrapBox {
  background: #f6f6f6;
  padding: 20px;
}

.infoDetailPage .style210929Page .beforeAfterArea .item p {
  margin-top: 0;
}

.infoDetailPage .style210929Page .beforeAfterArea .item .title {
  text-align: center;
  font-weight: 700;
}

.infoDetailPage .style210929Page .beforeAfterArea .item .boxTitle {
  text-align: center;
  margin-top: 20px;
}

.infoDetailPage .style210929Page .beforeAfterArea .item .image img {
  display: block;
  margin: 0 auto;
}

.infoDetailPage .style210929Page .beforeAfterArea .item .image.sp {
  width: 80%;
  margin: 0 auto;
}

.infoDetailPage .style210929Page .beforeAfterArea .item .note {
  font-size: 1.2rem;
  margin-top: 5px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .infoDetailPage .titleArea {
    padding-top: 30px;
  }
  .infoDetailPage .titleArea .date {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .infoDetailPage .titleArea .title {
    font-size: 2.0rem;
    line-height: 1.5;
    color: #10AEFF;
    font-weight: bold;
  }
  .infoDetailPage .article {
    margin-top: 40px;
  }
  .infoDetailPage .article p {
    margin-top: 30px;
    line-height: 2;
  }
  .infoDetailPage .style210929Page .beforeAfterArea {
    display: block;
    margin-top: 40px;
  }
  .infoDetailPage .style210929Page .beforeAfterArea .item {
    margin: 0;
    width: auto;
  }
  .infoDetailPage .style210929Page .beforeAfterArea .item + .item {
    margin-top: 30px;
  }
  .infoDetailPage .style210929Page .beforeAfterArea .item p {
    margin-top: 0;
  }
  .infoDetailPage .style210929Page .beforeAfterArea .item .boxTitle {
    text-align: center;
    margin-top: 20px;
  }
}

.inquiryPage .contactList {
  margin-top: 60px;
}

.inquiryPage .contactList .contactBox {
  border: 1px solid #10AEFF;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.inquiryPage .contactList .contactBox + .contactBox {
  margin-top: 20px;
}

.inquiryPage .contactList .contactBox .boxTitle {
  background: #fff;
  padding: 15px 62px 15px 22px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #10AEFF;
  cursor: pointer;
  position: relative;
}

.inquiryPage .contactList .contactBox .boxTitle::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #10AEFF;
  border-right: 2px solid #10AEFF;
  margin-top: -10px;
  transform: rotate(135deg);
}

.inquiryPage .contactList .contactBox .boxTitle.isOpen::after {
  margin-top: -4px;
  transform: rotate(-45deg);
}

.inquiryPage .contactList .contactBox .boxBody {
  display: none;
  background: #F5F5F5;
  padding: 20px;
  border-top: 1px solid #10AEFF;
}

.inquiryPage .contactList .contactBox .boxBody.isOpen {
  display: block;
}

.inquiryPage .contactList .contactBox .boxBody .block {
  background: #fff;
  padding: 20px;
}

.inquiryPage .contactList .contactBox .boxBody .block + .block {
  margin-top: 20px;
}

.inquiryPage .contactList .contactBox .boxBody .block .nameTitle {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #10AEFF;
  margin-bottom: 20px;
}

.inquiryPage .contactList .contactBox .boxBody .block dl > div {
  display: flex;
  flex-flow: row nowrap;
}

.inquiryPage .contactList .contactBox .boxBody .block dl > div + div {
  margin-top: 10px;
}

.inquiryPage .contactList .contactBox .boxBody .block dl > div dt {
  width: 140px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #10AEFF;
}

.inquiryPage .contactList .contactBox .boxBody .block dl > div dd {
  padding-left: 20px;
  flex: 1 1;
  font-size: 1.4rem;
  line-height: 1.4;
}

.inquiryPage .contactList .contactBox .boxBody .block dl > div dd span {
  display: inline-block;
  margin-right: 15px;
}

@media screen and (max-width: 600px) {
  .inquiryPage .contactList .contactBox .boxBody .block .nameTitle {
    font-size: 1.6rem;
  }
  .inquiryPage .contactList .contactBox .boxBody .block dl > div {
    display: block;
  }
  .inquiryPage .contactList .contactBox .boxBody .block dl > div + div {
    margin-top: 10px;
  }
  .inquiryPage .contactList .contactBox .boxBody .block dl > div dt {
    width: auto;
  }
  .inquiryPage .contactList .contactBox .boxBody .block dl > div dd {
    padding-left: 0px;
    margin-top: 5px;
  }
  .inquiryPage .contactList .contactBox .boxBody .block dl > div dd span {
    display: block;
    margin-right: 0px;
  }
}

.loginPage .infoText {
  color: #888;
  margin: 80px 0;
}

.loginPage .logoutMessage {
  background: #FF84A2;
  padding: 15px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 80px 0 60px;
}

.loginPage .loginBtn a, .loginPage .loginBtn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  display: block;
  margin: 0 auto;
  width: 240px;
  border-radius: 28px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  background: #1077FF;
}

.maintenancePage .message {
  padding: 80px 0 40px;
  text-align: center;
  font-size: 2.0rem;
  color: #10AEFF;
}

.maintenancePage .text {
  line-height: 2;
}

.maintenancePage .text a {
  color: #10AEFF;
}

.maintenancePage .l-footer {
  padding-top: 30px;
}

.pointAppPage .topText {
  margin-top: 80px;
  line-height: 2;
}

.pointAppPage .secitonBlock {
  margin-top: 60px;
}

.pointAppPage .secitonBlock .flowList {
  counter-reset: item;
  list-style: none;
}

.pointAppPage .secitonBlock .flowList > li {
  display: flex;
  align-items: center;
}

.pointAppPage .secitonBlock .flowList > li + li {
  margin-top: 20px;
}

.pointAppPage .secitonBlock .flowList > li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: counter(item);
  counter-increment: item;
  width: 40px;
  height: 40px;
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  background: #0096E8;
}

.pointAppPage .secitonBlock .flowList > li .text {
  display: block;
  padding-top: 2px;
  flex: 1 1;
  padding-left: 15px;
  font-size: 1.6rem;
  line-height: 1.57;
  font-weight: bold;
}

.pointAppPage .secitonBlock .flowList > li .text .iconiOsBtn {
  position: relative;
  top: -4px;
  width: 19px;
  height: 25px;
  margin: 0 5px;
}

.pointAppPage .secitonBlock .flowList > li .text .iconAndroidBtn {
  position: relative;
  top: -2px;
  width: 24px;
  height: 24px;
  margin: 0 5px;
}

.pointAppPage .dlArea {
  text-align: center;
}

.pointAppPage .dlBlock {
  display: inline-block;
}

.pointAppPage .dlBlock + .dlBlock {
  margin-left: 40px;
}

.pointAppPage .dlBlock .forTitle {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.pointAppPage .dlBlock .bnr {
  width: 270px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .pointAppPage .dlBlock {
    display: block;
  }
  .pointAppPage .dlBlock + .dlBlock {
    margin-left: 0px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 600px) {
  .pointAppPage .topText {
    margin-top: 60px;
    line-height: 2;
  }
}

.policyPage .topText {
  margin-top: 60px;
  line-height: 2;
}

.policyPage .topText a {
  color: #10AEFF;
  text-decoration: underline;
}

.policyPage .topText a:hover {
  text-decoration: none;
}

.policyPage .section {
  margin-top: 60px;
}

.policyPage .section p {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 15px;
}

.policyPage .section a {
  color: #10AEFF;
  text-decoration: underline;
}

.policyPage .section a:hover {
  text-decoration: none;
}

.policyPage .block {
  margin-top: 30px;
}

.policyPage .block .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.policyPage .box2 {
  display: flex;
  justify-content: space-between;
}

.policyPage .box2 .box {
  width: 47.5%;
}

.policyPage .box2 .box table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 1.4rem;
}

.policyPage .box2 .box table th, .policyPage .box2 .box table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.policyPage .box2 .box table th {
  width: 120px;
  background: #F5F5F5;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

.policyPage .box2 .box .note {
  margin-top: 10px;
}

@media only screen and (max-width: 800px) {
  .policyPage .box2 {
    display: flex;
    flex-flow: column wrap;
  }
  .policyPage .box2 .box {
    width: auto;
  }
  .policyPage .box2 .box + .box {
    margin-top: 30px;
  }
}

.serviceDetailPage .topLogoArea .logoTitle {
  text-align: center;
  margin: 30px 0 0px;
}

.serviceDetailPage .topText {
  max-width: 880px;
  font-size: 1.6rem;
  line-height: 2;
  margin: 80px auto;
  padding: 0 40px;
}

.serviceDetailPage .topLogoArea + .topText {
  margin: 0px auto 80px;
}

.serviceDetailPage .serviceListArea {
  margin-bottom: 80px;
  padding: 0 10px;
}

.serviceDetailPage .serviceListArea .title {
  text-align: center;
  font-size: 2.4rem;
  color: #10AEFF;
  font-weight: bold;
  line-height: 1;
  margin: 60px 0 40px;
}

.serviceDetailPage .serviceListArea .logoTitle {
  text-align: center;
  margin-bottom: 0px;
}

.serviceDetailPage .serviceListArea .serviceList {
  max-width: 800px;
  margin: 0 auto;
  background: #EEEEEE;
  padding: 30px 40px;
}

.serviceDetailPage .serviceListArea .serviceList > li + li {
  margin-top: 10px;
}

.serviceDetailPage .serviceListArea .serviceList > li > span {
  display: block;
  background: #FFFFFF;
  border: 1px solid #888;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 15px 20px 15px 20px;
  position: relative;
}

.serviceDetailPage .serviceListArea .serviceList > li a {
  display: block;
  background: #FFFFFF;
  border: 1px solid #10AEFF;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  color: #10AEFF;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 15px 40px 15px 20px;
  position: relative;
}

.serviceDetailPage .serviceListArea .serviceList > li a::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: -6px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #10AEFF;
  border-right: 2px solid #10AEFF;
  transform: rotate(45deg);
}

.serviceDetailPage .serviceListArea .serviceList > li a .iconBlank {
  display: inline-block;
  width: 14px;
  height: 13px;
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
  top: -1px;
}

.serviceDetailPage .serviceListArea .serviceList > li a .iconBlank img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.serviceDetailPage .recommendArea .title {
  text-align: center;
  font-size: 2.4rem;
  color: #10AEFF;
  line-height: 1;
}

.serviceDetailPage .recommendArea .title .icon {
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: 10px;
  line-height: 1;
  position: relative;
  top: 3px;
}

.serviceDetailPage .recommendArea .title .icon img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.serviceDetailPage .recommendArea .recommendList {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  max-width: 1088px;
}

.serviceDetailPage .recommendArea .recommendList > li {
  width: 30.791%;
  margin-top: 40px;
}

.serviceDetailPage .recommendArea .recommendList > li + li {
  margin-left: 3.676%;
}

.serviceDetailPage .recommendArea .recommendList > li a {
  display: block;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 10px;
  height: 100%;
}

.serviceDetailPage .recommendArea .recommendList > li.item-lpg a {
  border: 2px solid #f08307;
}

.serviceDetailPage .recommendArea .recommendList > li.item-tkg a {
  border: 2px solid #efa729;
}

.serviceDetailPage .recommendArea .recommendList > li.item-elc a {
  border: 2px solid #e25747;
}

.serviceDetailPage .recommendArea .recommendList > li.item-aqa a {
  border: 2px solid #00a0dd;
}

.serviceDetailPage .recommendArea .recommendList > li.item-isp a {
  border: 2px solid #4dad40;
}

.serviceDetailPage .recommendArea .recommendList > li.item-lbm a {
  border: 2px solid #009751;
}

.serviceDetailPage .recommendArea .recommendList > li.item-ctv a {
  border: 2px solid #eecc03;
}

.serviceDetailPage .recommendArea .recommendList > li.item-sec a {
  border: 2px solid #3071b9;
}

.serviceDetailPage .recommendArea .recommendList > li.item-wil a {
  border: 2px solid #6356a3;
}

.serviceDetailPage .recommendArea .recommendList > li.item-etc a {
  border: 2px solid #868686;
}

.serviceDetailPage .recommendArea .recommendList > li .itemWrap {
  display: flex;
  align-items: center;
}

.serviceDetailPage .recommendArea .recommendList > li .itemWrap .iconArea {
  width: 100px;
  height: 100px;
}

.serviceDetailPage .recommendArea .recommendList > li .itemWrap .iconArea .icon {
  width: 100px;
  height: 100px;
  border-radius: 4px;
}

.serviceDetailPage .recommendArea .recommendList > li .itemWrap .iconArea .icon img {
  width: 60px;
  height: 60px;
}

.serviceDetailPage .recommendArea .recommendList > li .itemWrap .textArea {
  flex: 1 1;
  padding-left: 15px;
}

.serviceDetailPage .recommendArea .recommendList > li .itemWrap .textArea .name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.25;
}

.serviceDetailPage .recommendArea .recommendList > li .itemWrap .textArea .text {
  font-size: 1.4rem;
  line-height: 1.57;
}

@media screen and (max-width: 1080px) {
  .serviceDetailPage .recommendArea .recommendList {
    flex-flow: column nowrap;
    margin-top: 20px;
  }
  .serviceDetailPage .recommendArea .recommendList > li {
    width: 100%;
    margin-top: 20px;
  }
  .serviceDetailPage .recommendArea .recommendList > li + li {
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 800px) {
  .serviceDetailPage .topLogoArea .logoTitle {
    width: 60%;
    text-align: center;
    margin: 0px auto;
  }
  .serviceDetailPage .topText {
    margin: 40px auto 40px;
  }
  .serviceDetailPage .topLogoArea + .topText {
    margin: 0px auto 40px;
  }
  .serviceDetailPage .serviceListArea .logoTitle {
    width: 60%;
    text-align: center;
    margin: 0px auto;
  }
  .serviceDetailPage .serviceListArea .serviceList {
    padding: 30px 20px;
  }
}

.serviceListPage .serviceList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1088px;
  margin: 40px auto 0;
}

.serviceListPage .serviceList::after {
  content: "";
  display: block;
  width: 30.791%;
}

.serviceListPage .serviceList > li {
  width: 30.791%;
  margin-top: 40px;
}

.serviceListPage .serviceList > li a {
  display: block;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 6px;
  height: 100%;
}

.serviceListPage .serviceList > li.item-lpg a {
  border: 2px solid #f08307;
}

.serviceListPage .serviceList > li.item-tkg a {
  border: 2px solid #efa729;
}

.serviceListPage .serviceList > li.item-elc a {
  border: 2px solid #e25747;
}

.serviceListPage .serviceList > li.item-aqa a {
  border: 2px solid #00a0dd;
}

.serviceListPage .serviceList > li.item-isp a {
  border: 2px solid #4dad40;
}

.serviceListPage .serviceList > li.item-lbm a {
  border: 2px solid #009751;
}

.serviceListPage .serviceList > li.item-ctv a {
  border: 2px solid #eecc03;
}

.serviceListPage .serviceList > li.item-sec a {
  border: 2px solid #3071b9;
}

.serviceListPage .serviceList > li.item-wil a {
  border: 2px solid #6356a3;
}

.serviceListPage .serviceList > li.item-etc a {
  border: 2px solid #868686;
}

.serviceListPage .serviceList > li .itemWrap {
  display: flex;
  align-items: flex-start;
  padding: 15px;
}

.serviceListPage .serviceList > li .itemWrap .iconArea {
  width: 80px;
  height: 80px;
}

.serviceListPage .serviceList > li .itemWrap .iconArea .icon {
  width: 80px;
  height: 80px;
}

.serviceListPage .serviceList > li .itemWrap .iconArea .icon img {
  width: 48px;
  height: 48px;
}

.serviceListPage .serviceList > li .itemWrap .textArea {
  flex: 1 1;
  padding-left: 25px;
}

.serviceListPage .serviceList > li .itemWrap .textArea .name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.25;
}

.serviceListPage .serviceList > li .itemWrap .textArea .text {
  font-size: 1.4rem;
  line-height: 1.57;
}

@media screen and (max-width: 1080px) {
  .serviceListPage .serviceList::after {
    width: 48%;
  }
  .serviceListPage .serviceList > li {
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  .serviceListPage .serviceList {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 1088px;
    margin: 60px auto 0;
  }
  .serviceListPage .serviceList::after {
    display: none;
  }
  .serviceListPage .serviceList > li {
    width: 100%;
    margin-top: 20px;
  }
  .serviceListPage .serviceList > li a {
    display: block;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 6px;
    height: auto;
  }
}

.topPage .c-bottomFloating + .l-footer {
  margin-top: 0;
}

.topPage .topInfoArea {
  max-width: 1210px;
  padding: 0 20px;
  margin: 30px auto 0;
}

.topPage .topInfoArea a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  background: #FF84A2;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
}

.topPage .topInfoArea a .iconAttention {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  position: relative;
  top: -1px;
}

.topPage .topInfoArea a .iconLink {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-left: 3px;
}

.topPage .topInfoArea a .iconLink::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.topPage .topNewsArea {
  max-width: 1210px;
  padding: 0 20px;
  margin: 30px auto 0;
}

.topPage .topNewsArea a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  background: #927E6A;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
}

.topPage .topNewsArea a .iconLink {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-left: 3px;
}

.topPage .topNewsArea a .iconLink::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.topPage .userInfoArea {
  max-width: 1210px;
  padding: 0 20px;
  margin: 30px auto 0;
}

.topPage .userInfoArea .inner {
  border-radius: 4px 4px 0 0;
  background: #0F8DFF;
  text-align: center;
  color: #fff;
  padding: 14px;
}

.topPage .userInfoArea .name {
  font-size: 1.6rem;
  font-weight: bold;
}

.topPage .userInfoArea .honorific {
  font-size: 1.3rem;
  margin-left: 8px;
}

.topPage .statementArea {
  max-width: 1210px;
  margin: 0 auto 0;
  padding: 0 20px;
}

.topPage .statementArea .wrapper {
  padding: 40px 40px 40px;
  background: #10AEFF;
  border-radius: 0 0 4px 4px;
}

.topPage .statementArea .date {
  color: #10AEFF;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  width: 100%;
  top: 8px;
  left: 0;
}

.topPage .statementArea .date .month {
  margin: 0 10px;
  font-weight: 700;
  font-size: 5.4rem;
  position: relative;
  line-height: 1;
  top: 2px;
}

.topPage .statementArea .date .iconCalendar {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.topPage .statementArea .nonDataTxt {
  font-weight: bold;
  padding: 20px 0 10px;
  text-align: center;
}

.topPage .statementArea .paymentArea {
  background: #fff;
  border-radius: 6px;
  padding: 100px 20px 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.topPage .statementArea .paymentArea::after {
  content: "";
  position: absolute;
  left: 0;
  top: 76px;
  display: block;
  width: 100%;
  height: 1px;
  background: #E0E0E0;
}

.topPage .statementArea .paymentArea.nonData {
  padding: 100px 20px 30px;
  justify-content: center;
}

.topPage .statementArea .paymentArea.nonData .payment {
  text-align: center;
}

.topPage .statementArea .paymentArea.nonData p {
  text-align: center;
  font-weight: bold;
}

.topPage .statementArea .paymentArea.nonData .lpLoginArea {
  position: static;
  display: inline-block;
  margin-top: 20px;
}

.topPage .statementArea .paymentArea .payment {
  flex: 1 1;
}

.topPage .statementArea .paymentArea .payment .paymentDef {
  display: flex;
  justify-content: center;
  align-items: center;
}

.topPage .statementArea .paymentArea .payment .paymentDef > dt {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-right: 20px;
}

.topPage .statementArea .paymentArea .payment .paymentDef > dd {
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
}

.topPage .statementArea .paymentArea .payment .paymentDef > dd .num {
  font-size: 4.6rem;
  font-weight: 700;
  margin-right: 5px;
}

.topPage .statementArea .paymentArea .payment .linkArea {
  text-align: center;
}

.topPage .statementArea .paymentArea .payment .linkArea a {
  font-size: 1.4rem;
  position: relative;
  padding-right: 10px;
  color: #10AEFF;
  font-weight: bold;
}

.topPage .statementArea .paymentArea .payment .linkArea a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #10AEFF;
  border-right: 1px solid #10AEFF;
  transform: rotate(45deg);
}

.topPage .statementArea .paymentArea .detailList {
  width: 46%;
}

.topPage .statementArea .paymentArea .detailList .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #EBF2F5;
  padding: 7px 20px;
  border-radius: 4px;
}

.topPage .statementArea .paymentArea .detailList .item + .item {
  margin-top: 10px;
}

.topPage .statementArea .paymentArea .detailList .item > dt {
  font-weight: bold;
  position: relative;
  padding: 0 10px 0 36px;
  line-height: 1.2;
  flex: 1 1;
}

.topPage .statementArea .paymentArea .detailList .item > dt .icon {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  left: 0;
  margin-top: -13px;
}

.topPage .statementArea .paymentArea .detailList .item > dt .icon img {
  width: 20px;
  height: 20px;
}

.topPage .statementArea .paymentArea .detailList .item > dd {
  width: 168px;
  text-align: right;
  font-weight: bold;
}

.topPage .statementArea .paymentArea .detailList .item > dd .num {
  font-size: 3.2rem;
  font-weight: 700;
  margin-right: 5px;
}

.topPage .statementArea .paymentArea .detailList .item > dd .mypageLink {
  margin-bottom: 3px;
}

.topPage .statementArea .paymentArea .detailList .item > dd .mypageLink > a {
  display: inline-block;
  padding: 5px 16px 5px 8px;
  background: #FF5AAD;
  border-radius: 15px;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
}

.topPage .statementArea .paymentArea .detailList .item > dd .mypageLink > a::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.topPage .statementArea .paymentArea .noteArea {
  position: absolute;
  bottom: 90px;
  right: 20px;
}

.topPage .statementArea .paymentArea .noteArea a {
  display: inline-block;
  font-size: 1.2rem;
  color: #10AEFF;
}

.topPage .statementArea .paymentArea .noteArea a + a {
  margin-left: 10px;
}

.topPage .statementArea .paymentArea .noteArea a .icon {
  position: relative;
  top: -1px;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.topPage .statementArea .paymentArea .lpLoginArea {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 4px;
}

.topPage .statementArea .paymentArea .lpLoginArea a {
  color: #10AEFF;
  text-decoration: underline;
}

.topPage .statementArea .paymentArea .noteText {
  position: absolute;
  right: 0;
  bottom: -25px;
  text-align: right;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal !important;
}

.topPage .statementArea .paymentArea .noteText br {
  display: none;
}

.topPage .statementArea .pointArea {
  background: #fff;
  border-radius: 6px;
  margin-top: 55px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.topPage .statementArea .pointArea .possession {
  flex: 1 1;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 0 10px 20px;
}

.topPage .statementArea .pointArea .possession > dt {
  flex: 1 1;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  align-self: center;
}

.topPage .statementArea .pointArea .possession > dt .icon {
  margin-right: 10px;
}

.topPage .statementArea .pointArea .possession > dt .icon img {
  width: 24px;
  height: 24px;
}

.topPage .statementArea .pointArea .possession > dd {
  width: 220px;
  text-align: right;
  font-weight: bold;
}

.topPage .statementArea .pointArea .possession > dd .num {
  font-size: 3.2rem;
  font-weight: 700;
}

.topPage .statementArea .pointArea .linkArea {
  width: 148px;
  text-align: center;
}

.topPage .statementArea .pointArea .linkArea a {
  font-size: 1.4rem;
  position: relative;
  padding-right: 10px;
  color: #10AEFF;
  font-weight: bold;
}

.topPage .statementArea .pointArea .linkArea a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #10AEFF;
  border-right: 1px solid #10AEFF;
  transform: rotate(45deg);
}

.topPage .statementArea .pointArea .getUse {
  width: 46%;
}

.topPage .statementArea .pointArea .getUse > dl {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.topPage .statementArea .pointArea .getUse > dl .item {
  display: table-cell;
  border-left: 1px solid #E0E0E0;
  padding: 12px 0;
}

.topPage .statementArea .pointArea .getUse > dl .item > dt {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}

.topPage .statementArea .pointArea .getUse > dl .item > dd {
  font-weight: bold;
  text-align: center;
}

.topPage .statementArea .pointArea .getUse > dl .item > dd > a {
  color: inherit;
}

.topPage .statementArea .pointArea .getUse > dl .item > dd .icon img {
  width: 10px;
  height: 12px;
}

.topPage .statementArea .pointArea .getUse > dl .item > dd .num {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 6px;
  position: relative;
  top: 3px;
  line-height: 1;
}

.topPage .statementArea .pointArea .getUse > dl .item.getItem > dd {
  color: #1399FF;
}

.topPage .statementArea .pointArea .getUse > dl .item.useItem > dd {
  color: #FF5B5B;
}

.topPage .statementArea .pointArea .noteText {
  position: absolute;
  right: 0;
  bottom: -25px;
  text-align: right;
  font-size: 1.2rem;
  color: #fff;
}

.topPage .pointContentsArea {
  padding: 60px 0 0;
}

.topPage .pointContentsArea .bnrList {
  width: 570px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.topPage .pointContentsArea .slick-arrow {
  position: absolute;
  top: 70px;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}

.topPage .pointContentsArea .slick-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #10AEFF;
}

.topPage .pointContentsArea .slick-arrow.slick-prev {
  left: -60px;
}

.topPage .pointContentsArea .slick-arrow.slick-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 9px;
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(-135deg);
}

.topPage .pointContentsArea .slick-arrow.slick-next {
  right: -60px;
}

.topPage .pointContentsArea .slick-arrow.slick-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 9px;
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
}

.topPage .pointContentsArea .slick-dots {
  text-align: center;
  letter-spacing: -.4em;
}

.topPage .pointContentsArea .slick-dots li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 5px;
}

.topPage .pointContentsArea .slick-dots li button {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #aaa;
  font-size: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.topPage .pointContentsArea .slick-dots li.slick-active button {
  background: #10AEFF;
}

.topPage .pointContentsArea .bnr {
  width: 570px !important;
  margin: 0 auto;
}

.topPage .pointContentsArea .btn {
  margin-top: 30px;
}

.topPage .pointContentsArea .btn a {
  display: block;
  margin: 0 auto;
  width: 240px;
  border-radius: 28px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  background: #10AEFF;
}

.topPage .recommendArea {
  padding: 80px 0 0;
}

.topPage .recommendArea .title {
  text-align: center;
  font-size: 3.2rem;
  color: #10AEFF;
  line-height: 1;
}

.topPage .recommendArea .title .icon {
  display: inline-block;
  width: 24px;
  height: 22px;
  margin-right: 10px;
  line-height: 1;
  position: relative;
  top: 5px;
}

.topPage .recommendArea .title .icon img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.topPage .recommendArea .recommendList {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 60px auto 0;
  max-width: 1088px;
}

.topPage .recommendArea .recommendList > li {
  width: 48.713%;
}

.topPage .recommendArea .recommendList > li + li {
  margin-left: 28px;
}

.topPage .recommendArea .recommendList > li a {
  display: block;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 20px;
  height: 100%;
}

.topPage .recommendArea .recommendList > li.item-lpg a {
  border: 2px solid #f08307;
}

.topPage .recommendArea .recommendList > li.item-tkg a {
  border: 2px solid #efa729;
}

.topPage .recommendArea .recommendList > li.item-elc a {
  border: 2px solid #e25747;
}

.topPage .recommendArea .recommendList > li.item-aqa a {
  border: 2px solid #00a0dd;
}

.topPage .recommendArea .recommendList > li.item-isp a {
  border: 2px solid #4dad40;
}

.topPage .recommendArea .recommendList > li.item-lbm a {
  border: 2px solid #009751;
}

.topPage .recommendArea .recommendList > li.item-ctv a {
  border: 2px solid #eecc03;
}

.topPage .recommendArea .recommendList > li.item-sec a {
  border: 2px solid #3071b9;
}

.topPage .recommendArea .recommendList > li.item-wil a {
  border: 2px solid #6356a3;
}

.topPage .recommendArea .recommendList > li.item-etc a {
  border: 2px solid #868686;
}

.topPage .recommendArea .recommendList > li .itemWrap {
  display: flex;
  align-items: center;
  height: 100%;
}

.topPage .recommendArea .recommendList > li .itemWrap .iconArea {
  width: 150px;
  height: 150px;
}

.topPage .recommendArea .recommendList > li .itemWrap .iconArea .icon {
  width: 150px;
  height: 150px;
  border-radius: 6px;
}

.topPage .recommendArea .recommendList > li .itemWrap .iconArea .icon img {
  width: 90px;
  height: 90px;
}

.topPage .recommendArea .recommendList > li .itemWrap .textArea {
  flex: 1 1;
  padding-left: 30px;
}

.topPage .recommendArea .recommendList > li .itemWrap .textArea .name {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}

.topPage .recommendArea .recommendList > li .itemWrap .textArea .text {
  font-size: 1.8rem;
  line-height: 1.4;
}

.topPage .serviceListArea .serviceList {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1088px;
  margin: 0 auto;
}

.topPage .serviceListArea .serviceList > li {
  width: 25%;
  margin-top: 60px;
}

.topPage .serviceListArea .serviceList > li a {
  display: block;
  text-align: center;
}

.topPage .serviceListArea .serviceList > li .icon {
  width: 135px;
  height: 135px;
  margin: 0 auto 10px;
}

.topPage .serviceListArea .serviceList > li .icon img {
  width: 64px;
  height: 64px;
}

.topPage .serviceListArea .serviceList > li .name {
  font-size: 1.8rem;
  line-height: 1.16;
  font-weight: bold;
  text-align: center;
}

.topPage .serviceListArea .linkList {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.topPage .serviceListArea .linkList > li {
  width: 240px;
  margin: 0 20px;
}

.topPage .serviceListArea .linkList > li a {
  display: block;
  border-radius: 28px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
}

.topPage .serviceListArea .linkList > li a .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.topPage .serviceListArea .linkList > li a .icon img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.topPage .serviceListArea .linkList > li.all a {
  background: #10AEFF;
}

.topPage .serviceListArea .linkList > li.all a .icon {
  width: 18px;
  height: 24px;
}

.topPage .serviceListArea .linkList > li.confirm a {
  background: #1077FF;
}

.topPage .serviceListArea .linkList > li.confirm a .icon {
  width: 24px;
  height: 20px;
}

.topPage .tlcInfoArea {
  margin-top: 80px;
}

.topPage .tlcInfoArea .title {
  text-align: center;
  font-size: 3.2rem;
  color: #10AEFF;
  line-height: 1;
}

.topPage .tlcInfoArea ul {
  margin-top: 36px;
}

.topPage .tlcInfoArea ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.topPage .tlcInfoArea ul li:first-child {
  border-top: 1px solid #ddd;
}

.topPage .tlcInfoArea ul li .date {
  width: 200px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 20px;
  color: #333;
}

.topPage .tlcInfoArea ul li .info {
  flex: 1 1;
  text-align: left;
  padding: 30px 50px 30px 0;
}

.topPage .tlcInfoArea ul li .info a {
  font-size: 1.6rem;
  line-height: 20px;
  color: #333;
  text-decoration: underline;
}

.topPage .tlcInfoArea ul li .info a:hover {
  text-decoration: none;
}

.topPage .tlcInfoArea ul li .info a .newIcon {
  margin-left: 8px;
  display: inline-block;
  background: #10AEFF;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 3px 5px 4px;
}

.topPage .tlcInfoArea .btnArea {
  margin-top: 44px;
  text-align: center;
}

.topPage .tlcInfoArea .btnArea a {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  color: #10AEFF;
  font-weight: bold;
  text-align: center;
  padding-right: 12px;
}

.topPage .tlcInfoArea .btnArea a::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #10AEFF;
  border-right: 1px solid #10AEFF;
  transform: rotate(45deg);
}

@media screen and (max-width: 1200px) {
  .topPage .statementArea .paymentArea {
    margin-bottom: 55px;
  }
  .topPage .statementArea .paymentArea .payment {
    padding-right: 30px;
  }
  .topPage .statementArea .pointArea {
    margin-bottom: 55px;
  }
  .topPage .statementArea .pointArea .possession {
    padding-right: 30px;
  }
  .topPage .statementArea .pointArea .linkArea {
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 100%;
    text-align: right;
  }
  .topPage .statementArea .pointArea .linkArea a {
    color: #fff;
  }
  .topPage .statementArea .pointArea .linkArea a::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 1080px) {
  .topPage .topInfoArea {
    padding: 0px;
    margin: 0px;
  }
  .topPage .topInfoArea a {
    border-radius: 0px;
  }
  .topPage .topNewsArea {
    padding: 0px;
    margin: 0px;
  }
  .topPage .topNewsArea a {
    border-radius: 0px;
  }
  .topPage .userInfoArea {
    margin: 0;
    padding: 0;
  }
  .topPage .userInfoArea .inner {
    border-radius: 0;
  }
  .topPage .userInfoArea .name {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .topPage .userInfoArea .honorific {
    font-size: 1.3rem;
    margin-left: 8px;
  }
  .topPage .statementArea {
    margin: 0;
    padding: 0;
  }
  .topPage .statementArea .wrapper {
    padding: 20px 20px 20px;
    border-radius: 0;
  }
  .topPage .statementArea .paymentArea {
    flex-flow: column nowrap;
    padding: 80px 20px 20px;
    margin-bottom: 74px;
  }
  .topPage .statementArea .paymentArea .payment {
    padding: 0;
  }
  .topPage .statementArea .paymentArea .detailList {
    width: 100%;
    margin-top: 10px;
  }
  .topPage .statementArea .paymentArea .noteArea {
    margin-top: 10px;
    position: static;
    text-align: center;
  }
  .topPage .statementArea .paymentArea .noteArea a {
    display: block;
    font-size: 1.2rem;
    color: #10AEFF;
  }
  .topPage .statementArea .paymentArea .noteArea a + a {
    margin: 10px 0 0;
  }
  .topPage .statementArea .paymentArea .noteArea a .icon {
    position: relative;
    top: -1px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  .topPage .statementArea .paymentArea .lpLoginArea {
    position: static;
    margin-top: 10px;
  }
  .topPage .statementArea .paymentArea .noteText {
    position: absolute;
    right: 0;
    bottom: -45px;
    font-size: 1.2rem;
    color: #fff;
    width: 100%;
    text-align: center;
  }
  .topPage .statementArea .paymentArea .noteText br {
    display: block;
  }
  .topPage .statementArea .pointArea {
    flex-flow: column nowrap;
  }
  .topPage .statementArea .pointArea .possession {
    align-items: center;
    padding: 20px 0;
    flex: auto;
  }
  .topPage .statementArea .pointArea .possession > dt {
    padding-right: 20px;
    flex: auto;
  }
  .topPage .statementArea .pointArea .possession > dt .icon {
    margin-right: 10px;
  }
  .topPage .statementArea .pointArea .possession > dt .icon img {
    width: 24px;
    height: 24px;
  }
  .topPage .statementArea .pointArea .possession > dd {
    width: auto;
  }
  .topPage .statementArea .pointArea .linkArea {
    text-align: center;
  }
  .topPage .statementArea .pointArea .getUse {
    width: 100%;
  }
  .topPage .statementArea .pointArea .getUse > dl {
    border-top: 1px solid #E0E0E0;
  }
  .topPage .statementArea .pointArea .getUse > dl .item {
    border-left: none;
    padding: 12px 0;
  }
  .topPage .statementArea .pointArea .getUse > dl .item + .item {
    border-left: 1px solid #E0E0E0;
  }
  .topPage .statementArea .pointArea .noteText {
    width: 100%;
    text-align: center;
  }
  .topPage .recommendArea .title {
    text-align: center;
    font-size: 3.2rem;
    color: #10AEFF;
    line-height: 1;
  }
  .topPage .recommendArea .title .icon {
    display: inline-block;
    width: 24px;
    height: 22px;
    margin-right: 10px;
    line-height: 1;
    position: relative;
    top: 5px;
  }
  .topPage .recommendArea .title .icon img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: top;
  }
  .topPage .recommendArea .recommendList {
    margin-top: 40px;
  }
  .topPage .recommendArea .recommendList > li a {
    padding: 10px;
  }
  .topPage .recommendArea .recommendList > li .itemWrap .iconArea {
    width: 100px;
    height: 100px;
  }
  .topPage .recommendArea .recommendList > li .itemWrap .iconArea .icon {
    width: 100px;
    height: 100px;
  }
  .topPage .recommendArea .recommendList > li .itemWrap .iconArea .icon img {
    width: 60px;
    height: 60px;
  }
  .topPage .recommendArea .recommendList > li .itemWrap .textArea {
    padding-left: 15px;
  }
  .topPage .recommendArea .recommendList > li .itemWrap .textArea .name {
    font-size: 1.6rem;
  }
  .topPage .recommendArea .recommendList > li .itemWrap .textArea .text {
    font-size: 1.4rem;
  }
  .topPage .serviceListArea .serviceList > li {
    margin-top: 40px;
    width: 30%;
  }
  .topPage .serviceListArea .serviceList > li a {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 800px) {
  .topPage .pointContentsArea {
    padding: 40px 0 0;
  }
  .topPage .pointContentsArea .bnrList {
    width: calc(100% - 120px);
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .topPage .pointContentsArea .bnrList .bnr {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  .topPage .pointContentsArea .bnrList .bnr img {
    width: 100%;
  }
  .topPage .pointContentsArea .slick-arrow {
    position: absolute;
    top: 38%;
  }
  .topPage .pointContentsArea .slick-arrow.slick-prev {
    left: -50px;
  }
  .topPage .pointContentsArea .slick-arrow.slick-next {
    right: -50px;
  }
  .topPage .recommendArea .title {
    font-size: 2.4rem;
  }
  .topPage .recommendArea .title .icon {
    width: 20px;
    height: 18px;
    margin-right: 8px;
  }
  .topPage .recommendArea .recommendList {
    flex-flow: column nowrap;
  }
  .topPage .recommendArea .recommendList > li {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .topPage .recommendArea .recommendList > li + li {
    margin-left: 0;
  }
  .topPage .recommendArea .recommendList > li a {
    width: 100%;
  }
  .topPage .recommendArea .recommendList > li:first-child {
    margin: 0;
  }
  .topPage .tlcInfoArea {
    margin-top: 80px;
  }
  .topPage .tlcInfoArea .title {
    font-size: 2.4rem;
  }
  .topPage .tlcInfoArea ul {
    margin-top: 20px;
  }
  .topPage .tlcInfoArea ul li {
    display: block;
    padding: 20px;
  }
  .topPage .tlcInfoArea ul li .date {
    width: auto;
    text-align: left;
  }
  .topPage .tlcInfoArea ul li .info {
    padding: 0;
  }
  .topPage .tlcInfoArea .btnArea {
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .topPage .statementArea .wrapper {
    padding: 20px 20px 20px;
  }
  .topPage .statementArea .date {
    font-size: 2rem;
  }
  .topPage .statementArea .date .month {
    font-size: 3.6rem;
  }
  .topPage .statementArea .date .iconCalendar {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .topPage .statementArea .paymentArea {
    margin-top: 0px;
    margin-bottom: 68px;
    padding-top: 70px;
  }
  .topPage .statementArea .paymentArea.nonData {
    padding: 85px 20px 30px;
  }
  .topPage .statementArea .paymentArea::after {
    top: 58px;
  }
  .topPage .statementArea .paymentArea .payment .paymentDef {
    flex-flow: column nowrap;
  }
  .topPage .statementArea .paymentArea .payment .paymentDef > dt {
    font-size: 1.6rem;
    padding: 0;
  }
  .topPage .statementArea .paymentArea .payment .paymentDef > dd {
    text-align: center;
    font-size: 1.6rem;
  }
  .topPage .statementArea .paymentArea .payment .paymentDef > dd .num {
    font-size: 3.2rem;
    line-height: 1;
  }
  .topPage .statementArea .paymentArea .detailList {
    margin-top: 0;
  }
  .topPage .statementArea .paymentArea .detailList .item {
    padding: 7px 10px;
    margin-top: 10px;
  }
  .topPage .statementArea .paymentArea .detailList .item > dt {
    font-size: 1.4rem;
  }
  .topPage .statementArea .paymentArea .detailList .item > dd {
    width: 132px;
    font-size: 1.6rem;
  }
  .topPage .statementArea .paymentArea .detailList .item > dd .num {
    font-size: 2.4rem;
  }
  .topPage .statementArea .paymentArea .noteText {
    bottom: -39px;
    font-size: 1.0rem;
  }
  .topPage .statementArea .pointArea {
    margin-top: 20px;
  }
  .topPage .statementArea .pointArea .possession {
    flex-flow: column nowrap;
    padding: 20px 0 15px;
  }
  .topPage .statementArea .pointArea .possession > dt {
    font-size: 1.6rem;
    padding: 0;
    align-self: center;
  }
  .topPage .statementArea .pointArea .possession > dt .icon {
    margin-right: 6px;
  }
  .topPage .statementArea .pointArea .possession > dt .icon img {
    width: 16px;
    height: 16px;
  }
  .topPage .statementArea .pointArea .possession > dd .num {
    font-size: 3.2rem;
    line-height: 1;
  }
  .topPage .statementArea .pointArea .noteText {
    font-size: 1.0rem;
  }
  .topPage .pointContentsArea {
    padding: 40px 0 0;
  }
  .topPage .pointContentsArea .bnrList {
    width: calc(100% - 40px);
  }
  .topPage .serviceListArea .serviceList > li {
    margin-top: 20px;
  }
  .topPage .serviceListArea .serviceList > li a {
    display: block;
    text-align: center;
  }
  .topPage .serviceListArea .serviceList > li .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 5px;
  }
  .topPage .serviceListArea .serviceList > li .icon img {
    width: 40px;
    height: 40px;
  }
  .topPage .serviceListArea .serviceList > li .name {
    font-size: 1.2rem;
    line-height: 1.16;
    font-weight: bold;
    text-align: center;
  }
  .topPage .serviceListArea .linkList {
    flex-flow: column nowrap;
    align-items: center;
  }
  .topPage .serviceListArea .linkList > li {
    margin: 0 20px;
  }
  .topPage .serviceListArea .linkList > li + li {
    margin-top: 20px;
  }
}

@media screen and (max-width: 374px) {
  .topPage .serviceListArea .serviceList > li {
    width: 50%;
  }
}

.usingServicePage .topText {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  margin: 80px auto 0;
  padding: 0 20px;
}

.usingServicePage .serviceListArea .serviceList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 800px;
  margin: 0 auto;
}

.usingServicePage .serviceListArea .serviceList > li {
  width: 47.5%;
  margin-top: 40px;
}

.usingServicePage .serviceListArea .serviceList > li > div {
  display: block;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  height: 100%;
}

.usingServicePage .serviceListArea .serviceList > li.item-lpg > div {
  border: 2px solid #f08307;
}

.usingServicePage .serviceListArea .serviceList > li.item-lpg .linkArea {
  border-top: 1px solid #f08307;
}

.usingServicePage .serviceListArea .serviceList > li.item-lpg .linkArea a + a {
  border-left: 1px solid #f08307;
}

.usingServicePage .serviceListArea .serviceList > li.item-tkg > div {
  border: 2px solid #efa729;
}

.usingServicePage .serviceListArea .serviceList > li.item-tkg .linkArea {
  border-top: 1px solid #efa729;
}

.usingServicePage .serviceListArea .serviceList > li.item-tkg .linkArea a + a {
  border-left: 1px solid #efa729;
}

.usingServicePage .serviceListArea .serviceList > li.item-elc > div {
  border: 2px solid #e25747;
}

.usingServicePage .serviceListArea .serviceList > li.item-elc .linkArea {
  border-top: 1px solid #e25747;
}

.usingServicePage .serviceListArea .serviceList > li.item-elc .linkArea a + a {
  border-left: 1px solid #e25747;
}

.usingServicePage .serviceListArea .serviceList > li.item-aqa > div {
  border: 2px solid #00a0dd;
}

.usingServicePage .serviceListArea .serviceList > li.item-aqa .linkArea {
  border-top: 1px solid #00a0dd;
}

.usingServicePage .serviceListArea .serviceList > li.item-aqa .linkArea a + a {
  border-left: 1px solid #00a0dd;
}

.usingServicePage .serviceListArea .serviceList > li.item-isp > div {
  border: 2px solid #4dad40;
}

.usingServicePage .serviceListArea .serviceList > li.item-isp .linkArea {
  border-top: 1px solid #4dad40;
}

.usingServicePage .serviceListArea .serviceList > li.item-isp .linkArea a + a {
  border-left: 1px solid #4dad40;
}

.usingServicePage .serviceListArea .serviceList > li.item-lbm > div {
  border: 2px solid #009751;
}

.usingServicePage .serviceListArea .serviceList > li.item-lbm .linkArea {
  border-top: 1px solid #009751;
}

.usingServicePage .serviceListArea .serviceList > li.item-lbm .linkArea a + a {
  border-left: 1px solid #009751;
}

.usingServicePage .serviceListArea .serviceList > li.item-ctv > div {
  border: 2px solid #eecc03;
}

.usingServicePage .serviceListArea .serviceList > li.item-ctv .linkArea {
  border-top: 1px solid #eecc03;
}

.usingServicePage .serviceListArea .serviceList > li.item-ctv .linkArea a + a {
  border-left: 1px solid #eecc03;
}

.usingServicePage .serviceListArea .serviceList > li.item-sec > div {
  border: 2px solid #3071b9;
}

.usingServicePage .serviceListArea .serviceList > li.item-sec .linkArea {
  border-top: 1px solid #3071b9;
}

.usingServicePage .serviceListArea .serviceList > li.item-sec .linkArea a + a {
  border-left: 1px solid #3071b9;
}

.usingServicePage .serviceListArea .serviceList > li.item-wil > div {
  border: 2px solid #6356a3;
}

.usingServicePage .serviceListArea .serviceList > li.item-wil .linkArea {
  border-top: 1px solid #6356a3;
}

.usingServicePage .serviceListArea .serviceList > li.item-wil .linkArea a + a {
  border-left: 1px solid #6356a3;
}

.usingServicePage .serviceListArea .serviceList > li.item-etc > div {
  border: 2px solid #868686;
}

.usingServicePage .serviceListArea .serviceList > li.item-etc .linkArea {
  border-top: 1px solid #868686;
}

.usingServicePage .serviceListArea .serviceList > li.item-etc .linkArea a + a {
  border-left: 1px solid #868686;
}

.usingServicePage .serviceListArea .serviceList > li .itemWrap {
  display: flex;
  align-items: center;
  padding: 10px;
}

.usingServicePage .serviceListArea .serviceList > li .itemWrap .iconArea {
  width: 60px;
  height: 60px;
}

.usingServicePage .serviceListArea .serviceList > li .itemWrap .iconArea .icon {
  width: 60px;
  height: 60px;
  border-radius: 4px;
}

.usingServicePage .serviceListArea .serviceList > li .itemWrap .iconArea .icon img {
  width: 36px;
  height: 36px;
}

.usingServicePage .serviceListArea .serviceList > li .itemWrap .textArea {
  flex: 1 1;
  padding-left: 20px;
}

.usingServicePage .serviceListArea .serviceList > li .itemWrap .textArea .name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
}

.usingServicePage .serviceListArea .serviceList > li .linkArea {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.usingServicePage .serviceListArea .serviceList > li .linkArea > a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 12px 5px;
  color: #10AEFF;
  font-size: 1.4rem;
  font-weight: bold;
}

.usingServicePage .serviceListArea .serviceList > li .linkArea > a span {
  display: inline-block;
  padding-right: 12px;
  position: relative;
}

.usingServicePage .serviceListArea .serviceList > li .linkArea > a span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #10AEFF;
  border-right: 1px solid #10AEFF;
  transform: rotate(45deg);
}

.usingServicePage .serviceListArea .serviceList > li .linkArea > a + a {
  color: #FF5AAD;
}

.usingServicePage .serviceListArea .serviceList > li .linkArea > a + a span::after {
  border-top: 1px solid #FF5AAD;
  border-right: 1px solid #FF5AAD;
}

@media only screen and (max-width: 800px) {
  .usingServicePage .serviceListArea .serviceList {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .usingServicePage .serviceListArea .serviceList > li {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .usingServicePage .topText {
    text-align: left;
    margin-top: 60px;
  }
}

/* background - utility
--------------------------------------------------------- */
/*doc
---
title: background
name: background
category: utility
---

背景色用のクラス

```html_example
<p class="u-bgc-none">背景透過</p>
<p class="u-bgc-white">白背景</p>
```
*/
/* bgcolor */
.u-bgc-none {
  background-color: transparent !important;
}

.u-bgc-white {
  background-color: #fff !important;
}

/* border - utility
--------------------------------------------------------- */
/*doc
---
title: border
name: border
category: utility
---

ボーダーカラーをベースの色に設定

```html_example
<p class="u-bc-base" style="padding: 10px; border-width: 1px; border-style: solid;">テキストテキスト</p>
```
*/
/* border-color */
.u-bc-base {
  border-color: #666;
}

/*doc
---
title: border-radius
name: border-radius
category: utility
---

角丸用のクラス
.u-br-4 - 角丸 (4px)
.u-br-8 - 角丸 (6px)
.u-br-12 - 角丸 (12px)
.u-br-16 - 角丸 (18px)

```html_example
<div class="parent" style="padding: 10px 20px; background: #ddd;">
<p class="u-br-4 u-bgc-white">テキストです</p>
<p class="u-br-8 u-bgc-white">テキストです</p>
<p class="u-br-12 u-bgc-white">テキストです</p>
<p class="u-br-16 u-bgc-white">テキストです</p>
</div>
```
*/
/* border-radius */
.u-br-4 {
  border-radius: 4px;
}

.u-br-8 {
  border-radius: 8px;
}

.u-br-12 {
  border-radius: 12px;
}

.u-br-16 {
  border-radius: 16px;
}

/*doc
---
title: border-none
name: border-none
category: utility
---

ボーダーを消す為のクラス
.u-br-0 - ボーダー無し
.u-br-t-0 - 上だけボーダー無し
.u-br-r-0 - 右だけボーダー無し
.u-br-b-0 - 下だけボーダー無し
.u-br-l-0 - 左だけボーダー無し

```html_example
<p class="u-br-0 u-bgc-white" style="padding: 10px; border: 1px solid #ccc;">テキストです</p>
<p class="u-br-t-0 u-bgc-white" style="padding: 10px; border: 1px solid #ccc;">テキストです</p>
<p class="u-br-r-0 u-bgc-white" style="padding: 10px; border: 1px solid #ccc;">テキストです</p>
<p class="u-br-b-0 u-bgc-white" style="padding: 10px; border: 1px solid #ccc;">テキストです</p>
<p class="u-br-l-0 u-bgc-white" style="padding: 10px; border: 1px solid #ccc;">テキストです</p>
```
*/
/* border-none */
.u-br-0 {
  border: 0 !important;
}

.u-br-t-0 {
  border-top: 0 !important;
}

.u-br-r-0 {
  border-right: 0 !important;
}

.u-br-b-0 {
  border-bottom: 0 !important;
}

.u-br-l-0 {
  border-left: 0 !important;
}

/* clearfix - utility
--------------------------------------------------------- */
/*doc
---
title: clearfix
name: clearfix
category: utility
---

.u-cf - float用：クリアフィックス

```html_example
<p class="u-cf">テキストテキスト</p>
<p class="u-clearfix">テキストテキスト</p>
```
*/
.u-cf::after,
.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* -------------------------------------------------------------------------------
/* utility: color
------------------------------------------------------------------------------- */
/*doc
---
title: color
name: color
category: utility
---

文字色変更用のクラス
.u-c-base - デフォルト文字色
.u-c-white - 白文字
.u-fill-base - SVG用デフォルト色

```html_example
<p class="u-c-base">テキストテキスト</p>

<p class="u-c-white">テキストテキスト</p>

<p class="u-fill-base">テキストテキスト</p>
```
*/
.u-c-base {
  color: #666;
}

.u-c-white {
  color: #fff;
}

.u-fill-base {
  fill: #666;
}

/* display - utility
--------------------------------------------------------- */
/*doc
---
title: display
name: display
category: utility
---

display変更用のクラス
.u-d-tb - テーブル
.u-d-tbc - テーブルセル
.u-d-b - ブロック
.u-d-ib - インラインブロック
.u-d-n - 非表示
.u-d-pc - PC幅時のみ表示
.u-d-sp - SP幅時のみ表示

```html_example
<p class="u-d-tb">テキストテキスト</p>
<p class="u-d-tbc">テキストテキスト</p>
<p class="u-d-b">テキストテキスト</p>
<p class="u-d-ib">テキストテキスト</p>
<p class="u-d-n">テキストテキスト</p>
<p class="u-d-pc">PC幅時のみ表示</p>
<p class="u-d-sp">SP幅時のみ表示</p>
```
*/
.u-d-tb {
  display: table !important;
}

.u-d-tbc {
  display: table-cell !important;
}

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

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

.u-d-n {
  display: none !important;
}

.u-d-pc {
  display: block;
}

.u-d-sp {
  display: none;
}

@media only screen and (max-width: 800px) {
  .u-d-pc {
    display: none;
  }
  .u-d-sp {
    display: block;
  }
}

/* float - utility
--------------------------------------------------------- */
/*doc
---
title: float
name: float
category: utility
---

回り込み用クラス
.u-fl-l - float left
.u-fl-r - float right
.u-fl-c - float 解除

```html_example
<div class="parent u-cf" style="padding: 10px 20px; background: #f8f8f8;">
<p class="u-fl-l">float left</p>
<p class="u-fl-r">float right</p>
<p class="u-fl-c">float 解除</p>
</div>
```
*/
.u-fl-l {
  float: left !important;
}

.u-fl-r {
  float: right !important;
}

.u-fl-c {
  clear: both !important;
}

/* -------------------------------------------------------------------------------
/* utility: font
------------------------------------------------------------------------------- */
/*doc
---
title: font-family
name: font-family
category: utility
---

font-family用クラス
u-ff-lato ：Lato - 400
u-ff-lato-bold ：Lato - 700
u-ff-lato-black ：Lato - 900

```html_example
<p class="u-ff-lato-bold">1234567890</p>
```
*/
/* font-family - utility
--------------------------------------------------------- */
.u-ff-lato {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.u-ff-lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.u-ff-lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

/*doc
---
title: font-weight
name: font-weight
category: utility
---

# font-weight用クラス
`u-fw-100`（100） ~ `u-fw-900`（900）

## 対応したプレフィックス

## `u-fw-xx`
全幅にて適用

## `u-lg-fw-xx`
PC幅のみに適用

## `u-md-fw-xx`
タブレット幅のみに適用

## `u-sm-fw-xx`
スマートフォン幅のみに適用

```html_example
<p class="u-fw-100">font-weight: 100</p>
<p class="u-fw-200">font-weight: 200</p>
<p class="u-fw-300">font-weight: 300</p>
<p class="u-fw-400">font-weight: 400</p>
<p class="u-fw-500">font-weight: 500</p>
<p class="u-fw-600">font-weight: 600</p>
<p class="u-fw-700">font-weight: 700</p>
<p class="u-fw-800">font-weight: 800</p>
<p class="u-fw-900">font-weight: 900</p>
```
*/
/* font-weight - utility
--------------------------------------------------------- */
.u-fw-100 {
  font-weight: 100 !important;
}

.u-fw-200 {
  font-weight: 200 !important;
}

.u-fw-300 {
  font-weight: 300 !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-800 {
  font-weight: 800 !important;
}

.u-fw-900 {
  font-weight: 900 !important;
}

@media only screen and (min-width: 992px) {
  .u-lg-fw-100 {
    font-weight: 100 !important;
  }
  .u-lg-fw-200 {
    font-weight: 200 !important;
  }
  .u-lg-fw-300 {
    font-weight: 300 !important;
  }
  .u-lg-fw-400 {
    font-weight: 400 !important;
  }
  .u-lg-fw-500 {
    font-weight: 500 !important;
  }
  .u-lg-fw-600 {
    font-weight: 600 !important;
  }
  .u-lg-fw-700 {
    font-weight: 700 !important;
  }
  .u-lg-fw-800 {
    font-weight: 800 !important;
  }
  .u-lg-fw-900 {
    font-weight: 900 !important;
  }
}

@media only screen and (max-width: 800px) {
  .u-md-fw-100 {
    font-weight: 100 !important;
  }
  .u-md-fw-200 {
    font-weight: 200 !important;
  }
  .u-md-fw-300 {
    font-weight: 300 !important;
  }
  .u-md-fw-400 {
    font-weight: 400 !important;
  }
  .u-md-fw-500 {
    font-weight: 500 !important;
  }
  .u-md-fw-600 {
    font-weight: 600 !important;
  }
  .u-md-fw-700 {
    font-weight: 700 !important;
  }
  .u-md-fw-800 {
    font-weight: 800 !important;
  }
  .u-md-fw-900 {
    font-weight: 900 !important;
  }
}

@media only screen and (max-width: 800px) {
  .u-sm-fw-100 {
    font-weight: 100 !important;
  }
  .u-sm-fw-200 {
    font-weight: 200 !important;
  }
  .u-sm-fw-300 {
    font-weight: 300 !important;
  }
  .u-sm-fw-400 {
    font-weight: 400 !important;
  }
  .u-sm-fw-500 {
    font-weight: 500 !important;
  }
  .u-sm-fw-600 {
    font-weight: 600 !important;
  }
  .u-sm-fw-700 {
    font-weight: 700 !important;
  }
  .u-sm-fw-800 {
    font-weight: 800 !important;
  }
  .u-sm-fw-900 {
    font-weight: 900 !important;
  }
}

/*doc
---
title: font-size
name: font-size
category: utility
---

# font-size用クラス
`u-fz-10`（10px） ~ `u-fz-46`（46px）

## 対応したプレフィックス

## `u-fz-xx`
全幅にて適用

## `u-lg-fz-xx`
PC幅のみに適用

## `u-md-fz-xx`
タブレット幅のみに適用

## `u-sm-fz-xx`
スマートフォン幅のみに適用

```html_example
<p class="u-fz-10">u-fz-10</p>
<p class="u-fz-12">u-fz-12</p>
<p class="u-fz-14">u-fz-14</p>
<p class="u-fz-16">u-fz-16</p>
<p class="u-fz-18">u-fz-18</p>
<p class="u-fz-20">u-fz-20</p>
<p class="u-fz-22">u-fz-22</p>
<p class="u-fz-24">u-fz-24</p>
<p class="u-fz-26">u-fz-26</p>
```
*/
/* font-size - utility
--------------------------------------------------------- */
.u-fz-10 {
  font-size: 1rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

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

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

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

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

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

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

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

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

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

.u-fz-32 {
  font-size: 3.2rem !important;
}

.u-fz-34 {
  font-size: 3.4rem !important;
}

.u-fz-36 {
  font-size: 3.6rem !important;
}

.u-fz-38 {
  font-size: 3.8rem !important;
}

.u-fz-40 {
  font-size: 4rem !important;
}

.u-fz-42 {
  font-size: 4.2rem !important;
}

.u-fz-44 {
  font-size: 4.4rem !important;
}

.u-fz-46 {
  font-size: 4.6rem !important;
}

@media only screen and (min-width: 992px) {
  .u-lg-fz-10 {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  .u-lg-fz-12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  .u-lg-fz-14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .u-lg-fz-16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .u-lg-fz-18 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .u-lg-fz-20 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
  .u-lg-fz-22 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
  .u-lg-fz-24 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
  .u-lg-fz-26 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }
  .u-lg-fz-28 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
  .u-lg-fz-30 {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
  .u-lg-fz-32 {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
  .u-lg-fz-34 {
    font-size: 34px !important;
    font-size: 3.4rem !important;
  }
  .u-lg-fz-36 {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
  .u-lg-fz-38 {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }
  .u-lg-fz-40 {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
  .u-lg-fz-42 {
    font-size: 42px !important;
    font-size: 4.2rem !important;
  }
  .u-lg-fz-44 {
    font-size: 44px !important;
    font-size: 4.4rem !important;
  }
  .u-lg-fz-46 {
    font-size: 46px !important;
    font-size: 4.6rem !important;
  }
}

@media only screen and (max-width: 800px) {
  .u-md-fz-10 {
    font-size: 1rem !important;
  }
  .u-md-fz-12 {
    font-size: 1.2rem !important;
  }
  .u-md-fz-14 {
    font-size: 1.4rem !important;
  }
  .u-md-fz-16 {
    font-size: 1.6rem !important;
  }
  .u-md-fz-18 {
    font-size: 1.8rem !important;
  }
  .u-md-fz-20 {
    font-size: 2rem !important;
  }
  .u-md-fz-22 {
    font-size: 2.2rem !important;
  }
  .u-md-fz-24 {
    font-size: 2.4rem !important;
  }
  .u-md-fz-26 {
    font-size: 2.6rem !important;
  }
  .u-md-fz-28 {
    font-size: 2.8rem !important;
  }
  .u-md-fz-30 {
    font-size: 3rem !important;
  }
  .u-md-fz-32 {
    font-size: 3.2rem !important;
  }
  .u-md-fz-34 {
    font-size: 3.4rem !important;
  }
  .u-md-fz-36 {
    font-size: 3.6rem !important;
  }
  .u-md-fz-38 {
    font-size: 3.8rem !important;
  }
  .u-md-fz-40 {
    font-size: 4rem !important;
  }
  .u-md-fz-42 {
    font-size: 4.2rem !important;
  }
  .u-md-fz-44 {
    font-size: 4.4rem !important;
  }
  .u-md-fz-46 {
    font-size: 4.6rem !important;
  }
}

@media only screen and (max-width: 800px) {
  .u-sm-fz-10 {
    font-size: 1rem !important;
  }
  .u-sm-fz-12 {
    font-size: 1.2rem !important;
  }
  .u-sm-fz-14 {
    font-size: 1.4rem !important;
  }
  .u-sm-fz-16 {
    font-size: 1.6rem !important;
  }
  .u-sm-fz-18 {
    font-size: 1.8rem !important;
  }
  .u-sm-fz-20 {
    font-size: 2rem !important;
  }
  .u-sm-fz-22 {
    font-size: 2.2rem !important;
  }
  .u-sm-fz-24 {
    font-size: 2.4rem !important;
  }
  .u-sm-fz-26 {
    font-size: 2.6rem !important;
  }
  .u-sm-fz-28 {
    font-size: 2.8rem !important;
  }
  .u-sm-fz-30 {
    font-size: 3rem !important;
  }
  .u-sm-fz-32 {
    font-size: 3.2rem !important;
  }
  .u-sm-fz-34 {
    font-size: 3.4rem !important;
  }
  .u-sm-fz-36 {
    font-size: 3.6rem !important;
  }
  .u-sm-fz-38 {
    font-size: 3.8rem !important;
  }
  .u-sm-fz-40 {
    font-size: 4rem !important;
  }
  .u-sm-fz-42 {
    font-size: 4.2rem !important;
  }
  .u-sm-fz-44 {
    font-size: 4.4rem !important;
  }
  .u-sm-fz-46 {
    font-size: 4.6rem !important;
  }
}

/* line-clamp - utility
--------------------------------------------------------- */
/*doc
---
title: line-clamp
name: line-clamp
category: utility
---

line-clamp
テキスト２行目まで表示
※IE以外

```html_example
<p class="u-lc">テキストテキストテ<br>テキストテキストテ<br>テキストテキストテ</p>
```

TODO CSS Overflow Module Level3 参照 (block-ellipsis, max-lines, line-clamp等) ※まだドラフト
*/
.u-lc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* misc - utility
--------------------------------------------------------- */
/*doc
---
title: misc:u-mx-nowrap
name: u-ws-nowrap
category: utility
---

ソース中の連続する半角スペース・タブ・改行を、1つの半角スペースとして表示

```html_example
<p class="u-ws-nowrap">テキストテ     キストテ</p>
```
*/
.u-ws-nowrap {
  white-space: nowrap;
}

/*doc
---
title: misc:u-mx-img
name: u-mx-img
category: utility
---

widthの最大サイズ１００％指定

```html_example
<p class="u-mx-img">テキストテキストテ</p>
```
*/
.u-mx-img {
  max-width: 100%;
}

/*doc
---
title: misc:u-mx-inside
name: u-tx-inside
category: utility
---

改行後はインデントされる指定

```html_example
<p class="u-tx-inside">テキストテキストテキ<br>テキストテキストテ</p>
```
*/
.u-tx-inside {
  text-indent: -1em;
  margin-left: 1em;
}

.visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* position - utility
--------------------------------------------------------- */
/*doc
---
title: position
name: position
category: utility
---

position
.u-pos-a；absolute
.u-pos-r；relative

```html_example
<div class="u-pos-r" style="height:100px; background: #ccc;">
<p class="u-pos-a" style="top: 10px; left:50px; height: 20px; width: 20px; background: red;">
</div>
```
*/
.u-pos-a {
  position: absolute !important;
}

.u-pos-r {
  position: relative !important;
}

/* box-shadow - utility
--------------------------------------------------------- */
/*doc
---
title: box-shadow：box
name: box-shadow：box
category: utility
---

box-shadow：box
ボックス用シャドウ

```html_example
<div class="u-shadow-box" style="height:50px; background: #ccc;"></div>
```
*/
.u-shadow-box {
  box-shadow: 1.414px 1.414px 10px 0 rgba(0, 0, 0, 0.1);
}

/*doc
---
title: box-shadow：btn
name: box-shadow：btn
category: utility
---

box-shadow：btn
ボタン用シャドウ

```html_example
<p class="u-shadow-btn">ボタン</p>
```
*/
.u-shadow-btn {
  box-shadow: 0.707px 0.707px 8px 0 rgba(0, 0, 0, 0.4);
}

/* margin - utility
--------------------------------------------------------- */
/*doc
---
title: spacing
name: spacing
category: utility
---


# スペーシング ユーティリティ

# margin

## 仕様
`u-mt-10`
`u-[プレフィックス2]-[プレフィックス1]-[数値]`
<br>
プレフィックス2の指定がない場合
`u-[プレフィックス1]-[数値]`

## 数値
`5~120`まで
入れた数値がピクセルにて反映されます。

## プレフィックス1

`m` : マージン
`mt` : マージントップ
`mb` : マージンボトム
`ml` : マージンレフト
`mr` : マージンライト

## プレフィックス2

## `u-m-xx`,`u-mt-xx`,`u-mb-xx`,`u-ml-xx`,`u-mr-xx`
全幅にて適用

## `u-lg-m-xx`,`u-lg-mt-xx`,`u-lg-mb-xx`,`u-lg-ml-xx`,`u-lg-mr-xx`
PC幅のみに適用

## `u-md-m-xx`,`u-md-mt-xx`,`u-md-mb-xx`,`u-md-ml-xx`,`u-md-mr-xx`
タブレット幅のみに適用

## `u-sm-m-xx`,`u-sm-mt-xx`,`u-sm-mb-xx`,`u-sm-ml-xx`,`u-sm-mr-xx`
スマートフォン幅のみに適用

<hr>

## 左右マージンauto

## `u-m-c`
全幅に適用

## `u-lg-m-c`
PC幅のみに適用

## `u-md-m-c`
タブレット幅のみに適用

## `u-sm-m-c`
スマートフォン幅のみに適用


```html_example
<p class="u-m-10">テキストテキストテ</p>
```

<hr>

## padding
## 仕様
`u-pt-10`
`u-[プレフィックス2]-[プレフィックス1]-[数値]`
<br>
プレフィックス2の指定がない場合
`u-[プレフィックス1]-[数値]`

## 数値
`5~120`まで
入れた数値がピクセルにて反映されます。

## プレフィックス1

`p` : パディング
`pt` : パディングトップ
`pb` : パディングボトム
`pl` : パディングレフト
`pr` : パディングライト

## プレフィックス2

## `u-p-xx`,`u-pt-xx`,`u-pb-xx`,`u-pl-xx`,`u-pr-xx`
全幅にて適用

## `u-lg-p-xx`,`u-lg-pt-xx`,`u-lg-pb-xx`,`u-lg-pl-xx`,`u-lg-pr-xx`
PC幅のみに適用

## `u-md-p-xx`,`u-md-pt-xx`,`u-md-pb-xx`,`u-md-pl-xx`,`u-md-pr-xx`
タブレット幅のみに適用

## `u-sm-p-xx`,`u-sm-pt-xx`,`u-sm-pb-xx`,`u-sm-pl-xx`,`u-sm-pr-xx`
スマートフォン幅のみに適用


```html_example
<p class="u-p-10">テキストテキストテ</p>
```

*/
/* margin */
.u-m-c {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media only screen and (min-width: 992px) {
  .u-lg-m-c {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media only screen and (max-width: 800px) {
  .u-md-m-c {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media only screen and (max-width: 800px) {
  .u-sm-m-c {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.u-m-0 {
  margin: 0px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-m-55 {
  margin: 55px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-m-60 {
  margin: 60px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-m-65 {
  margin: 65px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-m-70 {
  margin: 70px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-m-75 {
  margin: 75px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-m-80 {
  margin: 80px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-m-85 {
  margin: 85px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-m-90 {
  margin: 90px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-m-95 {
  margin: 95px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-m-100 {
  margin: 100px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-m-105 {
  margin: 105px !important;
}

.u-mt-105 {
  margin-top: 105px !important;
}

.u-m-110 {
  margin: 110px !important;
}

.u-mt-110 {
  margin-top: 110px !important;
}

.u-m-115 {
  margin: 115px !important;
}

.u-mt-115 {
  margin-top: 115px !important;
}

.u-m-120 {
  margin: 120px !important;
}

.u-mt-120 {
  margin-top: 120px !important;
}

.u-m-0 {
  margin: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-m-55 {
  margin: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-m-60 {
  margin: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-m-65 {
  margin: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-m-70 {
  margin: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-m-75 {
  margin: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-m-80 {
  margin: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-m-85 {
  margin: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-m-90 {
  margin: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-m-95 {
  margin: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-m-100 {
  margin: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-m-105 {
  margin: 105px !important;
}

.u-mr-105 {
  margin-right: 105px !important;
}

.u-m-110 {
  margin: 110px !important;
}

.u-mr-110 {
  margin-right: 110px !important;
}

.u-m-115 {
  margin: 115px !important;
}

.u-mr-115 {
  margin-right: 115px !important;
}

.u-m-120 {
  margin: 120px !important;
}

.u-mr-120 {
  margin-right: 120px !important;
}

.u-m-0 {
  margin: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-m-55 {
  margin: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-m-60 {
  margin: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-m-65 {
  margin: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-m-70 {
  margin: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-m-75 {
  margin: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-m-80 {
  margin: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-m-85 {
  margin: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-m-90 {
  margin: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-m-95 {
  margin: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-m-100 {
  margin: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-m-105 {
  margin: 105px !important;
}

.u-mb-105 {
  margin-bottom: 105px !important;
}

.u-m-110 {
  margin: 110px !important;
}

.u-mb-110 {
  margin-bottom: 110px !important;
}

.u-m-115 {
  margin: 115px !important;
}

.u-mb-115 {
  margin-bottom: 115px !important;
}

.u-m-120 {
  margin: 120px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-m-0 {
  margin: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-m-55 {
  margin: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-m-60 {
  margin: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-m-65 {
  margin: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-m-70 {
  margin: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-m-75 {
  margin: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-m-80 {
  margin: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-m-85 {
  margin: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-m-90 {
  margin: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-m-95 {
  margin: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-m-100 {
  margin: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-m-105 {
  margin: 105px !important;
}

.u-ml-105 {
  margin-left: 105px !important;
}

.u-m-110 {
  margin: 110px !important;
}

.u-ml-110 {
  margin-left: 110px !important;
}

.u-m-115 {
  margin: 115px !important;
}

.u-ml-115 {
  margin-left: 115px !important;
}

.u-m-120 {
  margin: 120px !important;
}

.u-ml-120 {
  margin-left: 120px !important;
}

@media only screen and (min-width: 992px) {
  .u-lg-m-0 {
    margin: 0px !important;
  }
  .u-lg-m-5 {
    margin: 5px !important;
  }
  .u-lg-m-10 {
    margin: 10px !important;
  }
  .u-lg-m-15 {
    margin: 15px !important;
  }
  .u-lg-m-20 {
    margin: 20px !important;
  }
  .u-lg-m-25 {
    margin: 25px !important;
  }
  .u-lg-m-30 {
    margin: 30px !important;
  }
  .u-lg-m-35 {
    margin: 35px !important;
  }
  .u-lg-m-40 {
    margin: 40px !important;
  }
  .u-lg-m-45 {
    margin: 45px !important;
  }
  .u-lg-m-50 {
    margin: 50px !important;
  }
  .u-lg-m-55 {
    margin: 55px !important;
  }
  .u-lg-m-60 {
    margin: 60px !important;
  }
  .u-lg-m-65 {
    margin: 65px !important;
  }
  .u-lg-m-70 {
    margin: 70px !important;
  }
  .u-lg-m-75 {
    margin: 75px !important;
  }
  .u-lg-m-80 {
    margin: 80px !important;
  }
  .u-lg-m-85 {
    margin: 85px !important;
  }
  .u-lg-m-90 {
    margin: 90px !important;
  }
  .u-lg-m-95 {
    margin: 95px !important;
  }
  .u-lg-m-100 {
    margin: 100px !important;
  }
  .u-lg-m-105 {
    margin: 105px !important;
  }
  .u-lg-m-110 {
    margin: 110px !important;
  }
  .u-lg-m-115 {
    margin: 115px !important;
  }
  .u-lg-m-120 {
    margin: 120px !important;
  }
  .u-lg-mt-0 {
    margin-top: 0px !important;
  }
  .u-lg-mt-5 {
    margin-top: 5px !important;
  }
  .u-lg-mt-10 {
    margin-top: 10px !important;
  }
  .u-lg-mt-15 {
    margin-top: 15px !important;
  }
  .u-lg-mt-20 {
    margin-top: 20px !important;
  }
  .u-lg-mt-25 {
    margin-top: 25px !important;
  }
  .u-lg-mt-30 {
    margin-top: 30px !important;
  }
  .u-lg-mt-35 {
    margin-top: 35px !important;
  }
  .u-lg-mt-40 {
    margin-top: 40px !important;
  }
  .u-lg-mt-45 {
    margin-top: 45px !important;
  }
  .u-lg-mt-50 {
    margin-top: 50px !important;
  }
  .u-lg-mt-55 {
    margin-top: 55px !important;
  }
  .u-lg-mt-60 {
    margin-top: 60px !important;
  }
  .u-lg-mt-65 {
    margin-top: 65px !important;
  }
  .u-lg-mt-70 {
    margin-top: 70px !important;
  }
  .u-lg-mt-75 {
    margin-top: 75px !important;
  }
  .u-lg-mt-80 {
    margin-top: 80px !important;
  }
  .u-lg-mt-85 {
    margin-top: 85px !important;
  }
  .u-lg-mt-90 {
    margin-top: 90px !important;
  }
  .u-lg-mt-95 {
    margin-top: 95px !important;
  }
  .u-lg-mt-100 {
    margin-top: 100px !important;
  }
  .u-lg-mt-105 {
    margin-top: 105px !important;
  }
  .u-lg-mt-110 {
    margin-top: 110px !important;
  }
  .u-lg-mt-115 {
    margin-top: 115px !important;
  }
  .u-lg-mt-120 {
    margin-top: 120px !important;
  }
  .u-lg-mr-0 {
    margin-right: 0px !important;
  }
  .u-lg-mr-5 {
    margin-right: 5px !important;
  }
  .u-lg-mr-10 {
    margin-right: 10px !important;
  }
  .u-lg-mr-15 {
    margin-right: 15px !important;
  }
  .u-lg-mr-20 {
    margin-right: 20px !important;
  }
  .u-lg-mr-25 {
    margin-right: 25px !important;
  }
  .u-lg-mr-30 {
    margin-right: 30px !important;
  }
  .u-lg-mr-35 {
    margin-right: 35px !important;
  }
  .u-lg-mr-40 {
    margin-right: 40px !important;
  }
  .u-lg-mr-45 {
    margin-right: 45px !important;
  }
  .u-lg-mr-50 {
    margin-right: 50px !important;
  }
  .u-lg-mr-55 {
    margin-right: 55px !important;
  }
  .u-lg-mr-60 {
    margin-right: 60px !important;
  }
  .u-lg-mr-65 {
    margin-right: 65px !important;
  }
  .u-lg-mr-70 {
    margin-right: 70px !important;
  }
  .u-lg-mr-75 {
    margin-right: 75px !important;
  }
  .u-lg-mr-80 {
    margin-right: 80px !important;
  }
  .u-lg-mr-85 {
    margin-right: 85px !important;
  }
  .u-lg-mr-90 {
    margin-right: 90px !important;
  }
  .u-lg-mr-95 {
    margin-right: 95px !important;
  }
  .u-lg-mr-100 {
    margin-right: 100px !important;
  }
  .u-lg-mr-105 {
    margin-right: 105px !important;
  }
  .u-lg-mr-110 {
    margin-right: 110px !important;
  }
  .u-lg-mr-115 {
    margin-right: 115px !important;
  }
  .u-lg-mr-120 {
    margin-right: 120px !important;
  }
  .u-lg-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-lg-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-lg-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-lg-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-lg-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-lg-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-lg-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-lg-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-lg-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-lg-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-lg-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-lg-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-lg-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-lg-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-lg-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-lg-mb-75 {
    margin-bottom: 75px !important;
  }
  .u-lg-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-lg-mb-85 {
    margin-bottom: 85px !important;
  }
  .u-lg-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-lg-mb-95 {
    margin-bottom: 95px !important;
  }
  .u-lg-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-lg-mb-105 {
    margin-bottom: 105px !important;
  }
  .u-lg-mb-110 {
    margin-bottom: 110px !important;
  }
  .u-lg-mb-115 {
    margin-bottom: 115px !important;
  }
  .u-lg-mb-120 {
    margin-bottom: 120px !important;
  }
  .u-lg-ml-0 {
    margin-left: 0px !important;
  }
  .u-lg-ml-5 {
    margin-left: 5px !important;
  }
  .u-lg-ml-10 {
    margin-left: 10px !important;
  }
  .u-lg-ml-15 {
    margin-left: 15px !important;
  }
  .u-lg-ml-20 {
    margin-left: 20px !important;
  }
  .u-lg-ml-25 {
    margin-left: 25px !important;
  }
  .u-lg-ml-30 {
    margin-left: 30px !important;
  }
  .u-lg-ml-35 {
    margin-left: 35px !important;
  }
  .u-lg-ml-40 {
    margin-left: 40px !important;
  }
  .u-lg-ml-45 {
    margin-left: 45px !important;
  }
  .u-lg-ml-50 {
    margin-left: 50px !important;
  }
  .u-lg-ml-55 {
    margin-left: 55px !important;
  }
  .u-lg-ml-60 {
    margin-left: 60px !important;
  }
  .u-lg-ml-65 {
    margin-left: 65px !important;
  }
  .u-lg-ml-70 {
    margin-left: 70px !important;
  }
  .u-lg-ml-75 {
    margin-left: 75px !important;
  }
  .u-lg-ml-80 {
    margin-left: 80px !important;
  }
  .u-lg-ml-85 {
    margin-left: 85px !important;
  }
  .u-lg-ml-90 {
    margin-left: 90px !important;
  }
  .u-lg-ml-95 {
    margin-left: 95px !important;
  }
  .u-lg-ml-100 {
    margin-left: 100px !important;
  }
  .u-lg-ml-105 {
    margin-left: 105px !important;
  }
  .u-lg-ml-110 {
    margin-left: 110px !important;
  }
  .u-lg-ml-115 {
    margin-left: 115px !important;
  }
  .u-lg-ml-120 {
    margin-left: 120px !important;
  }
}

@media only screen and (max-width: 800px) {
  .u-md-m-0 {
    margin: 0px !important;
  }
  .u-md-m-5 {
    margin: 5px !important;
  }
  .u-md-m-10 {
    margin: 10px !important;
  }
  .u-md-m-15 {
    margin: 15px !important;
  }
  .u-md-m-20 {
    margin: 20px !important;
  }
  .u-md-m-25 {
    margin: 25px !important;
  }
  .u-md-m-30 {
    margin: 30px !important;
  }
  .u-md-m-35 {
    margin: 35px !important;
  }
  .u-md-m-40 {
    margin: 40px !important;
  }
  .u-md-m-45 {
    margin: 45px !important;
  }
  .u-md-m-50 {
    margin: 50px !important;
  }
  .u-md-m-55 {
    margin: 55px !important;
  }
  .u-md-m-60 {
    margin: 60px !important;
  }
  .u-md-m-65 {
    margin: 65px !important;
  }
  .u-md-m-70 {
    margin: 70px !important;
  }
  .u-md-m-75 {
    margin: 75px !important;
  }
  .u-md-m-80 {
    margin: 80px !important;
  }
  .u-md-m-85 {
    margin: 85px !important;
  }
  .u-md-m-90 {
    margin: 90px !important;
  }
  .u-md-m-95 {
    margin: 95px !important;
  }
  .u-md-m-100 {
    margin: 100px !important;
  }
  .u-md-m-105 {
    margin: 105px !important;
  }
  .u-md-m-110 {
    margin: 110px !important;
  }
  .u-md-m-115 {
    margin: 115px !important;
  }
  .u-md-m-120 {
    margin: 120px !important;
  }
  .u-md-mt-0 {
    margin-top: 0px !important;
  }
  .u-md-mt-5 {
    margin-top: 5px !important;
  }
  .u-md-mt-10 {
    margin-top: 10px !important;
  }
  .u-md-mt-15 {
    margin-top: 15px !important;
  }
  .u-md-mt-20 {
    margin-top: 20px !important;
  }
  .u-md-mt-25 {
    margin-top: 25px !important;
  }
  .u-md-mt-30 {
    margin-top: 30px !important;
  }
  .u-md-mt-35 {
    margin-top: 35px !important;
  }
  .u-md-mt-40 {
    margin-top: 40px !important;
  }
  .u-md-mt-45 {
    margin-top: 45px !important;
  }
  .u-md-mt-50 {
    margin-top: 50px !important;
  }
  .u-md-mt-55 {
    margin-top: 55px !important;
  }
  .u-md-mt-60 {
    margin-top: 60px !important;
  }
  .u-md-mt-65 {
    margin-top: 65px !important;
  }
  .u-md-mt-70 {
    margin-top: 70px !important;
  }
  .u-md-mt-75 {
    margin-top: 75px !important;
  }
  .u-md-mt-80 {
    margin-top: 80px !important;
  }
  .u-md-mt-85 {
    margin-top: 85px !important;
  }
  .u-md-mt-90 {
    margin-top: 90px !important;
  }
  .u-md-mt-95 {
    margin-top: 95px !important;
  }
  .u-md-mt-100 {
    margin-top: 100px !important;
  }
  .u-md-mt-105 {
    margin-top: 105px !important;
  }
  .u-md-mt-110 {
    margin-top: 110px !important;
  }
  .u-md-mt-115 {
    margin-top: 115px !important;
  }
  .u-md-mt-120 {
    margin-top: 120px !important;
  }
  .u-md-mr-0 {
    margin-right: 0px !important;
  }
  .u-md-mr-5 {
    margin-right: 5px !important;
  }
  .u-md-mr-10 {
    margin-right: 10px !important;
  }
  .u-md-mr-15 {
    margin-right: 15px !important;
  }
  .u-md-mr-20 {
    margin-right: 20px !important;
  }
  .u-md-mr-25 {
    margin-right: 25px !important;
  }
  .u-md-mr-30 {
    margin-right: 30px !important;
  }
  .u-md-mr-35 {
    margin-right: 35px !important;
  }
  .u-md-mr-40 {
    margin-right: 40px !important;
  }
  .u-md-mr-45 {
    margin-right: 45px !important;
  }
  .u-md-mr-50 {
    margin-right: 50px !important;
  }
  .u-md-mr-55 {
    margin-right: 55px !important;
  }
  .u-md-mr-60 {
    margin-right: 60px !important;
  }
  .u-md-mr-65 {
    margin-right: 65px !important;
  }
  .u-md-mr-70 {
    margin-right: 70px !important;
  }
  .u-md-mr-75 {
    margin-right: 75px !important;
  }
  .u-md-mr-80 {
    margin-right: 80px !important;
  }
  .u-md-mr-85 {
    margin-right: 85px !important;
  }
  .u-md-mr-90 {
    margin-right: 90px !important;
  }
  .u-md-mr-95 {
    margin-right: 95px !important;
  }
  .u-md-mr-100 {
    margin-right: 100px !important;
  }
  .u-md-mr-105 {
    margin-right: 105px !important;
  }
  .u-md-mr-110 {
    margin-right: 110px !important;
  }
  .u-md-mr-115 {
    margin-right: 115px !important;
  }
  .u-md-mr-120 {
    margin-right: 120px !important;
  }
  .u-md-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-md-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-md-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-md-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-md-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-md-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-md-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-md-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-md-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-md-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-md-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-md-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-md-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-md-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-md-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-md-mb-75 {
    margin-bottom: 75px !important;
  }
  .u-md-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-md-mb-85 {
    margin-bottom: 85px !important;
  }
  .u-md-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-md-mb-95 {
    margin-bottom: 95px !important;
  }
  .u-md-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-md-mb-105 {
    margin-bottom: 105px !important;
  }
  .u-md-mb-110 {
    margin-bottom: 110px !important;
  }
  .u-md-mb-115 {
    margin-bottom: 115px !important;
  }
  .u-md-mb-120 {
    margin-bottom: 120px !important;
  }
  .u-md-ml-0 {
    margin-left: 0px !important;
  }
  .u-md-ml-5 {
    margin-left: 5px !important;
  }
  .u-md-ml-10 {
    margin-left: 10px !important;
  }
  .u-md-ml-15 {
    margin-left: 15px !important;
  }
  .u-md-ml-20 {
    margin-left: 20px !important;
  }
  .u-md-ml-25 {
    margin-left: 25px !important;
  }
  .u-md-ml-30 {
    margin-left: 30px !important;
  }
  .u-md-ml-35 {
    margin-left: 35px !important;
  }
  .u-md-ml-40 {
    margin-left: 40px !important;
  }
  .u-md-ml-45 {
    margin-left: 45px !important;
  }
  .u-md-ml-50 {
    margin-left: 50px !important;
  }
  .u-md-ml-55 {
    margin-left: 55px !important;
  }
  .u-md-ml-60 {
    margin-left: 60px !important;
  }
  .u-md-ml-65 {
    margin-left: 65px !important;
  }
  .u-md-ml-70 {
    margin-left: 70px !important;
  }
  .u-md-ml-75 {
    margin-left: 75px !important;
  }
  .u-md-ml-80 {
    margin-left: 80px !important;
  }
  .u-md-ml-85 {
    margin-left: 85px !important;
  }
  .u-md-ml-90 {
    margin-left: 90px !important;
  }
  .u-md-ml-95 {
    margin-left: 95px !important;
  }
  .u-md-ml-100 {
    margin-left: 100px !important;
  }
  .u-md-ml-105 {
    margin-left: 105px !important;
  }
  .u-md-ml-110 {
    margin-left: 110px !important;
  }
  .u-md-ml-115 {
    margin-left: 115px !important;
  }
  .u-md-ml-120 {
    margin-left: 120px !important;
  }
}

@media only screen and (max-width: 800px) {
  .u-sm-m-0 {
    margin: 0px !important;
  }
  .u-sm-m-5 {
    margin: 5px !important;
  }
  .u-sm-m-10 {
    margin: 10px !important;
  }
  .u-sm-m-15 {
    margin: 15px !important;
  }
  .u-sm-m-20 {
    margin: 20px !important;
  }
  .u-sm-m-25 {
    margin: 25px !important;
  }
  .u-sm-m-30 {
    margin: 30px !important;
  }
  .u-sm-m-35 {
    margin: 35px !important;
  }
  .u-sm-m-40 {
    margin: 40px !important;
  }
  .u-sm-m-45 {
    margin: 45px !important;
  }
  .u-sm-m-50 {
    margin: 50px !important;
  }
  .u-sm-m-55 {
    margin: 55px !important;
  }
  .u-sm-m-60 {
    margin: 60px !important;
  }
  .u-sm-m-65 {
    margin: 65px !important;
  }
  .u-sm-m-70 {
    margin: 70px !important;
  }
  .u-sm-m-75 {
    margin: 75px !important;
  }
  .u-sm-m-80 {
    margin: 80px !important;
  }
  .u-sm-m-85 {
    margin: 85px !important;
  }
  .u-sm-m-90 {
    margin: 90px !important;
  }
  .u-sm-m-95 {
    margin: 95px !important;
  }
  .u-sm-m-100 {
    margin: 100px !important;
  }
  .u-sm-m-105 {
    margin: 105px !important;
  }
  .u-sm-m-110 {
    margin: 110px !important;
  }
  .u-sm-m-115 {
    margin: 115px !important;
  }
  .u-sm-m-120 {
    margin: 120px !important;
  }
  .u-sm-mt-0 {
    margin-top: 0px !important;
  }
  .u-sm-mt-5 {
    margin-top: 5px !important;
  }
  .u-sm-mt-10 {
    margin-top: 10px !important;
  }
  .u-sm-mt-15 {
    margin-top: 15px !important;
  }
  .u-sm-mt-20 {
    margin-top: 20px !important;
  }
  .u-sm-mt-25 {
    margin-top: 25px !important;
  }
  .u-sm-mt-30 {
    margin-top: 30px !important;
  }
  .u-sm-mt-35 {
    margin-top: 35px !important;
  }
  .u-sm-mt-40 {
    margin-top: 40px !important;
  }
  .u-sm-mt-45 {
    margin-top: 45px !important;
  }
  .u-sm-mt-50 {
    margin-top: 50px !important;
  }
  .u-sm-mt-55 {
    margin-top: 55px !important;
  }
  .u-sm-mt-60 {
    margin-top: 60px !important;
  }
  .u-sm-mt-65 {
    margin-top: 65px !important;
  }
  .u-sm-mt-70 {
    margin-top: 70px !important;
  }
  .u-sm-mt-75 {
    margin-top: 75px !important;
  }
  .u-sm-mt-80 {
    margin-top: 80px !important;
  }
  .u-sm-mt-85 {
    margin-top: 85px !important;
  }
  .u-sm-mt-90 {
    margin-top: 90px !important;
  }
  .u-sm-mt-95 {
    margin-top: 95px !important;
  }
  .u-sm-mt-100 {
    margin-top: 100px !important;
  }
  .u-sm-mt-105 {
    margin-top: 105px !important;
  }
  .u-sm-mt-110 {
    margin-top: 110px !important;
  }
  .u-sm-mt-115 {
    margin-top: 115px !important;
  }
  .u-sm-mt-120 {
    margin-top: 120px !important;
  }
  .u-sm-mr-0 {
    margin-right: 0px !important;
  }
  .u-sm-mr-5 {
    margin-right: 5px !important;
  }
  .u-sm-mr-10 {
    margin-right: 10px !important;
  }
  .u-sm-mr-15 {
    margin-right: 15px !important;
  }
  .u-sm-mr-20 {
    margin-right: 20px !important;
  }
  .u-sm-mr-25 {
    margin-right: 25px !important;
  }
  .u-sm-mr-30 {
    margin-right: 30px !important;
  }
  .u-sm-mr-35 {
    margin-right: 35px !important;
  }
  .u-sm-mr-40 {
    margin-right: 40px !important;
  }
  .u-sm-mr-45 {
    margin-right: 45px !important;
  }
  .u-sm-mr-50 {
    margin-right: 50px !important;
  }
  .u-sm-mr-55 {
    margin-right: 55px !important;
  }
  .u-sm-mr-60 {
    margin-right: 60px !important;
  }
  .u-sm-mr-65 {
    margin-right: 65px !important;
  }
  .u-sm-mr-70 {
    margin-right: 70px !important;
  }
  .u-sm-mr-75 {
    margin-right: 75px !important;
  }
  .u-sm-mr-80 {
    margin-right: 80px !important;
  }
  .u-sm-mr-85 {
    margin-right: 85px !important;
  }
  .u-sm-mr-90 {
    margin-right: 90px !important;
  }
  .u-sm-mr-95 {
    margin-right: 95px !important;
  }
  .u-sm-mr-100 {
    margin-right: 100px !important;
  }
  .u-sm-mr-105 {
    margin-right: 105px !important;
  }
  .u-sm-mr-110 {
    margin-right: 110px !important;
  }
  .u-sm-mr-115 {
    margin-right: 115px !important;
  }
  .u-sm-mr-120 {
    margin-right: 120px !important;
  }
  .u-sm-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sm-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-sm-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-sm-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-sm-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-sm-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-sm-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-sm-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-sm-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-sm-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-sm-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-sm-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-sm-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-sm-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-sm-mb-75 {
    margin-bottom: 75px !important;
  }
  .u-sm-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-sm-mb-85 {
    margin-bottom: 85px !important;
  }
  .u-sm-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-sm-mb-95 {
    margin-bottom: 95px !important;
  }
  .u-sm-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-sm-mb-105 {
    margin-bottom: 105px !important;
  }
  .u-sm-mb-110 {
    margin-bottom: 110px !important;
  }
  .u-sm-mb-115 {
    margin-bottom: 115px !important;
  }
  .u-sm-mb-120 {
    margin-bottom: 120px !important;
  }
  .u-sm-ml-0 {
    margin-left: 0px !important;
  }
  .u-sm-ml-5 {
    margin-left: 5px !important;
  }
  .u-sm-ml-10 {
    margin-left: 10px !important;
  }
  .u-sm-ml-15 {
    margin-left: 15px !important;
  }
  .u-sm-ml-20 {
    margin-left: 20px !important;
  }
  .u-sm-ml-25 {
    margin-left: 25px !important;
  }
  .u-sm-ml-30 {
    margin-left: 30px !important;
  }
  .u-sm-ml-35 {
    margin-left: 35px !important;
  }
  .u-sm-ml-40 {
    margin-left: 40px !important;
  }
  .u-sm-ml-45 {
    margin-left: 45px !important;
  }
  .u-sm-ml-50 {
    margin-left: 50px !important;
  }
  .u-sm-ml-55 {
    margin-left: 55px !important;
  }
  .u-sm-ml-60 {
    margin-left: 60px !important;
  }
  .u-sm-ml-65 {
    margin-left: 65px !important;
  }
  .u-sm-ml-70 {
    margin-left: 70px !important;
  }
  .u-sm-ml-75 {
    margin-left: 75px !important;
  }
  .u-sm-ml-80 {
    margin-left: 80px !important;
  }
  .u-sm-ml-85 {
    margin-left: 85px !important;
  }
  .u-sm-ml-90 {
    margin-left: 90px !important;
  }
  .u-sm-ml-95 {
    margin-left: 95px !important;
  }
  .u-sm-ml-100 {
    margin-left: 100px !important;
  }
  .u-sm-ml-105 {
    margin-left: 105px !important;
  }
  .u-sm-ml-110 {
    margin-left: 110px !important;
  }
  .u-sm-ml-115 {
    margin-left: 115px !important;
  }
  .u-sm-ml-120 {
    margin-left: 120px !important;
  }
}

/* padding */
.u-p-0 {
  padding: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-p-55 {
  padding: 55px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-p-60 {
  padding: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-p-65 {
  padding: 65px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-p-70 {
  padding: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-p-75 {
  padding: 75px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-p-80 {
  padding: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-p-85 {
  padding: 85px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-p-90 {
  padding: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-p-95 {
  padding: 95px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-p-100 {
  padding: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-p-105 {
  padding: 105px !important;
}

.u-pt-105 {
  padding-top: 105px !important;
}

.u-p-110 {
  padding: 110px !important;
}

.u-pt-110 {
  padding-top: 110px !important;
}

.u-p-115 {
  padding: 115px !important;
}

.u-pt-115 {
  padding-top: 115px !important;
}

.u-p-120 {
  padding: 120px !important;
}

.u-pt-120 {
  padding-top: 120px !important;
}

.u-p-0 {
  padding: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-p-55 {
  padding: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-p-60 {
  padding: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-p-65 {
  padding: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-p-70 {
  padding: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-p-75 {
  padding: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-p-80 {
  padding: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-p-85 {
  padding: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-p-90 {
  padding: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-p-95 {
  padding: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-p-100 {
  padding: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-p-105 {
  padding: 105px !important;
}

.u-pr-105 {
  padding-right: 105px !important;
}

.u-p-110 {
  padding: 110px !important;
}

.u-pr-110 {
  padding-right: 110px !important;
}

.u-p-115 {
  padding: 115px !important;
}

.u-pr-115 {
  padding-right: 115px !important;
}

.u-p-120 {
  padding: 120px !important;
}

.u-pr-120 {
  padding-right: 120px !important;
}

.u-p-0 {
  padding: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-p-55 {
  padding: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-p-60 {
  padding: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-p-65 {
  padding: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-p-70 {
  padding: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-p-75 {
  padding: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-p-80 {
  padding: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-p-85 {
  padding: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-p-90 {
  padding: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-p-95 {
  padding: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-p-100 {
  padding: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-p-105 {
  padding: 105px !important;
}

.u-pb-105 {
  padding-bottom: 105px !important;
}

.u-p-110 {
  padding: 110px !important;
}

.u-pb-110 {
  padding-bottom: 110px !important;
}

.u-p-115 {
  padding: 115px !important;
}

.u-pb-115 {
  padding-bottom: 115px !important;
}

.u-p-120 {
  padding: 120px !important;
}

.u-pb-120 {
  padding-bottom: 120px !important;
}

.u-p-0 {
  padding: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-p-55 {
  padding: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-p-60 {
  padding: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-p-65 {
  padding: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-p-70 {
  padding: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-p-75 {
  padding: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-p-80 {
  padding: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-p-85 {
  padding: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-p-90 {
  padding: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-p-95 {
  padding: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

.u-p-100 {
  padding: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-p-105 {
  padding: 105px !important;
}

.u-pl-105 {
  padding-left: 105px !important;
}

.u-p-110 {
  padding: 110px !important;
}

.u-pl-110 {
  padding-left: 110px !important;
}

.u-p-115 {
  padding: 115px !important;
}

.u-pl-115 {
  padding-left: 115px !important;
}

.u-p-120 {
  padding: 120px !important;
}

.u-pl-120 {
  padding-left: 120px !important;
}

@media only screen and (min-width: 992px) {
  .u-lg-p-0 {
    padding: 0px !important;
  }
  .u-lg-p-5 {
    padding: 5px !important;
  }
  .u-lg-p-10 {
    padding: 10px !important;
  }
  .u-lg-p-15 {
    padding: 15px !important;
  }
  .u-lg-p-20 {
    padding: 20px !important;
  }
  .u-lg-p-25 {
    padding: 25px !important;
  }
  .u-lg-p-30 {
    padding: 30px !important;
  }
  .u-lg-p-35 {
    padding: 35px !important;
  }
  .u-lg-p-40 {
    padding: 40px !important;
  }
  .u-lg-p-45 {
    padding: 45px !important;
  }
  .u-lg-p-50 {
    padding: 50px !important;
  }
  .u-lg-p-55 {
    padding: 55px !important;
  }
  .u-lg-p-60 {
    padding: 60px !important;
  }
  .u-lg-p-65 {
    padding: 65px !important;
  }
  .u-lg-p-70 {
    padding: 70px !important;
  }
  .u-lg-p-75 {
    padding: 75px !important;
  }
  .u-lg-p-80 {
    padding: 80px !important;
  }
  .u-lg-p-85 {
    padding: 85px !important;
  }
  .u-lg-p-90 {
    padding: 90px !important;
  }
  .u-lg-p-95 {
    padding: 95px !important;
  }
  .u-lg-p-100 {
    padding: 100px !important;
  }
  .u-lg-p-105 {
    padding: 105px !important;
  }
  .u-lg-p-110 {
    padding: 110px !important;
  }
  .u-lg-p-115 {
    padding: 115px !important;
  }
  .u-lg-p-120 {
    padding: 120px !important;
  }
  .u-lg-pt-0 {
    padding-top: 0px !important;
  }
  .u-lg-pt-5 {
    padding-top: 5px !important;
  }
  .u-lg-pt-10 {
    padding-top: 10px !important;
  }
  .u-lg-pt-15 {
    padding-top: 15px !important;
  }
  .u-lg-pt-20 {
    padding-top: 20px !important;
  }
  .u-lg-pt-25 {
    padding-top: 25px !important;
  }
  .u-lg-pt-30 {
    padding-top: 30px !important;
  }
  .u-lg-pt-35 {
    padding-top: 35px !important;
  }
  .u-lg-pt-40 {
    padding-top: 40px !important;
  }
  .u-lg-pt-45 {
    padding-top: 45px !important;
  }
  .u-lg-pt-50 {
    padding-top: 50px !important;
  }
  .u-lg-pt-55 {
    padding-top: 55px !important;
  }
  .u-lg-pt-60 {
    padding-top: 60px !important;
  }
  .u-lg-pt-65 {
    padding-top: 65px !important;
  }
  .u-lg-pt-70 {
    padding-top: 70px !important;
  }
  .u-lg-pt-75 {
    padding-top: 75px !important;
  }
  .u-lg-pt-80 {
    padding-top: 80px !important;
  }
  .u-lg-pt-85 {
    padding-top: 85px !important;
  }
  .u-lg-pt-90 {
    padding-top: 90px !important;
  }
  .u-lg-pt-95 {
    padding-top: 95px !important;
  }
  .u-lg-pt-100 {
    padding-top: 100px !important;
  }
  .u-lg-pt-105 {
    padding-top: 105px !important;
  }
  .u-lg-pt-110 {
    padding-top: 110px !important;
  }
  .u-lg-pt-115 {
    padding-top: 115px !important;
  }
  .u-lg-pt-120 {
    padding-top: 120px !important;
  }
  .u-lg-pr-0 {
    padding-right: 0px !important;
  }
  .u-lg-pr-5 {
    padding-right: 5px !important;
  }
  .u-lg-pr-10 {
    padding-right: 10px !important;
  }
  .u-lg-pr-15 {
    padding-right: 15px !important;
  }
  .u-lg-pr-20 {
    padding-right: 20px !important;
  }
  .u-lg-pr-25 {
    padding-right: 25px !important;
  }
  .u-lg-pr-30 {
    padding-right: 30px !important;
  }
  .u-lg-pr-35 {
    padding-right: 35px !important;
  }
  .u-lg-pr-40 {
    padding-right: 40px !important;
  }
  .u-lg-pr-45 {
    padding-right: 45px !important;
  }
  .u-lg-pr-50 {
    padding-right: 50px !important;
  }
  .u-lg-pr-55 {
    padding-right: 55px !important;
  }
  .u-lg-pr-60 {
    padding-right: 60px !important;
  }
  .u-lg-pr-65 {
    padding-right: 65px !important;
  }
  .u-lg-pr-70 {
    padding-right: 70px !important;
  }
  .u-lg-pr-75 {
    padding-right: 75px !important;
  }
  .u-lg-pr-80 {
    padding-right: 80px !important;
  }
  .u-lg-pr-85 {
    padding-right: 85px !important;
  }
  .u-lg-pr-90 {
    padding-right: 90px !important;
  }
  .u-lg-pr-95 {
    padding-right: 95px !important;
  }
  .u-lg-pr-100 {
    padding-right: 100px !important;
  }
  .u-lg-pr-105 {
    padding-right: 105px !important;
  }
  .u-lg-pr-110 {
    padding-right: 110px !important;
  }
  .u-lg-pr-115 {
    padding-right: 115px !important;
  }
  .u-lg-pr-120 {
    padding-right: 120px !important;
  }
  .u-lg-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-lg-pb-5 {
    padding-bottom: 5px !important;
  }
  .u-lg-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-lg-pb-15 {
    padding-bottom: 15px !important;
  }
  .u-lg-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-lg-pb-25 {
    padding-bottom: 25px !important;
  }
  .u-lg-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-lg-pb-35 {
    padding-bottom: 35px !important;
  }
  .u-lg-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-lg-pb-45 {
    padding-bottom: 45px !important;
  }
  .u-lg-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-lg-pb-55 {
    padding-bottom: 55px !important;
  }
  .u-lg-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-lg-pb-65 {
    padding-bottom: 65px !important;
  }
  .u-lg-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-lg-pb-75 {
    padding-bottom: 75px !important;
  }
  .u-lg-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-lg-pb-85 {
    padding-bottom: 85px !important;
  }
  .u-lg-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-lg-pb-95 {
    padding-bottom: 95px !important;
  }
  .u-lg-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-lg-pb-105 {
    padding-bottom: 105px !important;
  }
  .u-lg-pb-110 {
    padding-bottom: 110px !important;
  }
  .u-lg-pb-115 {
    padding-bottom: 115px !important;
  }
  .u-lg-pb-120 {
    padding-bottom: 120px !important;
  }
  .u-lg-pl-0 {
    padding-left: 0px !important;
  }
  .u-lg-pl-5 {
    padding-left: 5px !important;
  }
  .u-lg-pl-10 {
    padding-left: 10px !important;
  }
  .u-lg-pl-15 {
    padding-left: 15px !important;
  }
  .u-lg-pl-20 {
    padding-left: 20px !important;
  }
  .u-lg-pl-25 {
    padding-left: 25px !important;
  }
  .u-lg-pl-30 {
    padding-left: 30px !important;
  }
  .u-lg-pl-35 {
    padding-left: 35px !important;
  }
  .u-lg-pl-40 {
    padding-left: 40px !important;
  }
  .u-lg-pl-45 {
    padding-left: 45px !important;
  }
  .u-lg-pl-50 {
    padding-left: 50px !important;
  }
  .u-lg-pl-55 {
    padding-left: 55px !important;
  }
  .u-lg-pl-60 {
    padding-left: 60px !important;
  }
  .u-lg-pl-65 {
    padding-left: 65px !important;
  }
  .u-lg-pl-70 {
    padding-left: 70px !important;
  }
  .u-lg-pl-75 {
    padding-left: 75px !important;
  }
  .u-lg-pl-80 {
    padding-left: 80px !important;
  }
  .u-lg-pl-85 {
    padding-left: 85px !important;
  }
  .u-lg-pl-90 {
    padding-left: 90px !important;
  }
  .u-lg-pl-95 {
    padding-left: 95px !important;
  }
  .u-lg-pl-100 {
    padding-left: 100px !important;
  }
  .u-lg-pl-105 {
    padding-left: 105px !important;
  }
  .u-lg-pl-110 {
    padding-left: 110px !important;
  }
  .u-lg-pl-115 {
    padding-left: 115px !important;
  }
  .u-lg-pl-120 {
    padding-left: 120px !important;
  }
}

@media only screen and (max-width: 800px) {
  .u-md-p-0 {
    padding: 0px !important;
  }
  .u-md-p-5 {
    padding: 5px !important;
  }
  .u-md-p-10 {
    padding: 10px !important;
  }
  .u-md-p-15 {
    padding: 15px !important;
  }
  .u-md-p-20 {
    padding: 20px !important;
  }
  .u-md-p-25 {
    padding: 25px !important;
  }
  .u-md-p-30 {
    padding: 30px !important;
  }
  .u-md-p-35 {
    padding: 35px !important;
  }
  .u-md-p-40 {
    padding: 40px !important;
  }
  .u-md-p-45 {
    padding: 45px !important;
  }
  .u-md-p-50 {
    padding: 50px !important;
  }
  .u-md-p-55 {
    padding: 55px !important;
  }
  .u-md-p-60 {
    padding: 60px !important;
  }
  .u-md-p-65 {
    padding: 65px !important;
  }
  .u-md-p-70 {
    padding: 70px !important;
  }
  .u-md-p-75 {
    padding: 75px !important;
  }
  .u-md-p-80 {
    padding: 80px !important;
  }
  .u-md-p-85 {
    padding: 85px !important;
  }
  .u-md-p-90 {
    padding: 90px !important;
  }
  .u-md-p-95 {
    padding: 95px !important;
  }
  .u-md-p-100 {
    padding: 100px !important;
  }
  .u-md-p-105 {
    padding: 105px !important;
  }
  .u-md-p-110 {
    padding: 110px !important;
  }
  .u-md-p-115 {
    padding: 115px !important;
  }
  .u-md-p-120 {
    padding: 120px !important;
  }
  .u-md-pt-0 {
    padding-top: 0px !important;
  }
  .u-md-pt-5 {
    padding-top: 5px !important;
  }
  .u-md-pt-10 {
    padding-top: 10px !important;
  }
  .u-md-pt-15 {
    padding-top: 15px !important;
  }
  .u-md-pt-20 {
    padding-top: 20px !important;
  }
  .u-md-pt-25 {
    padding-top: 25px !important;
  }
  .u-md-pt-30 {
    padding-top: 30px !important;
  }
  .u-md-pt-35 {
    padding-top: 35px !important;
  }
  .u-md-pt-40 {
    padding-top: 40px !important;
  }
  .u-md-pt-45 {
    padding-top: 45px !important;
  }
  .u-md-pt-50 {
    padding-top: 50px !important;
  }
  .u-md-pt-55 {
    padding-top: 55px !important;
  }
  .u-md-pt-60 {
    padding-top: 60px !important;
  }
  .u-md-pt-65 {
    padding-top: 65px !important;
  }
  .u-md-pt-70 {
    padding-top: 70px !important;
  }
  .u-md-pt-75 {
    padding-top: 75px !important;
  }
  .u-md-pt-80 {
    padding-top: 80px !important;
  }
  .u-md-pt-85 {
    padding-top: 85px !important;
  }
  .u-md-pt-90 {
    padding-top: 90px !important;
  }
  .u-md-pt-95 {
    padding-top: 95px !important;
  }
  .u-md-pt-100 {
    padding-top: 100px !important;
  }
  .u-md-pt-105 {
    padding-top: 105px !important;
  }
  .u-md-pt-110 {
    padding-top: 110px !important;
  }
  .u-md-pt-115 {
    padding-top: 115px !important;
  }
  .u-md-pt-120 {
    padding-top: 120px !important;
  }
  .u-md-pr-0 {
    padding-right: 0px !important;
  }
  .u-md-pr-5 {
    padding-right: 5px !important;
  }
  .u-md-pr-10 {
    padding-right: 10px !important;
  }
  .u-md-pr-15 {
    padding-right: 15px !important;
  }
  .u-md-pr-20 {
    padding-right: 20px !important;
  }
  .u-md-pr-25 {
    padding-right: 25px !important;
  }
  .u-md-pr-30 {
    padding-right: 30px !important;
  }
  .u-md-pr-35 {
    padding-right: 35px !important;
  }
  .u-md-pr-40 {
    padding-right: 40px !important;
  }
  .u-md-pr-45 {
    padding-right: 45px !important;
  }
  .u-md-pr-50 {
    padding-right: 50px !important;
  }
  .u-md-pr-55 {
    padding-right: 55px !important;
  }
  .u-md-pr-60 {
    padding-right: 60px !important;
  }
  .u-md-pr-65 {
    padding-right: 65px !important;
  }
  .u-md-pr-70 {
    padding-right: 70px !important;
  }
  .u-md-pr-75 {
    padding-right: 75px !important;
  }
  .u-md-pr-80 {
    padding-right: 80px !important;
  }
  .u-md-pr-85 {
    padding-right: 85px !important;
  }
  .u-md-pr-90 {
    padding-right: 90px !important;
  }
  .u-md-pr-95 {
    padding-right: 95px !important;
  }
  .u-md-pr-100 {
    padding-right: 100px !important;
  }
  .u-md-pr-105 {
    padding-right: 105px !important;
  }
  .u-md-pr-110 {
    padding-right: 110px !important;
  }
  .u-md-pr-115 {
    padding-right: 115px !important;
  }
  .u-md-pr-120 {
    padding-right: 120px !important;
  }
  .u-md-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-md-pb-5 {
    padding-bottom: 5px !important;
  }
  .u-md-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-md-pb-15 {
    padding-bottom: 15px !important;
  }
  .u-md-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-md-pb-25 {
    padding-bottom: 25px !important;
  }
  .u-md-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-md-pb-35 {
    padding-bottom: 35px !important;
  }
  .u-md-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-md-pb-45 {
    padding-bottom: 45px !important;
  }
  .u-md-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-md-pb-55 {
    padding-bottom: 55px !important;
  }
  .u-md-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-md-pb-65 {
    padding-bottom: 65px !important;
  }
  .u-md-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-md-pb-75 {
    padding-bottom: 75px !important;
  }
  .u-md-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-md-pb-85 {
    padding-bottom: 85px !important;
  }
  .u-md-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-md-pb-95 {
    padding-bottom: 95px !important;
  }
  .u-md-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-md-pb-105 {
    padding-bottom: 105px !important;
  }
  .u-md-pb-110 {
    padding-bottom: 110px !important;
  }
  .u-md-pb-115 {
    padding-bottom: 115px !important;
  }
  .u-md-pb-120 {
    padding-bottom: 120px !important;
  }
  .u-md-pl-0 {
    padding-left: 0px !important;
  }
  .u-md-pl-5 {
    padding-left: 5px !important;
  }
  .u-md-pl-10 {
    padding-left: 10px !important;
  }
  .u-md-pl-15 {
    padding-left: 15px !important;
  }
  .u-md-pl-20 {
    padding-left: 20px !important;
  }
  .u-md-pl-25 {
    padding-left: 25px !important;
  }
  .u-md-pl-30 {
    padding-left: 30px !important;
  }
  .u-md-pl-35 {
    padding-left: 35px !important;
  }
  .u-md-pl-40 {
    padding-left: 40px !important;
  }
  .u-md-pl-45 {
    padding-left: 45px !important;
  }
  .u-md-pl-50 {
    padding-left: 50px !important;
  }
  .u-md-pl-55 {
    padding-left: 55px !important;
  }
  .u-md-pl-60 {
    padding-left: 60px !important;
  }
  .u-md-pl-65 {
    padding-left: 65px !important;
  }
  .u-md-pl-70 {
    padding-left: 70px !important;
  }
  .u-md-pl-75 {
    padding-left: 75px !important;
  }
  .u-md-pl-80 {
    padding-left: 80px !important;
  }
  .u-md-pl-85 {
    padding-left: 85px !important;
  }
  .u-md-pl-90 {
    padding-left: 90px !important;
  }
  .u-md-pl-95 {
    padding-left: 95px !important;
  }
  .u-md-pl-100 {
    padding-left: 100px !important;
  }
  .u-md-pl-105 {
    padding-left: 105px !important;
  }
  .u-md-pl-110 {
    padding-left: 110px !important;
  }
  .u-md-pl-115 {
    padding-left: 115px !important;
  }
  .u-md-pl-120 {
    padding-left: 120px !important;
  }
}

@media only screen and (max-width: 800px) {
  .u-sm-p-0 {
    padding: 0px !important;
  }
  .u-sm-p-5 {
    padding: 5px !important;
  }
  .u-sm-p-10 {
    padding: 10px !important;
  }
  .u-sm-p-15 {
    padding: 15px !important;
  }
  .u-sm-p-20 {
    padding: 20px !important;
  }
  .u-sm-p-25 {
    padding: 25px !important;
  }
  .u-sm-p-30 {
    padding: 30px !important;
  }
  .u-sm-p-35 {
    padding: 35px !important;
  }
  .u-sm-p-40 {
    padding: 40px !important;
  }
  .u-sm-p-45 {
    padding: 45px !important;
  }
  .u-sm-p-50 {
    padding: 50px !important;
  }
  .u-sm-p-55 {
    padding: 55px !important;
  }
  .u-sm-p-60 {
    padding: 60px !important;
  }
  .u-sm-p-65 {
    padding: 65px !important;
  }
  .u-sm-p-70 {
    padding: 70px !important;
  }
  .u-sm-p-75 {
    padding: 75px !important;
  }
  .u-sm-p-80 {
    padding: 80px !important;
  }
  .u-sm-p-85 {
    padding: 85px !important;
  }
  .u-sm-p-90 {
    padding: 90px !important;
  }
  .u-sm-p-95 {
    padding: 95px !important;
  }
  .u-sm-p-100 {
    padding: 100px !important;
  }
  .u-sm-p-105 {
    padding: 105px !important;
  }
  .u-sm-p-110 {
    padding: 110px !important;
  }
  .u-sm-p-115 {
    padding: 115px !important;
  }
  .u-sm-p-120 {
    padding: 120px !important;
  }
  .u-sm-pt-0 {
    padding-top: 0px !important;
  }
  .u-sm-pt-5 {
    padding-top: 5px !important;
  }
  .u-sm-pt-10 {
    padding-top: 10px !important;
  }
  .u-sm-pt-15 {
    padding-top: 15px !important;
  }
  .u-sm-pt-20 {
    padding-top: 20px !important;
  }
  .u-sm-pt-25 {
    padding-top: 25px !important;
  }
  .u-sm-pt-30 {
    padding-top: 30px !important;
  }
  .u-sm-pt-35 {
    padding-top: 35px !important;
  }
  .u-sm-pt-40 {
    padding-top: 40px !important;
  }
  .u-sm-pt-45 {
    padding-top: 45px !important;
  }
  .u-sm-pt-50 {
    padding-top: 50px !important;
  }
  .u-sm-pt-55 {
    padding-top: 55px !important;
  }
  .u-sm-pt-60 {
    padding-top: 60px !important;
  }
  .u-sm-pt-65 {
    padding-top: 65px !important;
  }
  .u-sm-pt-70 {
    padding-top: 70px !important;
  }
  .u-sm-pt-75 {
    padding-top: 75px !important;
  }
  .u-sm-pt-80 {
    padding-top: 80px !important;
  }
  .u-sm-pt-85 {
    padding-top: 85px !important;
  }
  .u-sm-pt-90 {
    padding-top: 90px !important;
  }
  .u-sm-pt-95 {
    padding-top: 95px !important;
  }
  .u-sm-pt-100 {
    padding-top: 100px !important;
  }
  .u-sm-pt-105 {
    padding-top: 105px !important;
  }
  .u-sm-pt-110 {
    padding-top: 110px !important;
  }
  .u-sm-pt-115 {
    padding-top: 115px !important;
  }
  .u-sm-pt-120 {
    padding-top: 120px !important;
  }
  .u-sm-pr-0 {
    padding-right: 0px !important;
  }
  .u-sm-pr-5 {
    padding-right: 5px !important;
  }
  .u-sm-pr-10 {
    padding-right: 10px !important;
  }
  .u-sm-pr-15 {
    padding-right: 15px !important;
  }
  .u-sm-pr-20 {
    padding-right: 20px !important;
  }
  .u-sm-pr-25 {
    padding-right: 25px !important;
  }
  .u-sm-pr-30 {
    padding-right: 30px !important;
  }
  .u-sm-pr-35 {
    padding-right: 35px !important;
  }
  .u-sm-pr-40 {
    padding-right: 40px !important;
  }
  .u-sm-pr-45 {
    padding-right: 45px !important;
  }
  .u-sm-pr-50 {
    padding-right: 50px !important;
  }
  .u-sm-pr-55 {
    padding-right: 55px !important;
  }
  .u-sm-pr-60 {
    padding-right: 60px !important;
  }
  .u-sm-pr-65 {
    padding-right: 65px !important;
  }
  .u-sm-pr-70 {
    padding-right: 70px !important;
  }
  .u-sm-pr-75 {
    padding-right: 75px !important;
  }
  .u-sm-pr-80 {
    padding-right: 80px !important;
  }
  .u-sm-pr-85 {
    padding-right: 85px !important;
  }
  .u-sm-pr-90 {
    padding-right: 90px !important;
  }
  .u-sm-pr-95 {
    padding-right: 95px !important;
  }
  .u-sm-pr-100 {
    padding-right: 100px !important;
  }
  .u-sm-pr-105 {
    padding-right: 105px !important;
  }
  .u-sm-pr-110 {
    padding-right: 110px !important;
  }
  .u-sm-pr-115 {
    padding-right: 115px !important;
  }
  .u-sm-pr-120 {
    padding-right: 120px !important;
  }
  .u-sm-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-sm-pb-5 {
    padding-bottom: 5px !important;
  }
  .u-sm-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-sm-pb-15 {
    padding-bottom: 15px !important;
  }
  .u-sm-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-sm-pb-25 {
    padding-bottom: 25px !important;
  }
  .u-sm-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-sm-pb-35 {
    padding-bottom: 35px !important;
  }
  .u-sm-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-sm-pb-45 {
    padding-bottom: 45px !important;
  }
  .u-sm-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-sm-pb-55 {
    padding-bottom: 55px !important;
  }
  .u-sm-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-sm-pb-65 {
    padding-bottom: 65px !important;
  }
  .u-sm-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-sm-pb-75 {
    padding-bottom: 75px !important;
  }
  .u-sm-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-sm-pb-85 {
    padding-bottom: 85px !important;
  }
  .u-sm-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-sm-pb-95 {
    padding-bottom: 95px !important;
  }
  .u-sm-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-sm-pb-105 {
    padding-bottom: 105px !important;
  }
  .u-sm-pb-110 {
    padding-bottom: 110px !important;
  }
  .u-sm-pb-115 {
    padding-bottom: 115px !important;
  }
  .u-sm-pb-120 {
    padding-bottom: 120px !important;
  }
  .u-sm-pl-0 {
    padding-left: 0px !important;
  }
  .u-sm-pl-5 {
    padding-left: 5px !important;
  }
  .u-sm-pl-10 {
    padding-left: 10px !important;
  }
  .u-sm-pl-15 {
    padding-left: 15px !important;
  }
  .u-sm-pl-20 {
    padding-left: 20px !important;
  }
  .u-sm-pl-25 {
    padding-left: 25px !important;
  }
  .u-sm-pl-30 {
    padding-left: 30px !important;
  }
  .u-sm-pl-35 {
    padding-left: 35px !important;
  }
  .u-sm-pl-40 {
    padding-left: 40px !important;
  }
  .u-sm-pl-45 {
    padding-left: 45px !important;
  }
  .u-sm-pl-50 {
    padding-left: 50px !important;
  }
  .u-sm-pl-55 {
    padding-left: 55px !important;
  }
  .u-sm-pl-60 {
    padding-left: 60px !important;
  }
  .u-sm-pl-65 {
    padding-left: 65px !important;
  }
  .u-sm-pl-70 {
    padding-left: 70px !important;
  }
  .u-sm-pl-75 {
    padding-left: 75px !important;
  }
  .u-sm-pl-80 {
    padding-left: 80px !important;
  }
  .u-sm-pl-85 {
    padding-left: 85px !important;
  }
  .u-sm-pl-90 {
    padding-left: 90px !important;
  }
  .u-sm-pl-95 {
    padding-left: 95px !important;
  }
  .u-sm-pl-100 {
    padding-left: 100px !important;
  }
  .u-sm-pl-105 {
    padding-left: 105px !important;
  }
  .u-sm-pl-110 {
    padding-left: 110px !important;
  }
  .u-sm-pl-115 {
    padding-left: 115px !important;
  }
  .u-sm-pl-120 {
    padding-left: 120px !important;
  }
}

/* text-align - utility
--------------------------------------------------------- */
/*doc
---
title: text-align
name: text-align
category: utility
---

text-align
テキスト行揃えの位置調整
.u-ta-l :左揃え
.u-ta-c :中央揃え
.u-ta-r :右揃え

```html_example
<p class="u-ta-l">左揃え</p>
<p class="u-ta-c">中央揃え</p>
<p class="u-ta-r">右揃え</p>
```
*/
.u-ta-l {
  text-align: left !important;
}

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

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

/* text-decoration - utility
--------------------------------------------------------- */
/*doc
---
title: text-decoration
name: text-decoration
category: utility
---

text-decoration
テキストの装飾
.u-td-u :アンダーライン

```html_example
<p class="u-td-u">アンダーライン</p>
```
*/
.u-td-u {
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
/*doc
---
title: text-truncate
name: text-truncate
category: utility
---

text-truncate
テキストの省略

```html_example
<p class="u-tt" style="width: 100px;">テキストテキストテキストテキスト</p>
```
*/
.u-tt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* vertical-align - utility
--------------------------------------------------------- */
/*doc
---
title: vertical-align
name: vertical-align
category: utility
---

vertical-align
.u-va-t - 上寄せ
.u-va-m - 上下中央寄せ
.u-va-b - 下寄せ

```html_example
<table class="parent u-w-full" style="height: 100px;">
  <tr>
    <td class="u-va-t">上寄せ</td>
    <td class="u-va-m">上下中央寄せ</td>
    <td class="u-va-b">下寄せ</td>
  </tr>
</table>
```
*/
.u-va-t {
  vertical-align: top !important;
}

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

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

/* width - utility
--------------------------------------------------------- */
/*doc
---
title: width
name: width
category: utility
---

width
.u-w-auto - width auto
.u-w-full - 100%
.u-w-half - 50%
.u-w-quater - 25%


```html_example
<p class="u-w-auto u-bgc-white" style="background: #ccc;">テキストテキスト</p>
<p class="u-w-full u-bgc-white" style="background: #ccc;">テキストテキスト</p>
<p class="u-w-half u-bgc-white" style="background: #ccc;">テキストテキスト</p>
<p class="u-w-quater u-bgc-white" style="background: #ccc;">テキストテキスト</p>
```
*/
.u-w-auto {
  width: auto !important;
}

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

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

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